implemented sweeping of handle tables
[reactos.git] / reactos / ntoskrnl / cm / cm.h
2005-11-22 Filip NavaraFix some registry structures to match the Windows format.
2005-09-24 Hartmut Birr- Moved the definition of REG_NOTIFY_CLASS from cm...
2005-08-07 Alex Ionescu- Initialize more fields when creating an Object Type
2005-08-02 Alex Ionescu- Remove CmpFindObject hack and use ObFindObject with...
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-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-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-13 Hartmut BirrAdded a keep-alive reference to each key object.
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-22 Thomas Bluemeladded more irql checks and secured access to buffers...
2005-02-21 Thomas Bluemelimplemented CmUnRegisterCallback() and CmUnRegisterCall...
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-08-25 Filip Navara- Implement CcRepinBcb and CcGetFileObjectFromBcb.
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-06-23 Alex IonescuCM (Registry Manager) Stubs added (Registry Callbacks)
2004-05-09 Eric Kohl- Implement multi-block bins. This removes all existing...
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-12 Eric KohlReverted most of the changes from 2004-01-08.
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-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- Fixed the enumeration of subkeys for which doesn...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-06 Eric KohlImplemented NtSaveKey().
2003-06-02 Eric KohlImplemented 'QueryName' method for key objects.
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. 0x20 means packed key name.
2003-05-24 Eric KohlOptimized hive import.
2003-04-12 Eric Kohl* Removed CmiLockBlock() and CmiReleaseBlock().
2003-04-04 Eric KohlCleaned-up and simplified hive import and registry...
2003-04-01 Eric KohlStart cleaning-up the hive management routines.
2003-03-24 Eric KohlImplemented import of binary system hive. (UNTESTED)
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-12-02 Eric KohlImplemented deferred hive synchronization. It doesn...
2002-11-30 Eric KohlImplemented packing of value names
2002-11-26 Eric KohlUse ERESOURCE to lock registry hives.
2002-10-28 Robert DickensonFixed up some typos.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-06-20 Eric KohlFixed a long-standing hack to open symbolic link objects.
2002-06-19 Eric KohlImplemented registry links (REG_LINK).
2002-03-16 Eric KohlImproved registry initialization.
2002-03-15 Casper HornstrupConfiguration manager cleanup.
2001-09-08 Eric KohlCreate mandatory keys for resource management.
2001-08-29 Rex Jolliffpreliminary implementation of boot hive import. exposes...
2001-08-26 Eric KohlFixed callback calling conventions (part 1).
2001-06-20 Eric KohlFirst fixes to support fastcall:
2001-06-14 Jason FilbyFrom Eugene Ingerman: