| Commit message (Expand) | Author | Age | Files | Lines |
* | Obey sv_syscallnames bounds in syscallname(). | kib | 2010-07-04 | 1 | -2/+4 |
* | Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to | jhb | 2010-06-30 | 1 | -0/+1 |
* | Count number of threads that enter and leave dynamically registered | kib | 2010-06-28 | 1 | -0/+4 |
* | Remove the support for int13 FPU exception reporting on i386. It is | kib | 2010-06-23 | 1 | -21/+0 |
* | Make DTrace syscall provider work again by including opt_kdtrace.h here. | rpaulo | 2010-06-17 | 1 | -0/+1 |
* | Allow to use syscallname(9) outside subr_trap.c. | kib | 2010-05-26 | 1 | -2/+1 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 1 | -0/+162 |
* | Current pselect(3) is implemented in usermode and thus vulnerable to | kib | 2009-10-27 | 1 | -0/+5 |
* | Currently, when signal is delivered to the process and there is a thread | kib | 2009-10-11 | 1 | -1/+10 |
* | Add new msleep(9) flag PBDY that shall be specified together with | kib | 2009-07-14 | 1 | -1/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | - 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 |