Disregard this, I hit remove by mistake and am adding it back
[reactos.git] / reactos /
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().
2002-03-25 Hartmut BirrFixed negativ positions in SetFilePointer().
2002-03-24 Eric KohlInitialized device lock event.
2002-03-24 Eric KohlSet feature register for atapi commands.
2002-03-24 Steven EdwardsStarted work on seperating dflat32 console graphics...
2002-03-23 Casper HornstrupAdded tree traversal routines for tree data structures.
2002-03-23 Casper HornstrupSupport non-paged version of binary tree, splay tree...
2002-03-22 Eric KohlDisabled annoying debug message.
2002-03-22 Eric KohlStarted using lookaside lists for SRBs.
2002-03-22 Eric KohlDisabled debug output.
2002-03-22 Eric KohlPass correct Cdb size.
2002-03-22 Casper HornstrupAdded a binary tree implementation
2002-03-22 Eric KohlStarted support for removable disk drives.
2002-03-22 Eric KohlFixed default geometry.
2002-03-22 Eric KohlAdded default disk geometry.
2002-03-22 Eric KohlFixed atapi block size bug.
2002-03-21 Eric KohlChanged drive assignment.
2002-03-20 Eric KohlBoot new disk and cdrom drivers instead of ide.sys.
2002-03-20 Eric KohlAdded isotest utility.
2002-03-20 Eric KohlTry to read disk capacity on startup.
2002-03-20 Eric KohlFixed minor bugs.
2002-03-20 Eric KohlFixed minor bug.
2002-03-20 Steven EdwardsMinor updates. Hope to use in the build system at some...
2002-03-19 Hartmut BirrDisabled the cache access for the page file in VfatRead...
2002-03-19 Eric KohlImplemented ATAPI support.
2002-03-18 Hartmut BirrFixed creation of environment variable SystemDrive.
2002-03-18 Hartmut BirrAll:
2002-03-18 Eric KohlFixed Nt/ZwCreatePagingFile() prototype.
2002-03-17 Hartmut BirrImplemented RamdrvDispatchDeviceControl for IOCTL_DISK_...
2002-03-17 Hartmut BirrImplemented FloppyDispatchDeviceControl for IOCTL_DISK_...
2002-03-17 KJK::HyperionMoved zlib in reactos/lib/zlib and updated to version...
2002-03-17 KJK::HyperionMoved zlib in reactos/lib/zlib and updated to version...
2002-03-17 KJK::HyperionAdded zlib version 1.1.4 to the source tree (contains...
2002-03-17 Hartmut BirrFixed the return value in GetEnvironmentVariable().
2002-03-17 Hartmut BirrAdded the packed attribute to some structures.
2002-03-17 Hartmut BirrAdded a trailing null entry in NtQueryDirectoryObject().
2002-03-17 Hartmut BirrFixed the copy length in GetSystemDirectory().
2002-03-17 Hartmut BirrIncreased the debug print buffer.
2002-03-17 Hartmut BirrFixed the maximum length in DbgPrint().
2002-03-17 Hartmut BirrFixed a parameter for IRPMN_MOUNT_VOLUME.
2002-03-17 Eric KohlFixed a 'ghost drives' bug.
2002-03-16 Eric KohlImproved registry initialization.
2002-03-16 Eric KohlAdded ISA-Bus initialization by Hartmut Birr.
2002-03-16 Eric KohlMoved CreateSystemRootLink() away.
2002-03-15 Casper Hornstrupassertmsg() macro
2002-03-15 Casper HornstrupConfiguration manager cleanup.
2002-03-15 Casper Hornstrupassertmsg() macro
2002-03-15 Eric KohlFixed device characteristics.
2002-03-15 Eric KohlAdded write-ability for ATA devices (harddisks).
2002-03-14 Hartmut BirrFixed return value in ReadFile().
2002-03-14 Hartmut BirrFixed a wrong pointer calculation in RtlpCopyParameterS...
2002-03-13 Casper HornstrupAdded arcname.o to makefile
2002-03-13 Eric KohlFixed some function prototypes.
2002-03-13 Eric KohlMoved creation of ARC names into ntoskrnl.
2002-03-13 Eric KohlMoved creation of ARC names into ntoskrnl.
2002-03-12 Eric KohlImplemented IOCTL_DISK_GET_PARTITION_INFO.
2002-03-09 Phillip SusiSome fixes for the expression evaluator:
2002-03-08 Hartmut BirrFixed a dead lock between an APC (delivered from IoComp...
2002-03-08 Eric KohlSilenced it.
next