Added ObGetObjectHandleCount().
[reactos.git] / reactos / ntoskrnl / nt /
2002-02-19 Eric Kohl- Fixed object creation. Named objects are now automati...
2001-12-05 David WelchFixed security define spelling
2001-11-07 Eric KohlAttach/detach mutant(mutex) to/from owning thread.
2001-11-04 Eric KohlImplemented mutant object.
2001-09-06 David WelchImplemented NtQueryTime
2001-08-30 David WelchAdded some more descriptive comments.
2001-08-26 Eric KohlFixed callback calling conventions (part 1).
2001-06-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
2001-05-27 Eric KohlFixed a typo
2001-05-27 Eric KohlImplemented atoms in ntoskrnl and fixed a few bugs
2001-05-26 Eric KohlImplemented handle table and atom table
2001-03-29 David WelchFixed int 10 problems
2001-03-25 David WelchV86 mode fixes
2001-03-16 David Welch* include/ddk/zw.h: Corrected declarations of NtCreateP...
2001-03-16 David Welch* ntoskrnl/include/internal/safe.h: Corrected typo.
2001-03-16 David Welch* ntoskrnl/include/internal/mm.h: Removed MmSafeCopyToU...
2001-03-13 David WelchRepresent page-in operations by descriptors
2001-03-07 David WelchMore .cvsignore files
2001-03-07 David WelchAdded tagging of most allocates
2001-03-01 Eric KohlSome atom prototype fixes
2001-02-18 Phillip SusiFixes to waitable timer implementation
2001-02-04 Eric KohlImplemented KeRemoveQueueApc() (not exported).
2001-01-28 Eric KohlAdded mapping of access rights
2001-01-28 Eric KohlFixed a compiler warning
2001-01-20 Eric KohlImplemented ObOpenObjectByName()
2000-12-26 David WelchAdded support for calling BIOS functions
2000-10-22 Eric KohlImplemented event pair
2000-10-08 David WelchFixed compilation bugs
2000-10-08 Eric KohlAdded atom table stubs
2000-10-06 Eric KohlImplemented NtPulseEvent() and NtQueryEvent()
2000-06-29 David WelchMade header file usage more consistent
2000-06-04 Emanuele AlibertiMade and new ntoskrnl/lpc directory for the LPC subsystem.
2000-05-09 Eric KohlFixed or added exported object type variables
2000-04-23 Phillip SusiDisabled debug prints
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-04-03 David WelchCorrect LPC implementation
2000-01-26 David WelchMore improvements to LPC code
2000-01-12 Eric KohlAdded missing printf() functions
1999-12-30 David WelchAdded some additional csrss work
1999-12-26 David WelchAdded some security functions
1999-12-20 Phillip Susifixed typeo
1999-12-20 Phillip Susifixed missing dereference and cleaned up code in NtCrea...
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-10 David WelchModified LPC implementation to be closer to nt.
1999-12-02 David WelchSome bug fixes.
1999-12-01 Eric KohlFixed a typo
1999-11-25 David WelchCorrected ntdll mapping bug
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-10-16 Eric KohlFixed NtCreatePort() prototype.
1999-10-15 Eric KohlFixed hal display and initialization code.
1999-07-17 Emanuele Alibertifixes
1999-07-12 Rex Jolliffadded an ignore file
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-05-29 David WelchLots of changes to the kernel
1999-04-10 David WelchPartially implemented PEB
1999-03-25 David WelchCleaned up code a bit
1999-02-06 David Welchno message
1999-02-01 David WelchExtensive changes to the objmgr
1999-01-17 David WelchBug fixes
1998-12-04 Rex JolliffRolled in various changes from others
1998-10-05 Rex JolliffInitial revision