Fix an old typo.
[reactos.git] / reactos / ntoskrnl / ob / handle.c
2004-07-16 Eric KohlFix an old typo.
2004-05-04 James TaborAdded Spinlock in ObpGetHandleCountbyHandleTable.
2004-05-02 James TaborProper way for counting process handles.
2003-10-21 Eric KohlImplemented ObQueryObjectAuditingByHandle().
2003-10-21 Eric KohlImplemented handle flags 'Inherit' and 'ProtectFromClose'.
2003-10-05 Eric KohlReturn handle information in ObReferenceObjectByHandle().
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-09-14 Hartmut Birr- Changed the reference/dereference order in ObDeleteHa...
2003-09-13 VizziniPatch by skywing:
2003-08-18 Hartmut Birr- Delete a process environment in the context of a...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-06-24 Gé van GeldorpPass failures up the chain
2003-05-28 Casper Hornstrup2003-05-28 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-18 Gé van GeldorpImplement duplication of NtCurrentThread() pseudo-handle
2003-03-17 Gunnar DalsnesObReferenceObjectByHandle: don't fail if NULL DesiredAccess
2002-11-27 Hartmut BirrDo only for process handles detach/attach the process...
2002-10-01 Casper Hornstrup2002-10-01 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-06-11 David Welch2002-06-11 David Welch <welch@whitehall1-5.seh.ox...
2002-05-07 Hartmut BirrAdded testing for inheritable objects in NtDuplicateObj...
2002-04-07 Steven Edwardsadded Hartmuts KeDetachProcess(); and attach patch...
2002-02-19 Eric Kohl- Fixed object creation. Named objects are now automati...
2001-12-31 David WelchSwapping to disk
2001-11-20 David WelchFixed zsh crash bug, it still doesn't work however
2001-09-08 Eric KohlReturn a better status code in ObReferenceObjectByPoint...
2001-05-05 Casper HornstrupAdded runtime configuration of debug prints from kernel...
2001-03-20 David WelchBug fixes
2001-03-07 David WelchAdded tagging of most allocates
2001-02-06 David WelchFixed timer code
2001-02-02 Eric KohlAdded access right mapping
2001-01-29 Eric KohlCorrected unknown parameter
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-08-19 Eric KohlFixed the real bug
2000-07-04 David WelchAdded working set functions
2000-05-27 David WelchFix for issue with closing non-existent or already...
2000-05-09 Eric KohlFixed some more ntoskrnl exports
2000-04-03 David WelchCorrect LPC implementation
2000-03-26 David WelchCorrected the handle generation algorithm in the kernel...
2000-01-22 Phillip SusiFixed a broken DPRINT
1999-12-26 David WelchAdded some security functions
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-12-20 David WelchFixed problem with handles not being released
1999-12-02 David WelchSome bug fixes.
1999-11-02 David WelchImproved scheduling code
1999-10-07 Eric KohlFixed header inclusion order.
1999-08-29 Emanuele Alibertisome __stdcall fixes in ntoskrnl and ntdll
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-05-29 David WelchLots of changes to the kernel
1999-04-18 David WelchSeveral bug fixes
1999-04-14 David Welch*** empty log message ***
1999-04-01 David WelchEnhanced memory managment
1999-03-25 David WelchCleaned up code a bit
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-06 David Welchno message
1999-02-01 David WelchExtensive changes to the objmgr
1998-10-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-09-13 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-09-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-08-25 Rex JolliffInitial revision