Localtion: Home»Directory »» Software
Zumastor 0.4 Stable by shapor Sat, Dec 1st 2007 03:51about :The Zumastor Linux storage project adds enterprise storage features to Linux, primarily improved snapshots and remote replication. Point-in-time, near zero-cost, block level snapshots can be added to any existing filesystem and performance...
By zumastor_freshmeat_net, Sat, 3 Jul 2009 10:03:00 GMT, 797 bytes
billwg did eloquently scribble:If it is so out of your reach, how can you say "KBE means absolutely nothing anymore". Sounds like sour grapes.Bullshit.Honours used to mean something. 40 years ago, they might have been something to aspire to. Now, you can get an honour for contributing money to...
By spike1_freenet_co_uk, Sat, 3 Jul 2009 10:01:00 GMT, 842 bytes
Andreas Rüther wrote:> Hallo Gruppe,ich habe einen USB-Scanner der bisher auch gut funktionierte. Einige Updates sp?ter kann Kooka den scanner nicht mehr finden. Unter root funktioniert er bestens. Ich hab soweit forschen k?nnen das ich rausgefunden habe das /dev/usbdev1.2 (der Scanner h?ngt an dem...
By bernd_weigelt, Sat, 3 Jul 2009 09:57:00 GMT, 1,376 bytes
&SectionHaHi, I used shared memory object to share memory between multiple processes and a kernel mode driver. The application created the shared object using CreateFileMapping() and the driver maps it using ZwMapViewOfSection(). Application in this case is a 32bit application. Driver function...
By anonymous, Thurs, 24 Jun 2009 08:24:00 GMT, 3,288 bytes, 1 Comments
Hi all ! I must Open a file in my Driver , The fragment code as below . But it always can not be opened .. Pls tell me why ' Thanks in advance ! HANDLE fileOpen; OBJECT_ATTRIBUTES objAttr; UNICODE_STRING sLinkName; #define FILE_NAME L"C:\\test.out" RtlInitUnicodeString( &sLinkName, FILE_NAME);...
By anonymous, Thurs, 24 Jun 2009 08:23:00 GMT, 716 bytes, 5 Comments
Hi, I'm using the win32 reg function: ZwSetValueKey (from my driver) to set a key registered with a cluster resource. According to Microsoft documentation when a change to the local registry is made the checkpoint on the quorum is updated as well. Can I assume that the registry write and th...
By anonymous, Sun, 20 Jun 2009 12:12:00 GMT, 553 bytes
ZWS 1.2by Adam Chodorowski (http://freshmeat.net/~tjodden/)Wed, Mar 22nd 2006 10:34about :ZWS is a simple Web server written in ZSH. It requires only a recentversion of ZSH (4.2.0 or newer) and some common commands (specifically tr,dd, cut, sed, grep, file, and date).Changes:This is mainly a bug...
By zws_freshmeat_net, Sun, 20 Jun 2009 12:11:00 GMT, 1,031 bytes
ZWS 1.1by Adam Chodorowski (http://freshmeat.net/~tjodden/)Wed, Mar 8th 2006 06:47about :ZWS is a simple Web server written in ZSH. It requires only a recentversion of ZSH (4.2.0 or newer) and some common commands (specifically tr,dd, cut, sed, grep, file, basename, and dirname).Changes:The majo...
By zws_freshmeat_net, Sun, 20 Jun 2009 12:10:00 GMT, 1,895 bytes
One of the admins around here set up awstats and got the source for aprogram called zwrotate. Of course, since then it has been compiled forthe RS/6000 platform, then the source was misplaced. Now I can't find iton the internet through Google, Yahoo, Apache's site, or AWstats site.Anyo...
By mike_discenza, Sun, 20 Jun 2009 12:09:00 GMT, 350 bytes, 3 Comments
Hi, All I have write a piece of code to read the PEB information when the process is created. It works well under Windows 2000, but ZwReadVirtualMemory makes OS restart on Windows XP. Who could give me some advice. The code: NTSTATUS DriverEntry( IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRIN...
By anonymous, Sun, 20 Jun 2009 12:08:00 GMT, 1,508 bytes
Hi. I could be able to read the contents from the file from the kernel mode... It reads in ASCII format ... How to make it read in the same format as it is in the file? The code I have used is.. ntStatus = ZwCreateFile( &NtFileHandle, SYNCHRONIZE | FILE_READ_DATA, // I have tried with GENERIC_RE...
By anonymous, Sun, 20 Jun 2009 12:07:00 GMT, 927 bytes, 1 Comments
I've got a thread that processes IRP_MJ_READ/WRITEs. From the code that follows, if I use pReadBuffer with ZwReadFile then everything is smooth but if I simply use pCurrentAddress then my whole system slows to a crawl after a few hundred megs. Can anyone shed some light? Writes don't s...
By anonymous, Sun, 20 Jun 2009 12:06:00 GMT, 1,095 bytes, 5 Comments
I have written a device driver and I have a problem with ZwCreateFile and ZwReadFile. ZwReadFile always returns STATUS_INVALID_HANDLE in DriverIOControl. The DriveEntry opens a file with ZwCreateFile. #pragma alloc_text(INIT,DriverEntry) #pragma alloc_text(PAGE,DriverCreateClose) #pragma alloc_t...
By anonymous, Sun, 20 Jun 2009 12:05:00 GMT, 5,423 bytes, 3 Comments
The following snippet shows some calls to ZwCreateFile and ZwReadFile which work fine on 2000,2003, XP. But on Vista ZwReadFile will fail with STATUS_INVALID_PARAMETER. It only fails, if the file is located on an UDF formated DVD. If file is located on a physical disk, USB device or CD, everythi...
By anonymous, Sun, 20 Jun 2009 12:04:00 GMT, 1,471 bytes, 3 Comments
Hello, I'm trying to query the computer name from the following registry key: L"\\Registry\\Machine\\System\\CurrentControlSet\\Control\\ComputerName\\Act iveComputerName The key is: ComputerName I can successfully pull this value out of the registry. However, it is in the following format:...
By anonymous, Sun, 20 Jun 2009 12:03:00 GMT, 1,127 bytes, 8 Comments
Using Regmon I have watched registry operations during a process' initialization time. The weired thing is "ZwQueryKey's input handle and the result" Sometimes, ZwQueryKey uses not-yet-opened handle values and get SUCCESSFUL return value. how is this possible? (I am sure that my tests...
By anonymous, Sun, 20 Jun 2009 12:02:00 GMT, 887 bytes
Greetings I'am assuming ZwQueryInformationFile(..FileAlignmentInformation..) to always return FILE_BYTE_ALIGNMENT(0) for files opened without FILE_NO_INTERMEDIATE_BUFFERING and FILE_512_BYTE_ALIGNMENT(0x1ff) for files opened with FILE_NO_INTERMEDIATE_BUFFERING on sector size = 512 but for m...
By anonymous, Sun, 20 Jun 2009 12:01:00 GMT, 715 bytes
I am using ZwQueryInformationFile to obtain the size of a binary file that contains firmware. Problem is that 3 of the files return the correct size, however two files return a file size off-by-one (-1). So currently I am just doing a cheap hack. I use StandardInformation.EndOfFile.LowPart to ob...
By anonymous, Sun, 20 Jun 2009 12:00:00 GMT, 405 bytes
Hello I'm using ZwQueryInformationFile to retreive a file name from a file handle. So i use the FileNameInformation class. Unfortunately the filename always begins with / (for example /Windows). My question is: how am i supposed to make a difference between C:\Windows and D:\Windows?...
By anonymous, Sun, 20 Jun 2009 11:59:00 GMT, 313 bytes
Question about ZwQueryDirectoryFile: The declaration of this funct is def'd as ....OUT PVOID FileInformation.... and FileInformation is said to be a pointer to a buffer... Should not this be the address of a pointer to a buffer... The returned buffer is to be freed with EXFreePool. I guess...
By anonymous, Sun, 20 Jun 2009 11:58:00 GMT, 394 bytes, 2 Comments
ZWord 0.4by Mick Grant (http://freshmeat.net/~mickgr/)Thu, Jun 9th 2005 10:56about :ZWord is a qte /...
By zword_freshmeat_net
I have a filter driver that filters the UDF. When the UDF mounts the filter looks for certain files ...
By anonymous, 1 Comments
Hello, I couldnt find the solution to this anywhere. I am writing a kernel mode driver that needs to...
By anonymous, 1 Comments
Zwischenwelt R4by Sebastian Dorda (http://freshmeat.net/~hagish/)Sun, Aug 28th 2005 04:58about :Zwis...
By zw_freshmeat_net
Zwischenwelt R2by Sebastian Dorda (http://freshmeat.net/~hagish/)Wed, Apr 6th 2005 19:14about :Zwisc...
By zw_freshmeat_net
Hallo Experten,wenn ich im Programm LyX einen Text mit der Maus kopiere, kommt er nichtautomatisch i...
By jochenrumpf, 1 Comments
Hallo,ich habe in meiner /etc/X11/xorg.conf folgendes:| Option "XkbLayout" "us,de"| Option "XkbOptio...
By martin_herbert_dietze
I installed ZWiki by unpacking and putting the folder into my ZopeProducts directory. I restarted Zo...
By baiewola, 1 Comments
hi allI've had a search thro the mailing list, but can't find out how to set up zwiki so t...
By biggerboat, 1 Comments
Hi all, I'm trying the following code... but it returns that the 3rd parameter is invalid (STAT...
By anonymous, 4 Comments
ZwMapViewOfSection(, NtCurrentProcess(),...); returns a pointer to the address of my section, but it...
By anonymous, 16 Comments
hi I try to map a region in the page file to Iter process comunicate in kernel mode. with no further...
By anonymous, 5 Comments
Unicode Technical Report #20 (Unicode in XML and other Markup Languages) specifies that Zero-width J...
By jose, 5 Comments
I've got a Zwiki instance that works just fine. If I visit it at I get a nicefeed of all the re...
By peterbengtsson, 3 Comments
Hey all,Recently, ZWiki stopped working on my zope 2.9.2 intel mac os x 10.4 box(python 2.4.2). It w...
By joshstephenson, 3 Comments
I've developed a FS based product, and now I'm preparing the environment to put it in prod...
By nicholaswieland, 4 Comments
<div>We would like to try to use Kupu instead of Epoz in a ZWiki without Plone.<br>Has it been done?...
By karl_eklund, 3 Comments
<div>We would like to try to use Kupu instead of Epoz in a ZWiki without Plone.<br>Has it been done?...
By karl_eklund, 3 Comments