[NTOSKRNL]
[reactos.git] / reactos / ntoskrnl / ps / thread.c
2009-12-17 Timo Kreuzer[NTOSKRNL]
2009-10-15 ReactOS Portable... - Multiple PEB/TEB creation fixes:
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-04 Stefan GinsbergMega KD64 revival patch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-26 Stefan Ginsberg- Make use of _SEH2_YIELD in Ex, Io, Ob, Ps and Se.
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-15 ReactOS Portable... - Don't use "static" in the kernel.
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-15 Stefan Ginsberg- DbgkpSendApiMessage/Lpc: Modification of EPROCESS...
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-24 KJK::HyperionEverything
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-16 Timo KreuzerChange return type of PsGetCurrentThreadWin32Thread...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-26 Stefan Ginsberg- Fix a couple of bugcodes with incorrect MessageId
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-27 Timo KreuzerMerge MMerge 34969 from ros-amd64-bringup branch:
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-13 Stefan Ginsberg- Fix a (comment) typo
2008-08-01 Art YerkesCreate a branch for network fixes.
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...
next