move from branch
[reactos.git] / reactos / ntoskrnl / include / internal / ob.h
2007-02-11 Sylvain Petreollemove from branch
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- Fix MSVC breakage caused by recent modifications...
2007-01-22 Alex Ionescu- Implement new ExHandle* implementation using pushlock...
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-15 Aleksey Bragin- Merge two small fixes from 25400
2007-01-10 Alex Ionescu- Implement ObReferenceProcessHandleTable and ObDerefer...
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 ObReferenceObjectByName to do proper name validat...
2006-12-29 Alex Ionescu- Fix critical bugs in exception handling: Unwinding...
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-10-25 Alex Ionescu- Add some missing/internal definitions to proper headers.
2006-10-19 Alex Ionescu- Fixup DEBUG_OBJECT definition.
2006-10-19 Alex Ionescu- Set OBJ_OPENLINK invalid for core object types.
2006-07-23 Alex Ionescu- Acquire Process lock when touching the thread list...
2006-07-23 Alex Ionescu- ImperstionationLocale -> ImpersonationLocale.
2006-07-20 Alex Ionescu- Use safe referencing.
2006-07-20 Alex Ionescu- Move ExGetPreviousMode to \ex, it's not a Ps function
2006-07-11 Alex Ionescu- Fix up some stuff in Kernel Gates support.
2006-07-09 Alex Ionescu- Massive re-write of some parts of Ps, based on a...
2006-07-02 Alex Ionescu- Start of heavy work on iofunc.c:
2006-06-29 Alex Ionescu- This patch finally enables closing handles for real...
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-08 Alex Ionescu- [FORMATTING]:
2006-06-08 Alex Ionescu- Rename ObpDeleteHandle to ObpCloseHandleTableEntry...
2006-06-08 Alex Ionescu- Fix ObGetObjectSecurity to use the object type's...
2006-06-07 Alex Ionescu- Clone ObpCreateHandle to CmpCreateHandle. I am about...
2006-06-06 Alex Ionescu- Formatting/name/comment/declaration/calling conventio...
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-29 Alex Ionescu- Object Manager Improvement Patch 1/3:
2006-05-28 Alex Ionescu- Add SecurityQoS and PreviousMode parameters to ObFind...
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-25 Alex Ionescu- Get rid of OB_ROS_PARSE_METHOD and use OB_PARSE_METHO...
2006-05-24 Alex Ionescu- Reorganize most of /ob so that functions inside each...
2006-05-24 Alex Ionescu- Wipe out PROS_OBJECT_HEADER and use OBJECT_HEADER...
2006-05-24 Alex Ionescu- Rewrote the Object Directory implementation to follow...
2006-05-24 Alex Ionescu- Move all object directory stuff in dirobj.c and imple...
2006-05-24 Alex Ionescu- Fix Symbolic Link implementation:
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2005-12-10 Thomas Bluemel- support for kernel handles
2005-10-10 Thomas Bluemelconvert DefaultSetInfoBufferCheck and DefaultQueryInfoB...
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-06-25 Alex IonescuLarge partial cleanup of ntoskrnl internal headers...
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-14 Filip Navara- Remove KeAttachProcess and KeDetachProcess prototypes...
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-18 Alex IonescuObject Manager Patch. This patch continues the work...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Alex IonescuFix build, clean up headers, add public stuff to public...
2005-05-15 Alex IonescuProperly create the Object Type Type and remove previou...
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-06 Alex IonescuUpdate EPROCESS to latest version. Basic Fast Referenci...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
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-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-13 Hartmut BirrRemoved CloseInProcess from object header structure.
2005-03-13 Thomas Bluemel- fixed handle table structures
2005-03-12 Thomas BluemelThomas Weidenmueller <w3seek@reactos.com>
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-23 Emanuele AlibertiObjectBody->Permanent setting cleaned.
2005-01-22 Alex IonescuReactOS now boots. More bug fixes needed
2005-01-21 Thomas BluemelSimplify buffer checks for NtQueryInformation...()...
2005-01-21 Thomas Bluemeladd PoolType parameter to ObpCaptureObjectAttributes...
2005-01-21 Thomas Bluemeladded helper functions ObpCaptureObjectAttributes(...
2005-01-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
2004-11-21 Alex Ionescu1) Updated KUSER_SHARED_DATA to NT5+ exported documente...
2004-10-31 Emanuele AlibertiNormalize private symbols in LPC, plus minor changes...
2004-07-23 Eric KohlImplement ObGetObjectSecurity() and ObReleaseObjectSecu...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-16 Eric KohlImplement security descriptor cache.
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-05-02 James TaborProper way for counting process handles.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
next