[ntoskrnl]
[reactos.git] / reactos / ntoskrnl / ps / kill.c
2009-12-12 Gregor Schneider[ntoskrnl]
2009-12-12 Gregor Schneider[ntoskrnl]
2009-10-29 Stefan Ginsberg- Implement the ThreadDescriptorTableEntry case for...
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-09-02 Dmitry Chapyshev- Add missed checks of memory allocation failures
2009-08-24 Stefan Ginsberg- Get rid of TAG() from the kernel
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-07-26 Timo KreuzerSync to trunk head (r42241)
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-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 Aleksey Bragin- Fix a potential case of non-paged pool memory double...
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-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-12 Aleksey Bragin- MmDeleteKernelStack should take StackBase as the...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-22 Stefan Ginsberg- Add EFLAGS_IOPL to asm.h and make use of it in assembly
2008-08-19 Timo Kreuzer- fix usage of InterlockedExchangePointer
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-13 Stefan Ginsberg- Fix a broken check in PspExitThread. We should check...
2008-08-13 Stefan Ginsberg- Reapply the PsTerminateSystemThread typo fix. We...
2008-08-12 Stefan Ginsberg- Temporarily revert my last change. We don't set the...
2008-08-12 Stefan Ginsberg- Fix a typo in PsTerminateSystemThread. Now this API...
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-08-22 Art YerkesBug found by arty, thanks to alex for helping fix it:
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-03 Alex Ionescu- Remove KD APIs from stub HAL, they've been in kdcom...
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-16 Alex Ionescu- Disable i8042prt debugger hack.
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-22 Alex Ionescu- Implement new ExHandle* implementation using pushlock...
2007-01-18 Alex Ionescu[25 bug fixes]:
2007-01-17 Alex Ionescu[10 bug fixes]:
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-19 Alex Ionescu- Fixup DEBUG_OBJECT definition.
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-07-23 Alex Ionescu- Fix trace macro to print line number in decimal,...
2006-07-23 Alex Ionescu- Add tracing in process/thread.c as well.
2006-07-23 Magnus OlsenPatch from w3seek
2006-07-23 Alex Ionescu- Fixup PSTRACE to print much nicer output and actually...
2006-07-21 Alex Ionescu- Add bugcheck CRITICAL_OBJECT_TERMINATED
2006-07-20 Alex Ionescu- Add Pushlock support for GCC (Thanks Thomas!)
2006-07-20 Alex Ionescu- Add some final missing annotations to kill.c
2006-07-20 Alex Ionescu- Move a bunch of externs to ps.h and delete many duppe...
2006-07-20 Alex Ionescu- Fix Win32K thread rundown bug, fixes shutdown crash...
2006-07-10 Aleksey BraginThomas Weidenmueller: Fix GCC4 warnings
2006-07-09 Alex Ionescu- Massive re-write of some parts of Ps, based on a...
2006-05-18 Alex Ionescu- Get rid of ROS_EPROCESS and all the ugly type-casting...
2006-05-18 Alex Ionescu- Use the Spare0 array, present in EPROCESS instead...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2006-01-13 Alex Ionescu- Fix one more leak when converting from non-gui to...
2006-01-13 Alex Ionescu- Properly create, grow and delete the kernel stack...
2006-01-12 Alex IonescuTemporaily disable kernel stack deletion so head is...
2006-01-02 Hartmut BirrFixed the size of the allocated port structure.
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...
next