Sync to trunk head (r42241)
[reactos.git] / reactos / ntoskrnl / ke / wait.c
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-25 Stefan Ginsberg- FIELD_OFFSET returns LONG, not LONG_PTR or size_t.
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-30 Stefan Ginsberg- Inline Guarded Mutex and Fast Mutex implementations...
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo KreuzerSync to trunk r38250
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-03 Dmitry GorbachevSilence compiler warnings (3/11).
2008-11-24 KJK::HyperionEverything
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-19 Timo Kreuzerfix some 64 bit warnings
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-20 Mike Nordell[COMMENT] Added comment explaining how this code, which...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
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-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
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-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
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...
next