Revert Filip's last 4 changes on his request as they break booting
[reactos.git] / reactos / ntoskrnl / cm / regfile.c
2005-11-26 Thomas BluemelRevert Filip's last 4 changes on his request as they...
2005-11-26 Filip NavaraFix splitting of cells (noticed by Hartmut).
2005-11-26 Filip NavaraDon't make cells smaller than they are.
2005-11-22 Filip NavaraFix some registry structures to match the Windows format.
2005-11-17 Hartmut Birr- Fixed the test for the dirty bitmap size.
2005-11-12 Hartmut BirrFixed the growing of the dirty bitmap. This will fix...
2005-09-26 Filip NavaraRevert r18070.
2005-09-25 Filip NavaraRevert r18064 and correctly set the cell size for hash...
2005-09-25 Filip NavaraCorrectly interpret the cell type in CmiDestroyCell...
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-22 Thomas Bluemelallocate LogFileName and HiveFileName from paged pool
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-06-19 Alex IonescuFix some ntoskrnl things, like using Rtl instead of...
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
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-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
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-22 Thomas Bluemelmore NtXxx vs. ZwXxx fixes
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-12 Eric Kohl- Replace hive locks and hive list lock by a global...
2004-12-06 Gunnar Dalsnesreplace NtCreateFile with ZwCreateFile
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-07 Gé van GeldorpDon't corrupt the registry when deleting a REG_DWORD...
2004-09-25 Filip Navara- Fix usage of RtlFindSetBits and loops in CmiStartLogU...
2004-09-25 Eric Kohl- CmiAddValueToKey(): Double the size of the value...
2004-09-25 Art Yerkescm/regfile.c, ldr/init.c, ldr/loader.c: OBJ_CASE_INSENS...
2004-09-01 Filip Navara- Disable debugging messages.
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-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-05-09 Eric Kohl- Implement multi-block bins. This removes all existing...
2004-03-13 Eric KohlFix key name size calculation bugs.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
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.
next