finished applying @implemented and @unimplemented comments and remove the comments...
[reactos.git] / reactos / ntoskrnl / ke / i386 / irq.c
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-06-11 Gé van GeldorpPatch by Hartmut to clean up my mess
2003-06-07 Gé van GeldorpFix NtGetContextThread() and implement NtSetContextThread()
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-06 Casper Hornstrup2003-04-06 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-02 Hartmut BirrMoved the call to HalEndSystemInterrupt to the end...
2002-12-09 Hartmut BirrEnable/Disable the irq in KeConnectInterrupt/KeDisconne...
2002-12-09 Robert DickensonAdded a dummy copy of KiInterruptDispatch2 and removed...
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-10 Eric KohlRenamed some thread states.
2002-05-06 David WelchAdded some comments.
2002-05-02 David WelchFixed irq problems.
2002-04-20 Phillip SusiKiInterruptDispatch was leaving interrupts disabled...
2002-02-15 Eric KohlRemoved obsolete functions/protypes HalInitFirstTask...
2002-01-23 Casper HornstrupAdded GNU Debugger stub for remote debugging.
2001-08-30 David WelchChanged internal/config.h -> roscfg.h in a number of...
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-20 Casper HornstrupCall KiUpdateSystemTime from KiInterruptDispatch if...
2001-04-16 David WelchFurther SMP initialization work (now boots all processo...
2001-04-16 David WelchSMP detection work
2001-04-13 Casper HornstrupAdded Intel MultiProcessor Specification support
2001-03-16 David Welch* include/ddk/zw.h: Corrected declarations of NtCreateP...
2001-03-14 David WelchMerge adjacent free blocks in the non-paged pool
2001-03-07 David WelchAdded tagging of most allocates
2001-02-06 David WelchFixed timer code
2001-01-18 David WelchFixes for problems with NtReplyWaitReceive and KeWaitFo...
2000-12-10 David WelchSome work on file caching
2000-07-24 Eric KohlImplemented hal system interrupt functions
2000-07-10 Eric KohlMoved interrupt code from hal into kernel