fix infinite loop in KeRosDumpStackFrames()
[reactos.git] / reactos / ntoskrnl / ke / i386 / exp.c
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-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-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
2001-11-18 David WelchFixed bugs with vim
2001-09-24 Casper HornstrupInitial OS level SEH support.
2001-08-30 David WelchChanged internal/config.h -> roscfg.h in a number of...
2001-06-04 Casper HornstrupRaw IP and ICMP fixes
2001-04-26 Phillip SusiUndo last change removing config.h, which is now correc...
2001-04-26 Phillip SusiRemoved references to obsolete config.h preventing...
2001-04-17 David WelchFurther SMP work (associate an idle thread with each...
2001-04-16 David Welchper processor TSS
2001-04-16 David WelchSMP detection work
2001-04-11 Casper HornstrupAdded loading of symbols when modules are loaded.
2001-04-09 David WelchReorganised cache segment data structure
2001-03-31 David WelchCheck for failed allocation
2001-03-30 David WelchDon't map NOLOAD sections
2001-03-28 David WelchCatch stack over/underflows
2001-03-27 David WelchPrint addresses in stack frames even early in the boot
2001-03-25 David WelchV86 mode fixes
2001-03-20 David WelchUser exception handling doesn't work yet
2001-03-18 David WelchFixes for APC handling
2001-03-16 David WelchRemoved obsolete header files
2001-02-21 Eric KohlImplemented forwarded exports in kernel-mode
2001-02-18 David WelchFixed reference counting of page tables
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-02-06 David WelchUse import hint if present
2000-12-23 David WelchAll task switching is done in software.
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-07-06 David WelchAdded experimental paging out code (wouldn't activate...
2000-07-04 David WelchAdded working set functions
2000-06-29 David WelchMade header file usage more consistent
2000-05-24 David WelchMore bug fixes.
2000-05-13 David WelchSome fixes.
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-03-29 David WelchCorrected mutex implementation
2000-03-22 David WelchUpdated the minix driver
2000-03-04 Eric KohlImplemented kernel parameter line
2000-02-25 Eric KohlRemoved useless debug messages and header files
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-01-26 David WelchMore improvements to LPC code
2000-01-18 Eric KohlChanged debug output to use INT 2D
2000-01-12 Eric KohlAdded missing printf() functions
1999-12-26 David WelchAdded some security functions
1999-12-20 David WelchFixed problem with handles not being released
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-12 Phillip SusiDavid forgot to take out a debugging line? Prevented...
1999-12-12 David WelchBacked out Philip Susi's changes for further testing
1999-12-02 David WelchSome bug fixes.
1999-11-25 David WelchCorrected ntdll mapping bug
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code