Sync to trunk HEAD (r43416)
[reactos.git] / reactos / ntoskrnl / ke / bug.c
2009-10-12 Timo KreuzerSync to trunk HEAD (r43416)
2009-10-11 Stefan Ginsberg- Stub out DbgKdWriteVirtualMemoryApi, DbgKdReadPhysica...
2009-10-10 Stefan GinsbergKD64 Compatibility Bringup:
2009-10-04 Stefan GinsbergMega KD64 revival patch:
2009-09-27 Stefan Ginsberg- Change CPUID to match the old Ki386Cpuid and take...
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-23 Timo KreuzerSync with trunk r43123
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-07-24 ReactOS Portable... - Remove deprecated/old/buggy/unused code.
2009-06-21 Stefan Ginsberg- Define noreturn attribute for KeBugCheckWithTf and...
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-04 Dmitry GorbachevRemove KeBugCheckWithTf() hack, fix VBEResetHw(). Stefa...
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-15 Samuel SerapionSync to trunk head(r38096)
2008-12-09 Timo Kreuzerfix ULONG/ULONG_PTR isuue
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-12-03 Dmitry GorbachevFix GCC complaints about uninitialized variables (bug...
2008-11-26 Aleksey Bragin- Fix some coverity errors.
2008-11-13 Timo KreuzerULONG -> ULONG_PTR in KeRosDumpStackFrames
2008-11-12 Timo Kreuzer- Implement RtlCaptureContext
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-11-01 Stefan Ginsberg- Disable old and unused IPI code, add new NT compatibl...
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
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-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
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-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-31 Timo Kreuzer- do not define -nostartfiles for kernel, it looks...
2008-03-14 Timo Kreuzer- modify the way the way the Frames parameter in KeRosD...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-07 ReactOS Portable... We now generate the correct ARM syscall stub code for...
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-27 Aleksey Bragin- Display kernelmode source file:line in KeRosDumpStack...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-31 Aleksey Bragin- Dispatch all symbol loads to a single function, which...
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-06 Art YerkesAll remaining changes from the PPC branch. Not well...
2007-10-01 Aleksey Bragin- KeRosCaptureUserStackBackTrace is now created, which...
2007-09-27 Aleksey Bragin- Add missing KERNEL_LARGE_STACK_COMMIT definition...
2007-09-27 Aleksey Bragin- Fix multiple bugs in RtlWalkFrameChain and secure...
2007-09-21 Aleksey Bragin- Print out hardware information to the debug log in...
2007-08-04 Aleksey Bragin- Fix NtSetInformationThread(ThreadBasePriority)
2007-05-09 Alex Ionescu1) Update KiPcToFileHeader to work in early-boot stage...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-05 James TaborFix RosBE build
2007-03-05 Alex Ionescu- Stub NtSystemDebugControl.
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-22 Alex Ionescu- Rename ModuleListHead to PsLoadedModulesList.
2007-02-19 Alex Ionescu- Create GCC_ULONG64 type to hack around a bug in GCC...
2007-02-18 Alex Ionescu- Add KdDebuggerInitialize1 and enable call to it.
2007-02-18 Alex Ionescu- Add EXCEPTION_RECORD64 and LIST_ENTRY64, KeTryToAcqui...
2007-02-16 Alex Ionescu- Disable i8042prt debugger hack.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-01-15 Art YerkesCheckpoint. HalDisplayString is working and hooked...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-11-05 Peter Ward- Added missing variable for the SMP build, noticed...
2006-10-09 Alex Ionescu- Some misc changes to fix some of the 250+ warnings...
2006-10-09 Alex Ionescu- Bootvid rewrite by Filip Navara (with some fixes...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-10-07 Alex Ionescu- FreeLDR: Create the loader entry for ntoskrnl now...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-09-02 Alex Ionescu- More Initialization changes:
2006-09-01 Thomas Bluemeldisable code that dereferences a random pointer
2006-08-30 Thomas BluemelFix difference in signedness warnings
2006-08-30 Alex Ionescu- It should now be safe to remove the V86 ESP0 hack...
2006-08-30 Alex Ionescu- Implement RtlCaptureStackBackTrace and RtlWalkFrameCh...
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...
2006-05-18 Alex Ionescu- Use EPROCESS 's AddressCreationLock instead of the...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-09-26 Gunnar Dalsnes-reorder InsertXscendingOrder macro argument order...
2005-09-15 Hartmut BirrFixed the MP build.
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-05 Thomas Bluemelfix warnings with -Wsign-compare for MP builds
next