aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_thread.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r283320:Konstantin Belousov2015-05-301-5/+2
* MFC r282944:Konstantin Belousov2015-05-221-21/+30
* MFC r282679:Konstantin Belousov2015-05-161-0/+23
* MFC r281696:Konstantin Belousov2015-04-251-0/+1
* MFC r279390:Konstantin Belousov2015-03-211-1/+1
* MFC r275745:Konstantin Belousov2014-12-271-38/+82
* MFC r275617:Konstantin Belousov2014-12-151-41/+47
* MFC r275616:Konstantin Belousov2014-12-151-2/+14
* MFC r271000:Konstantin Belousov2014-09-101-23/+19
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2014-01-171-1/+1
* Another NFS SIGSTOP related fix: Ignore thread suspend requests due toJohn Baldwin2013-03-211-0/+11
* Fix a few typos.John Baldwin2013-02-191-2/+2
* Make the updates of the tid ring buffer' head and tail pointersKonstantin Belousov2012-09-261-6/+6
* Do not skip two elements of the tid_buffer when reusing the bufferKonstantin Belousov2012-09-221-1/+1
* Remove all the checks on curthread != NULL with the exception of some MDAttilio Rao2012-09-131-1/+0
* A few whitespace and comment fixes.John Baldwin2012-09-071-1/+1
* Fix grammar.Konstantin Belousov2012-08-161-1/+1
* Add a sysctl kern.pid_max, which limits the maximum pid the system isKonstantin Belousov2012-08-151-1/+5
* Add a rangelock implementation, intended to be used to range-lockingKonstantin Belousov2012-05-301-0/+3
* Implement the DTrace sched provider. This implementation aims to beRyan Stone2012-05-151-0/+6
* Some small fixes to CPU accounting for threads:John Baldwin2012-01-031-10/+15
* Consistently use process spin lock for protection of theKonstantin Belousov2011-11-181-1/+6
* Fix some locking nits with the p_state field of struct proc:John Baldwin2011-03-241-2/+2
* Clean up the now unused #include statement.Sergey Kandaurov2011-02-231-1/+0
* Move the max_threads_per_proc and max_threads_hits variables to theKonstantin Belousov2011-02-231-10/+0
* MFp4:David Xu2010-12-091-3/+42
* MFp4:David Xu2010-12-091-0/+1
* - Insert thread0 into correct thread hash link list.David Xu2010-10-171-19/+7
* Add a flag TDF_TIDHASH to prevent a thread from beingDavid Xu2010-10-121-2/+12
* Create a global thread hash table to speed up thread lookup, useDavid Xu2010-10-091-1/+70
* Retire td_syscalls now that it is no longer needed.John Baldwin2010-07-151-1/+0
* Fix the double counting of the last process thread td_incruntimeKonstantin Belousov2010-05-241-1/+1
* Fix typo in comment.Konstantin Belousov2010-05-041-1/+1
* Remove a comment that merely repeats code.Konstantin Belousov2010-05-041-1/+0
* Implement RUSAGE_THREAD. Add td_rux to keep extended runtime and ticksKonstantin Belousov2010-05-041-1/+1
* Inform hwpmc(4) of a thread's impending demise prior to invoking sched_throw().Joseph Koshy2009-10-251-0/+12
* Reintroduce the r196640, after fixing the problem with my testing.Konstantin Belousov2009-09-011-4/+13
* Reverse r196640 and r196644 for now.Konstantin Belousov2009-08-291-13/+4
* Remove the altkstacks, instead instantiate threads with kernel stackKonstantin Belousov2009-08-291-4/+13
* Add new msleep(9) flag PBDY that shall be specified together withKonstantin Belousov2009-07-141-11/+10
* Move the repeated code to calculate the number of the threads in theKonstantin Belousov2009-07-141-18/+19
* - Implement a new mechanism for resetting lock profiling. We nowJeff Roberson2009-03-151-0/+3
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-171-0/+3
* Revert rev 184216 and 184199, due to the way the thread_lock works,David Xu2008-11-051-5/+15
* Actually, for signal and thread suspension, extra process spin lock isDavid Xu2008-10-231-15/+5
* Restore code wrongly removed in SVN revision 173004, it causes threadedDavid Xu2008-10-161-1/+9
* Move per-thread userland debugging flags into seperated field,David Xu2008-10-151-3/+1
* A suspended thread can, in fact, be swapped out. Thus,John Baldwin2008-08-221-14/+27
* Introduce some WITNESS improvements:Attilio Rao2008-08-131-0/+5
* If a thread that is swapped out is made runnable, then the setrunnable()John Baldwin2008-08-051-3/+11