- split logoff and shutdown resources
[reactos.git] / reactos / ntoskrnl / ob / handle.c
2005-12-10 Thomas Bluemel- support for kernel handles
2005-12-07 Thomas Bluemelimplemented sweeping of handle tables
2005-09-13 Alex Ionescuntoskrnl header cleanups
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-08 Thomas Bluemelrevert my last changes back to Alex's version of ObpCap...
2005-08-08 Thomas Bluemel- reverted ObpCaptureObjectAttributes back to my old...
2005-08-07 Thomas Bluemeldirectly translate handles to indexes in ex/handle.c
2005-08-07 Alex Ionescu- Completely reimplement NtWaitForMultipleObjects:
2005-08-07 Alex Ionescu- Initialize more fields when creating an Object Type
2005-07-04 Filip NavaraFix more DPRINTs.
2005-06-26 Thomas Bluemel- don't use the UNIMPLEMENTED macro in ObFindHandleForO...
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-14 Hartmut BirrIt was a bad idea to manipulate the length of the given...
2005-06-14 Alex IonescuFix OB Bug and port ObQueryNameString from my branch...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-24 Alex IonescuFix memory leaks in object manager, use tags and use...
2005-05-22 Hartmut BirrObInsertObject must always return STATUS_OBJECT_NAME_CO...
2005-05-18 Alex IonescuObject Manager Patch. This patch continues the work...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Alex IonescuMake Object Type creation compatible with OB 2.0 from...
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-04 Thomas Bluemelit's valid to pass lpTargetHandle = NULL to DuplicateHa...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-19 Thomas Bluemel- Delete named objects from the namespace when the...
2005-04-11 Thomas Bluemelsupport kernel handles, creating them is however not...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-25 Thomas Bluemelgrant correct access rights when duplicating a handle
2005-03-25 Thomas Bluemelminor optimization fix for single linked lists
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-19 Hartmut BirrAdded two missing dereferencing calls in ObReferenceObj...
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-13 Hartmut BirrAdded two missing calls to KeLeaveCriticalRegion.
2005-03-13 Thomas Bluemel- fixed handle table structures
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-03-05 James TaborAdded comments about systemHandleInfo.
2005-03-01 James TaborPartial implementation of SystemHandleInformation and...
2005-02-22 Thomas Bluemeladded more irql checks and secured access to buffers...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-05 Gunnar Dalsnesi'm pretty sure a non-inheritable handle _can_ be dupli...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-09-24 Thomas Bluemeladded stub for ObFindHandleForObject() and export it
2004-09-13 Eric KohlRename HANDLE_REP to HANDLE_ENTRY.
2004-08-20 Filip NavaraMinor optimalization to handle allocation algorithm.
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-16 Eric KohlFix an old typo.
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-05-04 James TaborAdded Spinlock in ObpGetHandleCountbyHandleTable.
2004-05-02 James TaborProper way for counting process handles.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
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...
next