| Commit message (Expand) | Author | Age | Files | Lines |
* | Continue introducing Capsicum capability mode support: | Robert Watson | 2011-03-01 | 1 | -0/+15 |
* | Mfp4 CH=177256: | Bjoern A. Zeeb | 2011-02-14 | 1 | -0/+11 |
* | Allow debugger to specify that children of the traced process should be | Konstantin Belousov | 2011-01-25 | 1 | -2/+2 |
* | Remove extra braces for style(9) (found while cleaning up an old work tree). | Ed Maste | 2010-09-28 | 1 | -2/+1 |
* | Call the systrace_probe_func() when the error value. | Rui Paulo | 2010-08-22 | 1 | -2/+2 |
* | Retire td_syscalls now that it is no longer needed. | John Baldwin | 2010-07-15 | 1 | -1/+0 |
* | Obey sv_syscallnames bounds in syscallname(). | Konstantin Belousov | 2010-07-04 | 1 | -2/+4 |
* | Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to | John Baldwin | 2010-06-30 | 1 | -0/+1 |
* | Count number of threads that enter and leave dynamically registered | Konstantin Belousov | 2010-06-28 | 1 | -0/+4 |
* | Remove the support for int13 FPU exception reporting on i386. It is | Konstantin Belousov | 2010-06-23 | 1 | -21/+0 |
* | Make DTrace syscall provider work again by including opt_kdtrace.h here. | Rui Paulo | 2010-06-17 | 1 | -0/+1 |
* | Allow to use syscallname(9) outside subr_trap.c. | Konstantin Belousov | 2010-05-26 | 1 | -2/+1 |
* | Reorganize syscall entry and leave handling. | Konstantin Belousov | 2010-05-23 | 1 | -0/+162 |
* | Current pselect(3) is implemented in usermode and thus vulnerable to | Konstantin Belousov | 2009-10-27 | 1 | -0/+5 |
* | Currently, when signal is delivered to the process and there is a thread | Konstantin Belousov | 2009-10-11 | 1 | -1/+10 |
* | Add new msleep(9) flag PBDY that shall be specified together with | Konstantin Belousov | 2009-07-14 | 1 | -1/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
* | - Bug fix: prevent a thread from migrating between CPUs between the | Joseph Koshy | 2008-12-13 | 1 | -8/+0 |
* | - Forward port flush of page table updates on context switch or userret | Kip Macy | 2008-10-19 | 1 | -0/+9 |
* | - Make SCHED_STATS more generic by adding a wrapper to create the | Jeff Roberson | 2008-04-17 | 1 | -2/+1 |
* | - Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needs | Jeff Roberson | 2008-03-21 | 1 | -17/+11 |
* | Remove kernel support for M:N threading. | Jeff Roberson | 2008-03-12 | 1 | -23/+1 |
* | Kernel and hwpmc(4) support for callchain capture. | Joseph Koshy | 2007-12-07 | 1 | -0/+13 |
* | A bunch more files that should probably print out a thread name | Julian Elischer | 2007-11-14 | 1 | -1/+1 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | Jeff Roberson | 2007-09-17 | 1 | -16/+7 |
* | - Include opt_sched.h for SCHED_STATS. | Jeff Roberson | 2007-06-12 | 1 | -0/+1 |
* | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -8/+11 |
* | Do proper "locking" for missing vmmeters part. | Attilio Rao | 2007-06-04 | 1 | -1/+1 |
* | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson | 2007-06-01 | 1 | -18/+2 |
* | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 1 | -1/+1 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 1 | -1/+1 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -4/+2 |
* | Threading cleanup.. part 2 of several. | Julian Elischer | 2006-12-06 | 1 | -11/+1 |
* | Make KSE a kernel option, turned on by default in all GENERIC | John Birrell | 2006-10-26 | 1 | -0/+12 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
* | kern_intr.c: | Bruce Evans | 2006-10-18 | 1 | -1/+1 |
* | Test before modifying p_sflag to avoid unconditionally cache line | David Xu | 2006-02-10 | 1 | -2/+4 |
* | Simplify system time accounting for profiling. | Poul-Henning Kamp | 2006-02-08 | 1 | -10/+4 |
* | Modify the way we account for CPU time spent (step 1) | Poul-Henning Kamp | 2006-02-07 | 1 | -1/+1 |
* | Moderate rewrite of kernel ktrace code to attempt to generally improve | Robert Watson | 2005-11-13 | 1 | -0/+4 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | David Xu | 2005-10-14 | 1 | -1/+5 |
* | - Rev 1.83 of kern_lock.c fixes the td_locks assert, reenable it here. | Jeff Roberson | 2005-03-28 | 1 | -3/+0 |
* | - The td_locks check is currently broken with snapshots and possibly | Jeff Roberson | 2005-03-25 | 1 | -0/+3 |
* | - Fail an assert if we attempt to return with any lockmgr locks held in | Jeff Roberson | 2005-03-24 | 1 | -0/+2 |
* | Whitespace fix. | John Baldwin | 2004-12-30 | 1 | -0/+1 |
* | - Run sched_userret() after thread_userret(). Before, sched_userret() would | Jeff Roberson | 2004-12-26 | 1 | -5/+4 |
* | Add a new per-thread private flag: TDP_GEOM. | Poul-Henning Kamp | 2004-10-23 | 1 | -0/+7 |
* | Rework how we store process times in the kernel such that we always store | John Baldwin | 2004-10-05 | 1 | -1/+1 |
* | Don't try to protect td_sticks with sched_lock. It doesn't need it as it | John Baldwin | 2004-09-23 | 1 | -3/+1 |
* | Various small style fixes. | John Baldwin | 2004-09-22 | 1 | -1/+2 |