Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / ntoskrnl / include / internal / ps.h
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-16 David Welch2002-08-16 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 KohlRenamed some thread states.
2002-07-04 David Welch2002-07-04 David Welch <welch@computer2.darkstar...
2002-06-04 David Welch2002-06-04 David Welch <welch@whitehall1-5.seh.ox...
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-02-15 Eric KohlRemoved obsolete functions/protypes HalInitFirstTask...
2002-01-27 David WelchMore user work
2002-01-26 David WelchPresent large reads to the filesystem from CcCopyRead
2002-01-15 David WelchImplemented NtW32Call and NtCallbackReturn
2001-11-24 Jason FilbyMoved W32THREAD to teb.h
2001-09-07 Emanuele AlibertiAdded CVS Id.
2001-08-27 Eric KohlFixed callback calling conventions (part 2).
2001-08-26 Eric KohlFixed callback calling conventions (part 1).
2001-08-21 Casper HornstrupMajor update of the build system:
2001-08-03 Eric KohlRewrote stack allocation.
2001-07-12 Eric KohlMoved interlocked and locale functions.
2001-07-04 Casper HornstrupUpdated clean rules.
2001-04-26 Phillip SusiFixed definition of EPROCESS to work with the forward...
2001-04-17 David WelchFurther SMP work (associate an idle thread with each...
2001-04-16 David Welchper processor TSS
2001-04-16 David WelchFurther SMP initialization work (now boots all processo...
2001-04-16 David WelchSMP detection work
2001-04-13 Casper HornstrupAdded Intel MultiProcessor Specification support
2001-03-16 David WelchRemoved obsolete header files
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-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-12-10 Eric KohlImplemented some verify functions.
2000-10-11 David WelchCorrect implementation of user-mode APCs
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-09-06 Phillip SusiAdded pointer to win32k data in ETHREAD
2000-07-04 David WelchAdded working set functions
2000-07-01 Eric KohlFixed Ps macros
2000-06-29 David WelchMade header file usage more consistent