Merge from amd64 branch:
[reactos.git] / reactos / ntoskrnl / ps / process.c
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-26 Stefan Ginsberg- Make use of _SEH2_YIELD in Ex, Io, Ob, Ps and Se.
2009-08-24 Stefan Ginsberg- Get rid of TAG() from the kernel
2009-08-10 Aleksey Bragin- Make NtUnloadKey call a newer version of the NTAPI...
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-11 Dmitry Chapyshev2 == MEMORY_PRIORITY_FOREGROUND
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-07 Michael Martin- Default ExitStatus for a process is STATUS_PENDING...
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-09 Michael Martin- Run process notification routines after successfully...
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-24 KJK::HyperionEverything
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
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-18 Timo KreuzerChange return type of PsGetCurrentProcessWin32Process...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-25 Stefan Ginsberg- Implement and export PsIsSystemProcess and add it...
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-14 Timo KreuzerSync to trunk head (35333)
2008-08-11 Aleksey Bragin- NDK Fix: DirectoryTableBase member of KPROCESS is...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-06-16 Aleksey Bragin- NDK fixes (structure rename only).
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-09-27 Aleksey Bragin- Add missing KERNEL_LARGE_STACK_COMMIT definition...
2007-09-26 Aleksey Bragin- PS_UNKNOWN_VALUE determines if the process should...
2007-09-26 Aleksey Bragin- Implement InterlockedExchangeAdd/Decrement/Increment16.
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
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-18 Alex Ionescu[25 bug fixes]:
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-30 Alex Ionescu- SMSS: Send QOS structure when creating new ports...
2006-10-26 Alex Ionescu- Fix dozens of missing typecast errors.
2006-10-19 Alex Ionescu- Fixup DEBUG_OBJECT definition.
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-16 Alex Ionescu- Fix one of the oldest hacks in ReactOS: KeGetCurrentT...
2006-09-11 Alex Ionescu- Fix KeEnterCriticalRegion/KeLeaveCriticalRegion by...
2006-09-10 Alex Ionescu- KPROCSES Flags are LONG, not ULONG.
2006-09-07 Alex Ionescu- More MSVC fixes:
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-07-27 Alex Ionescu- Fix some last STDCALL->NTAPI problems.
2006-07-27 Alex Ionescu- Implement XP-style process name auditing to store...
2006-07-23 Alex Ionescu- Temporarly disable screensaver code. Sorry greatlord...
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- Make use of PsChangeQuantumTable on system startup...
2006-07-23 Alex Ionescu- Refactor SeCaptureSubjectContext into SeCaptureSubjec...
2006-07-21 Alex Ionescu- Implement Kernel, Memory Manager and Process Manager...
2006-07-20 Alex Ionescu- Use safe referencing.
2006-07-20 Alex Ionescu- Add Pushlock support for GCC (Thanks Thomas!)
2006-07-20 Alex Ionescu- Move a bunch of externs to ps.h and delete many duppe...
2006-07-20 Alex Ionescu- Simplify PsGetNextProcess so it works like PsGetNextP...
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-06-29 Alex Ionescu- This patch finally enables closing handles for real...
2006-06-06 Alex Ionescu- Formatting/name/comment/declaration/calling conventio...
2006-05-25 Alex Ionescu- Get rid of the intriguing idea that exported/public...
2006-05-19 Alex Ionescu- Use the proper HANDLE_TABLE and HANDLE_TABLE_ENTRY...
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-21 Thomas Bluemeldon't read the image file name from the Peb in NtQueryI...
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-22 Alex Ionescu- Don't use EXPORTED
2005-10-31 Hartmut BirrDo always dereference the section object if it was...
2005-10-29 Thomas Bluemelprotect access to buffers in NtOpenProcess
2005-10-29 Thomas Bluemel- don't dereference the section object in MmCreateProce...
2005-09-24 Hartmut BirrAllow the system process and a process without a parent...
2005-09-13 Alex IonescuPart 1 of <many> ntoskrnl header cleanups
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-08 Thomas Bluemelenter a critical region before looking up a CID handle
2005-08-08 Thomas Bluemelunlock the CID in PsLookupProcessByProcessId, PsLookupP...
2005-08-07 Thomas Bluemeldirectly translate handles to indexes in ex/handle.c
2005-08-07 Alex Ionescu- Fix return value.
2005-08-07 Alex Ionescu- Remove cid.c
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-08-02 Filip Navara- Remove the DoneInitYet hack.
2005-08-01 Filip NavaraSetup quota blocks for processes.
2005-06-26 Alex IonescuFixes for NDK compatibily (and plain ol' good design...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-11 Thomas Bluemelremove explicit bugcheck in NtOpenProcess when the...
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-06 Alex IonescuUpdate EPROCESS to latest version. Basic Fast Referenci...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
next