| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r283320: | Konstantin Belousov | 2015-05-30 | 1 | -5/+2 |
| * | MFC r282944: | Konstantin Belousov | 2015-05-22 | 1 | -21/+30 |
| * | MFC r282679: | Konstantin Belousov | 2015-05-16 | 1 | -0/+23 |
| * | MFC r281696: | Konstantin Belousov | 2015-04-25 | 1 | -0/+1 |
| * | MFC r279390: | Konstantin Belousov | 2015-03-21 | 1 | -1/+1 |
| * | MFC r275745: | Konstantin Belousov | 2014-12-27 | 1 | -38/+82 |
| * | MFC r275617: | Konstantin Belousov | 2014-12-15 | 1 | -41/+47 |
| * | MFC r275616: | Konstantin Belousov | 2014-12-15 | 1 | -2/+14 |
| * | MFC r271000: | Konstantin Belousov | 2014-09-10 | 1 | -23/+19 |
| * | MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | Andriy Gapon | 2014-01-17 | 1 | -1/+1 |
| * | Another NFS SIGSTOP related fix: Ignore thread suspend requests due to | John Baldwin | 2013-03-21 | 1 | -0/+11 |
| * | Fix a few typos. | John Baldwin | 2013-02-19 | 1 | -2/+2 |
| * | Make the updates of the tid ring buffer' head and tail pointers | Konstantin Belousov | 2012-09-26 | 1 | -6/+6 |
| * | Do not skip two elements of the tid_buffer when reusing the buffer | Konstantin Belousov | 2012-09-22 | 1 | -1/+1 |
| * | Remove all the checks on curthread != NULL with the exception of some MD | Attilio Rao | 2012-09-13 | 1 | -1/+0 |
| * | A few whitespace and comment fixes. | John Baldwin | 2012-09-07 | 1 | -1/+1 |
| * | Fix grammar. | Konstantin Belousov | 2012-08-16 | 1 | -1/+1 |
| * | Add a sysctl kern.pid_max, which limits the maximum pid the system is | Konstantin Belousov | 2012-08-15 | 1 | -1/+5 |
| * | Add a rangelock implementation, intended to be used to range-locking | Konstantin Belousov | 2012-05-30 | 1 | -0/+3 |
| * | Implement the DTrace sched provider. This implementation aims to be | Ryan Stone | 2012-05-15 | 1 | -0/+6 |
| * | Some small fixes to CPU accounting for threads: | John Baldwin | 2012-01-03 | 1 | -10/+15 |
| * | Consistently use process spin lock for protection of the | Konstantin Belousov | 2011-11-18 | 1 | -1/+6 |
| * | Fix some locking nits with the p_state field of struct proc: | John Baldwin | 2011-03-24 | 1 | -2/+2 |
| * | Clean up the now unused #include statement. | Sergey Kandaurov | 2011-02-23 | 1 | -1/+0 |
| * | Move the max_threads_per_proc and max_threads_hits variables to the | Konstantin Belousov | 2011-02-23 | 1 | -10/+0 |
| * | MFp4: | David Xu | 2010-12-09 | 1 | -3/+42 |
| * | MFp4: | David Xu | 2010-12-09 | 1 | -0/+1 |
| * | - Insert thread0 into correct thread hash link list. | David Xu | 2010-10-17 | 1 | -19/+7 |
| * | Add a flag TDF_TIDHASH to prevent a thread from being | David Xu | 2010-10-12 | 1 | -2/+12 |
| * | Create a global thread hash table to speed up thread lookup, use | David Xu | 2010-10-09 | 1 | -1/+70 |
| * | Retire td_syscalls now that it is no longer needed. | John Baldwin | 2010-07-15 | 1 | -1/+0 |
| * | Fix the double counting of the last process thread td_incruntime | Konstantin Belousov | 2010-05-24 | 1 | -1/+1 |
| * | Fix typo in comment. | Konstantin Belousov | 2010-05-04 | 1 | -1/+1 |
| * | Remove a comment that merely repeats code. | Konstantin Belousov | 2010-05-04 | 1 | -1/+0 |
| * | Implement RUSAGE_THREAD. Add td_rux to keep extended runtime and ticks | Konstantin Belousov | 2010-05-04 | 1 | -1/+1 |
| * | Inform hwpmc(4) of a thread's impending demise prior to invoking sched_throw(). | Joseph Koshy | 2009-10-25 | 1 | -0/+12 |
| * | Reintroduce the r196640, after fixing the problem with my testing. | Konstantin Belousov | 2009-09-01 | 1 | -4/+13 |
| * | Reverse r196640 and r196644 for now. | Konstantin Belousov | 2009-08-29 | 1 | -13/+4 |
| * | Remove the altkstacks, instead instantiate threads with kernel stack | Konstantin Belousov | 2009-08-29 | 1 | -4/+13 |
| * | Add new msleep(9) flag PBDY that shall be specified together with | Konstantin Belousov | 2009-07-14 | 1 | -11/+10 |
| * | Move the repeated code to calculate the number of the threads in the | Konstantin Belousov | 2009-07-14 | 1 | -18/+19 |
| * | - Implement a new mechanism for resetting lock profiling. We now | Jeff Roberson | 2009-03-15 | 1 | -0/+3 |
| * | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | Pawel Jakub Dawidek | 2008-11-17 | 1 | -0/+3 |
| * | Revert rev 184216 and 184199, due to the way the thread_lock works, | David Xu | 2008-11-05 | 1 | -5/+15 |
| * | Actually, for signal and thread suspension, extra process spin lock is | David Xu | 2008-10-23 | 1 | -15/+5 |
| * | Restore code wrongly removed in SVN revision 173004, it causes threaded | David Xu | 2008-10-16 | 1 | -1/+9 |
| * | Move per-thread userland debugging flags into seperated field, | David Xu | 2008-10-15 | 1 | -3/+1 |
| * | A suspended thread can, in fact, be swapped out. Thus, | John Baldwin | 2008-08-22 | 1 | -14/+27 |
| * | Introduce some WITNESS improvements: | Attilio Rao | 2008-08-13 | 1 | -0/+5 |
| * | If a thread that is swapped out is made runnable, then the setrunnable() | John Baldwin | 2008-08-05 | 1 | -3/+11 |