- Silence TCPIP.
[reactos.git] / reactos / ntoskrnl / ps / thread.c
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)
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
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-05 Hartmut Birr- Replaced MP with CONFIG_SMP.
2005-01-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
2005-01-03 Alex IonescuFix more wrong structure defintions... and use proper...
2005-01-01 Hartmut Birr- Simplified KeSetSystemAffinityThread and KeRevertToUs...
2004-12-12 Hartmut Birr- Replaced PiThreadLock with the dispatcher databae...
2004-12-10 Filip Navara- Fix definitions of SecurityAnonymous, SecurityIdentif...
2004-11-27 Hartmut Birr- Acquire the dispatcher database lock in PsBlockThread...
2004-11-01 Hartmut Birr- Fixed KeGetCurrentThread for mp machines.
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-17 Hartmut Birr- Used variables from the KPCR for the current irql...
2004-10-03 Alex IonescuCorrected KPCR structure, removed IKPCR, set up Current...
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-08-19 Hartmut Birr- Fixed a crash which occurs on thread switching if...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-09 Gé van GeldorpNtOpenThread should look at the CIDs UniqueThread membe...
2004-07-23 James TaborAdded thread counting with PsEnumThreadsByProcess and...
2004-07-21 Alex IonescuImplemented PsGetThreadFreezeCount, PsGetThreadHardErro...
2004-07-19 Alex IonescuAdded Ps Stubs and Prototypes.
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-17 Alex IonescuAdded New System Call Prototypes and Stubs
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-02 Royce Mitchell IIINtContinue fixed to return failure on invalid params...
2004-07-01 KJK::HyperionMerging the KJKHyperion-RtlUnwind branch back into...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-14 Hartmut Birr- Fixed the declaration of some thread functions.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-02 Eric KohlReimplemented dispatcher database lock and synchronizat...
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-09-30 Gé van GeldorpRelease PiThreadListLock as soon as possible
2003-08-20 Emanuele AlibertiNTOSKRNL PS: NtOpenThread implemented.
2003-08-18 Hartmut Birr- Remove all wait objects from a thread which would...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-17 Andrew GreenwoodWin 32 API header compatibility update
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-06-05 Casper Hornstrup2003-06-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-01 Gé van GeldorpProperly clean up terminated threads
2003-04-28 Aleksey BraginAdded DbgPrint-notification for stubbed function KeSetA...
2003-04-25 Aleksey BraginKeSetAffinityThread stub added (returns STATUS_SUCCESS...
2003-04-10 KJK::Hyperion - PsLookup* functions fixed to increment the reference...
2003-03-19 Gunnar Dalsnesset thread WaitReason when blocking
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-17 David Welch2002-08-17 David Welch <welch@computer2.darkstar...
2002-08-16 David Welch2002-08-16 David Welch <welch@computer2.darkstar...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
next