Some additions to the USER code; nothing is working yet.
[reactos.git] / reactos /
2002-05-06 David WelchSome additions to the USER code; nothing is working...
2002-05-05 Hartmut BirrAdded support for accessing the raw volume.
2002-05-05 Hartmut BirrImplemented VfatGetUserBuffer and VfatLockUserBuffer.
2002-05-05 Hartmut BirrAdded support for accessing the raw volume.
2002-05-05 Hartmut BirrAdded support for accessing the raw volume.
2002-05-05 KJK::Hyperionmade _read() non-greedy - it now returns as soon as...
2002-05-05 Casper HornstrupCorrected mailing lists link
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2002-05-05 Phillip SusiFixed ReadConsoleInput() to not wait for a newline
2002-05-02 David WelchFixed irq problems.
2002-05-02 Jason FilbyProper line spacing and implemented cls
2002-05-01 Eric KohlImplemented read support.
2002-05-01 Eric KohlFixed FCB management functions.
2002-04-29 Eric KohlImproved default value handling in RtlQueryRegistryValu...
2002-04-29 KJK::HyperionFixed bugs in null device drivers, added zero stream...
2002-04-29 KJK::HyperionFixed order of TARGET_LFLAGS in the command lines of...
2002-04-28 Hartmut BirrAdded wild card expansion for argv.
2002-04-28 Hartmut BirrAdded S_IFREG for files only.
2002-04-28 Hartmut BirrAdded _fcloseall for DLL_PROCESS_DETACH.
2002-04-27 Hartmut BirrAdded support for bat/cmd files.
2002-04-27 Hartmut BirrFixed a bug in findDirSpace().
2002-04-27 Hartmut BirrAdded seting of exit status in NtTerminateProcess.
2002-04-27 Hartmut BirrFixed a bug in MmUnmapLockedPages.
2002-04-27 Hartmut BirrAdded npfs.sys to the automatic loaded drivers.
2002-04-27 Hartmut BirrAdded IoFileObjectType to ObReferenceObjectByHandle...
2002-04-27 Hartmut BirrChanged to event object from file object.
2002-04-27 Hartmut BirrFixed the test for FO_SYNCHONOUS_IO.
2002-04-27 Hartmut BirrMoved dereferencing of file objects to IoSecondStageCom...
2002-04-27 Hartmut BirrMoved '/DEBUGPORT=SCREEN' from loadros to (a)boot.bat.
2002-04-27 Hartmut BirrRemoved S_IFREG for files.
2002-04-27 Hartmut BirrFixed a minor bug.
2002-04-27 Hartmut BirrMoved CloseFile within MoveFileExW.
2002-04-27 Hartmut BirrMade GetTempFileNameA/W workable.
2002-04-27 Hartmut BirrAdded a trailing '\' to the directory in GetTempPathW.
2002-04-27 Hartmut BirrFixed a memory leakage in DeleteFileW.
2002-04-27 Hartmut BirrFixed a memory leakage in CreateFileW.
2002-04-27 Eric KohlRelease MDL on IRP-completion. Thanks to Hartmut Birr.
2002-04-27 Eric KohlAdded code to import REG_MULTI_SZ values.
2002-04-26 Eric KohlAdded media change support (untested).
2002-04-26 Eric KohlFixed drive map in the shared user page.
2002-04-26 Eric KohlSimplified access to the shared user page.
2002-04-24 Eric KohlImplemented request-splitting.
2002-04-20 Phillip SusiSome more fixes to the IO manager routines to use the...
2002-04-20 Phillip SusiFixed stat() to set the S_IFREG flag to indicate that...
2002-04-20 Phillip SusiKiInterruptDispatch was leaving interrupts disabled...
2002-04-19 Eric KohlFixed a silly bug! I forgot to move an #include line...
2002-04-19 Eric KohlRestricted mounting of file systems (e.g. don't try...
2002-04-17 Eric KohlFixed a typo that caused cdfs mounts to fail ('CdRom0...
2002-04-17 Eric KohlMoved the hardcoded command line string to loadros.
2002-04-17 Eric KohlAdded a dos command line buffer and hardcoded the kerne...
2002-04-15 Eric KohlSplit the driver into more files.
2002-04-15 Eric KohlRemoved obsolete 'optimization'.
2002-04-14 Phillip SusiFixed idle loop to use HLT to save power and cpu time...
2002-04-14 Phillip SusiHiSetIrql() was leaving interrupts disabled, fixed.
2002-04-12 Eugene IngermanFixed potential zero pointer reference.
2002-04-12 Eric KohlAdded basic iso-9660 file system driver. Thanks to...
2002-04-10 Eric KohlImplemented IOCTL_CDROM_GET_DRIVE_GEOMETRY.
2002-04-10 Eric KohlMoved IoVerifyVolume().
2002-04-10 Steven EdwardsDisregard this, I hit remove by mistake and am adding...
2002-04-10 Steven EdwardsDisregard this, I hit remove by mistake and am adding...
2002-04-10 Steven Edwardsfix some warnings in the makefile and added a time_t...
2002-04-10 Steven EdwardsA even more simple windowing test.
2002-04-07 Phillip SusiReworked quite a bit of IO manager code to fix several...
2002-04-07 Phillip SusiMAJOR BUGFIX: ide.sys was not returning iostatus inform...
2002-04-07 Emanuele AlibertiFixed makefile for building import libraries for the...
2002-04-07 Steven Edwardsadded Hartmuts KeDetachProcess(); and attach patch...
2002-04-03 Hartmut BirrFixed a bug in RtlDestroyHeap, that will cause a page...
2002-04-01 Eric KohlAdded mapping of scsi error codes to status codes.
2002-04-01 Hartmut BirrFixed a typo.
2002-04-01 Hartmut BirrFixed a wrong length check in RtlAnsiStringToUnicodeStr...
2002-04-01 Hartmut BirrFixed the length calculation in RtlCreateProcessParamet...
2002-04-01 Hartmut BirrFixed a wrong parameter for a call to ZwFreeVirtualMemo...
2002-04-01 Hartmut BirrAdded ansi to unicode translation for the environment...
2002-04-01 Hartmut BirrFixed some wrong size calculations in GetEnvironmentStr...
2002-04-01 Hartmut BirrRewrote OpenFile().
2002-04-01 Hartmut BirrFixed handling for non existing files.
2002-04-01 Hartmut BirrAdded handling for std handles.
2002-04-01 Hartmut BirrChanged to a separat heap for malloc/calloc/realloc...
2002-04-01 Hartmut BirrRemoved fixed size of environment vars.
2002-04-01 Hartmut BirrFixed error handling in _filebuf().
2002-04-01 Hartmut BirrRemoved fixed size of args and envblock in go32_exec...
2002-04-01 Hartmut BirrAdded closing of process handle at exit.
2002-04-01 Hartmut BirrChanged heap validation.
2002-04-01 Hartmut BirrAdded heap initialization for malloc/calloc/realloc...
2002-04-01 Hartmut BirrAdded debug messages.
2002-04-01 Hartmut BirrAdded debug messages.
2002-04-01 Hartmut BirrAdded CR-removing for text files.
2002-04-01 Hartmut BirrFixed initialization of new fileno_modes in __fileno_al...
2002-04-01 Hartmut BirrAdded debug messages.
2002-04-01 Hartmut BirrAdded ntdll.a to TARGET_SDKLIBS
2002-03-31 Steven EdwardsMinor cosmetic cleanup....sorry I'm a little obsessive...
2002-03-31 Steven Edwardsadded bootc.lst to aboot.bat. I dont know if the ACPI...
2002-03-30 Eric KohlFixed a serious typo.
2002-03-27 Eric KohlAdded support for .lst files. Thanks to Art Yerkes.
2002-03-27 Steven EdwardsUpdated Makefile for wine_unicode.dll wrc and winebuild.
2002-03-27 Eric KohlImplemented the SENSE_REQUEST command.
2002-03-25 Eric KohlCosmetic changes
2002-03-25 Eric KohlStarted improving error handling and retries.
2002-03-25 Hartmut BirrFixed the length of the command line.
2002-03-25 Hartmut BirrRewrote SearchPathW().
next