- KdDebuggerNotPresent should be FALSE by default.
[reactos.git] / reactos / ntoskrnl / ke / thrdobj.c
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-25 Alex Ionescu- Clean up kernel32\thread.c and fix some bugs.
2007-01-24 Aleksey Bragin- Merge 25572 (except the NTLPC related part), this...
2007-01-18 Alex Ionescu[25 bug fixes]:
2007-01-17 Alex Ionescu- Remove hack from KiSetPriorityThread. Now it doesn...
2007-01-17 Alex Ionescu[10 bug fixes]:
2007-01-17 Alex Ionescu- Simplify KiSelectReadyThread.
2007-01-16 Alex Ionescu[22 bug fixes]:
2006-11-08 Johannes Anderwaldset most of trunk svn property eol-style:native
2006-10-23 Alex Ionescu- Properly implement inline versions of KeGetCurrentThr...
2006-10-22 Alex Ionescu- Implement KeThawAllThreads based on KeFreezeAllThreads.
2006-10-22 Alex Ionescu- Fix KeFreezeAllThreads prototype and define it in...
2006-09-14 Alex Ionescu- Converted some macros to inlined functions.
2006-09-14 Alex Ionescu- Implement KeReadyThread that wraps KiReadyThread...
2006-09-14 Alex Ionescu- Implement KiUnlinkThread to unlink a thread from...
2006-09-12 Alex Ionescu- Revert 24020 (good code, but buggy) and 24041 (bad...
2006-09-11 Alex Ionescu- Implement KiReleaseProcessLockFromDpcLevel and use...
2006-09-10 Alex Ionescu- No need to apply the ROS Page hack inside thread...
2006-09-10 Alex Ionescu- Update the last remaining old function, KeSetBasePrio...
2006-09-10 Alex Ionescu- Reposition and update KeQueryBasePriorityThread to...
2006-09-10 Alex Ionescu- Update KeRevertToUserAffinityThread, KeSetSystemAffin...
2006-09-10 Alex Ionescu- Re-organize all internal functions in 3 groups:
2006-09-10 Alex Ionescu- Remove KeSetPreviousMode, KeDisableThreadApcQueueing.
2006-09-10 Alex Ionescu- Implement KiAcquireProcessLock, KiReleaseProcessLock.
2006-09-10 Alex Ionescu- Fix definition of SYNCH_LEVEL.
2006-09-10 Alex Ionescu- Thread Support cleanup 1: Separate kthread.c into...