migrate substitution keywords to SVN
[reactos.git] / reactos / ntoskrnl / ob /
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-05 Gunnar Dalsnesi'm pretty sure a non-inheritable handle _can_ be dupli...
2005-01-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
2005-01-02 Alex IonescuFix KeRaiseUserException and rename Object Information...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-11-21 Alex IonescuHal DMA Patch: Implemented correct AdapterObject, updat...
2004-11-21 Thomas Bluemelproperly copy the device map - it's still not initializ...
2004-11-21 Alex Ionescu1) Updated KUSER_SHARED_DATA to NT5+ exported documente...
2004-10-25 Gregor AnichFixed debug build
2004-10-24 Thomas Bluemelmore prototype fixes
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-01 Art Yerkespool.c: assert irql and pool type for PASSIVE_LEVEL...
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-09-09 Eric Kohl- Use SeQuerySecurityDescriptorInfo() to retrieve an...
2004-09-05 Hartmut Birr- Check first for an existing directory object in NtCre...
2004-09-05 Hartmut Birr- Returned STATUS_OBJECT_NAME_NOT_FOUND if no directory...
2004-08-24 Filip Navara- Fix NtQueryDirectoryObject for empty directories.
2004-08-20 Filip NavaraMinor optimalization to handle allocation algorithm.
2004-08-20 Gé van GeldorpUse MmCopyFrom/ToCaller to transfer data in NtQueryDire...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-04 Alex IonescuFix Compiler warning with -O2
2004-08-04 Alex IonescuFix Compiler warning with -O2
2004-07-26 Eric KohlRemove dead code.
2004-07-25 Eric KohlImplement NtSetSecurityObject().
2004-07-25 Eric KohlImplement NtQuerySecurityObject() for objects that...
2004-07-23 Eric KohlImplement ObGetObjectSecurity() and ObReleaseObjectSecu...
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-17 Eric KohlAssign a security descriptor to the root directory...
2004-07-17 Eric KohlImplement NtMakePermanentObject().
2004-07-17 Alex IonescuAdded New System Call Prototypes and Stubs
2004-07-16 Eric KohlFix an old typo.
2004-07-16 Eric KohlImplement security descriptor cache.
2004-05-04 James TaborAdded Spinlock in ObpGetHandleCountbyHandleTable.
2004-05-02 James TaborProper way for counting process handles.
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-01-31 Eric KohlStart parsing at the root object when an object path...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-14 Hartmut Birr- Added return values to some unimplemented functions.
2003-12-14 Filip Navara- Added few ObDereferenceObject calls.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-16 Eric KohlReport handle information.
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-21 Eric KohlImplemented ObQueryObjectAuditingByHandle().
2003-10-21 Eric KohlImplemented handle flags 'Inherit' and 'ProtectFromClose'.
2003-10-19 Eric KohlInitialize section object type after the object manager...
2003-10-14 Eric KohlImplemented NtQueryObject(ObjectBasicInformation).
2003-10-14 Eric Kohl- Moved symbolic link object type.
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-10-07 Eric KohlCreate type objects for all object types.
2003-10-05 Eric KohlReturn handle information in ObReferenceObjectByHandle().
2003-10-04 Eric KohlFixed buggy DPRINT.
2003-10-04 Eric Kohl- Added OBJECT_INFORMATION_CLASS type.
2003-10-04 Filip NavaraFixed DPRINT in NtQueryDirectoryObject.
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-09-14 Hartmut Birr- Changed the reference/dereference order in ObDeleteHa...
2003-09-13 VizziniPatch by skywing:
2003-09-03 Eric KohlFixed signature of [Nt/Zw]QueryDirectoryObject().
2003-09-03 Eric KohlFixed bugs in NtQuerySymbolicLinkObject():
2003-08-18 Hartmut Birr- Delete a process environment in the context of a...
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-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-06-24 Gé van GeldorpPass failures up the chain
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-06-01 Eric KohlPreliminary fix for NtQueryObject().
2003-05-28 Casper Hornstrup2003-05-28 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-12 Eric KohlDirectory objects must be able to parse a 'remaining...
2003-05-11 Eric KohlFixed a bug which skipped the first letter of a relativ...
2003-04-18 Gé van GeldorpImplement duplication of NtCurrentThread() pseudo-handle
2003-03-17 Gunnar DalsnesObReferenceObjectByHandle: don't fail if NULL DesiredAccess
2003-02-25 Eric Kohl* Moved symbolic link implementation to the object...
2003-02-15 Eric Kohl* Implemented/fixed NtSetSecurityObject() and NtQuerySe...
2002-11-27 Hartmut BirrDo only for process handles detach/attach the process...
2002-11-10 Robert Dickensonadded #ifdef around headers to support private test...
2002-11-05 Hartmut Birr* Check for symbolic-links in ObFindObject.
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-08-27 Hartmut BirrAdded CloseInProcess to the structure OBJECT_HEADER.
2002-08-25 Robert DickensonAdded a whole lot of CVS sugar so I can use WinCVS...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-07-17 David WelchFixed some bugs.
2002-06-20 Eric KohlFixed a long-standing hack to open symbolic link objects.
2002-06-11 David Welch2002-06-11 David Welch <welch@whitehall1-5.seh.ox...
2002-06-05 Hartmut BirrCreated the object handle only if the object is created...
next