KD System Rewrite:
[reactos.git] / reactos / ntoskrnl / ps /
2005-04-23 Alex IonescuAdd more detailed comment about ThreadListEntry so...
2005-04-23 Alex IonescuMove removing process from active list to PspDeleteProc...
2005-04-23 Alex IonescuMove removing process from active list to PspDeleteProc...
2005-04-23 Hartmut Birr- Initialized the process create time.
2005-04-23 Alex IonescuTerminate System Thread after execution...forgot to...
2005-04-22 Alex IonescuThread Creation and Context Switching re-write, plus...
2005-04-19 Alex Ionescudamn fingers were too fast. sorry, reverting
2005-04-19 Alex IonescuUse MmDeleteKernelStack and remove KeReleaseThread
2005-04-19 Alex IonescuUse MmDeleteKernelStack and remove KeReleaseThread
2005-04-18 Alex IonescuFix Process/Thread information structures to match...
2005-04-18 Alex IonescuRemove excess debugging
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuImplement PsGetVersion. OSR and other sources say that...
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 IonescuImplement PsSetLegoNotifyRoutine and PsRemoveCreateThre...
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-15 Alex IonescuImplemented Guarded Mutex, a drop-in replacement for...
2005-04-11 Thomas Bluemelsupport kernel handles, creating them is however not...
2005-04-08 Royce Mitchell IIIuse tags for pool allocations, and reformat code
2005-04-08 Royce Mitchell IIIuse tags for pool allocations, and reformat code
2005-03-31 Thomas Bluemeldon't bugcheck on object type mismatch in PsLookupCidHandle
2005-03-30 Thomas Bluemelinitialize variables
2005-03-30 Alex IonescuReturn status on failure.
2005-03-30 Alex IonescuAdd SEH...thanks to Hardon for noticing the bugs
2005-03-25 Thomas Bluemelonly return the token handle if creating it succeeded
2005-03-22 Thomas Bluemelforgot this file
2005-03-22 Thomas Bluemelfixed a few race conditions during thread/process termi...
2005-03-22 Thomas Bluemelforgot to remove debug messages
2005-03-22 Thomas Bluemelsilence obsolete debug message
2005-03-22 Thomas Bluemelfixed thread/process termination bugs that might have...
2005-03-21 Filip NavaraMove the process object dereference from NtTerminatePro...
2005-03-21 Filip Navara- Advance the CurrentEntry pointer before terminating...
2005-03-19 Alex IonescuCorrect NtW32call to call correct kernel function,...
2005-03-19 Hartmut BirrAdded two missing dereferencing calls in NtTerminateThread.
2005-03-18 Alex IonescuUpdate ETHREAD fields and termination port stucture...
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 Alex IonescuSupport Priority Boosting during Wait Satisfaction...
2005-03-14 Alex IonescuDispatching & Queue Rewrite II:
2005-03-14 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-14 Thomas Bluemeldon't receive the previous mode before the current...
2005-03-13 Thomas Bluemelinitialize the handle tables before creating them
2005-03-13 Thomas Bluemel- fixed handle table structures
2005-03-13 Hartmut BirrUse KeGetCurrentPrcb instead of KeGetCurrentKPCR.
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Filip NavaraThomas Weidenmueller <w3seek@reactos.com>
2005-03-05 Gregor AnichLittle KDB update ;-) If you have any problems and...
2005-03-05 Filip Navara- Implement NtCancelIoFile.
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-23 Hartmut BirrUsed HasTerminated as bitmap for flags to make differen...
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-29 Thomas Bluemelsecurely access buffers in NtSetContextThread() and...
2005-01-28 Thomas Bluemeladded buffer checks to NtCreateThread()
2005-01-28 Thomas Bluemelsecurely access buffers in NtImpersonateThread()
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 Gé van GeldorpNt -> Zw fixes
2005-01-23 Gé van GeldorpKeep usermode stack 4-byte aligned
2005-01-23 Thomas Bluemelthe system process should be called "System", not ...
2005-01-22 Thomas Bluemelreturn the status code when probing the buffer failed
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 BluemelNtCreateJobObject() should create the handle instead...
2005-01-21 Thomas BluemelSimplify buffer checks for NtQueryInformation...()...
2005-01-21 Thomas Bluemelpartial implementation of NtTerminateJobObject()
2005-01-21 Thomas Bluemelimplemented NtOpenJobObject()
2005-01-21 Thomas Bluemelpartial implementation of NtAssignProcessToJobObject...
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-17 Alex IonescuSYSENTER support, INT2E Optimization, new Syscall Table...
next