Thread/Process Termination/Repeaing Rewrite + Fixes
[reactos.git] / reactos / ntoskrnl / ke / wait.c
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-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-14 Thomas Bluemelsecured access to buffers in NtWaitForSingleObject...
2005-02-14 Alex IonescuReimplemented Kernel and Executive Timers. Use Microsof...
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-06-05 Hartmut Birr- Added a check for a waitable objects in NtWaitForSing...
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
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-10-07 Eric KohlFixed header inclusion order.
1999-09-08 Eric KohlImplemented Nt/KeWaitForMultipleObjects (still buggy).
1999-09-06 Eric KohlThread improvements.
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-05-29 David WelchLots of changes to the kernel
1999-04-18 David WelchSeveral bug fixes
1999-03-31 jeancorrect bug in release of semaphore
1999-03-30 David WelchBegan improvements to memory managment, changed method of
1999-03-25 jeanwork on semaphores.
1999-01-04 David WelchCreated bugs in wait and timer code
1999-01-03 David WelchAdded directory listing support for the shell
1998-12-04 Rex JolliffRolled in various changes from others
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-25 Rex JolliffInitial revision