Merge 25584, 25588.
[reactos.git] / reactos / ntoskrnl / ob / obhandle.c
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-22 Alex Ionescu- Implement ExEnumHandleTable. Had to add a small hack...
2007-01-22 Alex Ionescu- Implement new ExHandle* implementation using pushlock...
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-15 Alex Ionescu[12 bug fixes]:
2007-01-15 Aleksey Bragin- Merge two small fixes from 25400
2007-01-15 Alex Ionescu[22 bugfixes]:
2007-01-15 Alex Ionescu- Fix handle close bug. The ExDestroyHandleEntry API...
2007-01-10 Alex Ionescu- Commit NTLPC and remove old implementation.
2007-01-10 Alex Ionescu- Implement ObReferenceProcessHandleTable and ObDerefer...
2007-01-10 Alex Ionescu- Fix a bug in ExfWakePushLock.
2007-01-09 Alex Ionescu- Heavy cleanup of locking and lookup macros in ob_x.h.
2007-01-09 Alex Ionescu- Fix Port and Section Object Type creation by specifyi...
2007-01-09 Alex Ionescu- Add missing code to ObpLookupDirectoryEntry.
2007-01-09 Alex Ionescu- Enable sanity check in ObInsertObject to catch asshol...
2007-01-09 Alex Ionescu- Add internal macros for acquiring the object director...
2007-01-08 Alex Ionescu- Make ObpReleaseCapturedName an actual function and...
2007-01-08 Alex Ionescu- Implement ObpCreateSymbolicLinkName and enable call...
2007-01-08 Alex Ionescu- Implement ObFindHandleForObject and add it to the...
2007-01-08 Alex Ionescu- Fix kmtest's inclusion of the NDK.
2007-01-08 Alex Ionescu- Fix ObReferenceObjectByName to do proper name validat...
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-10-20 Thomas Bluemel- Some minor Nt stub fixes
2006-10-19 Alex Ionescu- Fix SD charges to 2048 bytes instead of 2000.
2006-10-19 Alex Ionescu- Implement Object Type Resource Lock, since object...
2006-08-06 Aleksey BraginGoodbye REGISTRY_ERROR bsod!
2006-07-14 Alex Ionescu- Implement Safe Referencing (an internal method for...
2006-07-09 Alex Ionescu- Massive re-write of some parts of Ps, based on a...
2006-06-30 Hervé PoussineauIn ObOpenObjectByPointer, always pass right mapping...
2006-06-29 Alex Ionescu- Activate the Grim Reaper and remove a hard-coded...
2006-06-29 Alex Ionescu- Fixes in ObCreateObjectType to pass Fireball's (and...
2006-06-29 Alex Ionescu- Fix the last two Ob reference counting bugs:
2006-06-29 Alex Ionescu- Cleanup the checks for mishbeaving objects a bit...
2006-06-29 Alex Ionescu- This patch finally enables closing handles for real...
2006-06-27 Alex Ionescu- Catch illegal call to Ob functions when ObjectAttribu...
2006-06-27 Alex Ionescu- Fix another critical bug in ObInsertObject: don't...
2006-06-27 Alex Ionescu- ObpCreateUnnamedHandle/ObpCreateHandle => Reference...
2006-06-15 Maarten BosmaFix sweeping the handle table on process shutdown....
2006-06-14 Alex Ionescu- Fix some referencing/bugs in Ob functions that I...
2006-06-12 Alex Ionescu- Pretty much the last Ob implementation/optimization...
2006-06-11 Alex Ionescu- Fix definitions of OB_QUERYNAME_METHOD and OB_OKAYTOC...
2006-06-10 Alex Ionescu- Update sweep callback to send the handle number....
2006-06-08 Alex Ionescu- Add Object Header Quota structure/define
2006-06-08 Alex Ionescu- Kill a bunch of deprecated hacks, because removing...
2006-06-08 Alex Ionescu- [FORMATTING]:
2006-06-08 Alex Ionescu- Rename ObpDeleteHandle to ObpCloseHandleTableEntry...
2006-06-08 Alex Ionescu- [FORMATTING] Add function comment headers.
2006-06-08 Alex Ionescu- ObFindObject should return the actual object being...
2006-06-08 Alex Ionescu- Fix ObGetObjectSecurity to use the object type's...
2006-06-08 Alex Ionescu- I just noticed that ObInsertObject never got updated...
2006-06-07 Alex Ionescu- Split ObpCreateHandle into two distinct operations...
2006-06-07 Alex Ionescu- Final fixes to ObpCreateHandle that I can think of...
2006-06-07 Alex Ionescu- Change ObpCreateHandle to the one documented and...
2006-06-07 Alex Ionescu- Add some trace macros to monitor handle/pointer count...
2006-06-06 Alex Ionescu- Formatting/name/comment/declaration/calling conventio...
2006-06-06 Alex Ionescu- Add function documentation header to ObpDeleteHandle...
2006-06-06 Alex Ionescu- Documented ObpDeleteNameCheck and ObpSetPermanentObject
2006-06-06 Alex Ionescu- Make sure callers of NtMakeTemporaryObject have DELET...
2006-06-05 Alex Ionescu- Rename ObpCreateTypeObject to ObCreateObjectType...
2006-06-05 Alex Ionescu- Fix ExChangeHandle not to send NULL but the actual...
2006-05-29 Alex Ionescu- Object Manager Improvements (3 of 3):
2006-05-28 Alex Ionescu- Add SecurityQoS and PreviousMode parameters to ObFind...
2006-05-25 Alex Ionescu- Get rid of the intriguing idea that exported/public...
2006-05-25 Alex Ionescu- Remove ROS-internal object macros and use the public...
2006-05-25 Alex Ionescu- Rewrite Desktop/WindowsStation parsing to follow...
2006-05-25 Alex Ionescu- Fix ObReferenceObjectByName and ObOpenObjectByName...
2006-05-24 James Taborsvn propset svn:eol-style native foo.py
2006-05-24 Alex Ionescu- Reorganize most of /ob so that functions inside each...