Fix splitting of cells (noticed by Hartmut).
[reactos.git] / reactos / ntoskrnl / cm /
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-05-30 Filip Navara- Write the system boot device and start options to...
2004-05-09 Eric Kohl- Implement multi-block bins. This removes all existing...
2004-04-03 Eric KohlSilence a debug message.
2004-03-20 Eric KohlFully implement RtlFormatCurrentUserKeyPath().
2004-03-13 Eric KohlFix key name size calculation bugs.
2004-03-07 Hartmut Birr- Initialized the object tag to prevent the tag 0xcccccccc.
2004-03-07 Filip Navara- Fixed RtlFormatCurrentUserKeyPath and it's use.
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-19 Eric KohlDo not disconnect a hive root key from its parent key...
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-09 Eric KohlDo not dereference key objects if they are used to...
2004-01-08 Filip NavaraDon't use uninitialized variable in CmiAddKeyToHashTabl...
2004-01-08 Gé van GeldorpRe-enable assert
2004-01-08 Gé van GeldorpFix compile-time error when compiling with DBG
2004-01-08 Eric KohlUse a list to store linked hives.
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-14 Hartmut Birr- Fixed some debug messages.
2003-11-27 Gunnar Dalsnesdisable regular kmode apc's around Resource locks
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-06 Eric KohlFixed a typo.
2003-10-24 Gé van GeldorpBail out of RtlQueryRegistryValues if RTL_QUERY_REGISTR...
2003-10-16 Eric Kohl- Moved and renamed RtlpCreateRegistryKeyPath() to...
2003-10-15 Filip NavaraFixed driver loading order, cleaned up relevant functio...
2003-10-13 Eric Kohl- Cancel pending hive scynchronization upon shutdown.
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-10-11 Eric KohlFixed cell buggy cell size calculation.
2003-10-10 Eric Kohl- Fixed inconsistent detection of in-offset data.
2003-10-07 Eric KohlCreate type objects for all object types.
2003-10-06 Filip NavaraFixed line endings.
2003-10-06 Filip NavaraI commited more files than I wanted by mistake. :(...
2003-10-06 Filip NavaraAdded vfw.h header for compiling comctl32.dll with...
2003-10-05 Filip NavaraMade registry key handles inheritable.
2003-10-04 Filip NavaraPatch by Skywing.
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-08-30 Hartmut Birr- Reference/dereference the parent key in CmiObjectDelete.
2003-08-30 Hartmut Birr- Use the parents registry hive if the parent is access...
2003-08-30 Hartmut Birr- Allocate a separate name buffer in RtlQueryRegistryVa...
2003-08-30 Hartmut Birr- Fixed the enumeration of subkeys for which doesn...
2003-08-22 Hartmut Birr- Free the sub key table in CmiObjectDelete.
2003-08-14 Eric KohlRtlQueryRegistryValues():
2003-07-30 Eric KohlFixed returned key names in calls to NtEnumerateKey...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-12 Eric KohlAdded missing debug messages.
2003-07-10 Royce Mitchell IIIadded @implemented and @unimplemented notes to the...
2003-07-09 Hartmut Birr- Fixed some debug messages.
2003-06-16 Eric KohlFixed yet another buggy debug message.
2003-06-16 Eric KohlFixed buggy debug message
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-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-06 Eric KohlImplemented NtSaveKey().
2003-06-03 Eric KohlPoint the root key's parent key pointer to the root...
2003-06-02 Eric KohlImplemented 'QueryName' method for key objects.
2003-06-01 Hartmut Birr- Return after cleanup in NtEnumerateKey.
2003-06-01 Eric KohlRemobed duplicate functionality and cleaned-up the...
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. Added missing fix.
2003-05-27 Eric KohlUpdated registry key flags. 0x20 means packed key name.
2003-05-25 Eric KohlFixed memory-allocation for bins while loading hives.
2003-05-24 Eric KohlOptimized hive import.
2003-05-13 Casper Hornstrup2003-05-13 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-24 Eric KohlEnable hardware hive import.
2003-04-23 Eric KohlFixed returning an undefined value.
2003-04-22 Eric KohlAdded checks for invalid block pointers.
2003-04-17 Eric KohlCreate hardware keys only if hardware hive was not...
2003-04-12 Eric KohlFinal preparations for hardware hive import.
2003-04-12 Eric Kohl* Removed CmiLockBlock() and CmiReleaseBlock().
2003-04-10 Eric KohlDo not add empty bins to a binry hive.
2003-04-04 Hartmut Birr- Fixed the initializing of the buffer length in CmiCon...
2003-04-04 Eric KohlCleaned-up and simplified hive import and registry...
2003-04-01 Eric KohlStart cleaning-up the hive management routines.
2003-04-01 Eric KohlEnable import of binary system hive.
2003-03-24 Eric KohlImplemented import of binary system hive. (UNTESTED)
2003-03-22 Eric KohlFix typo.
2003-03-22 Eric KohlSeparate import of system and hardware hive.
2003-03-22 Eric KohlFixed NtLoadKey(), NtLoadKey2() and NtSaveKey() signature.
2003-03-21 Eric KohlFixed value list cell resizing bug.
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-03-08 Eric KohlCreate binary system hive when usetup is running.
2003-02-19 Eric KohlStarted implementing a hive check (still disabled).
2003-02-18 Casper Hornstrup2003-02-18 Casper S. Hornstrup <chorns@users.sourcefo...
2003-02-18 Eric KohlUse a 5-step transaction to update hive and log file.
2003-02-17 Eric KohlWrite log file header, block bitmap and dirty blocks.
next