- Fix incorrect comment, spotted by Timo.
[reactos.git] / reactos / ntoskrnl / kd64 / kdapi.c
2009-11-02 Stefan Ginsberg- Fix incorrect comment, spotted by Timo.
2009-11-02 Stefan Ginsberg- Fix support for /CRASHDEBUG and /NODEBUG; we didn...
2009-10-31 Stefan Ginsberg- Add 'simple' implementation of MmDbgCopyMemory to...
2009-10-28 Stefan Ginsberg- Merge 43818 to trunk.
2009-10-25 Stefan Ginsberg- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol...
2009-10-23 Stefan Ginsberg- Replace RtlpGetExceptionAddress by the _ReturnAddress...
2009-10-17 Stefan Ginsberg- Add STATUS_SUCCESS to asm.h and make use of it.
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-13 Stefan Ginsberg- Add the MMDBG_COPY_* flags and MmDbgCopyMemory's...
2009-10-12 Dmitry Gorbachev- Remove svn:needs-lock, svn:eol-type, and svn:eol...
2009-10-11 Stefan Ginsberg- Stub out DbgKdWriteVirtualMemoryApi, DbgKdReadPhysica...
2009-10-10 Stefan GinsbergKD64 Compatibility Bringup:
2009-10-04 Stefan Ginsberg- Add STATUS_ASSERTION_FAILURE status code required...
2009-10-04 Stefan GinsbergMega KD64 revival patch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-05-21 Timo KreuzerSync trunk head (r41026)
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-28 Timo KreuzerKD64: implement case 0 for KdpReadControlSpace, which...
2009-01-28 Timo Kreuzerkd64: Implement KdpRead/WriteMachineSpecificRegister
2009-01-28 Timo KreuzerKD64: remove some FrLdrDbgPrints, fix a warning.
2009-01-27 Timo Kreuzerkd64: Move KdpSysGetVersion into arch-specific file
2009-01-24 Timo KreuzerKD64: Use CURRENT_KD_SECONDARY_VERSION instead of defau...
2009-01-22 Timo Kreuzerks64: Don't truncate the Thread pointer. Silence a...
2009-01-21 Timo Kreuzerkd64: KdpReadControlSpace works a bit different on...
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo KreuzerSync to trunk r38250
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-13 Timo KreuzerProgramCounter is 64 bit, so don't cast to ULONG
2008-12-10 Timo KreuzerFix a typo
2008-12-10 Timo KreuzerMake winkd somewhat portable.
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-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-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-05 Alex Ionescu- Implement KdpQueryMemory (KdQueryMemoryApi).
2007-03-05 Alex Ionescu- Implement simple breakpoints (KdWriteBreakPointApi...
2007-03-05 Alex Ionescu- Fix KdpSetCommonSTate to clear breakpoints.
2007-03-05 Alex Ionescu- Stub NtSystemDebugControl.
2007-03-04 Alex Ionescu- Add kd64.h header from branch and format it nicely.
2007-03-03 Alex Ionescu- Remove KD APIs from stub HAL, they've been in kdcom...
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-22 Hervé PoussineauFix build with gcc 4.1.2 backups/alex-kd-branch@25995
2007-02-20 Alex Ionescu- Fix loading of boot symbols.
2007-02-20 Alex Ionescu- Add ExceptionRecord32To64.
2007-02-20 Alex Ionescu- Properly sign-extend a couple more pointers. WinDBG...
2007-02-20 Alex Ionescu- Implement KdpGetStateChange.
2007-02-20 Alex Ionescu- Implement KdpWriteControlSpace.
2007-02-20 Alex Ionescu- Implement KdpSetContext.
2007-02-20 Alex Ionescu- KPROCESSOR_STATE is not 4-byte aligned.
2007-02-20 Alex Ionescu- Implement DbgKdClearAllInternalBreakpointsApi
2007-02-20 Alex Ionescu- Add kdbreak.c with the following APIs: KdpLowWriteCon...
2007-02-20 Alex Ionescu- Add a bunch of hacks to KdpReadVirtualMemory to make...
2007-02-19 Alex Ionescu- Implement KdpSysGetVersion, KdpGetVersion, KdpReadVir...
2007-02-19 Alex Ionescu- We now tell WinDBG to load kernel symbols and WinDBG...
2007-02-18 Alex Ionescu- Add kd64 folder for KD64 6.0 implementation.