Merge from amd64-branch:
[reactos.git] / reactos / ntoskrnl / config / cmparse.c
2010-01-21 Timo KreuzerMerge from amd64-branch:
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2010-01-05 Timo Kreuzer[CSRSS]
2010-01-03 Aleksey Bragin[ntoskrnl/cm]
2009-12-02 Cameron Gutman - Revert 44301
2009-12-02 Cameron Gutman - Create another branch for networking fixes
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-29 Hervé Poussineau[ntoskrnl] Check if caller has valid access before...
2009-08-24 Stefan Ginsberg- Get rid of TAG() from the kernel
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-01-01 Timo Kreuzersync to trunk r38300
2008-12-22 Stefan Ginsberg- Less hack, more assert
2008-12-22 Aleksey Bragin- Fix registry lock leakages in CmpDoOpen in failure...
2008-12-22 Aleksey Bragin- Fix KCB ref leaks in Cm parse routine (thanks Stefan).
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
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-14 Aleksey Bragin- Don't pass CMP_LOCK_HASHES_FOR_KCB flag because no...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-30 Aleksey Bragin- Don't leak registry lock in failure branches of CmpPa...
2008-08-01 Art YerkesCreate a branch for network fixes.
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-15 Aleksey Bragin- Implement NtCreateKey using the new parse routine.
2007-12-11 Aleksey Bragin- Fix a bug in CmpCreateLinkNode when the link node...
2007-12-09 Aleksey Bragin- Our NtCreateKey currently allows building trees ...
2007-12-08 Aleksey Bragin- Move NtCreateKey to regobj.c, delete ntfunc.c, now...
2007-12-07 Aleksey Bragin- Fix a bug in delay dereferencing which could lead...
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- Remove CmiAddKeyToList.
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- 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-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-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-08-11 Aleksey Bragin- Last part of Alex's work on CM before he left ReactOS...
2007-05-09 Alex Ionescu- Implement CmGetSystemControlValues and all related...