- Change dispatcher lock release to be more like documented in Windows Internals...
[reactos.git] / reactos / ntoskrnl / include / internal / ke.h
2003-04-06 Casper Hornstrup2003-04-06 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-19 Gunnar Dalsnesinitial work on I/O completion
2003-02-14 Eric KohlFixed declarations.
2002-10-19 Casper Hornstrup2002-10-19 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-06-18 David Welch2002-06-18 David Welch <welch@whitehall1-5.seh.ox...
2002-05-14 David WelchReverted the MPW changes (keep these in a seperate...
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-05-02 David WelchFixed irq problems.
2002-01-15 David WelchImplemented NtW32Call and NtCallbackReturn
2001-11-20 David WelchFixed zsh crash bug, it still doesn't work however
2001-09-24 Casper HornstrupInitial OS level SEH support.
2001-08-27 Eric KohlFixed callback calling conventions (part 2).
2001-04-17 David WelchFurther SMP work (associate an idle thread with each...
2001-04-16 David Welchper processor TSS
2001-04-16 David WelchSMP detection work
2001-04-13 Casper HornstrupAdded Intel MultiProcessor Specification support
2001-04-10 David WelchCorrect problem with keyboard input not being accepted
2001-03-25 David WelchV86 mode fixes
2001-03-18 David WelchFixes for APC handling
2001-03-16 David Welch* include/ddk/zw.h: Corrected declarations of NtCreateP...
2001-03-14 David WelchMerge adjacent free blocks in the non-paged pool
2001-02-18 Phillip SusiFixes to waitable timer implementation
2001-02-06 David WelchFixed timer code
2001-02-04 Eric KohlImplemented KeRemoveQueueApc() (not exported).
2001-01-19 David Welch(Finally) implemented Philip Susi's suggestion for...
2000-12-28 David WelchImplemented /Device/PhysicalMemory
2000-12-26 David WelchAdded support for calling BIOS functions
2000-12-10 David WelchSome work on file caching
2000-10-11 David WelchCorrect implementation of user-mode APCs
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-07-10 Eric KohlMoved interrupt code from hal into kernel
2000-07-06 David WelchAdded experimental paging out code (wouldn't activate...
2000-07-04 David WelchAdded working set functions
2000-07-01 Eric KohlReplaced boot_param by LOADER_PARAMETER_BLOCK
2000-06-29 David WelchMade header file usage more consistent