Reimplemented dispatcher database lock and synchronization primitives.
[reactos.git] / reactos / ntoskrnl / ps / thread.c
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...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-07-10 Eric KohlRenamed some thread states.
2002-06-18 David Welch2002-06-18 David Welch <welch@whitehall1-5.seh.ox...
2002-06-16 David Welch2002-06-16 David Welch <welch@whitehall1-5.seh.ox...
2002-06-16 Jason FilbyNtW32Call: replace sizeof(KTRAP_FRAME) with 124 bytes
2002-06-15 Jason FilbyFixed missing initialization in PsAllocateCallback
2002-06-04 David Welch2002-06-04 David Welch <welch@whitehall1-5.seh.ox...
2002-05-17 David Welchservices/fs/cdfs/.cvsignore: Added .cvsignore file
2002-05-14 David WelchReverted the MPW changes (keep these in a seperate...
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-03-08 Hartmut BirrFixed a dead lock between an APC (delivered from IoComp...
2002-02-15 Eric KohlRemoved obsolete functions/protypes HalInitFirstTask...
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2002-01-15 David WelchImplemented NtW32Call and NtCallbackReturn
2002-01-15 Phillip SusiNtW32Call was causing a compile error and didn't do...
2002-01-15 David WelchMore missing files.
2002-01-13 David WelchBegan work on message queue and default window procedure
2002-01-08 David WelchMore swapping fixes
2002-01-03 Eric KohlImplemented PsLookupXxx() functions.
2001-12-31 David WelchSwapping to disk
2001-12-05 David WelchFixed security define spelling
2001-09-06 David WelchImplemented NtQueryTime
2001-08-21 Casper HornstrupMajor update of the build system:
2001-04-17 David WelchSMP scheduling fixes
2001-04-17 David WelchFurther SMP work (associate an idle thread with each...
2001-04-16 David WelchFurther SMP initialization work (now boots all processo...
2001-04-16 David WelchSMP detection work
2001-03-25 David WelchV86 mode fixes
2001-03-18 David WelchFixes for APC handling
2001-03-16 David WelchRemoved obsolete header files
2001-03-07 David WelchAdded tagging of most allocates
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-01-28 Eric KohlAdded mapping of access rights
2001-01-21 David WelchFixed bug in NtFreeVirtualMemory reported by Philip...
2001-01-19 David Welch(Finally) implemented Philip Susi's suggestion for...
2001-01-18 David WelchFixes for problems with NtReplyWaitReceive and KeWaitFo...
2000-12-26 David WelchAdded support for calling BIOS functions
2000-12-24 David WelchFixed compilation bug
2000-12-23 David WelchAll task switching is done in software.
2000-12-22 Eric KohlImplemented NtResumeThread() and NtSuspendThread()
2000-12-10 David WelchSome work on file caching
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-11 David WelchCorrect implementation of user-mode APCs
2000-10-08 David WelchAdditional bug fixes
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-09-24 Phillip SusiFixed crash due to thread priority out of bonuds bug...
2000-09-06 Phillip SusiMade PsGetCurrentThread STDCALL
2000-07-30 David WelchFixes from Casper Hornstrup
2000-07-06 David WelchAdded experimental paging out code (wouldn't activate...
2000-07-04 David WelchCompilation fixes
2000-07-01 Eric KohlFixed Ps macros
2000-06-27 David WelchCorrected bug when booting with loadros
2000-06-04 Eric KohlFixed STDCALL issues in Ke functions
2000-06-03 Eric KohlUpdated Ps* functions
2000-05-13 David WelchSome fixes.
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
1999-12-18 David WelchWorked around compiler bug in NtDelayExecution
1999-12-18 Phillip SusiAdded tracking of running threads in a process, and...
1999-12-16 Phillip Susifound that list corruption bug. it was also resulting...
1999-12-14 Phillip Susifixed runnable thread counters
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-12 Phillip Susinew APC code ready for prime time
1999-12-12 David WelchBacked out Philip Susi's changes for further testing
1999-12-12 Phillip Susifixed thread dispatcher bug with spin lock
1999-12-11 Phillip Susithread priorities, and some APC work
1999-12-10 Phillip Susiadded initial priorities to threads and processes
1999-12-10 David WelchModified LPC implementation to be closer to nt.
1999-12-05 Phillip Susiforgot to initialize Create member of OBJECT_TYPE for...
1999-12-02 David WelchSome bug fixes.
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code
1999-11-02 David WelchImproved scheduling code
1999-10-11 Eric KohlMinor fix to teb allocation.
1999-10-07 Eric KohlFixed header inclusion order.
1999-09-06 Eric KohlThread improvements.
1999-08-29 Emanuele Alibertisome __stdcall fixes in ntoskrnl and ntdll
1999-06-24 Emanuele AlibertiKeGetPreviousMode (useless)
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-06-10 David WelchFixed problem with dpc execution
next