reactos.git
2002-05-30 Robert Kopferlreorganized some files
2002-05-29 Eric KohlReplaced linux partition type constants.
2002-05-29 Eric KohlReplaces linux partition type constants.
2002-05-28 Eric KohlMinor cleanup
2002-05-28 Eric KohlWait for BUSY to clear prior to selecting a drive....
2002-05-28 Eric KohlBuild a fake partition table for removable media drives.
2002-05-28 Eric KohlFix to support removable media (512 bytes per sector...
2002-05-27 Hartmut BirrFixed creation of paging file in SmPagingFilesQueryRoutine.
2002-05-27 Hartmut BirrFixed returned file length in GetFileInformationByHandle.
2002-05-26 Eric KohlSilenced debug messages.
2002-05-26 Eric KohlImplemented command retries.
2002-05-26 Eric KohlAlways update disk geometry.
2002-05-26 Eric KohlSilenced debug messages.
2002-05-26 Eric KohlEnabled driver letter assignment for removable drives.
2002-05-25 Eric KohlMade NTFS-Partitions mountable.
2002-05-25 Eric KohlFixed timeout for unpopulated ide channels.
2002-05-24 Eric KohlFixed severe bug in drive detection code.
2002-05-24 Eric KohlFixed a severe bug in RtlQueryRegistryValues() and...
2002-05-24 Eric KohlAdded import of REG_EXPAND_SZ registry values.
2002-05-23 Emanuele AlibertiBuild failed, then I removed it and checked it out...
2002-05-23 Eric KohlUse NT-compatible (VPB-based) mounting mechanism.
2002-05-22 Brian PalmerCompared the output of fat.asm from nasm v0.98 and...
2002-05-22 Eric KohlRead settings from the registry.
2002-05-21 Eric KohlFixed Unload routine prototype.
2002-05-19 David Welchntoskrnl/cc/view.c: CcRosTrimCache: Added a comment...
2002-05-19 Casper HornstrupFixed a bug in ExAquireFastMutexUnsafe
2002-05-17 David Welchservices/fs/cdfs/.cvsignore: Added .cvsignore file
2002-05-17 KJK::HyperionNew calls and new exported functions
2002-05-17 KJK::HyperionMiscellaneous calls
2002-05-17 KJK::HyperionPreliminary code for fork()
2002-05-17 KJK::HyperionStarted implementing sys/stat.h calls
2002-05-17 KJK::HyperionTLS calls (currently unused)
2002-05-17 KJK::HyperionTemporary code for debugging purposes
2002-05-17 KJK::HyperionFixed some embarassing errors
2002-05-17 KJK::Hyperionerrno finally thread-safe
2002-05-17 KJK::HyperionTemporary code for debugging purposes
2002-05-17 KJK::HyperionTemporary code
2002-05-17 KJK::HyperionFixed assert() macro, fixed header
2002-05-17 KJK::HyperionSysV IPC headers
2002-05-16 Eric KohlModified LdrLoadModule() to return NTSTATUS.
2002-05-15 Eric KohlAdded experimental support for FAT and NTFS FSDs.
2002-05-15 Eric KohlAdded file system recognizer driver.
2002-05-14 Eric KohlSilenced debug message.
2002-05-14 Eric KohlFixed several cache-related bugs.
2002-05-14 David WelchReverted the MPW changes (keep these in a seperate...
2002-05-13 Casper HornstrupAdded section test
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-05-09 Eric KohlAdded file and directory caching.
2002-05-08 Casper HornstrupSupport multiple debug targets at the same time.
2002-05-07 Hartmut BirrRemoved reseting of IrpFlags in ScsiPortDispatchScsi.
2002-05-07 Hartmut BirrOpened files for redirection inheritable.
2002-05-07 Hartmut BirrFixed a memory leakage in MmCreateImageSection.
2002-05-07 Hartmut BirrImplemented CsrTerminateProcess.
2002-05-07 Hartmut BirrFixed the range test for handles in CsrGetObject/CsrRel...
2002-05-07 Hartmut BirrCreate console active event inheritable.
2002-05-07 Hartmut BirrFixed return value in CdfsGetFsSizeInformation.
2002-05-07 Hartmut BirrModified reading of pipes.
2002-05-07 Hartmut BirrModified closing of pipes.
2002-05-07 Hartmut BirrAdded testing for inheritable objects/handles.
2002-05-07 Hartmut BirrAdded testing for inheritable objects in NtDuplicateObj...
2002-05-07 Hartmut BirrLock address space at returning in MmNotPresentFaultVir...
2002-05-07 Hartmut BirrFixed a wrong index in MmProbeAndLockPages.
2002-05-07 Hartmut BirrLock/unlock address space in KeReleasThread.
2002-05-07 Hartmut BirrFixed the command line.
2002-05-07 Hartmut BirrAdded handling for pipe closing.
2002-05-07 Hartmut BirrStarted piping implementation.
2002-05-07 Hartmut BirrStarted piping implementation.
2002-05-07 Hartmut BirrAdded csrss notification in ExitProcess.
2002-05-07 Hartmut BirrAdded support for piping.
2002-05-07 Hartmut BirrAdded basic support for console handles in DuplicateHandle.
2002-05-07 Hartmut BirrFixed return value in CloseConsoleHandle.
2002-05-07 Hartmut BirrAdded handling for lpSecurityAttributes (for inheitable...
2002-05-07 Hartmut BirrDo not call NtFlushBuffersFile for console handles.
2002-05-07 Hartmut BirrAdded handling for lpSecurityAttributes (for inheritabl...
2002-05-07 Hartmut BirrAdded O_NOINHERIT.
2002-05-06 David WelchAdded some comments.
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-04 Brian PalmerChanges in v1.2.2 (5/4/2002)
2002-05-04 Brian PalmerQuick Makefile fix
2002-05-03 Brian PalmerChanges in v1.2.1 (5/3/2002)
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-30 Brian PalmerChanges in v1.2 (4/30/2002)
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-28 Brian PalmerFixed FAT short file name buffer overflow that was...
next