move from branch
[reactos.git] / reactos / ntoskrnl / ps / process.c
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-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-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-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
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-23 Hartmut Birr- Initialized the process create time.
2005-04-18 Alex IonescuFix Process/Thread information structures to match...
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 IonescuRemove ps/create.c, it did not fit with the current...
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-11 Thomas Bluemelsupport kernel handles, creating them is however not...
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 Bluemelforgot this file
2005-03-22 Thomas Bluemelfixed thread/process termination bugs that might have...
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-17 Hartmut BirrDon't close the handle if the write back does fail...
2005-03-17 Hartmut Birr- Moved the deleting of the process id from PiTerminate...
2005-03-14 Thomas Bluemelignore alignment checks for unimplemented information...
2005-03-14 Thomas Bluemelfixed copy+paste mistake
2005-03-14 Thomas Bluemelgroup idle threads into the idle process
2005-03-14 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-13 Thomas Bluemelinitialize the handle tables before creating them
2005-03-13 Thomas Bluemel- fixed handle table structures
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Filip NavaraThomas Weidenmueller <w3seek@reactos.com>
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
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-22 Thomas Bluemeladded more irql checks
2005-02-19 Thomas Bluemel1. made the PEB structure match xp's layout
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Thomas Bluemelthe callback management doesn't have to be serialized...
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-05 Thomas Bluemelonly attach to the process to be queried when necessary
2005-02-01 Hartmut Birr- Removed some wrong calls to MmUnlockAddressSpace.
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-24 Hartmut Birr- Fixed my last commit.
2005-01-24 Hartmut Birr- Interpret STATUS_TIMEOUT as error in PsLockProcess.
next