- Rewrite kernel timer implementation to use Windows 2003's hash-based table timer...
[reactos.git] / reactos / ntoskrnl / ke / wait.c
2007-01-24 Alex Ionescu- Rewrite kernel timer implementation to use Windows...
2007-01-23 Alex Ionescu- Fix some warnings.
2007-01-23 Alex Ionescu- Convert KxDelayThreadWait, KxSingleThreadWait, KxMult...
2007-01-17 Alex Ionescu[10 bug fixes]:
2007-01-17 Alex Ionescu- Simplify KiSelectReadyThread.
2007-01-16 Alex Ionescu- Simplify KiWaitTest.
2006-09-16 Alex Ionescu- Merge in my latest Dispatcher changes for KeWaitForMu...
2006-09-14 Alex Ionescu- Converted some macros to inlined functions.
2006-09-14 Alex Ionescu- Implement KiUnlinkThread to unlink a thread from...
2006-09-11 Alex Ionescu- Add the actual missing code to KiQuantumEnd. It's...
2006-09-10 Alex Ionescu- Get completely rid of old Dispatcher Lock macros...
2006-09-10 Alex Ionescu- Thread Support cleanup 1: Separate kthread.c into...
2006-09-10 Alex Ionescu- Add some definitions to ketypes.h
2006-07-22 Alex Ionescu- Implement KiRecalculateDueTime to handle cases where...
2006-07-14 Alex Ionescu- Add IN/OUT annotations for KeWaitForSIngleObject
2006-07-14 Alex Ionescu- Fix a serious bug in Kernel Queues. A condition exist...
2006-07-14 Alex Ionescu- Add KiCheckThreadStackSwap and KiAddThreadToWaitList...
2006-07-13 Alex Ionescu- Fix utterly messed up unblocking/readying thread...
2006-07-13 Alex Ionescu- More cleanup of wait.c
2006-07-13 Alex Ionescu- Cleanup + formatting fixes for wait.c
2006-01-11 Alex Ionescu- Rewrite usermode callbacks. These changes should...
2006-01-10 Alex Ionescu- Fix regression in Firefox installer by making KiWaitS...
2006-01-09 Hartmut Birr- Fixed KiExitDispatcher.
2006-01-06 Alex Ionescu- Set the right Thread->WaitTime dring waits
2006-01-06 Thomas Bluemelfixed uninitialized variable warnings
2006-01-06 Alex Ionescu- Fix Status/WaitStatus/Thread->WaitStatus confusion...
2006-01-06 Alex Ionescu- Invert CONFIG_SMP defines as requested by Hartmut
2006-01-05 Alex Ionescu- Change dispatcher lock release to be more like docume...
2006-01-05 Alex Ionescu- Optimized the dispatcher lock. It is now gone on...
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-20 Hartmut BirrWaiting for a fast mutex should be done in kernel mode.
2005-11-19 Alex Ionescu- Reimplement Fast Mutex implementation in HAL/NT to...
2005-08-22 Alex Ionescuuse correct wait mode when checking alertability in...
2005-08-22 Filip NavaraActually break out of the wait loops if we got alerted.
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-09 Alex Ionescu- Fix a large amount of bugs in ObpAllocateObjectAttrib...
2005-08-07 Alex Ionescu- Completely reimplement NtWaitForMultipleObjects:
2005-07-30 Alex IonescuDecrease quantum during wait and during no-wait......
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-24 Alex IonescuFix memory leaks in object manager, use tags and use...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Alex IonescuMake Object Type creation compatible with OB 2.0 from...
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-16 Alex IonescuFix WaitAll bug. Previously, not all Wait Objects in...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-23 Thomas Bluemelrevert my changes
2005-03-22 Thomas Bluemelimprove readability by removing obsolete gotos and...
2005-03-18 Alex IonescuImplement timer expiring too fast for KeDelayExecutionT...
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-14 Alex IonescuSupport Priority Boosting during Wait Satisfaction...
2005-03-14 Alex IonescuDispatching & Queue Rewrite II:
2005-03-14 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-13 Hartmut BirrUse KeGetCurrentPrcb instead of KeGetCurrentKPCR.
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-14 Thomas Bluemelsecured access to buffers in NtWaitForSingleObject...
2005-02-14 Alex IonescuReimplemented Kernel and Executive Timers. Use Microsof...
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-10 Alex IonescuFix APC problems. Thanks to Arty for finding this....
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-12 Filip NavaraBasic support for priority boosting.
2005-01-01 Hartmut Birr- Simplified KeSetSystemAffinityThread and KeRevertToUs...
2005-01-01 Alex IonescuModified NtDelayExecution Prototype/Function to use...
2004-12-26 Filip Navara- Export ExSemaphoreObjectType.
2004-12-12 Hartmut Birr- Replaced PiThreadLock with the dispatcher databae...
2004-11-21 Gunnar Dalsnesfix kernel queues + misc fixes/cleanups
2004-11-11 Alex IonescuKernel:
2004-11-10 Alex IonescuRewrote APC Implementation.
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-09-24 Gé van GeldorpYou can't wait for 0 objects
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
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-05 Hartmut Birr- Added a check for a waitable objects in NtWaitForSing...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-11-02 Eric KohlReimplemented dispatcher database lock and synchronizat...
2003-09-14 Hartmut Birr- Fixed KeReleaseDispatcherDatabaseLockAtDpcLevel/KeRel...
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-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-12 Gunnar Dalsnesimplemeted waiting on file handles/file objects
2003-03-19 Gunnar Dalsnesset thread WaitReason when blocking
next