summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_thread.c
Commit message (Expand)AuthorAgeFilesLines
* Provide helper macros to detect 'non-silent SBDRY' state and tokib2016-07-031-16/+5
* Rewrite sigdeferstop(9) and sigallowstop(9) into more flexiblekib2016-06-261-2/+16
* Remove XXX comments from kern_thread.c. In one case, there is nokib2016-06-161-3/+3
* Remove code duplication.kib2016-06-161-5/+0
* Get rid of struct proc p_sched and struct thread td_sched pointers.kib2016-06-051-1/+0
* Add implementation of robust mutexes, hopefully close enough to thekib2016-05-171-0/+1
* Call kern_thr_exit() instead of duplicating it.jhb2015-12-291-8/+3
* Mark struct thread zone as type-stable.kib2015-10-201-1/+1
* Get rid of lim_update_thread and cred_update_thread.mjg2015-07-161-6/+18
* Add an initial NUMA affinity/policy configuration for threads and processes.adrian2015-07-111-0/+3
* Implement lockless resource limits.mjg2015-06-101-0/+6
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-101-3/+40
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+9
* If thread requested to not stop on non-boundary, then not onlykib2015-05-231-5/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Right now, the process' p_boundary_count counter is decremented by thekib2015-05-151-21/+30
* Do not return from thread_single(SINGLE_BOUNDARY) until all stoppedkib2015-05-091-0/+23
* Initialize td_sel in the thread_init(). Struct thread is not zeroedkib2015-04-181-0/+1
* The umtx_lock mutex is used by top-half of the kernel, but iskib2015-02-281-1/+1
* Revert for r277213:hselasky2015-01-221-7/+1
* Major callout subsystem cleanup and rewrite:hselasky2015-01-151-1/+7
* Add missed break.kib2014-12-161-0/+1
* Add facility to stop all userspace processes. The supposed use of thekib2014-12-131-38/+81
* Do some refactoring and minor cleanups of the thread_single() code inkib2014-12-081-41/+47
* Thread waiting for the vfork(2)-ed child to exec or exit, must allowkib2014-12-081-2/+14
* The process spin lock currently has the following distinct uses:kib2014-11-261-2/+4
* Style.kib2014-09-031-2/+2
* Retire thread_unthread(), it has only one caller. Update comment inkib2014-09-031-18/+5
* Right now, thread_single(SINGLE_EXIT) returns after the p_numthreadskib2014-09-031-5/+14
* Insert new threads at the end of the thread list in the processdeischen2014-07-251-1/+1
* Remove ia64.marcel2014-07-071-1/+1
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-1/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Another NFS SIGSTOP related fix: Ignore thread suspend requests due tojhb2013-03-211-0/+11
* Fix a few typos.jhb2013-02-191-2/+2
* Make the updates of the tid ring buffer' head and tail pointerskib2012-09-261-6/+6
* Do not skip two elements of the tid_buffer when reusing the bufferkib2012-09-221-1/+1
* Remove all the checks on curthread != NULL with the exception of some MDattilio2012-09-131-1/+0
* A few whitespace and comment fixes.jhb2012-09-071-1/+1
* Fix grammar.kib2012-08-161-1/+1
* Add a sysctl kern.pid_max, which limits the maximum pid the system iskib2012-08-151-1/+5
* Add a rangelock implementation, intended to be used to range-lockingkib2012-05-301-0/+3
* Implement the DTrace sched provider. This implementation aims to berstone2012-05-151-0/+6
* Some small fixes to CPU accounting for threads:jhb2012-01-031-10/+15
* Consistently use process spin lock for protection of thekib2011-11-181-1/+6
* Fix some locking nits with the p_state field of struct proc:jhb2011-03-241-2/+2
* Clean up the now unused #include statement.pluknet2011-02-231-1/+0
* Move the max_threads_per_proc and max_threads_hits variables to thekib2011-02-231-10/+0
* MFp4:davidxu2010-12-091-3/+42
* MFp4:davidxu2010-12-091-0/+1
OpenPOWER on IntegriCloud