Fix splitting of cells (noticed by Hartmut).
[reactos.git] / reactos / ntoskrnl / ps /
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
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 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
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-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-12 Casper HornstrupBranch setupapi
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...
2005-01-12 Filip NavaraFix the build, sorry.
2005-01-12 Filip NavaraBasic support for priority boosting.
2005-01-12 Gunnar Dalsnesremove leftovers
2005-01-11 Gunnar Dalsnes-move alert stuff into own file
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-05 Hartmut Birr- Replaced MP with CONFIG_SMP.
2005-01-05 Hartmut Birr- Prevent from calling PsTerminateCurrentThread from...
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...
next