- Silence TCPIP.
[reactos.git] / reactos / ntoskrnl / ps / kill.c
2005-10-29 Thomas Bluemelrelease the keep-alive reference of the process object
2005-09-26 Gé van GeldorpSilence some debug messages
2005-09-16 Hartmut BirrDereference the port object in PspExitThread.
2005-08-16 Filip NavaraMake KeFlushQueueApc return a standard cyclic linked...
2005-08-12 Hartmut BirrSet the process exit status.
2005-08-07 Alex Ionescu- Remove cid.c
2005-08-01 Filip NavaraSetup quota blocks for processes.
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 Birr- PsKillMostProcesses must be running in the context...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-05-31 Hartmut Birr- Added a missing dereferencing in NtTerminateProcess.
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-20 Steven Edwardsmove the rest of the alread defined tags to the private...
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-07 Alex IonescuUpdate ETHREAD to latest version.
2005-05-06 Alex IonescuUpdate EPROCESS to latest version. Basic Fast Referenci...
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-23 Alex IonescuMove removing process from active list to PspDeleteProc...
2005-04-22 Alex IonescuThread Creation and Context Switching re-write, plus...
2005-04-19 Alex IonescuUse MmDeleteKernelStack and remove KeReleaseThread
2005-04-18 Alex IonescuRemove excess debugging
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuFix Access Bug. cmd.exe and taskmgr work again, but...
2005-04-18 Alex IonescuFix Process not being deleted
2005-04-18 Alex IonescuImplement PsSetLegoNotifyRoutine and PsRemoveCreateThre...
2005-04-18 Alex IonescuRemove ps/create.c, it did not fit with the current...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-22 Thomas Bluemelfixed a few race conditions during thread/process termi...
2005-03-22 Thomas Bluemelforgot to remove debug messages
2005-03-22 Thomas Bluemelsilence obsolete debug message
2005-03-22 Thomas Bluemelfixed thread/process termination bugs that might have...
2005-03-21 Filip NavaraMove the process object dereference from NtTerminatePro...
2005-03-21 Filip Navara- Advance the CurrentEntry pointer before terminating...
2005-03-19 Hartmut BirrAdded two missing dereferencing calls in NtTerminateThread.
2005-03-18 Alex IonescuUpdate ETHREAD fields and termination port stucture...
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-17 Hartmut Birr- Moved the deleting of the process id from PiTerminate...
2005-03-14 Alex IonescuSupport Priority Boosting during Wait Satisfaction...
2005-03-14 Alex IonescuDispatching & Queue Rewrite II:
2005-03-13 Thomas Bluemel- fixed handle table structures
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-03-05 Filip Navara- Implement NtCancelIoFile.
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-23 Hartmut BirrUsed HasTerminated as bitmap for flags to make differen...
2005-02-22 Thomas Bluemeladded more irql checks
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-12 Filip NavaraBasic support for priority boosting.
2005-01-05 Hartmut Birr- Prevent from calling PsTerminateCurrentThread from...
2005-01-03 Alex IonescuFix incorrect LPC Object export...we export pointers...
2005-01-02 Emanuele AlibertiReplace
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-12 Hartmut Birr- Replaced PiThreadLock with the dispatcher databae...
2004-12-04 Gregor AnichAdded InterlockedCompareExchangePointer macro and 64...
2004-12-04 Gregor AnichUse InterlockedCompareExchange64 instead of Interlocked...
2004-11-27 Hartmut Birr- Prevent from terminate a thread for twice.
2004-11-21 Gunnar Dalsneskill.c: remove useless call to KeRemoveAllWaitsThread...
2004-11-20 Gregor AnichFPU/SSE state saving on taskswitching, FPU and SSE...
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-11-13 Hartmut Birr- Removed some unnecessary type casts.
2004-11-11 Alex IonescuFix calls to KeAttachProcess
2004-10-31 Hartmut Birr- Removed PiApcLock, because apc's are thread local...
2004-10-24 Thomas Bluemelmore prototype fixes
2004-10-03 Gé van GeldorpRollback last change since it was incorrect.
2004-10-03 Gé van GeldorpMove final user stack cleanup to kernelmode
2004-10-01 Gé van GeldorpDon't use more than a single page for a TEB (forgotten...
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-09-14 Gé van GeldorpCheck if attached when terminating thread. Suggested...
2004-08-31 Hartmut Birr- Removed the member OldProcess from the ETHREAD structure.
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-05-25 Filip Navara- Set CurrentThread->u1.ExitTime to exit time in PsTerm...
2004-04-28 Mike Nordellstop kernel crashing on thread termination
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-30 KJK::HyperionFree the TEB on thread termination. Partially fixes...
2003-12-30 KJK::HyperionScrew branches, I'm committing to HEAD. Life is too...
2003-11-02 Eric KohlDo not hold the PiThreadListLock spinlock while calling...
2003-11-02 Eric KohlReimplemented dispatcher database lock and synchronizat...
2003-09-18 Aleksey BraginPatch by Mike Nordell: Change UserMode to KeGetCurrentP...
2003-09-14 Hartmut Birr- Moved the call to ExpSwapThreadEventPair from PiDelet...
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-06-05 Gunnar Dalsnes-corrected protoype
next