| Commit message (Expand) | Author | Age | Files | Lines |
* | - Bug fix: prevent a thread from migrating between CPUs between the | jkoshy | 2008-12-13 | 1 | -8/+0 |
* | - Forward port flush of page table updates on context switch or userret | kmacy | 2008-10-19 | 1 | -0/+9 |
* | - Make SCHED_STATS more generic by adding a wrapper to create the | jeff | 2008-04-17 | 1 | -2/+1 |
* | - Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needs | jeff | 2008-03-21 | 1 | -17/+11 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -23/+1 |
* | Kernel and hwpmc(4) support for callchain capture. | jkoshy | 2007-12-07 | 1 | -0/+13 |
* | A bunch more files that should probably print out a thread name | julian | 2007-11-14 | 1 | -1/+1 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -16/+7 |
* | - Include opt_sched.h for SCHED_STATS. | jeff | 2007-06-12 | 1 | -0/+1 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -8/+11 |
* | 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 | -18/+2 |
* | 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 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -4/+2 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -11/+1 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+12 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | kern_intr.c: | bde | 2006-10-18 | 1 | -1/+1 |
* | Test before modifying p_sflag to avoid unconditionally cache line | davidxu | 2006-02-10 | 1 | -2/+4 |
* | Simplify system time accounting for profiling. | phk | 2006-02-08 | 1 | -10/+4 |
* | Modify the way we account for CPU time spent (step 1) | phk | 2006-02-07 | 1 | -1/+1 |
* | Moderate rewrite of kernel ktrace code to attempt to generally improve | rwatson | 2005-11-13 | 1 | -0/+4 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 1 | -1/+5 |
* | - Rev 1.83 of kern_lock.c fixes the td_locks assert, reenable it here. | jeff | 2005-03-28 | 1 | -3/+0 |
* | - The td_locks check is currently broken with snapshots and possibly | jeff | 2005-03-25 | 1 | -0/+3 |
* | - Fail an assert if we attempt to return with any lockmgr locks held in | jeff | 2005-03-24 | 1 | -0/+2 |
* | Whitespace fix. | jhb | 2004-12-30 | 1 | -0/+1 |
* | - Run sched_userret() after thread_userret(). Before, sched_userret() would | jeff | 2004-12-26 | 1 | -5/+4 |
* | Add a new per-thread private flag: TDP_GEOM. | phk | 2004-10-23 | 1 | -0/+7 |
* | Rework how we store process times in the kernel such that we always store | jhb | 2004-10-05 | 1 | -1/+1 |
* | Don't try to protect td_sticks with sched_lock. It doesn't need it as it | jhb | 2004-09-23 | 1 | -3/+1 |
* | Various small style fixes. | jhb | 2004-09-22 | 1 | -1/+2 |
* | Remove an unneeded argument.. | julian | 2004-08-31 | 1 | -1/+1 |
* | Remove sched_free_thread() which was only used | julian | 2004-08-31 | 1 | -3/+0 |
* | Call thread_user_enter for M:N thread, ast() should be treated as another | davidxu | 2004-08-08 | 1 | -0/+2 |
* | - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflags | jhb | 2004-07-16 | 1 | -5/+5 |
* | - Change mi_switch() and sched_switch() to accept an optional thread to | jhb | 2004-07-02 | 1 | -1/+1 |
* | Tidy up uprof locking. Mostly the fields are protected by both the proc | jhb | 2004-07-02 | 1 | -8/+6 |
* | Remove unused variable. | julian | 2004-03-31 | 1 | -2/+0 |
* | Push Giant down a little further: | peter | 2004-03-13 | 1 | -2/+1 |
* | Put "failed to set signal flags properly for ast()" check under | rwatson | 2004-03-05 | 1 | -1/+1 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -4/+4 |
* | - Add a flags parameter to mi_switch. The value of flags may be SW_VOL or | jeff | 2004-01-25 | 1 | -2/+1 |
* | Log involuntary context switches correctly. | peter | 2003-09-05 | 1 | -2/+2 |
* | kse.h is not needed for these files. | davidxu | 2003-08-05 | 1 | -1/+0 |
* | When ktracing context switches, make sure we record involuntary switches. | peter | 2003-07-31 | 1 | -0/+14 |
* | o Change kse_thr_interrupt to allow send a signal to a specified thread, | davidxu | 2003-06-28 | 1 | -15/+2 |
* | 1. Add code to support bound thread. when blocked, a bound thread never | davidxu | 2003-06-15 | 1 | -1/+1 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 1 | -2/+2 |