- Don't use ULONG for storing pointers.
[reactos.git] / reactos / ntoskrnl / cm / regfile.c
2004-08-31 Filip Navara- Don't use ULONG for storing pointers.
2004-08-30 Filip Navara- Close the registry hive file object in CmiInitNonVola...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-05 Filip Navara- Move code from NtCreateSection to MmCreateSection...
2004-05-09 Eric Kohl- Implement multi-block bins. This removes all existing...
2004-03-13 Eric KohlFix key name size calculation bugs.
2004-01-31 Eric KohlFixed querying and enumerating the subkeys of HKEY_LOCA...
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 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-11-27 Gunnar Dalsnesdisable regular kmode apc's around Resource locks
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-08-30 Hartmut Birr- Use the parents registry hive if the parent is access...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-12 Eric KohlAdded missing debug messages.
2003-07-09 Hartmut Birr- Fixed some debug messages.
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 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-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-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 Kohl* Removed CmiLockBlock() and CmiReleaseBlock().
2003-04-10 Eric KohlDo not add empty bins to a binry hive.
2003-03-24 Eric KohlImplemented import of binary system hive. (UNTESTED)
2003-03-22 Eric KohlFix typo.
2003-03-21 Eric KohlFixed value list cell resizing bug.
2003-03-18 Eric KohlFixed an off-by-one error in CmiPopulateHive().
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.
2003-02-15 Eric Kohl* Implemented/fixed NtSetSecurityObject() and NtQuerySe...
2003-02-14 Eric KohlCalculate hive header checksum.
2003-02-14 Eric KohlNew bins should be flushed properly.
2003-02-13 Eric KohlImplemented merging of free blocks.
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-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...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-06-19 Eric KohlImplemented registry links (REG_LINK).
2002-06-05 Hartmut BirrFixed a test after a memory allocation in CmiInitPerman...
2002-03-16 Eric KohlImproved registry initialization.
2002-03-15 Casper HornstrupConfiguration manager cleanup.
2002-01-23 Casper HornstrupAdded GNU Debugger stub for remote debugging.
2002-01-14 Eric KohlFixed registry bug.
2001-09-16 Casper HornstrupEnumerate legacy devices
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-08-30 David WelchChanged internal/config.h -> roscfg.h in a number of...
2001-08-29 Rex Jolliffpreliminary implementation of boot hive import. exposes...
2001-06-16 Eric KohlAdded some error checks.
2001-06-14 Jason FilbyFrom Eugene Ingerman: