Of course, I forgot to commit the new file in revision 22049...
[reactos.git] / reactos / ntoskrnl / ke / apc.c
2006-01-15 Hartmut BirrFix the check for an empty list.
2006-01-12 Alex IonescuSet KernelApcPending == TRUE in KiCheckForKernelApcDeli...
2005-11-27 Alex Ionescu- Remove KTSS_NOIOMP from NDK.
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-09 Gé van GeldorpSilence debug message
2005-11-03 Alex Ionescu- Rename KiCheckForKernelApcDelivery
2005-09-27 Alex Ionescu- Fix several flaws in APC logic.
2005-09-26 Gunnar Dalsnes-reorder InsertXscendingOrder macro argument order...
2005-09-26 Alex IonescuErr, actually deliver APCs when returning from systemca...
2005-09-26 Gé van GeldorpSilence some debug messages
2005-09-15 Hartmut BirrFixed the MP build.
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-16 Filip NavaraMake KeFlushQueueApc return a standard cyclic linked...
2005-08-15 Alex Ionescu- Remove the APC from the list and then set it as not...
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-07-26 Hartmut BirrAcquire always the apc lock if we are modifying the...
2005-07-26 Hartmut Birr- Forgot one change to KeAcquireSpinLockAtDpcLevel.
2005-07-26 Hartmut Birr- Fixed the broken implementation of KeFlushQueueApc.
2005-07-23 Alex Ionescu - Disable APC Queuing & Flush APC queues during thread...
2005-07-18 Alex Ionescu - Fix nasty APC delivery bug (in case a Kernel-Mode...
2005-07-17 Hartmut BirrRequest the APC_INTERRUPT for the correct processor...
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-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-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
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-03-05 Casper HornstrupMerge 13511:13830 from trunk
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 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-15 Thomas BluemelNtQueueApcThread always inserts a umode apc
2005-02-14 Thomas Bluemel1. a few previous mode fixes
2005-02-12 Casper HornstrupBranch setupapi (again)
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-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-06-23 Alex IonescuAdded Ke Stubs
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
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
next