- use inlined probing macros for basic types
[reactos.git] / reactos / ntoskrnl / cm / ntfunc.c
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-02 Alex Ionescu- Remove CmpFindObject hack and use ObFindObject with...
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-07-04 Alex IonescuDprint fixes by our lovely Filip
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
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 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-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-04 Aleksey BraginNtOpenKey modified to correctly behave when wrong input...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
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-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-13 Hartmut BirrAdded a keep-alive reference to each key object.
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-23 Thomas Bluemeladded more irql checks
2005-02-22 Thomas Bluemeladded more irql checks and secured access to buffers...
2005-02-21 Thomas Bluemelimplemented CmUnRegisterCallback() and CmUnRegisterCall...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-01 Gunnar DalsnesRtlCreateUnicodeString->RtlpCreateUnicodeString
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-26 Eric Kohl- Replace NtQuerySystemTime by KeQuerySystemTime
2005-01-25 Gé van GeldorpReplace wcschr. Fixes bug #488.
2005-01-25 Mike NordellFixe use of memory after it had been free'd.
2005-01-23 Thomas Bluemel1. fixed prototypes of NtSetSystemTime and NtQuerySyste...
2005-01-23 Thomas Bluemelget rid of the reactos-only RTL_REGISTRY_ENUM flag...
2005-01-22 Thomas Bluemelmore NtXxx vs. ZwXxx fixes
2005-01-18 Thomas Bluemelfixed prototype of NtNotifyChangeKey()
2005-01-01 Alex IonescuUse proper name for the NtSetInformationKey Info classe...
2004-12-12 Eric Kohl- Replace hive locks and hive list lock by a global...
2004-10-08 Filip NavaraCorrectly handle small buffers in NtEnumerate[Value...
2004-09-23 Eric KohlImplement boot logging. Add /BOOTLOG to the command...
2004-08-31 Filip Navara- Don't use ULONG for storing pointers.
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-18 Filip Navara- Change length checking semantics of NtEnumerateKey...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-17 Alex IonescuAdded exports for new stubs and fixed some issues with...
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-23 Alex IonescuCM (Registry Manager) Stubs added (Registry Callbacks)
2004-03-13 Eric KohlFix key name size calculation bugs.
2004-02-28 Filip Navara- NtQueryKey should return STATUS_BUFFER_TOO_SMALL...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-07 Hartmut Birr- Free or recycle the remaining path string after a...
2004-01-31 Eric KohlFixed querying and enumerating the subkeys of HKEY_LOCA...
2004-01-23 Eric KohlNtOpenKey() should return a better status value if...
2004-01-15 Eric KohlFixed a potential cause of registry corruption in NtSet...
2004-01-13 Eric KohlCleaned up NtSetValueKey() and NtQueryValueKey().
2004-01-12 Eric KohlReverted most of the changes from 2004-01-08.
2004-01-08 Eric KohlUse a list to store linked hives.
2003-11-27 Gunnar Dalsnesdisable regular kmode apc's around Resource locks
2003-11-06 Eric KohlFixed a typo.
2003-10-16 Eric Kohl- Moved and renamed RtlpCreateRegistryKeyPath() to...
2003-10-13 Eric Kohl- Cancel pending hive scynchronization upon shutdown.
2003-10-11 Eric KohlFixed cell buggy cell size calculation.
2003-10-10 Eric Kohl- Fixed inconsistent detection of in-offset data.
2003-10-05 Filip NavaraMade registry key handles inheritable.
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-08-30 Hartmut Birr- Fixed the enumeration of subkeys for which doesn...
2003-07-30 Eric KohlFixed returned key names in calls to NtEnumerateKey...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-06 Eric KohlImplemented NtSaveKey().
2003-06-01 Hartmut Birr- Return after cleanup in NtEnumerateKey.
2003-06-01 Eric KohlFixed remaining object name issues in NtLoadKey2()...
2003-05-30 Eric KohlImplemented NtLoadKey2() and NtUnloadKey().
2003-05-29 Eric KohlConverted the Registry to Unicode.
2003-05-28 Eric KohlConvert Registry to Unicode. Part 2.
2003-05-28 Eric KohlUse Unicode strings in key objects.
2003-05-27 Eric KohlUpdated registry key flags. 0x20 means packed key name.
2003-05-24 Eric KohlOptimized hive import.
2003-04-22 Eric KohlAdded checks for invalid block pointers.
2003-04-12 Eric Kohl* Removed CmiLockBlock() and CmiReleaseBlock().
2003-03-22 Eric KohlFixed NtLoadKey(), NtLoadKey2() and NtSaveKey() signature.
2003-03-18 Eric KohlFixed an off-by-one error in CmiPopulateHive().
2003-03-17 Eric KohlNtCreateKey() must return STATUS_OBJECT_NAME_NOT_FOUND...
2003-02-15 Eric Kohl* Implemented/fixed NtSetSecurityObject() and NtQuerySe...
2003-02-12 Eric KohlAdded hive synchronization to value-related registry...
2003-02-10 Eric KohlUse ERESOURCE instead of spinlock to protect the hive...
2003-02-09 Eric KohlSimplified key deletion.
2003-02-09 Eric KohlAdded hive flushing.
2002-12-02 Eric KohlImplemented deferred hive synchronization. It doesn...
2002-12-01 Eric KohlFixed NtQueryValueKey() wrt packed value names.
2002-11-30 Eric KohlImplemented packing of value names
2002-11-26 Eric KohlUse ERESOURCE to lock registry hives.
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-10 Robert Dickensonadded #ifdef around headers to support private test...
next