Implement NtUserGetMenuBarInfo. Tested with MPlayerC with OBJID_MENU only, the rest...
[reactos.git] / reactos / ntoskrnl / cm /
2005-12-29 Alex Ionescu- Implemented InterlockedBitTestAndReset, InterlockedBi...
2005-12-10 Thomas Bluemeldon't touch the key handle in NtOpenKey in failure...
2005-12-10 Thomas Bluemel- support for kernel handles
2005-12-09 Aleksey BraginDPRINT->DPRINT1 in key places (when something fails...
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-28 Alex Ionescu- Make the NDK compatible with the MSDDK again.
2005-11-26 Thomas BluemelRevert Filip's last 4 changes on his request as they...
2005-11-26 Filip NavaraFix splitting of cells (noticed by Hartmut).
2005-11-26 Filip NavaraDon't make cells smaller than they are.
2005-11-23 Hartmut BirrUsed the size of the data cell instead of the previous...
2005-11-22 Filip NavaraFix some registry structures to match the Windows format.
2005-11-19 Hervé Poussineau- Send ExGetPreviousMode() to ObReferenceObjectByHandle...
2005-11-17 Hartmut BirrSet the value/data cell to dirty, if an existing value...
2005-11-17 Hartmut Birr- Fixed the test for the dirty bitmap size.
2005-11-14 Hartmut BirrFixed a few length calculation in NtEnumerateValueKey...
2005-11-12 Hartmut BirrFixed the growing of the dirty bitmap. This will fix...
2005-11-12 Gé van GeldorpSilence debug message
2005-10-29 Thomas Bluemel- probe and capture parameters in NtCreateKey
2005-10-29 Thomas Bluemel- deleting a registry value requires the KEY_SET_VALUE...
2005-09-26 Filip NavaraRevert r18070.
2005-09-25 Filip NavaraRevert r18064 and correctly set the cell size for hash...
2005-09-25 Filip NavaraCorrectly interpret the cell type in CmiDestroyCell...
2005-09-24 Hartmut Birr- Moved the definition of REG_NOTIFY_CLASS from cm...
2005-09-24 Hartmut Birr- Use the given buffer for getting the name of the...
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
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-07 Alex Ionescu- Initialize more fields when creating an Object Type
2005-08-02 Alex Ionescu- Remove CmpFindObject hack and use ObFindObject with...
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-22 Thomas Bluemelallocate LogFileName and HiveFileName from paged pool
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-07-04 Alex IonescuDprint fixes by our lovely Filip
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-06-18 Filip NavaraUse W32API for NTOSKRNL.
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-24 Alex IonescuFix memory leaks in object manager, use tags and use...
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-06 Hervé PoussineauRevert ntoskrnl/cm/regobj.c back to revision 14017
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Hervé PoussineauChange ExFreePool to ExFreePoolWithTag
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-04 Aleksey BraginNtOpenKey modified to correctly behave when wrong input...
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-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
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...
2005-02-23 Thomas Bluemeladded more irql checks
2005-02-22 Thomas Bluemeladded more irql checks and secured access to buffers...
2005-02-21 Thomas Bluemelimplemented CmUnRegisterCallback() and CmUnRegisterCall...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-01 Gunnar DalsnesRtlCreateUnicodeString->RtlpCreateUnicodeString
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-26 Eric Kohl- Replace NtQuerySystemTime by KeQuerySystemTime
2005-01-25 Gé van GeldorpReplace wcschr. Fixes bug #488.
2005-01-25 Mike NordellFixe use of memory after it had been free'd.
2005-01-23 Thomas Bluemel1. fixed prototypes of NtSetSystemTime and NtQuerySyste...
2005-01-23 Thomas Bluemelget rid of the reactos-only RTL_REGISTRY_ENUM flag...
2005-01-22 Thomas Bluemelmore NtXxx vs. ZwXxx fixes
2005-01-18 Thomas Bluemelfixed prototype of NtNotifyChangeKey()
2005-01-18 Alex IonescuShare duplicated Rtl code. I've taken care to use the...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
2005-01-01 Alex IonescuUse proper name for the NtSetInformationKey Info classe...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-12 Eric Kohl- Replace hive locks and hive list lock by a global...
2004-12-06 Gunnar Dalsnesreplace NtCreateFile with ZwCreateFile
2004-11-20 Filip Navara- Allocate buffer for sub keys from NonPagedPool in...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-08 Filip NavaraCorrectly handle small buffers in NtEnumerate[Value...
2004-10-07 Gé van GeldorpDon't corrupt the registry when deleting a REG_DWORD...
2004-10-05 Hartmut Birr- Changed some functions from Nt to Zw in RtlFormatCurr...
2004-09-25 Filip Navara- Fix usage of RtlFindSetBits and loops in CmiStartLogU...
2004-09-25 Eric Kohl- CmiAddValueToKey(): Double the size of the value...
2004-09-25 Art Yerkescm/regfile.c, ldr/init.c, ldr/loader.c: OBJ_CASE_INSENS...
2004-09-23 Eric KohlImplement boot logging. Add /BOOTLOG to the command...
2004-09-13 Eric Kohl- Return a default security descriptor when someone...
next