Sync to trunk HEAD (r43416)
[reactos.git] / reactos / ntoskrnl / kd / kdmain.c
2009-10-12 Timo KreuzerSync to trunk HEAD (r43416)
2009-10-04 Stefan GinsbergMega KD64 revival patch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-23 Timo KreuzerSync with trunk r43123
2009-09-22 Colin Finck- Get rid of the KDB_MODULE_INFO and operate with LDR_D...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-24 Stefan Ginsberg- Get rid of TAG() from the kernel
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-07-27 ReactOS Portable... - The old nonpaged pool statistic functions (TAB+xxx...
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-12 ReactOS Portable... Don't try to write to "EAX" register on anything else...
2009-06-27 ReactOS Portable... - This patch is lets you visually dump the entire React...
2009-06-22 Dmitry GorbachevFix build.
2009-06-22 Dmitry Gorbachev- If KDBG is not compiled in, try to use GDB instead.
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-17 Stefan Ginsberg- In Win32 DBG is defined to 0 for a non-debug build...
2009-05-23 Dmitry GorbachevReturn STATUS_SUCCESS to DbgPrint.
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-03 Timo KreuzerSync to trunk r39350.
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo KreuzerSync to trunk r38250
2008-12-31 Timo KreuzerSync to trunk r38200
2008-12-29 Dmitry GorbachevFix translations. Patch by Mario Kacmar. Bug #3955.
2008-12-16 Stefan Ginsberg- Add missing break (<3 kjk <3)
2008-12-16 Stefan Ginsberg- Remove KeRosDumpStackFrames export and make the call...
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-29 Stefan Ginsberg- STDCALL -> NTAPI
2008-11-18 Timo Kreuzer- Fix several ULONG/ULONG_PTR issues
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
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-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-04 Stefan Ginsberg- Export KeI386MachineType and KeInitializeThreadedDpc
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-14 ReactOS Portable... - Also bump PC for ARM after a KD exception.
2008-06-12 Aleksey Bragin- Prevent a misunderstanding: kdHandleException means...
2008-06-11 Aleksey Bragin- Unregress KDBG: It has to increment EIP in case of...
2008-06-06 Aleksey Bragin- Fix KDBG's EIP munging.
2008-05-15 Hervé PoussineauImprove filter command by changing its syntax
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-08 Hervé PoussineauBy default, display ERROR level debug output
2007-12-25 Aleksey Bragin- Fix incorrect NtSetDebugFilter behavior (Level below...
2007-11-19 Aleksey Bragin- Rewrite KdbSymProcessSymbols to use the KD_SYMBOLS_IN...
2007-10-06 Art YerkesAll remaining changes from the PPC branch. Not well...
2007-07-06 Aleksey Bragin- Start turning KDBG into a KD wrapper (and thus removi...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-05 Alex Ionescu- Stub NtSystemDebugControl.
2007-03-04 Alex Ionescu- Add kd64.h header from branch and format it nicely.
2007-03-04 Alex Ionescu- Enable stubs in kdcom to actually be exported (to...
2007-03-03 Alex Ionescu- Fix another typo in CommonDispatchException (with...
2007-03-03 Alex Ionescu- Fix critical bugs in DR_TRAP_FIXUP, TRAP_PROLOG and...
2007-03-02 Alex Ionescu- Do massive renames in the ntoskrnl tree to make sure...
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-16 Alex Ionescu- Delete KD/KDBG directories.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-24 Alex Ionescu- Fix ExInitPoolLookasidePointers and ExpInitailizeLook...
2006-12-06 Aleksey BraginAdd KdChangeOption() stub
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-17 Alex Ionescu- Create a KD-compatible KiDebugRoutine and piggyback...
2006-09-07 Alex Ionescu- 1>Build Time 0:04
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-30 Alex Ionescu- Add about two dozen new bugcheck codes and strings.
2006-06-24 Art YerkesReactOS PowerPC WIP. This will be edited and merged...
2005-11-29 Thomas Bluemel- fixed the ProbeForWrite prototype
2005-11-22 Alex Ionescu- Don't use EXPORTED
2005-09-26 Alex Ionescu- More sharing between ntdll/ntoskrnl: shared Dbg code.
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-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-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-25 Alex IonescuKD System Rewrite: