Sync to trunk head (35333)
[reactos.git] / reactos / ntoskrnl / ps / thread.c
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-13 Stefan Ginsberg- Fix a (comment) typo
2008-07-31 Timo Kreuzer- some ULONG / SIZE_T fixes
2008-07-15 Aleksey BraginDmitry Gorbachev
2008-06-16 Aleksey Bragin- NDK fixes (structure rename only).
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-07 ReactOS Portable... We can now build the ARM kernel (but not link it).
2008-02-07 ReactOS Portable... We now generate the correct ARM syscall stub code for...
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-10-06 Art YerkesAll remaining changes from the PPC branch. Not well...
2007-08-04 Aleksey Bragin- Fix NtSetInformationThread(ThreadBasePriority)
2007-04-02 Alex Ionescu- Revert 26244, 26245, 26246, 26247.
2007-04-02 Magnus Olsenfixing the build for gcc 3.4.5
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-26 Hervé PoussineauCleanup code for easier porting to other architectures
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-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-14 Alex Ionescu- Implement KeReadyThread that wraps KiReadyThread...
2006-09-10 Alex Ionescu- Get completely rid of old Dispatcher Lock macros...
2006-09-10 Alex Ionescu- Thread Support cleanup 1: Separate kthread.c into...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-09 Hervé PoussineauA thread may exit with a status code of 0.
2006-07-27 Alex Ionescu- Fix some last STDCALL->NTAPI problems.
2006-07-23 Alex Ionescu- Fix trace macro to print line number in decimal,...
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- Add ObGetObjectSecurity calls like in PspCreateProces...
2006-07-23 Alex Ionescu- Acquire Process lock when touching the thread list...
2006-07-20 Alex Ionescu- Use safe referencing.
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-20 Alex Ionescu[AUDIT]
2006-07-20 Alex Ionescu- Move ExGetPreviousMode to \ex, it's not a Ps function
2006-07-18 Alex Ionescu[AUDIT] - State.c is clean, it is merely a collection...
2006-07-18 Alex Ionescu- Kernel Fun
2006-07-17 Alex Ionescu- Added another MSVC intrinsic to gcc (BitScanReverse...
2006-07-16 Alex Ionescu- Added constants for all the ETHREAD flags so when...
2006-07-15 Alex Ionescu- Remove some debug prints that are not needed anymore
2006-07-13 Alex Ionescu- Fix utterly messed up unblocking/readying thread...
2006-07-11 Alex Ionescu- Implement Fast Referencing and fix EX_FAST_REF defini...
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-14 Alex Ionescu- Fix some referencing/bugs in Ob functions that I...
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-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-01-13 Alex Ionescu- Properly create, grow and delete the kernel stack...
2005-11-22 Alex Ionescu- Don't use EXPORTED
2005-10-29 Thomas Bluemel- protect access to buffers in NtCreateThread and NtOpe...
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-09 Alex Ionescu- Send the pointer to the handle, not the NULL handle...
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- Remove cid.c
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-07 Alex IonescuUpdate ETHREAD to latest version.
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-04 Hervé PoussineauSet Thread->SystemThread to TRUE when creating a system...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-23 Alex IonescuAdd more detailed comment about ThreadListEntry so...
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-18 Alex IonescuRemove excess debugging
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
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-15 Alex IonescuImplemented Guarded Mutex, a drop-in replacement for...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-18 Alex IonescuUpdate ETHREAD fields and termination port stucture...
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-14 Thomas Bluemelgroup idle threads into the idle process
2005-03-14 Alex IonescuDispatching & Queue Rewrite II:
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-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-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 Casper HornstrupBranch setupapi (again)
next