| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixup r240246: hwpmc needs to retain the pinning until ASTs are not | attilio | 2012-10-30 | 1 | -1/+6 |
* | Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu". | trasz | 2012-10-26 | 1 | -0/+13 |
* | Add a KPI to allow to reserve some amount of space in the numvnodes | kib | 2012-10-14 | 1 | -0/+2 |
* | Move the checks for td_pinned, td_critnest, TDP_NOFAULTING and | attilio | 2012-09-08 | 1 | -1/+14 |
* | Move PT_UPDATED_FLUSH() before td_locks check in order to have more | attilio | 2012-09-08 | 1 | -3/+3 |
* | userret() already checks for td_locks when INVARIANTS is enabled, so | attilio | 2012-09-08 | 1 | -1/+0 |
* | Remove redundant include. | pjd | 2012-06-10 | 1 | -1/+0 |
* | Include the associated wait channel message for context switch ktrace | jhb | 2012-04-20 | 1 | -2/+2 |
* | Add software PMC support. | fabient | 2012-03-28 | 1 | -0/+10 |
* | Assert that exiting process does not return to usermode. | kib | 2011-10-03 | 1 | -0/+2 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -2/+2 |
* | Inline the syscallenter() and syscallret(). This reduces the time measured | kib | 2011-09-11 | 1 | -162/+0 |
* | We may split today's CAPABILITIES into CAPABILITY_MODE (which has | jonathan | 2011-06-29 | 1 | -2/+2 |
* | Continue introducing Capsicum capability mode support: | rwatson | 2011-03-01 | 1 | -0/+15 |
* | Mfp4 CH=177256: | bz | 2011-02-14 | 1 | -0/+11 |
* | Allow debugger to specify that children of the traced process should be | kib | 2011-01-25 | 1 | -2/+2 |
* | Remove extra braces for style(9) (found while cleaning up an old work tree). | emaste | 2010-09-28 | 1 | -2/+1 |
* | Call the systrace_probe_func() when the error value. | rpaulo | 2010-08-22 | 1 | -2/+2 |
* | Retire td_syscalls now that it is no longer needed. | jhb | 2010-07-15 | 1 | -1/+0 |
* | 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 |