fixed registry querying code in Ki386SetProcessorFeatures
[reactos.git] / reactos / ntoskrnl / kdbg /
2005-11-27 Brandon TurnerStructure member name changes. Alex just told me what...
2005-11-22 Alex Ionescu- Fix inclusion of deleted file.
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-20 Alex Ionescu- Remove RosSymInfo hack from LDR_DATA_TABLE_ENTRY...
2005-10-08 Gregor AnichAdd 'break_on_module_load' option to KDB. When enabled...
2005-09-13 Alex IonescuPart 1 of <many> ntoskrnl header cleanups
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-09-05 Hervé PoussineauFix the build. TIB field in KIPCR structure is named...
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-07-31 Filip NavaraFix NULL-terminating of symbol image names.
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-29 Thomas Bluemeldon't limit read/write access for kdb to umode mem
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-07-20 Thomas Bluemelfixed kdbg build
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-05 Filip NavaraGet rid of the (incorrect) __attribute__((packed))...
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-06-26 Alex IonescuFix kdbg build and some more header cleanups: add csq...
2005-06-25 Alex IonescuLarge partial cleanup of ntoskrnl internal headers...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-21 Alex IonescuUse LDR_DATA_TABLE_ENTRY instead of LDR_MODULE. the...
2005-06-19 Filip NavaraCouple of build fixes.
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-18 Gregor AnichFix stupid bug...
2005-06-17 Gregor AnichFix setjmp (didn't save correct ESP, so it crashed...
2005-06-14 Gregor AnichFix compilation.
2005-06-05 Gé van GeldorpImplement /LOADSYMBOLS and /NOLOADSYMBOLS command line...
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-28 Hartmut BirrCheck for the complete initialisation of user mode...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-20 Steven Edwardsmove the rest of the alread defined tags to the private...
2005-05-20 Hervé PoussineauRemove some debug messages at boot
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-09 Alex IonescuFix KDBG and enable IRP_NOCACHE for ReadFile. Also...
2005-05-06 Alex IonescuUpdate EPROCESS to latest version. Basic Fast Referenci...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-30 Filip Navaratinus <o112w8r02@sneakemail.com>
2005-04-28 Hervé PoussineauSVN maintenance:
2005-04-25 Alex IonescuFix compilation problem..
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-23 Alex IonescuDon't use hack for trap frames anymore, read TempEsp...
2005-04-23 Alex IonescuBug in previous commit...these should've been deleted
2005-04-23 Alex IonescuSmall Debugging Services re-arrangement. /dbgk created...