A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Phillip Susi b1caf2b5e9 Reworked quite a bit of IO manager code to fix several bugs:
1) fixed create.c to use a null file name when opening the raw device, instead of a file name with a single null terminator char

2) fixed cleanup.c create.c dir.c file.c fs.c page.c rw.c to use the KEVENT object in the FILE_OBJECT when it needs one to wait on, or if there is no FILE_OBJECT, the KEVENT MUST be allocated from non paged pool, NOT the stack.

svn path=/trunk/; revision=2832
2002-04-07 18:36:13 +00:00
freeldr Rewrote .ini file code - should be much faster (especially in bochs) 2002-03-20 00:39:32 +00:00
os2 *** empty log message *** 2002-03-26 01:42:02 +00:00
posix Wrong port: CSRTERM.EXE will connect to \POSIX+\SessionPort not to 2002-04-07 14:06:46 +00:00
reactos Reworked quite a bit of IO manager code to fix several bugs: 2002-04-07 18:36:13 +00:00
rosapps Fixed crash in environment variable evaluation. 2002-04-05 12:53:21 +00:00