Structure member name changes. Alex just told me what to do. ;)
[reactos.git] / reactos / ntoskrnl / ob /
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-08 Alex Ionescu- Remove silly debug print
2005-11-08 Alex Ionescu- Fix hackplementation of ObLogSecurityDescriptor....
2005-11-08 Alex Ionescu- Remove unimplemented macro in SeOpenObjectAuditAlarm...
2005-11-08 Alex Ionescu- Hackplement ObLogSecurityDescriptor for W2K3 drivers...
2005-10-31 Thomas Bluemelfix return type of ObDereferenceSecurityDescriptor
2005-10-31 Thomas Bluemeladded stubs for ObLogSecurityDescriptor and ObDereferen...
2005-10-10 Thomas Bluemeldon't jump outside _SEH_TRY with goto in ObpCaptureObje...
2005-09-13 Alex Ionescuntoskrnl header cleanups
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-09-10 Hartmut Birr- Acquire the temporary buffer from non paged pool...
2005-09-06 Gé van GeldorpShut up some debug messages
2005-08-22 Thomas Bluemelrename IsKernelPointer to IsPointerOffset
2005-08-22 Thomas Bluemeladded a macro IsKernelPointer() to test whether a point...
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
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-09 Alex Ionescu- Fix broken loop, this fixes the WINE thread wait...
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-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-08-07 Alex IonescuFix NtSignalAndwaitForSingleObject: Use SEH when approp...
2005-07-04 Filip NavaraFix more DPRINTs.
2005-06-26 Thomas Bluemel- don't use the UNIMPLEMENTED macro in ObFindHandleForO...
2005-06-25 Alex IonescuLarge partial cleanup of ntoskrnl internal headers...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
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 IonescuRemove excessive debugging messages used during testing
2005-06-14 Alex IonescuFix OB Bug and port ObQueryNameString from my branch...
2005-05-29 Hartmut BirrChange the object to non permanent if an error occurs...
2005-05-29 Hartmut BirrReset the permanent flag if the object is changed to...
2005-05-29 Hartmut BirrLock the directory while it is parsed.
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-25 Alex Ionescuremove debug message
2005-05-24 Alex IonescuFix Tag Usage
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-22 Hartmut BirrObInsertObject must always return STATUS_OBJECT_NAME_CO...
2005-05-21 Hervé PoussineauRemove some debug messages at boot (DPRINT1 changed...
2005-05-21 Hartmut BirrFree all allocated memory in ObpDeleteObject.
2005-05-21 Hartmut BirrFree the capture buffer in ObReferenceObjectByName.
2005-05-20 Steven Edwardsmove the rest of the alread defined tags to the private...
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 Hervé PoussineauRtlFreeUnicodeString -> ExFreePool changes
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-04 Thomas Bluemelit's valid to pass lpTargetHandle = NULL to DuplicateHa...
2005-05-02 Hartmut Birr- Check first for a valid returned object in ObOpenObje...
2005-05-01 Hervé PoussineauFix garbage text output with cmd.exe in GUI mode.
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-30 Hervé PoussineauImplement IoRegisterPlugPlayNotification, IoUnregisterP...
2005-04-23 Hartmut BirrDo not remove an entry from the parent for twice.
2005-04-19 Thomas Bluemeldon't access pagable memory at dispatch level in NtQuer...
2005-04-19 Thomas Bluemelconvert the device object to a temporary device before...
2005-04-19 Thomas Bluemel- Delete named objects from the namespace when the...
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-11 Hervé PoussineauRespect OBJ_OPENIF flag in ObCreateObject
2005-04-11 Thomas Bluemelsupport kernel handles, creating them is however not...
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-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-14 Alex IonescuForgot this file.
2005-03-13 Hartmut BirrRemoved CloseInProcess from object header structure.
2005-03-13 Hartmut BirrAdded two missing calls to KeLeaveCriticalRegion.
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-03-05 James TaborAdded comments about systemHandleInfo.
2005-03-01 James TaborPartial implementation of SystemHandleInformation and...
2005-02-28 Alex IonescuReverting to 13775. Sorry for the mess. This is dedicat...
2005-02-28 Alex IonescuTest commit. Not official branch release -- it will...
2005-02-22 Thomas Bluemeladded more irql checks and secured access to buffers...
2005-02-22 Thomas Bluemel1. added irql checks to various rtl and security functions
next