- Remove KD APIs from stub HAL, they've been in kdcom for a while (merge from kd...
[reactos.git] / reactos / ntoskrnl / ke / i386 / exp.c
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-20 Alex Ionescu- Implement KdpWriteControlSpace.
2007-02-18 Alex Ionescu- Add kd64 folder for KD64 6.0 implementation.
2007-02-16 Alex Ionescu- Disable i8042prt debugger hack.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-29 Alex Ionescu- Fix critical bugs in exception handling: Unwinding...
2006-12-01 Alex Ionescu- Kill some debug prints.
2006-10-25 Alex Ionescu- Move all ASM internal intrinsics to intrin_i.h. Reque...
2006-10-22 Thomas Bluemel- Change RtlMoveMemory to RtlCopyMemory where memory...
2006-09-17 Alex Ionescu- A missing "return" statement to KiDispatchException...
2006-09-17 Alex Ionescu- Create a KD-compatible KiDebugRoutine and piggyback...
2006-08-30 Alex Ionescu- Fix KeRaiseUserException (can't use "return" from...
2006-08-30 Alex Ionescu- Some fixes to KiDispatchException: Add support for...
2006-08-30 Alex Ionescu- Add about two dozen new bugcheck codes and strings.
2006-08-28 Alex Ionescu- Complete and utter reimplementation of V86 Mode for...
2006-08-21 Alex Ionescu- Gutted out KiTrapHandler. Now it is only a gateway...
2006-08-21 Alex Ionescu- Convert 8, 9, 10, 15/F
2006-08-21 Alex Ionescu- Implement generic exception dispatcher for traps...
2006-08-21 Alex Ionescu- Fixes to CONTEXT<->KTRAP_FRAME conversion.
2006-08-20 Alex Ionescu- Detect NPX/FPU in simple assembly and XMMI/SSE2 by...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-01-17 Hartmut BirrRemoved my name from the hall of fame. Since it seems...
2006-01-17 Alex Ionescu- Use static IDT entries generated through a macro...
2006-01-16 Alex Ionescu- Fix a build issue.
2006-01-15 Alex Ionescu- Update KeContextToTrapFrame to support separate Conte...
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-27 Alex Ionescu- Fix compile issues caused by previous patch.
2005-11-27 Alex Ionescu- Update selector names to official names and define...
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-10-06 Gregor AnichHuh, what? Oops! Just some stuff which noone cares...
2005-09-25 Hartmut BirrLet the compiler search for usable register.
2005-09-15 Gé van GeldorpFix some of the damage r17811 did to the GDB stub
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-09-13 Alex IonescuProperly bias frame, remove bugcheck added for debuggin...
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-09-12 Alex IonescuFix previous strangely incomplete NtRaiseException...
2005-09-12 Alex IonescuFix RtlpGetStackLimits to get the right limits if calle...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-23 Hartmut BirrSplit the page fault handler from the trap handler.
2005-07-16 Hartmut BirrReplaced KERNEL_BASE by MmSystemRangeStart.
2005-07-06 Filip NavaraKernel base address and system space start can be disti...
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-06-15 KJK::HyperionNo reason KiDoubleFaultHandler should return a value...
2005-06-04 Alex IonescuAdd inbv header, stub InvbDisplayString, fix BSOD to...
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-28 Hartmut BirrPrint the complete image name on a fault.
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-26 Alex IonescuFix typos in debug messages
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 IonescuAdded KiDebugService. Will optimize soon to use common...
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-23 Alex IonescuAdd KDBG debugging hack from old code and convert it...
2005-04-22 Alex IonescuThread Creation and Context Switching re-write, plus...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-13 Hartmut BirrIgnore exception 15 in KiTrapHandler.
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-08 Alex IonescuFreeLdr Patch. Now fully loads ntoskrnl using a PE...
2005-02-05 Gé van GeldorpRe-use (better) stack backtrace function
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-19 Thomas Bluemelfixed implementation of SetErrorMode() which should...
2005-01-17 Alex IonescuSYSENTER support, INT2E Optimization, new Syscall Table...
2005-01-14 Gregor AnichReplace EXCEPTION_FLT_XXX by STATUS_FLOAT_XXX. Set...
2005-01-12 Gregor AnichAdd possibility to make KDB break on module-loads....
2005-01-02 Alex IonescuFix KeRaiseUserException and rename Object Information...
2005-01-02 Filip NavaraChange the MEMORY_AREAs to be stored it a binary search...
2004-12-22 Royce Mitchell IIIMiQueryVirtualMemory(): created because ZwQueryVirtualM...
2004-12-21 Royce Mitchell IIIwrap stack walks in SEH - this doesn't fix page faults...
2004-12-19 Royce Mitchell IIIsmall bugfix to KeRosDumpStackFrames
2004-12-18 Royce Mitchell IIIfix stack dumps from printing an infinite amount of...
2004-12-14 Royce Mitchell IIIfix infinite loop in KeRosDumpStackFrames()
2004-12-09 Royce Mitchell IIIallow data from SYM files to be used in stack traces...
2004-12-04 Filip Navara- Don't stop backtrace at the first address that can...
2004-11-27 Hartmut Birr- Enabled interrupts on page faults also for V86 mode.
2004-11-20 Gregor AnichFPU/SSE state saving on taskswitching, FPU and SSE...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-05 Hartmut Birr- Bugcheck on a page fault, if the reason was code...
2004-08-26 Gregor AnichChange stabs handling of KDB - does no longer allocate...
2004-08-21 Mike NordellMake inline assembler compilable using VC
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-01 Hartmut Birr- Stopped the printing of frames after the nice value...
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-07-02 Royce Mitchell IIINtRaiseException fixed to not clobber EAX any more...
2004-06-23 Alex IonescuFixed KeRaiseUserException to return old EIP.
2004-05-28 Royce Mitchell IIIreactos-specific debugging functions KeRosDumpStackFram...
next