KD System Rewrite:
[reactos.git] / reactos / ntoskrnl / ke / apc.c
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-15 Alex IonescuImplemented Guarded Mutex, a drop-in replacement for...
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-14 Alex IonescuSupport Priority Boosting during Wait Satisfaction...
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-02-28 Alex IonescuReverting to 13775. Sorry for the mess. This is dedicat...
2005-02-28 Alex IonescuTest commit. Not official branch release -- it will...
2005-02-15 Thomas BluemelNtQueueApcThread always inserts a umode apc
2005-02-14 Thomas Bluemel1. a few previous mode fixes
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-11 Gunnar Dalsnes-move alert stuff into own file
2004-11-21 Gunnar Dalsnesfix kernel queues + misc fixes/cleanups
2004-11-21 Alex Ionescu1) Updated KUSER_SHARED_DATA to NT5+ exported documente...
2004-11-11 Alex IonescuKernel:
2004-11-10 Alex IonescuRewrote APC Implementation.
2004-10-31 Filip Navara- Call KiDispatchInterrupt only if DPC software interru...
2004-10-31 Hartmut Birr- Removed PiApcLock, because apc's are thread local...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-13 Alex IonescuImplemented KeAreApcsDisabled, KeFlushEntireTb, KeIsExe...
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-09-20 Gé van GeldorpRemove incorrect assert. An APC can be queued to the...
2004-09-18 Gé van GeldorpFix insertion of APCs where the target thread is attach...
2004-08-21 Mike NordellFix misplaced STDCALL
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-05 Alex IonescuAdded RTL Stubs, Prototypes and Exports.
2004-08-01 Filip Navara- Replace some usages of KEBUGCHECK(0) with correct...
2004-06-23 Alex IonescuAdded Ke Stubs
2004-01-19 Gunnar DalsnesKiAcquire/ReleaseSpinLock adaption
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-11-27 Gunnar Dalsnesapc work
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-08-18 Hartmut Birr- Remove all wait objects from a thread which would...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-21 David WelchChecked in Petr Matousek's fixes for sending APCs to...
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-06-16 Hartmut Birr- something was wrong with the previous checkin.
2003-06-16 Hartmut Birr- Decrement the pending apc count while holding the...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-05 Gunnar Dalsnes-corrected protoype
2003-05-22 Gunnar Dalsnes-Fixed FileObject/Event dereferencing at IRP completion...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-09 David Welch2002-08-09 David Welch <welch@computer2.darkstar...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2001-11-05 David WelchDon't check for critical sections when delivering speci...
2001-08-27 Eric KohlFixed callback calling conventions (part 2).
2001-04-09 David WelchReorganised cache segment data structure
2001-03-18 David WelchFixes for APC handling
2001-03-14 David WelchSome work on portabilitity
2001-03-07 David WelchAdded tagging of most allocates
2001-02-06 David WelchFixed timer code
2001-02-04 Eric KohlImplemented KeRemoveQueueApc() (not exported).
2001-01-19 David Welch(Finally) implemented Philip Susi's suggestion for...
2001-01-18 David WelchFixes for problems with NtReplyWaitReceive and KeWaitFo...
2001-01-17 David WelchMultiboot fixes
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-11 David WelchCorrect implementation of user-mode APCs
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-07-30 David WelchFixes from Casper Hornstrup
2000-07-10 Eric KohlMoved interrupt code from hal into kernel
2000-07-07 Phillip SusiFixed ps bug, proper termination of threads
2000-06-27 David WelchCorrected bug when booting with loadros
2000-06-04 Eric KohlFixed STDCALL issues in Ke functions
2000-05-13 David WelchSome fixes.
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-12 Phillip Susinew APC code ready for prime time
1999-12-12 David WelchBacked out Philip Susi's changes for further testing
1999-12-11 Phillip Susireworked the APC code, they shold now be delivered...
1999-12-02 David WelchSome bug fixes.
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code
1999-11-02 David WelchImproved scheduling code
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-06-09 David WelchImplemented ZwOpenProcess corrected
1999-05-29 David WelchLots of changes to the kernel
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-06 David Welchno message
1999-01-16 David WelchFixed several bugs
1998-10-20 Rex JolliffFix from brian for broken function
1998-10-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-09-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-08-28 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-08-25 Rex JolliffInitial revision