Fix for DeviceIoControl masking FILE_DEVICE_FILE_SYSTEM incorrectly.
[reactos.git] / reactos / lib / kernel32 /
2001-05-07 Casper HornstrupPreparations for 32-bit/64-bit architectures
2001-05-05 Eric KohlAdded mailslot fs driver
2001-05-03 Eric KohlMoved some heap stubs
2001-05-03 Eric KohlImplemented missing mailslot functions
2001-05-02 Eric KohlImplemented mailslot functions
2001-04-05 Eric KohlFixed global and local memory functions
2001-04-04 David WelchFix longstanding bug in keyboard driver
2001-03-31 David WelchFix for not valid PE module bug
2001-03-31 David WelchCheck for failed allocation
2001-03-30 David WelchEnable atom functions
2001-03-30 David WelchDon't map NOLOAD sections
2001-03-26 David WelchFixes for page list initialization
2001-03-17 David WelchBug fixes
2001-03-16 David WelchRemoved obsolete header files
2001-03-13 David WelchRepresent page-in operations by descriptors
2001-03-09 David WelchClose section handle after NtCreateProces in KERNEL32...
2001-03-02 Carl NettelbladFixes for cmd copy command.
2001-02-18 Phillip SusiFixes to waitable timer implementation
2001-02-17 Eric KohlRemoved obsolete code
2001-02-17 Eric KohlFixed timer access right
2001-02-17 Eric KohlEstablished forwarded exports and removed superfluous...
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-02-10 Eric KohlPreliminary command line fix
2001-02-10 Eric KohlGetModuleFileName[A/W] must cope with NULL module handles
2001-02-10 Eric KohlPreparations for use of forwarded exports
2001-02-10 Emanuele AlibertiKERNEL32.GetProcessVersion partial implementation.
2001-02-06 David WelchFixed timer code
2001-01-31 Phillip SusiA few bug fixes
2001-01-27 Eric KohlFixed timer issues
2001-01-25 Phillip SusiA few more console fixes
2001-01-25 Phillip SusiFixed backwards parameters in FindResource()
2001-01-24 Phillip SusiFixed broken console code
2001-01-24 Phillip SusiBoth GetModuleHandleA and GetModuleHandleW need to...
2001-01-23 Eric KohlRemoved fixed stack base address
2001-01-21 Phillip SusiNew console client support
2001-01-20 Eric KohlFixed severe bug in CreateEventW()
2001-01-20 Eric KohlCompleted mutex and semaphore implementation
2001-01-16 David WelchFix bug in MmAllocateContinuousPages spotted by Philip...
2001-01-05 Phillip SusiExport SetLastErrorByStatus()
2000-12-28 Eric KohlFixed some undocumented functions and types
2000-12-08 Casper HornstrupFixed bug that caused a crash when creating an unnamed...
2000-12-05 Eric KohlFixed forwarding of current directory string
2000-11-20 Eric KohlModified makefiles for use with rcopy
2000-11-19 Eric KohlFixed tls code
2000-11-04 Eric KohlFixed some system information stuff
2000-10-11 David WelchCorrect implementation of user-mode APCs
2000-10-08 David WelchFixed compilation bugs
2000-10-08 David WelchAdditional bug fixes
2000-10-08 Eric KohlAdded atom table stubs
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-10-01 Eric KohlImplemented GetFileType()
2000-09-27 Eric KohlImplemented CreatePipe()
2000-09-05 Eric KohlRegistry fixes (not usable yet)
2000-09-05 Eric KohlImplemented dll detach on thread termination
2000-09-05 Eric KohlImplemented dll detach on process termination
2000-09-01 Eric KohlImproved internal dll handling
2000-08-28 Eric KohlAdded/fixed resource 'loader'.
2000-08-27 Eric KohlUser-mode loader improvements
2000-08-25 Eric KohlFinished drive letter assignment
2000-08-18 David WelchAdded .o -> .sys rule to simplify driver makefiles
2000-08-15 Eric KohlImproved shared user page
2000-08-14 Emanuele AlibertiWin32 fiber stubs.
2000-08-14 Emanuele AlibertiWin32 fiber stubs
2000-08-12 David WelchUpdated CREDITS
2000-08-11 Eric KohlRemoved unused file
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-08-10 Eric KohlFixed typo
2000-08-05 David WelchIntegrated fixes from prep0016
2000-07-11 Phillip SusiImplemented console modes
2000-07-06 David WelchAdded experimental paging out code (wouldn't activate...
2000-07-01 Emanuele AlibertiMinor changes.
2000-06-29 David WelchMade header file usage more consistent
2000-06-03 Emanuele AlibertiMinor changes.
2000-05-30 Emanuele AlibertiMinor changes to kernel32.
2000-05-26 Phillip Susibig work on the console front
2000-05-14 David WelchUpdated clean targets in various places
2000-05-14 Emanuele AlibertiFixed bug reported by Michael Rich in kernel32 compilation.
2000-05-13 David WelchSome fixes.
2000-05-08 Eric KohlImplemented IOCTL to draw screen buffer
2000-04-25 Emanuele AlibertiPartially implemented (handlers only)
2000-04-24 Phillip SusiDo not set std handles when AllocConsole() fails, I...
2000-04-23 Phillip SusiPatched up console code a bit
2000-04-23 Phillip SusiCreateProcess was eating the flags, had to pass them on
2000-04-20 Phillip SusiFixed up Critical Section code
2000-04-17 Phillip SusiReplaced a -- with an InterlockedDecrement
2000-04-14 Eric KohlImplemented debugger functions
2000-04-07 Phillip SusiRemoved LoadLibraryW from kernel32.edf, as it seems...
2000-04-06 Eric KohlMoved debug functions
2000-04-03 David WelchCorrect LPC implementation
2000-03-26 David WelchCorrected the handle generation algorithm in the kernel...
2000-03-24 David WelchConnected standard input/output to the console
2000-03-22 David WelchUpdated the minix driver
2000-03-18 Eric KohlFixed path bugs
2000-03-18 Eric KohlFixed compiler warnings
2000-03-16 Eric KohlOops! Typos...
2000-03-16 Eric KohlFixed ANSI <--> Unicode conversions
2000-03-16 David WelchOops.
2000-03-16 David WelchImplemented setting the fs register to point to the TEB
2000-03-16 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-03-15 Eric KohlFixed WIN32_FIND_DATA[A/W] structs and resulting bugs
next