migrate substitution keywords to SVN
[reactos.git] / reactos / ntoskrnl / ps / create.c
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-18 Hartmut Birr- PsUnblockThread must be called with dispatcher databa...
2004-12-12 Hartmut Birr- Replaced PiThreadLock with the dispatcher databae...
2004-12-10 Filip Navara- Fix definitions of SecurityAnonymous, SecurityIdentif...
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-11-10 Alex IonescuRewrote APC Implementation.
2004-10-24 Thomas Bluemelmore prototype fixes
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-01 Gé van GeldorpDon't use more than a single page for a TEB
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-08-31 Filip Navara- Revise order of PsInitializeThread to insert the...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-12 Alex IonescuFixed/Added Stubs.
2004-08-07 Alex IonescuTagged certain functions that were exported both under...
2004-07-19 Alex IonescuAdded Ps Stubs and Prototypes.
2004-07-13 Eric KohlNtOpenThreadToken() opens the thread token if OpenAsSel...
2004-07-10 Hartmut Birr- Implemented NtQueryVirtualMemory for unallocated...
2004-03-24 Emanuele AlibertiInitialize LPC-related fields in ETHREAD.
2004-03-19 Eric KohlFix NtOpenThreadToken() and NtSetInformationThread().
2004-03-14 Eric KohlFix some prototypes.
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-30 Aleksey BraginFix to be compatible w/both MinGW and MSVC
2003-12-30 KJK::HyperionScrew branches, I'm committing to HEAD. Life is too...
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-09-14 Hartmut Birr- Moved the call to ExpSwapThreadEventPair from PiDelet...
2003-09-10 Vizzinipatch by Skywing: made existing eventpair code more...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-06-20 Eric KohlEnable automatic initialization and termination of...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-05 Gunnar Dalsnes-corrected protoype
2003-06-05 Gunnar Dalsnes-call thread notify routines below DISPATCH_LVL
2003-04-30 Gé van GeldorpZero-initialze TEB for new threads
2003-04-26 KJK::HyperionMy biggest commit so far (everything compiles and appar...
2002-10-26 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-30 Hartmut BirrRelease PiThreadListLock before KeReleaseThread is...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-17 David Welch2002-08-17 David Welch <welch@computer2.darkstar...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-08-09 David Welch2002-08-09 David Welch <welch@computer2.darkstar...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-07-10 Eric KohlImplemented the ability to create suspended threads.
2002-03-05 Eric KohlAdded ObGetObjectHandleCount().
2002-02-20 Eric KohlStarted security manager initialization.
2002-02-15 Eric KohlRemoved obsolete functions/protypes HalInitFirstTask...
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2002-01-03 Eric KohlImplemented process and thread notification routines.
2001-11-21 Eric KohlFixed PsRevertToSelf().
2001-08-27 Eric KohlFixed callback calling conventions (part 2).
2001-08-26 Eric KohlFixed callback calling conventions (part 1).
2001-08-07 Eric KohlFixed incorrect calling conventions.
2001-08-07 Eric KohlChanged stack allocation.
2001-08-03 Eric KohlRewrote stack allocation.
2001-07-12 Eric KohlMoved interlocked and locale functions.
2001-07-04 Casper HornstrupUpdated clean rules.
2001-06-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
2001-03-18 David WelchFixes for APC handling
2001-03-16 David WelchRemoved obsolete header files
2001-02-02 Eric KohlAdded access right mapping
2001-01-21 David WelchFixed bug in NtFreeVirtualMemory reported by Philip...
2001-01-19 David Welch(Finally) implemented Philip Susi's suggestion for...
2000-12-28 Eric KohlFixed some undocumented functions and types
2000-12-23 David WelchAll task switching is done in software.
2000-12-22 Eric KohlImplemented NtResumeThread() and NtSuspendThread()
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-09-06 Phillip SusiInitialize new Win32ThreadData member in ETHREAD
2000-08-05 David WelchIntegrated fixes from prep0016
2000-07-07 Phillip SusiFixed ps code to terminate threads correctly
2000-07-04 David WelchAdded working set functions
2000-06-29 David WelchMade header file usage more consistent
2000-06-27 David WelchCorrected bug when booting with loadros
2000-06-03 Eric KohlUpdated Ps* functions
2000-05-13 David WelchSome fixes.
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-04-03 David WelchCorrect LPC implementation
2000-03-22 David WelchUpdated the minix driver
2000-03-16 David WelchImplemented setting the fs register to point to the TEB
2000-02-14 David WelchFixed compilation bug
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-01-26 David WelchMore improvements to LPC code
2000-01-05 David WelchImplemented more security functions
1999-12-26 David WelchAdded some security functions
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-12-20 David WelchFixed problem with handles not being released
1999-12-18 Phillip SusiAdded tracking of running threads in a process, and...
1999-12-14 Phillip Susimissing initialization of Thread->Tcb.WaitBlockList
1999-12-13 David WelchReworked APC and waiting code, seems more stable now