Added ObGetObjectHandleCount().
[reactos.git] / reactos / ntoskrnl / kd /
2002-02-09 Casper HornstrupAccept /DEBUGPORT=GDB and /DEBUGPORT=PICE on command...
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2002-02-02 Eric KohlFixed broken serial debug logging.
2002-01-23 Casper HornstrupAdded GNU Debugger stub for remote debugging.
2001-12-31 David WelchSwapping to disk
2001-09-09 Hartmut BirrFixed a bug in KdpPrintString().
2001-08-30 David WelchChanged internal/config.h -> roscfg.h in a number of...
2001-06-21 Rex Jolliffcommand line parse changed to not stop after first...
2001-05-05 Casper HornstrupAdded runtime configuration of debug prints from kernel...
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-04-26 Phillip SusiUndo last change removing config.h, which is now correc...
2001-04-26 Phillip SusiRemoved references to obsolete config.h preventing...
2001-04-10 David WelchCorrect problem with keyboard input not being accepted
2001-04-09 David WelchReorganised cache segment data structure
2001-03-25 David WelchFurther fixes
2001-03-07 David WelchMore .cvsignore files
2001-03-07 David WelchAdded tagging of most allocates
2001-03-07 David WelchPrint out the contents of the non-paged pool on SysRq+'A'
2001-02-16 David WelchChanged irq handler from C to assembler
2001-02-14 David WelchFixed MmProbeAndLockPages issues pointed out by Philip...
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-01-06 Rex JolliffFixed a problem with command line parsing
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-08-30 David WelchAdded calibration of KeStallExecutionProcessor delay
2000-08-12 David WelchUpdated CREDITS
2000-07-01 Eric KohlReplaced boot_param by LOADER_PARAMETER_BLOCK
2000-05-24 David WelchMore bug fixes.
2000-04-08 Eric KohlMoved KeStallExecutionProcessor() into HAL.
2000-03-24 David WelchConnected standard input/output to the console
2000-03-04 Eric KohlImplemented kernel parameter line
2000-03-03 Eric KohlAdded bitmaps
2000-02-27 Eric KohlImproved csrss (doesn't crash any more)
2000-02-26 Emanuele AlibertiSome __stdcall declarations in ntoskrnl/hal.
2000-01-19 Eric KohlFixed ugly bug in the serial debugging code
2000-01-17 Eric KohlChanged debug output to use INT 2D
1999-10-21 Eric KohlImproved debug output and
1999-08-20 Emanuele AlibertiKernel debugger stubs.