[MMIXER] Fix additional data size initialization for different audio formats (#6753)
[reactos.git] / reactos / ntoskrnl / cm / registry.c
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2007-11-23 Aleksey Bragin- Huge cleanup of cm.h -- remove stuff that's not neede...
2007-11-23 Aleksey Bragin- Remove CmiInitHives.
2007-11-23 Aleksey Bragin- Remove hack in CmpLinkHiveToMaster and make it suppor...
2007-11-23 Aleksey Bragin- Major cleanup of code inside CmiConnectHive:
2007-11-22 Aleksey Bragin- Fix prototype of NtLoadKeyEx.
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-05 Aleksey Bragin- Get rid of ReactOS Hive Flags.
2007-11-03 Aleksey Bragin- Don't bother flushing volatile hives.
2007-11-02 Aleksey Bragin- Move Nt* APIs converted to new CM into config/cmapi.c
2007-10-31 Aleksey Bragin- Get rid of parent key member in PKEY_OBJECT, and...
2007-10-30 Aleksey Bragin- Start using members inside the KCB instead of the...
2007-10-29 Aleksey Bragin- Merge KCB/NCB code (and related delay alloc/free...
2007-10-28 Aleksey Bragin- Include config/cm.h for cm based code, and remove...
2007-10-25 Aleksey Bragin- Update cmlib interface to NT 5.2.
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-16 Mike NordellDebugging helper functions added, to verify hive list...
2007-10-09 Aleksey BraginMike Nordell <tamlin>
2007-10-05 Aleksey Bragin- Those two are not needed anymore.
2007-08-26 Aleksey Bragin- Fix boot (thx hpoussin for hint).
2007-08-11 Aleksey Bragin- Last part of Alex's work on CM before he left ReactOS...
2007-07-15 Aleksey Bragin- Don't do ObInsertObject() for a key object, but use...
2007-07-09 Hervé Poussineau[FORMATTING]
2007-05-11 Alex Ionescu- Move CmInitSystem1 to cmsysini.c and merge in existin...
2007-05-11 Alex Ionescu- Move Cmlib wrapper functions to cmwraprs.c and add...
2007-05-11 Alex Ionescu- Move CmpCreateRootNode and CmpCreateRegistryRoot...
2007-05-11 Alex Ionescu- Move CmpInitializeSystemHive and CmpCreateObjectTypes...
2007-05-11 Alex Ionescu- Add missing ACE structures to ntifs.h.
2007-05-11 Aleksey BraginFix for linux build (#include "..\ -> #include "../).
2007-05-11 Alex Ionescu- More simplification: Get rid of CmImportBinaryHive...
2007-05-11 Alex Ionescu- Remove unusued, complex hive checking code from regfi...
2007-05-10 Alex Ionescu- Add i386/cmhardwr.c and start implementing CmpInitial...
2007-05-10 Alex Ionescu- Remove/deprecate some certain chunks of Cm which...
2007-05-10 Alex Ionescu- Move CmpSetSystemValues to cmsysini.c
2007-05-10 Alex Ionescu- Refactor the registry initialization code to be somew...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-15 Aleksey Bragin- Merge two small fixes from 25400
2007-01-09 Alex Ionescu- Enable sanity check in ObInsertObject to catch asshol...
2007-01-08 Alex Ionescu- Make ObpReleaseCapturedName an actual function and...
2006-12-07 Peter Ward- Fix for "pice.sys gets loaded unexpectedly".
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-10 Filip NavaraFix setting of SystemBootDevice and SystemStartOptions...
2006-10-09 Alex Ionescu- Some misc changes to fix some of the 250+ warnings...
2006-10-09 Alex Ionescu- Initialize the registry in one shot, and allow it...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-10-08 Alex Ionescu- Inline and make some slight correctiions to KiInitail...
2006-10-05 Alex Ionescu- Use KeLoaderBlock for registry hive loading.
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk. Try #2
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk
2006-09-30 Alex Ionescu- Use LOADER_PARAMETER_BLOCK everywhere in ReactOS...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-14 Alex Ionescu- Make HHIVE part of EREGISTRY_HIVE, similarly to NT.
2006-08-14 Alex Ionescu- Fix small build brekage.
2006-08-14 Alex Ionescu- KEY_CELL => CM_KEY_NODE
2006-08-07 The Wine Synchronizer[FORMATTING]
2006-07-29 Aleksey BraginMove two helper macros into cm.h, and uncomment DPRINTs...
2006-07-29 Aleksey BraginAdd 2nd half of the Filip Navara's cmlib. Now both...
2006-06-29 Art YerkesFixed reference counting in CmiConnectHive and CmiDisco...
2006-06-06 Alex Ionescu- Make sure callers of NtMakeTemporaryObject have DELET...
2006-06-05 Alex Ionescu- Rename ObpCreateTypeObject to ObCreateObjectType...
2006-05-29 Alex Ionescu- Object Manager Improvements (3 of 3):
2006-05-25 Alex Ionescu- Get rid of the intriguing idea that exported/public...
2006-05-25 Alex Ionescu- Fix ObReferenceObjectByName and ObOpenObjectByName...
2006-05-25 Alex Ionescu- Get rid of OB_ROS_PARSE_METHOD and use OB_PARSE_METHO...
2006-05-24 Alex Ionescu- Rewrote the Object Directory implementation to follow...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
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-06-19 Alex IonescuFix Build
2005-06-19 Alex IonescuUse RTL_CONSTANT_STRING instead of RtlRos macro
2005-06-19 Alex IonescuFix some ntoskrnl things, like using Rtl instead of...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-25 Alex IonescuNonpaged Pool Liberation Day: Allow PagedPool to be...
2005-05-21 Hervé PoussineauRemove some debug messages at boot (DPRINT1 changed...
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 IonescuMake Object Type creation compatible with OB 2.0 from...
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-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-13 Hartmut BirrAdded a keep-alive reference to each key object.
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-28 Alex IonescuReverting to 13775. Sorry for the mess. This is dedicat...
2005-02-28 Alex IonescuTest commit. Not official branch release -- it will...
next