Added ObGetObjectHandleCount().
[reactos.git] / reactos / ntoskrnl /
2002-03-05 Eric KohlAdded ObGetObjectHandleCount().
2002-03-03 Eric Kohlno message
2002-03-01 Eric KohlStarted implementing type objects.
2002-02-28 Hartmut BirrFixed the 'event wait bug' in MmRequestPageMemoryConsumer.
2002-02-27 David WelchApplied Harmut Birr's patch
2002-02-26 Phillip SusiFixed _vsnprintf() to actually use the buffer size...
2002-02-25 Phillip SusiFixed debug print to not overflow the stack on long...
2002-02-23 Eric KohlFixed showstopper!
2002-02-22 Eric KohlAdded some more prototypes
2002-02-22 Eric KohlAdded ObGetObjectPointerCount() and SetokenImpersonatio...
2002-02-20 Eric KohlStarted security manager initialization.
2002-02-19 Eric KohlRemoved unused code.
2002-02-19 Eric Kohl- Fixed object creation. Named objects are now automati...
2002-02-18 Hartmut BirrFixed the 'Frequent Crasher Bug'.
2002-02-18 Hartmut BirrFixed some overruns with a not zero terminated string...
2002-02-15 Eric KohlRemoved obsolete functions/protypes HalInitFirstTask...
2002-02-14 Hartmut BirrSet the min size of an allocated block to the size...
2002-02-12 Jason FilbyNo need to load vgamp.sys on startup
2002-02-10 Eric KohlImplemented expansion of REG_MULTI_SZ.
2002-02-10 Casper HornstrupDisplay driver name when loading it.
2002-02-09 Eric KohlFixed wrong string length calculation in RtlAppendUnico...
2002-02-09 Casper HornstrupOops...don't load that driver.
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-06 Eric KohlImplemented [Nt/Zw]QueryMultipleValueKey().
2002-02-05 Eric KohlImplemented value enumeration in RtlQueryRegistryValues().
2002-02-05 Eric KohlFixed name string length and termination for KeyValueB...
2002-02-05 Phillip SusiBalenced paged and non paged pool sizes to 100 megs...
2002-02-04 Casper HornstrupRemoved old HAL.
2002-02-02 Eric KohlFixed broken serial debug logging.
2002-01-27 David WelchFixes for problems with win32k
2002-01-27 David WelchMore user work
2002-01-26 David WelchPresent large reads to the filesystem from CcCopyRead
2002-01-26 Phillip SusiFixed IoCreateFile to recognize the FILE_NO_INTERMEDIAT...
2002-01-23 Casper HornstrupAdded GNU Debugger stub for remote debugging.
2002-01-21 Hartmut BirrAdded ntoskrnl.sym to install rule.
2002-01-21 Hartmut BirrRemoved IoGetCurrentIrpStackLocation from some functions.
2002-01-21 Eric KohlFixed some function declarations.
2002-01-17 Emanuele AlibertiFsRtlIsNtstatusExpected fixed (Bo Branten reported...
2002-01-15 David WelchImplemented NtW32Call and NtCallbackReturn
2002-01-15 Phillip SusiNtW32Call was causing a compile error and didn't do...
2002-01-15 David WelchMore missing files.
2002-01-14 Eric KohlFixed registry bug.
2002-01-13 David WelchBegan work on message queue and default window procedure
2002-01-13 Emanuele AlibertiMinor changes and some interfaces updated in FsRtl.
2002-01-10 Eric KohlKeBugCheck() calls KeBugCheckEx().
2002-01-10 Eric KohlAdded message table to resouces.
2002-01-10 Eric KohlFixed type casts.
2002-01-09 David WelchMore swapping fixes
2002-01-08 David WelchMore swapping fixes
2002-01-05 Hartmut BirrFixed the mapping of MmPageArray.
2002-01-04 David WelchZero page list
2002-01-04 Hartmut BirrFixed a wrong initialisation in PiDeleteProcess().
2002-01-04 Eric KohlStarted kernel queue implementation.
2002-01-03 David WelchFixed LPC section bug
2002-01-03 Eric KohlImplemented process and thread notification routines.
2002-01-03 Eric KohlAdded massage table.
2002-01-03 Eric KohlImplemented PsLookupXxx() functions.
2002-01-03 Casper HornstrupFree memory for symbols when process is terminated.
2002-01-03 Hartmut BirrFixed the length for the registry key HKEY_LOCAL_MACHIN...
2002-01-02 Casper HornstrupFree memory for symbols when process is terminated.
2002-01-01 David WelchMore cygwin fixes
2002-01-01 David WelchFixed bug with cygwin1.dll (still doesn't work)
2002-01-01 David WelchFixed some swapping bugs and deadlocks
2001-12-31 David WelchSwapping to disk
2001-12-31 David WelchVirtual memory support
2001-12-29 David WelchTrim cache
2001-12-28 David WelchMemory balancer
2001-12-27 David WelchSet WP bit in CR0
2001-12-27 David WelchMore fixes
2001-12-26 David WelchMisc fixes.
2001-12-20 David WelchFixed fast mutex implementation (they are NOT recursive)
2001-12-07 Casper HornstrupFixed compilation error
2001-12-06 David WelchRemoved bitops.h
2001-12-05 Eric KohlImplemented file system change notification.
2001-12-05 Eric KohlAdded missing create parameters to IoCreateFile().
2001-12-05 David WelchFixed security define spelling
2001-12-04 Eric KohlReplaced binary constants by corresponding flags.
2001-12-02 David WelchRemove debugging changes.
2001-12-02 David WelchImplemented LPC sections
2001-12-01 Phillip SusiFixed typeo that prevented compilation
2001-11-29 Eric KohlImplemented PsGetProcessExitTime() and PsIsThreadTermin...
2001-11-25 Eric KohlAdded 'dword' data type.
2001-11-25 David Welchinclude/csrss/csrss.h: Include a define for the size...
2001-11-24 Jason FilbyMoved W32THREAD to teb.h
2001-11-21 Eric KohlFixed PsRevertToSelf().
2001-11-20 David WelchSplit kernel and user-mode exception handling
2001-11-20 David WelchFixed zsh crash bug, it still doesn't work however
2001-11-18 David WelchOops, used copy to caller instead of copy from caller
2001-11-18 David WelchFixed bugs with vim
2001-11-13 Eric KohlImplemented MmMapViewOfSection().
2001-11-08 Eric KohlImplemented abandoning of mutexes/mutants.
2001-11-08 Eric KohlFixed thread termination bug when a mutex must be aband...
2001-11-07 David WelchFixed thread termination bug
2001-11-07 Eric KohlAttach/detach mutant(mutex) to/from owning thread.
2001-11-05 David WelchDon't check for critical sections when delivering speci...
2001-11-04 Eric KohlImplemented mutant object.
2001-11-03 Casper HornstrupNew target 'implib' to avoid cicular references.
2001-11-02 Hartmut BirrAdded some modifications for asyncronous i/o requests...
2001-11-02 Eric KohlFixed a typo.
next