Merge trunk head (r43756)
[reactos.git] / reactos / ntoskrnl / config /
2008-06-22 Aleksey Bragin- Extend SEH to cover writing result to output argument...
2008-06-15 ReactOS Portable... - Create cmhardwr.c for ARM, stub it out.
2008-06-06 Aleksey Bragin- Change the registry name from Registry to REGISTRY...
2008-05-18 Aleksey Bragin- Add a comment describing behavior in case of HvSyncHi...
2008-05-14 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-25 Aleksey Bragin- Make identifiers in configuration trees ASCII-strings...
2008-01-25 Aleksey Bragin- Fix out-of-bounds access, spotted by Christoph &...
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-05 Hervé PoussineauBe compatible with MS Windows 2003 SP1 syscall list
2007-12-25 Aleksey Bragin- Initialize FlusherLock as a pushlock, not as an Ex...
2007-12-25 Aleksey Bragin- Do CmpShutdownWorkers only when the registry was...
2007-12-16 Aleksey Bragin- A bit of cleanup (no code change).
2007-12-16 Aleksey Bragin- Add a signature field to KCBs, and use it to validate...
2007-12-16 Aleksey Bragin- Add shared->Exclusive promotion support to value...
2007-12-15 Aleksey Bragin- Use CmpLockRegistry instead of manual registry lockin...
2007-12-15 Aleksey Bragin- Fix typo in KCB flag.
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-12 Hervé PoussineauRemove hack
2007-12-11 Aleksey Bragin- Fix default buffer size for user-mode RtlQueryRegistr...
2007-12-11 Aleksey Bragin- Fix a bug in CmpCreateLinkNode when the link node...
2007-12-11 Aleksey Bragin- Remove all registry-writing code from FreeLDR.
2007-12-11 Aleksey Bragin- Add missing types to DDK.
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-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- Rewrite CmiScanKeyList to use the NCB.
2007-12-06 Aleksey Bragin- Remove CmiAddKeyToList.
2007-12-06 Hervé PoussineauFix small typo
2007-12-06 Christoph von Wittichreally fix the bug now - count from CM_KCBS_PER_PAGE...
2007-12-05 Aleksey Bragin- Save hive flags instead of ignoring them (but ignore...
2007-12-05 Aleksey Bragin- Fix a bug.
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-12-02 Aleksey Bragin- Implement NtInitalizeRegistry with proper boot flags...
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-02 Aleksey Bragin- Move Nt* APIs converted to new CM into config/cmapi.c
2007-10-31 Aleksey Bragin- Update cached KCB values when necessary.
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-26 Aleksey Bragin- Define LIST_ENTRY functions as part of host headers...
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 Nordellconst-correctness cleanup. 'CONST UNICODE_STRING*'...
2007-10-16 Mike NordellAttempt to make Cm API at least a little const-correct.
2007-10-06 Art YerkesAll remaining changes from the PPC branch. Not well...
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-09-21 Aleksey Bragin- Print out hardware information to the debug log in...
2007-09-20 Aleksey Bragin- Implement a fast->slow leaf conversion (this assert...
2007-08-11 Aleksey Bragin- Last part of Alex's work on CM before he left ReactOS...
2007-08-09 Aleksey BraginOne of Alex's uncommitted patches while he was working...
2007-08-07 Hervé PoussineauRemove some debug messages
2007-08-04 Aleksey Bragin- Fix NtSetInformationThread(ThreadBasePriority)
2007-08-04 Aleksey Bragin- WDK and MSVC compatibility fixes.
2007-07-18 Aleksey Bragin- Fix an obvious bug in the code (patch by Thomas).
2007-07-13 Johannes Anderwald- fix Buffer overflow in CmpHiveRootSecurityDescriptor
2007-06-03 Dmitry Gorbachev- Remove corresponding kernel hack.
2007-06-02 Dmitry Gorbachev- Fix LiveCD boot error.
2007-05-18 Hervé PoussineauCheck that we retrieved a value data before marking...
2007-05-17 Alex Ionescu- Implement NtDeleteKey as a simpler wrapper around...
2007-05-14 Alex Ionescu- Implement CmpFindSubKeyByNumber and CmpDoFindSubKeyBy...
2007-05-14 Alex Ionescu- Make CmiGetMaxClassLength, CmiGetMaxNameLength, CmiGe...
2007-05-14 Alex Ionescu- Implement NtEnumerateValueKey as a simpler wrapper.
2007-05-14 Alex Ionescu- Implement NtQueryValueKey as a simple wrapper around...
2007-05-14 Alex Ionescu- Implement NtDeleteValueKey as a simple wrapper around...
2007-05-13 Alex Ionescu- HvGetCellSize should return the correct positive...
2007-05-13 Alex Ionescu- Fix critical bug in CmpCopyName, it wasn't compressin...
2007-05-12 Alex Ionescu- Rename CmiInitNonVolatileRegistryHive to CmiInitHiveF...
2007-05-12 Alex Ionescu- Change CmiInitNonVolatileRegistry hive to use CmpOpen...
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 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 Alex Ionescu- Remove unusued, complex hive checking code from regfi...
2007-05-10 Alex Ionescu- CmpInitializeMachineDependentConfiguration: Finish...
2007-05-10 Alex Ionescu- Add code to detect and save the BIOS Version string...
2007-05-10 Alex Ionescu- Remove CPU Detection code from FreeLDR (hwcpu.c)...
2007-05-10 Alex Ionescu- CmpInitializeMachineDependentConfiguration: Use the...
2007-05-10 Alex Ionescu- Create \Device\PhysicalMemory in Phase 1 instead...
2007-05-10 Alex Ionescu- CmpInitializeMachineDependentConfiguration: Add Proce...
2007-05-10 Alex Ionescu- CmpInitializeMachineDependentConfiguration: Write...
2007-05-10 Alex Ionescu- Make CmpInitializeMachineDependentConfiguration creat...
next