fixed registry querying code in Ki386SetProcessorFeatures
[reactos.git] / reactos / ntoskrnl / ob / object.c
2005-10-10 Thomas Bluemeldon't jump outside _SEH_TRY with goto in ObpCaptureObje...
2005-09-13 Alex Ionescuntoskrnl header cleanups
2005-08-11 Royce Mitchell IIIinitialize StringBuffer to NULL, as some code paths...
2005-08-09 Alex Ionescu- Fix a large amount of bugs in ObpAllocateObjectAttrib...
2005-08-08 Thomas Bluemelrevert my last changes back to Alex's version of ObpCap...
2005-08-08 Thomas Bluemeldon't dereference a NULL pointer
2005-08-08 Thomas Bluemelremove a bugcheck that was only used for debug purpose
2005-08-08 Thomas Bluemel- reverted ObpCaptureObjectAttributes back to my old...
2005-07-04 Filip NavaraFix more DPRINTs.
2005-06-25 Alex IonescuLarge partial cleanup of ntoskrnl internal headers...
2005-06-14 Alex IonescuRemove excessive debugging messages used during testing
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-25 Alex IonescuBuild usetup and ntoskrnl and winmm in gcc 4.0
2005-05-24 Alex IonescuFix memory leaks in object manager, use tags and use...
2005-05-22 Hervé PoussineauFix compile error when NDEBUG is not set
2005-05-21 Hartmut BirrFree all allocated memory in ObpDeleteObject.
2005-05-19 Alex IonescuUnnamed objects do not have a base directory.
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 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 Magnus Olsenfix uninitialized waring so gcc 3.4.3 can compile it
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 Hervé PoussineauChange ExFreePool to ExFreePoolWithTag
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-04-19 Thomas Bluemel- Delete named objects from the namespace when the...
2005-04-11 Hervé PoussineauRespect OBJ_OPENIF flag in ObCreateObject
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-09 Hartmut BirrObCreateObject should return an existing named object...
2005-04-08 Hartmut Birr- Don't allow to create objects in the nt name space...
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
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-03-05 Casper HornstrupMerge 13511:13830 from trunk
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-02-10 Thomas Bluemelfixed ObpCaptureObjectAttributes()
2005-02-01 Gunnar DalsnesRtlCreateUnicodeString->RtlpCreateUnicodeString
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-23 Thomas Bluemelfixed semaphore functions to securely access buffers...
2005-01-23 Alex IonescuFix svn:ignore problems and remove alignment hacks
2005-01-22 Alex IonescuFix remaning ROS bugs. A minor hack has been added...
2005-01-21 Alex IonescuFirst patch to fix seriously broken ROS (thank Thomas...
2005-01-21 Thomas Bluemeldon't probe ObjectAttributes if NULL
2005-01-21 Gregor AnichFix compiler warning.
2005-01-21 Thomas Bluemelfixed ASSERT statement, thanks to blight for pointing...
2005-01-21 Thomas Bluemeladd PoolType parameter to ObpCaptureObjectAttributes...
2005-01-21 Thomas Bluemelfixed ObpCaptureObjectAttributes() so it doesn't copy...
2005-01-21 Thomas Bluemelfixed usage of uninitialized variable
2005-01-21 Thomas Bluemeladded helper functions ObpCaptureObjectAttributes(...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-11-21 Alex IonescuHal DMA Patch: Implemented correct AdapterObject, updat...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-26 Eric KohlRemove dead code.
2004-07-22 Eric Kohl- Add security function for file and registry key objects.
2004-07-19 Eric Kohl- Add @implemented tag to NtMakePermanentObject().
2004-07-18 Eric KohlUse SeAssignSecurity() to build a security descriptor...
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-03-12 David Welch- Actually I realised it isn't valid to touch the objec...
2004-03-12 David Welch- Use the return value from calling InterlockedDecremen...
2004-03-04 Filip Navara- Don't zero memory allocated by ExAllocatePool.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-31 Eric KohlStart parsing at the root object when an object path...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-11-09 Gé van GeldorpAlthough ObDereferenceObject is usually macro-forwarded...
2003-10-30 Eric KohlIssue a work item only if an object will be deleted.
2003-10-04 Eric KohlFixed buggy DPRINT.
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-09-25 VizziniPatch by Skywing:
2003-09-14 Hartmut Birr- Returned STATUS_PROCESS_IS_TERMINATING/STATUS_THREAD_...
2003-07-29 Eric KohlMake sure the object name is a zero-terminated Unicode...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-02 Eric KohlFixed a tiny bug in ObQueryNameString().
2003-06-02 Eric KohlFixed ObQueryNameString() for unnamed objects.
2003-06-02 Eric Kohl- Implemented ObQueryNameString().
2003-05-11 Eric KohlFixed a bug which skipped the first letter of a relativ...
2003-02-25 Eric Kohl* Moved symbolic link implementation to the object...
2002-11-05 Hartmut Birr* Check for symbolic-links in ObFindObject.
2002-09-08 Casper HornstrupReverted latest changes.
next