| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move per-thread userland debugging flags into seperated field, | davidxu | 2008-10-15 | 1 | -3/+1 |
* | A suspended thread can, in fact, be swapped out. Thus, | jhb | 2008-08-22 | 1 | -14/+27 |
* | Introduce some WITNESS improvements: | attilio | 2008-08-13 | 1 | -0/+5 |
* | If a thread that is swapped out is made runnable, then the setrunnable() | jhb | 2008-08-05 | 1 | -3/+11 |
* | - Make SCHED_STATS more generic by adding a wrapper to create the | jeff | 2008-04-17 | 1 | -2/+2 |
* | - Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needs | jeff | 2008-03-21 | 1 | -1/+3 |
* | - There is no sense in calling sched_newthread() at thread_init() and | jeff | 2008-03-20 | 1 | -2/+0 |
* | - Restore the NULL check for td_cpuset. This can happen if a partially | jeff | 2008-03-19 | 1 | -1/+2 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 1 | -9/+3 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -127/+2 |
* | - Pass the priority argument from *sleep() into sleepq and down into | jeff | 2008-03-12 | 1 | -2/+2 |
* | - KSE may free a thread that was never actually forked. This will leave | jeff | 2008-03-12 | 1 | -0/+5 |
* | Add cpuset, an api for thread to cpu binding and cpu resource grouping | jeff | 2008-03-02 | 1 | -1/+5 |
* | give thread0 the tid 100000 and bumpt the others to start at 100001 | julian | 2007-12-22 | 1 | -1/+2 |
* | Refactor select to reduce contention and hide internal implementation | jeff | 2007-12-16 | 1 | -0/+2 |
* | - Re-implement lock profiling in such a way that it no longer breaks | jeff | 2007-12-15 | 1 | -0/+2 |
* | - Adds event handlers for process_ctor,process_dtor, process_init, | rrs | 2007-11-15 | 1 | -1/+5 |
* | This time REALLY copy the name from the proc to the thread as a default. | julian | 2007-11-15 | 1 | -1/+0 |
* | o Rename cpu_thread_setup() to cpu_thread_alloc() to better | marcel | 2007-11-14 | 1 | -2/+2 |
* | A bunch more files that should probably print out a thread name | julian | 2007-11-14 | 1 | -1/+1 |
* | Make sure there is a good default thread name for all threads. | julian | 2007-11-14 | 1 | -0/+1 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -5/+22 |