| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert for r277213: | hselasky | 2015-01-22 | 1 | -7/+1 |
* | Major callout subsystem cleanup and rewrite: | hselasky | 2015-01-15 | 1 | -1/+7 |
* | Add missed break. | kib | 2014-12-16 | 1 | -0/+1 |
* | Add facility to stop all userspace processes. The supposed use of the | kib | 2014-12-13 | 1 | -38/+81 |
* | Do some refactoring and minor cleanups of the thread_single() code in | kib | 2014-12-08 | 1 | -41/+47 |
* | Thread waiting for the vfork(2)-ed child to exec or exit, must allow | kib | 2014-12-08 | 1 | -2/+14 |
* | The process spin lock currently has the following distinct uses: | kib | 2014-11-26 | 1 | -2/+4 |
* | Style. | kib | 2014-09-03 | 1 | -2/+2 |
* | Retire thread_unthread(), it has only one caller. Update comment in | kib | 2014-09-03 | 1 | -18/+5 |
* | Right now, thread_single(SINGLE_EXIT) returns after the p_numthreads | kib | 2014-09-03 | 1 | -5/+14 |
* | Insert new threads at the end of the thread list in the process | deischen | 2014-07-25 | 1 | -1/+1 |
* | Remove ia64. | marcel | 2014-07-07 | 1 | -1/+1 |
* | dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | avg | 2013-11-26 | 1 | -1/+1 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 1 | -1/+0 |
* | Another NFS SIGSTOP related fix: Ignore thread suspend requests due to | jhb | 2013-03-21 | 1 | -0/+11 |
* | Fix a few typos. | jhb | 2013-02-19 | 1 | -2/+2 |
* | Make the updates of the tid ring buffer' head and tail pointers | kib | 2012-09-26 | 1 | -6/+6 |
* | Do not skip two elements of the tid_buffer when reusing the buffer | kib | 2012-09-22 | 1 | -1/+1 |
* | Remove all the checks on curthread != NULL with the exception of some MD | attilio | 2012-09-13 | 1 | -1/+0 |
* | A few whitespace and comment fixes. | jhb | 2012-09-07 | 1 | -1/+1 |
* | Fix grammar. | kib | 2012-08-16 | 1 | -1/+1 |
* | Add a sysctl kern.pid_max, which limits the maximum pid the system is | kib | 2012-08-15 | 1 | -1/+5 |
* | Add a rangelock implementation, intended to be used to range-locking | kib | 2012-05-30 | 1 | -0/+3 |
* | Implement the DTrace sched provider. This implementation aims to be | rstone | 2012-05-15 | 1 | -0/+6 |
* | Some small fixes to CPU accounting for threads: | jhb | 2012-01-03 | 1 | -10/+15 |
* | Consistently use process spin lock for protection of the | kib | 2011-11-18 | 1 | -1/+6 |
* | Fix some locking nits with the p_state field of struct proc: | jhb | 2011-03-24 | 1 | -2/+2 |
* | Clean up the now unused #include statement. | pluknet | 2011-02-23 | 1 | -1/+0 |
* | Move the max_threads_per_proc and max_threads_hits variables to the | kib | 2011-02-23 | 1 | -10/+0 |
* | MFp4: | davidxu | 2010-12-09 | 1 | -3/+42 |
* | MFp4: | davidxu | 2010-12-09 | 1 | -0/+1 |
* | - Insert thread0 into correct thread hash link list. | davidxu | 2010-10-17 | 1 | -19/+7 |
* | Add a flag TDF_TIDHASH to prevent a thread from being | davidxu | 2010-10-12 | 1 | -2/+12 |
* | Create a global thread hash table to speed up thread lookup, use | davidxu | 2010-10-09 | 1 | -1/+70 |
* | Retire td_syscalls now that it is no longer needed. | jhb | 2010-07-15 | 1 | -1/+0 |
* | Fix the double counting of the last process thread td_incruntime | kib | 2010-05-24 | 1 | -1/+1 |
* | Fix typo in comment. | kib | 2010-05-04 | 1 | -1/+1 |
* | Remove a comment that merely repeats code. | kib | 2010-05-04 | 1 | -1/+0 |
* | Implement RUSAGE_THREAD. Add td_rux to keep extended runtime and ticks | kib | 2010-05-04 | 1 | -1/+1 |
* | Inform hwpmc(4) of a thread's impending demise prior to invoking sched_throw(). | jkoshy | 2009-10-25 | 1 | -0/+12 |
* | Reintroduce the r196640, after fixing the problem with my testing. | kib | 2009-09-01 | 1 | -4/+13 |
* | Reverse r196640 and r196644 for now. | kib | 2009-08-29 | 1 | -13/+4 |
* | Remove the altkstacks, instead instantiate threads with kernel stack | kib | 2009-08-29 | 1 | -4/+13 |
* | Add new msleep(9) flag PBDY that shall be specified together with | kib | 2009-07-14 | 1 | -11/+10 |
* | Move the repeated code to calculate the number of the threads in the | kib | 2009-07-14 | 1 | -18/+19 |
* | - Implement a new mechanism for resetting lock profiling. We now | jeff | 2009-03-15 | 1 | -0/+3 |
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | pjd | 2008-11-17 | 1 | -0/+3 |
* | Revert rev 184216 and 184199, due to the way the thread_lock works, | davidxu | 2008-11-05 | 1 | -5/+15 |
* | Actually, for signal and thread suspension, extra process spin lock is | davidxu | 2008-10-23 | 1 | -15/+5 |
* | Restore code wrongly removed in SVN revision 173004, it causes threaded | davidxu | 2008-10-16 | 1 | -1/+9 |