- Move MmGrowKernelStack to mm/process.c with the other functions for future use.
[reactos.git] / reactos / ntoskrnl / ke / kthread.c
2006-01-11 Alex Ionescu- Move MmGrowKernelStack to mm/process.c with the other...
2006-01-10 Alex Ionescu- Fix regression in Firefox installer by making KiWaitS...
2006-01-06 Alex Ionescu- Set the right Thread->WaitTime dring waits
2006-01-06 Alex Ionescu- Invert CONFIG_SMP defines as requested by Hartmut
2006-01-05 Alex Ionescu- Optimized the dispatcher lock. It is now gone on...
2006-01-04 Alex Ionescu- Fix worker thread priorities. A quick check of the...
2005-11-22 Filip NavaraChange some FS:x reading macros for better compatibilit...
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-10-02 Alex Ionescu- Small semaphore code simplification/optimization.
2005-10-01 Alex Ionescu- KeRundownThread:
2005-09-30 Thomas Bluemeldon't remove mutants twice from the thread's mutant...
2005-09-27 Alex Ionescu- Fix several flaws in APC logic.
2005-09-26 Gunnar Dalsnes-reorder InsertXscendingOrder macro argument order...
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-09 Alex Ionescu- Last patch was incomplete, apologies. SVN @ 5AM ...
2005-08-09 Alex IonescuFix priority formulas, account for saturation, do prope...
2005-08-09 Alex Ionescu- Implement KeQueryBasePriorityThread to return the...
2005-08-09 Alex Ionescu- Fix NtSuspendThread: correct PreviousMode check,...
2005-08-02 Filip Navara- Remove the DoneInitYet hack.
2005-07-30 Alex IonescuDon't use CSRSS handles if we alreay have some (so...
2005-07-30 Alex IonescuDecrease quantum during wait and during no-wait......
2005-07-23 Alex Ionescu - Disable APC Queuing & Flush APC queues during thread...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-14 Filip Navara- Fix the declarations of PDRIVER_CANCEL, KeGetCurrentP...
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-05 Alex IonescuUpdate KPROCESS structure to latest version and documen...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-03 Alex IonescuFix horrible bug where Queued Threads were treated...
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 Hartmut BirrRemove the thread from the list when terminating.
2005-04-22 Alex IonescuThread Creation and Context Switching re-write, plus...
2005-04-19 Alex IonescuUse MmDeleteKernelStack and remove KeReleaseThread
2005-04-18 Alex IonescuFix incorrect replacement
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuImplement PsSetLegoNotifyRoutine and PsRemoveCreateThre...
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-16 Alex IonescuFix WaitAll bug. Previously, not all Wait Objects in...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-26 Hartmut Birr- Fixed the wrong check for KMUTEX objects in KeRundown...
2005-03-18 Thomas Bluemelcan't receive the cid from a KTHREAD structure, fixes...
2005-03-18 Alex IonescuUpdate ETHREAD fields and termination port stucture...
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-14 Alex IonescuSupport Priority Boosting during Wait Satisfaction...
2005-03-14 Alex IonescuDispatching & Queue Rewrite II:
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-05 Gregor AnichLittle KDB update ;-) If you have any problems and...
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-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-14 Alex IonescuReimplemented Kernel and Executive Timers. Use Microsof...
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-08 Alex IonescuFreeLdr Patch. Now fully loads ntoskrnl using a PE...
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-17 Alex IonescuSYSENTER support, INT2E Optimization, new Syscall Table...
2005-01-05 Hartmut Birr- Replaced MP with CONFIG_SMP.
2005-01-02 Filip NavaraChange the MEMORY_AREAs to be stored it a binary search...
2005-01-01 Hartmut Birr- Simplified KeSetSystemAffinityThread and KeRevertToUs...
2004-12-12 Filip Navara- Acquire the dispatcher lock in KeRevertToUserAffinity...
2004-12-12 Hartmut Birr- Redefined OldIrql. It was lost while my code cleanup.
2004-12-12 Hartmut Birr- Replaced PiThreadLock with the dispatcher databae...
2004-11-10 Alex IonescuRewrote APC Implementation.
2004-11-07 Filip Navara- Export the InitSafeBootMode variable as per KB83764.
2004-10-30 Filip Navara- Change ULONG to ULONG_PTR for StackLimit.
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-13 Alex IonescuImplemented KeAreApcsDisabled, KeFlushEntireTb, KeIsExe...
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-08-27 Hartmut Birr- Establish the pde for the thread structure within...
2004-08-21 Mike NordellFix misplaced STDCALL
2004-08-19 Hartmut Birr- Set the pde's for the kernel stack at thread creation...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-01 Hartmut Birr- Changed all internal memory functions to use the...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-23 Alex IonescuAdded Ke Stubs
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-12-31 Jason FilbyInitial implementaions of MmAllocateContiguousMemorySpe...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-11-30 Gunnar DalsnesAfter enabling regular kmode APC's I have experienced...
2003-11-27 Gunnar Dalsnesapc work
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-06-16 Eric KohlAdded service table pointer to KTHREAD.
2003-06-05 Gunnar Dalsnes-corrected protoype
2003-05-17 Eric KohlImplemented Top-Down-Allocator.
2003-04-06 Casper Hornstrup2003-04-06 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
next