release the keep-alive reference of the process object
[reactos.git] / reactos / ntoskrnl / ps / kill.c
2003-05-01 Gé van GeldorpProperly clean up terminated threads
2002-11-27 Hartmut BirrFree the user stack in PsReapThreads.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-16 David Welch2002-08-16 David Welch <welch@computer2.darkstar...
2002-06-10 Hartmut BirrReference/Dereference the process object in PiTerminate...
2002-06-05 Hartmut BirrFixed the alocation size in NtRegisterThreadTerminatePort.
2002-04-27 Hartmut BirrAdded seting of exit status in NtTerminateProcess.
2002-03-05 Eric KohlFixed remainingcalls to ObGetReferenceCount() and ObGet...
2001-11-08 Eric KohlFixed thread termination bug when a mutex must be aband...
2001-11-07 David WelchFixed thread termination bug
2001-11-07 Eric KohlAttach/detach mutant(mutex) to/from owning thread.
2001-08-27 Eric KohlFixed callback calling conventions (part 2).
2001-07-28 Emanuele Aliberti*** empty log message ***
2001-06-23 Phillip SusiHandles should be closed in the context of the dead...
2001-04-16 David WelchSMP detection work
2001-03-18 David WelchFixes for APC handling
2001-03-07 David WelchAdded tagging of most allocates
2001-02-06 David WelchFixed timer code
2001-01-19 David Welch(Finally) implemented Philip Susi's suggestion for...
2001-01-17 David WelchMultiboot fixes
2000-12-23 David WelchAll task switching is done in software.
2000-08-12 David WelchUpdated CREDITS
2000-07-07 Phillip SusiFixed ps code to terminate threads correctly
2000-07-04 David WelchAdded working set functions
2000-06-03 Eric KohlUpdated Ps* functions
2000-04-28 Phillip SusiNtTerminateProcess did not terminate the current thread...
2000-04-23 Phillip SusiDisabled debug prints
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-04-03 David WelchCorrect LPC implementation
2000-02-14 David WelchFixed compilation bug
1999-12-26 David WelchAdded some security functions
1999-12-20 David WelchFixed problem with handles not being released
1999-12-18 David WelchWorked around compiler bug in NtDelayExecution
1999-12-14 Phillip Susifixed runnable thread counters
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-02 David WelchSome bug fixes.
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-06 Eric KohlThread improvements.
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-06-09 David WelchImplemented ZwOpenProcess corrected
1999-05-29 David WelchLots of changes to the kernel
1999-04-18 David WelchSeveral bug fixes
1999-04-14 David Welch*** empty log message ***
1999-04-10 David WelchPartially implemented PEB
1999-04-01 David WelchEnhanced memory managment
1999-03-30 David WelchBegan improvements to memory managment, changed method of
1999-03-25 David WelchCleaned up code a bit
1999-02-06 David Welchno message
1999-01-20 David WelchFixed some bugs
1999-01-16 David WelchFixed several bugs
1999-01-04 David WelchCreated bugs in wait and timer code
1999-01-03 David WelchAdded directory listing support for the shell
1999-01-01 David Welch*** empty log message ***
1998-12-19 David WelchMinor bug fixes
1998-10-05 Rex JolliffInitial revision