forgot this file
[reactos.git] / reactos / ntoskrnl / ps / process.c
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-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-12 Thomas Bluemelthe callback management doesn't have to be serialized...
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.
2005-01-23 Thomas Bluemel1. fixed prototypes of NtSetSystemTime and NtQuerySyste...
2005-01-23 Alex IonescuFix svn:ignore problems and remove alignment hacks
2005-01-23 Thomas Bluemelthe system process should be called "System", not ...
2005-01-22 Thomas Bluemel1. remove obsolete buffer size checks from NtQueryInfor...
2005-01-22 Alex IonescuFix all remaning alignment errors. Ros is now moderatel...
2005-01-22 Alex IonescuReactOS now boots. More bug fixes needed
2005-01-21 Thomas BluemelSimplify buffer checks for NtQueryInformation...()...
2005-01-20 Thomas Bluemelfixed uninitialized variables warning
2005-01-20 Thomas Bluemelfixed uninitialized variables warning
2005-01-20 Thomas Bluemelfixed copying buffers in the ProcessImageFileName class...
2005-01-20 Thomas Bluemelmove implementation of NtOpenProcessToken() to NtOpenPr...
2005-01-20 Thomas Bluemelwrap access to foreign Peb with SEH
2005-01-20 Thomas Bluemelfixed typo
2005-01-20 Thomas Bluemelimplemented the ProcessDebugPort class for NtSetInforma...
2005-01-19 Thomas Bluemel1. implemented the ProcessDebugPort class for NtQueryIn...
2005-01-19 Thomas Bluemelsecure access to buffers in NtQueryInformationProcess...
2005-01-19 Thomas Bluemel1. fixed the ProcessAccessToken information class to...
2005-01-19 Thomas Bluemelfixed typo in PsLockProcess()
2005-01-19 Thomas Bluemelimplemented the ProcessSessionInformation information...
2005-01-19 Thomas Bluemelfixed implementation of SetErrorMode() which should...
2005-01-05 Hartmut Birr- Removed an unused variable.
2005-01-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
2005-01-03 Alex IonescuFix incorrect LPC Object export...we export pointers...
2005-01-03 Alex IonescuFix more wrong structure defintions... and use proper...
2005-01-02 Emanuele AlibertiReplace
2005-01-02 Alex IonescuFix some wrong Mm definitions and sync up with proper...
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-18 Gé van GeldorpSet version info to NT 4.0 Build 1381 Service Pack...
2004-12-05 Thomas Bluemelget rid of the "global" system process handle since...
2004-11-24 Filip Navara- Fix pointer arithmetic on FileName variable in NtCrea...
2004-11-21 Thomas Bluemel1. don't allow the ProcessImageFileName information...
2004-11-21 Thomas Bluemeluse ASSERT instead of assert
2004-11-21 Thomas Bluemelproperly copy the device map - it's still not initializ...
2004-11-21 Alex Ionescu1) Updated KUSER_SHARED_DATA to NT5+ exported documente...
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-11-10 Alex IonescuRewrote APC Implementation.
2004-10-31 Filip Navara- Call KiDispatchInterrupt only if DPC software interru...
2004-10-30 Filip Navara- Change ULONG to ULONG_PTR for StackLimit.
2004-10-24 Thomas Bluemelmore prototype fixes
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-01 Gé van GeldorpDon't use more than a single page for a TEB
2004-09-28 Gé van GeldorpNtAllocateVirtualMemory() should return 64k aligned...
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-09-22 Thomas Bluemel1. added EJOB structure
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-08-08 Alex IonescuInitial Support for Quota Pool Allocations.
2004-07-22 James TaborFixing time accounting errors when mult & div into...
2004-07-20 Alex IonescuImplemented PsGetProcessCreateTimeQuadPart, PsGetProces...
2004-07-19 Alex IonescuAdded Ps Stubs and Prototypes.
2004-07-17 Alex IonescuAdded New System Call Prototypes and Stubs
2004-07-16 Thomas Bluemelfixed typo
2004-07-07 Filip Navara- Fixed NtQueryInformationProcess to return STATUS_NOT_...
2004-05-02 James TaborProper way for counting process handles.
2004-04-26 James TaborAdded Process HandleCount information.
2004-04-18 James TaborAdd BasePriorty to ProcessBasicInformaion.
2004-04-18 James TaborFix Kernel User Timer and added ProcessTimes to QueryIn...
2004-03-10 Gé van GeldorpTell apps we're NT4 SP6, VB runtime will fail if we...
2004-03-07 Filip Navara- Removed the spinlock I added in my last patch, it...
2004-03-07 Filip Navara- Call create process notify routines from NtCreateProcess.
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-31 Jason FilbyInitial implementaions of MmAllocateContiguousMemorySpe...
2003-12-30 Aleksey BraginFix to be compatible w/both MinGW and MSVC
2003-12-30 KJK::HyperionScrew branches, I'm committing to HEAD. Life is too...
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-10-07 Eric KohlCreate type objects for all object types.
2003-10-04 Filip NavaraPatch by Skywing.
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-09-14 Hartmut Birr- Reference all returned process objects (in PsGetNextP...
2003-08-19 David Welch- Patch from PM implementing ldt and tss iobitmap support.
2003-08-18 Hartmut Birr- Delete a process environment in the context of a...
2003-08-10 Eric KohlReverted my logic changes to Mike Nordell's patch.
next