No need to define __USE_W32API
[reactos.git] / reactos / ntoskrnl / config /
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...
2007-05-10 Alex Ionescu- Add more code to CmpInitializeMachineDependentConfigu...
2007-05-10 Alex Ionescu- Add i386/cmhardwr.c and start implementing CmpInitial...
2007-05-10 Alex Ionescu- Remove/deprecate some certain chunks of Cm which...
2007-05-10 Alex Ionescu- Move CmpSetSystemValues to cmsysini.c
2007-05-10 Alex Ionescu- Refactor the registry initialization code to be somew...
2007-05-09 Alex Ionescu- Fix crash in Install CD introduced in 26666, with...
2007-05-09 Alex Ionescu- Implement CmGetSystemControlValues and all related...
2001-08-21 Casper HornstrupMajor update of the build system:
2001-05-08 Casper Hornstrupoops...back to default configuration
2001-05-07 Casper HornstrupPreparations for 32-bit/64-bit architectures
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-04-21 David WelchSet the fs register properly on entry to the kernel...
2001-04-20 David WelchIgnore config.h
2001-04-17 David WelchForgot to test compilation under UP
2001-04-16 David WelchFurther SMP initialization work (now boots all processo...
2001-04-16 David WelchDefault config
2001-04-16 David WelchSMP detection work
2001-04-10 David WelchMore sensible dependencies scheme for configuration