- Fix compile issues caused by previous patch.
[reactos.git] / reactos / ntoskrnl / kd /
2005-11-27 Alex Ionescu- Remove KTSS_NOIOMP from NDK.
2005-11-27 Alex Ionescu- Update selector names to official names and define...
2005-11-22 Alex Ionescu- Don't use EXPORTED
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-20 Gé van GeldorpImplement hardware breakpoints and watchpoints
2005-11-14 Gé van GeldorpOnly debug 1 thread at a time
2005-10-17 Gé van GeldorpFirst use "ptr", then set it to NULL
2005-10-14 Gé van GeldorpInclude kernelmode routines in stack backtrace
2005-10-14 Gé van GeldorpAttach to correct process before messing around with...
2005-10-14 Gé van GeldorpOnly whitespace changes, no logic
2005-10-14 Gé van GeldorpFix tab/space mess
2005-10-14 Gé van GeldorpIdentify the process in ThreadExtraInfo
2005-10-09 Gregor AnichAdd /BREAK option.
2005-10-02 Hartmut BirrDisable the serial debug output if the com port doesn...
2005-09-26 Alex Ionescu- More sharing between ntdll/ntoskrnl: shared Dbg code.
2005-09-23 Gé van GeldorpMake GDB available for release builds
2005-09-15 Gé van GeldorpFix some of the damage r17811 did to the GDB stub
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-08-21 Thomas Bluemelfixed uninitialized variable warning
2005-08-17 Gé van GeldorpSamuel Bronson <naesten@gmail.com>:
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-26 Alex Ionescu- Allow file debug prints to happen at IRQL > DISPATCH_...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-06-13 Gregor AnichFix warnings in inline assembly (I hope this doesnt...
2005-06-13 KJK::Hyperiondid I miss a "the tree isn't supposed to build anymore...
2005-06-04 Hartmut BirrMake the bochs debug output in the very early boot...
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-26 Alex IonescuDon't compile ROS-specific tab-debug commands on a...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-08 Thomas Bluemelmore fixes for GCC4
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-04 Gé van GeldorpFix GDB stub:
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-28 Hervé PoussineauSVN maintenance:
2005-04-26 Hartmut Birr- Preinitialise the com port infos with default values.
2005-04-25 Hartmut BirrFixed the initialising of bochs debug.
2005-04-25 Alex IonescuMerge in wrappers with DBG setting as requested
2005-04-25 Alex IonescuAdded KiDebugService. Will optimize soon to use common...
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-23 Alex IonescuRemove MDA support
2005-04-23 Alex IonescuDelete cruft
2005-04-23 Alex IonescuSmall Debugging Services re-arrangement. /dbgk created...
2005-04-22 Alex IonescuThread Creation and Context Switching re-write, plus...
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-15 Gé van GeldorpDon't crash when debugger asks for invalid memory location
2005-03-15 Gé van GeldorpDon't disable debugging just because we want the debug
2005-03-14 Alex IonescuDo not assume that a debugger is present only because...
2005-03-13 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Filip NavaraSteven Edwards <steven_ed4153@yahoo.com>
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
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-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-15 Casper Hornstrup* Use objects rather than archive when linking ntoskrnl
2005-01-08 Filip NavaraChange vsprint to _vsnprintf in PrintString to prevent...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-03 Gé van GeldorpSince we can load .sym files when defined(DBG) now...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-14 Gé van GeldorpMake GDB work again
2004-12-12 Hartmut Birr- Split KdInitSystem in two phases, to enable debug...
2004-12-02 Gregor AnichFixed handling of exceptions in memory read/write funct...
2004-11-25 Alex IonescuFix IO completion APIs/Structures.
2004-11-21 Hartmut Birr- Set also FS and GS on a debug service call.
2004-11-14 Gregor AnichFix handling of debug traps in GDB stub/KiDispatchExcep...
2004-11-13 Gregor AnichFix handling of debug traps in GDB stub/KiDispatchExcep...
2004-10-13 Alex IonescuImplemented KeSetEventBoostPriority, KeFindConfiguratio...
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-09-01 Filip Navara- Allow shared read access to the debug.log file.
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-07 Steven EdwardsRenamed /DEBUGPORT=FILELOG to
2004-08-01 Filip Navara- Replace some usages of KEBUGCHECK(0) with correct...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-23 Alex IonescuKD Stubs Added.
2004-03-16 David Welch- Map only the vga frame buffer for the hal to write...
2004-03-11 David Welch- Made KeBugCheckEx into a call to KeBugCheckExWithTf.
2004-03-07 David Welch- Use an event rather than a semaphore to wake up the...
2004-02-24 Thomas Bluemeladded /KDNOECHO parameter to disable serial echo by...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-08 Gé van GeldorpWork on thread-awareness in gdbstub
2004-01-08 Jason FilbySave eax in interrupt_handler2d(). Patch by Mike Nordell.
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
next