Move some profile stuff to NDK and fix some bugs in the executive implementation...
[reactos.git] / reactos / ntoskrnl / ke / wait.c
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
2003-02-27 Gunnar DalsnesWaitForMultipleObjects: WaitAll waits were buggy
2002-12-09 Hartmut BirrFixed some bugs in the wait functions.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-05-14 David WelchReverted the MPW changes (keep these in a seperate...
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-03-30 Eric KohlFixed a serious typo.
2001-11-25 David Welchinclude/csrss/csrss.h: Include a define for the size...
2001-11-08 Eric KohlImplemented abandoning of mutexes/mutants.
2001-11-07 Eric KohlAttach/detach mutant(mutex) to/from owning thread.
2001-03-18 David WelchFixes for APC handling
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-02 Eric KohlImplemented NtSignalAndWaitForSingleObject()
2000-10-11 David WelchCorrect implementation of user-mode APCs
2000-07-07 David WelchCorrected bug where user32.a wasn't being cleaned
2000-07-07 Phillip SusiFixed [Ke/Nt]WaitForMultipleObjects() bug
2000-07-06 David WelchAdded experimental paging out code (wouldn't activate...
2000-06-29 David WelchMade header file usage more consistent
2000-06-04 Eric KohlFixed STDCALL issues in Ke functions
2000-03-29 David WelchCorrected mutex implementation
1999-12-26 David WelchAdded some security functions
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-12-20 David WelchFixed problem with handles not being released
1999-12-17 Phillip SusiWorking and tested KeWaitForXXX
1999-12-16 Phillip Susifixed a few bugs in wait code
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-11 Phillip Susireworked the APC code, they shold now be delivered...
1999-12-04 Phillip Susifixed timers and a wait functions, and a few bugs
next