Renamed some thread states.
[reactos.git] / reactos / ntoskrnl / ps / thread.c
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
1999-06-08 David WelchAdded support for ZwOpenProcess
1999-06-04 Rex JolliffAdded PE loader to LOADROS. Updated symbol search in...
1999-05-29 David WelchLots of changes to the kernel
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-05-10 Eric KohlAdded process ids.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-04-18 David WelchSeveral bug fixes
1999-04-01 David WelchEnhanced memory managment
1999-03-30 David WelchBegan improvements to memory managment, changed method of
1999-03-26 David WelchMade process execution work again
1999-03-25 David WelchCleaned up code a bit
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-01 David WelchExtensive changes to the objmgr
1999-01-16 David WelchFixed several bugs
1999-01-04 David WelchCreated bugs in wait and timer code
1999-01-03 David WelchAdded directory listing support for the shell
1999-01-01 David Welch*** empty log message ***
1998-12-22 David WelchFixed race in task-switching code
1998-12-20 Rex JolliffVarious changes to support the executable/driver loader
1998-11-29 Rex JolliffThread should be restarted in passive level.
1998-10-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-09-13 Rex JolliffThis commit was generated by cvs2svn to compensate...
next