Sync to trunk head (r42241)
[reactos.git] / reactos / ntoskrnl / config /
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-10 Dmitry Chapyshev- Add user mode buffer probing for NtCreateKey, NtEnume...
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-16 Aleksey Bragin- Fix small formatting leftover from r39422.
2009-02-05 Dmitry GorbachevFix bug #4129 in CmpGetNameControlBlock().
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-04 Thomas BluemelFix usage of ProbeForReadUnicodeString
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo Kreuzersync to trunk r38300
2009-01-01 Timo KreuzerSync to trunk r38250
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-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-13 Dmitry GorbachevRemove workaround for GCC 4.4.0 bug, it is already...
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-07 Dmitry GorbachevSilence GCC warnings.
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-03 Dmitry GorbachevFix GCC complaints about uninitialized variables (bug...
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-24 Samuel Serapion- Sync to trunk 36919.
2008-10-23 Stefan Ginsberg- Fix Nt/ZwMapViewOfSection parameters (ULONG -> ULONG_...
2008-10-21 Stefan Ginsberg- Add missing Cm (de)reference trace
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-16 Timo KreuzerCmDeleteKey: Copy LastWriteTime from cell to KCB, inste...
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-09-25 Stefan Ginsberg- CmpOpenHiveFiles: If "Extension" is false then we...
2008-09-24 Stefan Ginsberg- Only dereference the KCB if we know it exists
2008-09-23 Stefan Ginsberg- Add basic tracing to CmpReferenceKeyControlBlock...
2008-09-23 Aleksey Bragin- The check for SystemHive being non-NULL is meaningles...
2008-09-23 Aleksey Bragin- Preinitialize ValueData with NULL.
2008-09-21 Timo KreuzerMS symbols say that the KPRCB member VebdorString is...
2008-09-20 Stefan Ginsberg- Fix CMTRACE macro
2008-09-08 Stefan Ginsberg- [FORMATTING] Fix broken indentation
2008-09-08 Aleksey Bragin- Implement a linear search in CmpFindSubKeyInRoot...
2008-09-08 Aleksey Bragin- Implement delay-close worker function.
2008-09-08 Aleksey Bragin- Comment out the assert which is hit in some cases...
2008-09-07 Stefan Ginsberg- Use macro instead of "64" magic
2008-09-07 Stefan Ginsberg- Check for "!= KernelMode" instead of "== UserMode"
2008-09-05 Timo Kreuzerfix pointer <-> ULONG cast
2008-09-05 Timo Kreuzeruse KeAcquireSpinLockAtDpcLevel and KeReleaseSpinLockFr...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-31 Aleksey Bragin- Fix two major problems in CmpCleanUpKcbCacheWithLock:
2008-08-31 Hervé PoussineauReplace some ExFreePool by ExFreePoolWithTag
2008-08-30 Stefan Ginsberg- [FORMATTING] Indentation and typo fixes
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-25 Stefan Ginsberg- NtLoadKey: Call NtLoadKeyEx directly instead of calli...
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-08 Stefan Ginsberg- Fix a typo
2008-08-03 Eric KohlFix NtQueryOpenSubKeys prototype.
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-31 Timo Kreuzer- fix usage of InterlockedExchangePointer
2008-07-21 Aleksey Bragin- Small DPRINT typo fix.
2008-06-29 ReactOS Portable... - Implement beginnings of Ramdisk Port Driver. Planning...
2008-06-26 ReactOS Portable... - Fix several interlocked list functions -- they should...
2008-06-23 Aleksey Bragin- Add a missing return in case of exception. Spotted...
2008-06-23 Aleksey Bragin- Fix CM SEH by public demand.
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.
next