| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Introduce a way to make pure kernal threads. | julian | 2007-10-26 | 1 | -6/+0 |
* | - Call sched_sleep() before we suspend threads. sched_wakeup() is already | jeff | 2007-09-21 | 1 | -0/+2 |
* | Fix some entries in the locks static table of witness. | attilio | 2007-09-20 | 1 | -1/+1 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -1/+1 |
* | Actually, upcalls cannot be freed while destroying the thread because we | attilio | 2007-07-27 | 1 | -0/+3 |
* | Actually, KSE kernel bits locking is broken and can lead likely to | attilio | 2007-07-23 | 1 | -0/+2 |
* | - Garbage collect unused concurrency functions. | jeff | 2007-06-12 | 1 | -14/+2 |
* | Solve a complex exit race introduced with thread_lock: | jeff | 2007-06-12 | 1 | -15/+33 |
* | The current rusage code show peculiar problems: | attilio | 2007-06-09 | 1 | -6/+4 |
* | Commit 4/14 of sched_lock decomposition. | jeff | 2007-06-04 | 1 | -73/+97 |
* | Do proper "locking" for missing vmmeters part. | attilio | 2007-06-04 | 1 | -1/+1 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -8/+11 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -1/+1 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -1/+1 |
* | Align 'struct thread' on 16 byte boundaries so that the lower 4 bits are | jhb | 2007-03-27 | 1 | -1/+1 |
* | Over NFS, an open() call could result in multiple over-the-wire | mohans | 2007-03-09 | 1 | -0/+1 |
* | Prefer a more traditional spelling of inhibited in comments and panic | rwatson | 2006-12-31 | 1 | -1/+1 |
* | Remove unused sysctls. | davidxu | 2006-12-19 | 1 | -8/+0 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -238/+16 |
* | Remove member p_procscopegrp which is no longer used by libthr. | davidxu | 2006-10-27 | 1 | -8/+0 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+105 |
* | This is initial version of POSIX priority mutex support, a new userland | davidxu | 2006-08-28 | 1 | -2/+5 |
* | o Fix typo in the comment. | maxim | 2006-06-30 | 1 | -1/+1 |
* | Rethink it a bit, if there is a STOP flag, don't bother to resume other | davidxu | 2006-03-21 | 1 | -0/+3 |
* | Because JOB control has higher priority than single threading in | davidxu | 2006-03-21 | 1 | -0/+1 |
* | 1. Count last time slice, this intends to fix | davidxu | 2006-03-14 | 1 | -0/+18 |
* | Remove unused code. | davidxu | 2006-03-13 | 1 | -24/+0 |
* | Fix a long standing race between sleep queue and thread | davidxu | 2006-02-15 | 1 | -4/+4 |
* | In order to speed up process suspension on MP machine, send IPI to | davidxu | 2006-02-13 | 1 | -0/+5 |
* | When exiting a thread, submit any pending record. Today, we don't | rwatson | 2006-02-06 | 1 | -0/+4 |
* | When GC'ing a thread, assert that it has no active audit record. | rwatson | 2006-02-05 | 1 | -1/+3 |
* | Add new fields to process-related data structures: | rwatson | 2006-02-02 | 1 | -0/+6 |