Fix RtlpGetStackLimits to get the right limits if called in kernel-mode (separated...
[reactos.git] / reactos / ntoskrnl / ke / i386 / exp.c
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...
2004-03-13 David Welch- Fixed comment.
2004-03-09 David Welch- Replaced some common sequences of inline assembly...
2004-03-06 David Welch- Removed some unnecessary DbgPrints from the fatal...
2004-02-24 David Welch- Try to avoid crashing when dumping out a corrupted...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-13 Art YerkesRe-enabled stabs reading in the kernel debugger.
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-30 Aleksey BraginMake compatible w/both MinGW and MSVC
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-14 Hartmut Birr- Added return values to some unimplemented functions.
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-09-13 VizziniPatch by skywing:
2003-08-25 Hartmut Birr- Include roscfg.h previous all other header files.
2003-07-11 Casper Hornstrup2003-07-11 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-28 Casper Hornstrup2003-05-28 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-18 Gé van GeldorpChange DPL in trap gate for INT 3 to 3, so INT 3 can...
2003-04-13 Casper Hornstrup2003-04-13 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-07 Gé van GeldorpImprove (hardware) exception handling and reporting
2003-04-06 Casper Hornstrup2003-04-06 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-16 Casper Hornstrup2003-03-16 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-27 Hartmut BirrChange the type for the page fault handler from trap...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-07-18 David WelchSymbol loading working in kdb.
2002-07-17 David WelchPrint stack frames as densely as possible.
2002-07-17 David WelchFixed null pointer exceptions.
2002-07-17 David WelchFixed some bugs.
2002-07-13 Casper Hornstrup2002-07-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-06-04 David Welch2002-06-04 David Welch <welch@whitehall1-5.seh.ox...
2002-05-14 David WelchReverted the MPW changes (keep these in a seperate...
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-05-02 David WelchFixed irq problems.
2002-01-23 Casper HornstrupAdded GNU Debugger stub for remote debugging.
2001-11-25 David Welchinclude/csrss/csrss.h: Include a define for the size...
2001-11-20 David WelchFixed zsh crash bug, it still doesn't work however
2001-11-18 David WelchOops, used copy to caller instead of copy from caller
next