sync to trunk head (37853) (except rbuild changes)
[reactos.git] / reactos / ntoskrnl / config / cmsysini.c
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-03 Dmitry GorbachevSilence compiler warnings (3/11).
2008-11-24 KJK::HyperionEverything
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-24 Stefan Ginsberg- Only dereference the KCB if we know it exists
2008-09-23 Aleksey Bragin- The check for SystemHive being non-NULL is meaningles...
2008-09-20 Stefan Ginsberg- Fix CMTRACE macro
2008-09-08 Stefan Ginsberg- [FORMATTING] Fix broken indentation
2008-09-05 Timo Kreuzerfix pointer <-> ULONG cast
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-31 Hervé PoussineauReplace some ExFreePool by ExFreePoolWithTag
2008-08-28 Aleksey Bragin- Use CmpCompressedNameSize to obtain the compressed...
2008-08-28 Aleksey Bragin- Implement CmpConstructName (builds a full name of...
2008-08-27 Aleksey Bragin- Implement CmpQueryKeyName as a wrapper around CmpCons...
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-12 Aleksey Bragin- Change while (true) to an ASSERT(FALSE).
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-06-06 Aleksey Bragin- Change the registry name from Registry to REGISTRY...
2008-05-14 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-12-25 Aleksey Bragin- Do CmpShutdownWorkers only when the registry was...
2007-12-16 Aleksey Bragin- Add a signature field to KCBs, and use it to validate...
2007-12-15 Aleksey Bragin- Use CmPrepareKey only in cmlib, since it's a cmlib...
2007-12-15 Aleksey Bragin- Implement NtCreateKey using the new parse routine.
2007-12-11 Aleksey Bragin- Remove all registry-writing code from FreeLDR.
2007-12-10 Aleksey Bragin- Improve the FreeLDR->NTLDR conversion layer by now...
2007-12-09 Aleksey Bragin- Our NtCreateKey currently allows building trees ...
2007-12-07 Aleksey Bragin- Fix LiveCD.
2007-12-06 Aleksey Bragin- Replace KEY_OBJECT by real CM_KEY_BODY NT type.
2007-12-06 Aleksey Bragin- Rewrite CmiScanKeyList to use the NCB.
2007-12-06 Aleksey Bragin- Remove CmiAddKeyToList.
2007-12-06 Hervé PoussineauFix small typo
2007-12-05 Aleksey Bragin- Save hive flags instead of ignoring them (but ignore...
2007-12-04 Aleksey Bragin- Finish correct definition of CM_KEY_NODE.
2007-12-04 Aleksey BraginDo a full clean rebuild after this commit!
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-22 Aleksey Bragin- Fix prototype of NtLoadKeyEx.
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
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- Actually create KCB where needed.
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-28 Aleksey Bragin- Move registry shareable types (not internal to ntoskr...
2007-10-25 Aleksey Bragin- Update cmlib interface to NT 5.2.
2007-10-16 Mike Nordellconst-correctness cleanup. 'CONST UNICODE_STRING*'...
2007-10-16 Mike NordellAttempt to make Cm API at least a little const-correct.
2007-10-05 Aleksey Bragin- Fix a mistake, led to usage of unitialized memory...
2007-10-03 Aleksey Bragin- Fix ExAllocatePoolWithTag with a 0 tag.
2007-08-04 Aleksey Bragin- Fix NtSetInformationThread(ThreadBasePriority)
2007-06-03 Dmitry Gorbachev- Remove corresponding kernel hack.
2007-06-02 Dmitry Gorbachev- Fix LiveCD boot error.
2007-05-12 Alex Ionescu- Rename CmiInitNonVolatileRegistryHive to CmiInitHiveF...
2007-05-12 Alex Ionescu- Get rid of CmiCopyKey since it was dead code. Make...
2007-05-11 Alex Ionescu- Move CmInitSystem1 to cmsysini.c and merge in existin...
2007-05-11 Alex Ionescu- Copy CmOpenHiveFiles to cminit.c and rename to CmpOpe...
2007-05-11 Alex Ionescu- Move CmpCreateRootNode and CmpCreateRegistryRoot...
2007-05-11 Alex Ionescu- Move CmpInitializeSystemHive and CmpCreateObjectTypes...
2007-05-10 Alex Ionescu- Move CmpSetSystemValues to cmsysini.c
2007-05-10 Alex Ionescu- Refactor the registry initialization code to be somew...