Fixed irq problems.
[reactos.git] / reactos / ntoskrnl / ke / i386 / exp.c
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