aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_trap.c
Commit message (Expand)AuthorAgeFilesLines
* We may split today's CAPABILITIES into CAPABILITY_MODE (which hasJonathan Anderson2011-06-291-2/+2
* Continue introducing Capsicum capability mode support:Robert Watson2011-03-011-0/+15
* Mfp4 CH=177256:Bjoern A. Zeeb2011-02-141-0/+11
* Allow debugger to specify that children of the traced process should beKonstantin Belousov2011-01-251-2/+2
* Remove extra braces for style(9) (found while cleaning up an old work tree).Ed Maste2010-09-281-2/+1
* Call the systrace_probe_func() when the error value.Rui Paulo2010-08-221-2/+2
* Retire td_syscalls now that it is no longer needed.John Baldwin2010-07-151-1/+0
* Obey sv_syscallnames bounds in syscallname().Konstantin Belousov2010-07-041-2/+4
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() toJohn Baldwin2010-06-301-0/+1
* Count number of threads that enter and leave dynamically registeredKonstantin Belousov2010-06-281-0/+4
* Remove the support for int13 FPU exception reporting on i386. It isKonstantin Belousov2010-06-231-21/+0
* Make DTrace syscall provider work again by including opt_kdtrace.h here.Rui Paulo2010-06-171-0/+1
* Allow to use syscallname(9) outside subr_trap.c.Konstantin Belousov2010-05-261-2/+1
* Reorganize syscall entry and leave handling.Konstantin Belousov2010-05-231-0/+162
* Current pselect(3) is implemented in usermode and thus vulnerable toKonstantin Belousov2009-10-271-0/+5
* Currently, when signal is delivered to the process and there is a threadKonstantin Belousov2009-10-111-1/+10
* Add new msleep(9) flag PBDY that shall be specified together withKonstantin Belousov2009-07-141-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* - Bug fix: prevent a thread from migrating between CPUs between theJoseph Koshy2008-12-131-8/+0
* - Forward port flush of page table updates on context switch or userretKip Macy2008-10-191-0/+9
* - Make SCHED_STATS more generic by adding a wrapper to create theJeff Roberson2008-04-171-2/+1
* - Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needsJeff Roberson2008-03-211-17/+11
* Remove kernel support for M:N threading.Jeff Roberson2008-03-121-23/+1
* Kernel and hwpmc(4) support for callchain capture.Joseph Koshy2007-12-071-0/+13
* A bunch more files that should probably print out a thread nameJulian Elischer2007-11-141-1/+1
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-16/+7
* - Include opt_sched.h for SCHED_STATS.Jeff Roberson2007-06-121-0/+1
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-8/+11
* Do proper "locking" for missing vmmeters part.Attilio Rao2007-06-041-1/+1
* - Move rusage from being per-process in struct pstats to per-thread inJeff Roberson2007-06-011-18/+2
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-311-1/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-181-1/+1
* Remove 'MPSAFE' annotations from the comments above most system calls: allRobert Watson2007-03-041-4/+2
* Threading cleanup.. part 2 of several.Julian Elischer2006-12-061-11/+1
* Make KSE a kernel option, turned on by default in all GENERICJohn Birrell2006-10-261-0/+12
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* kern_intr.c:Bruce Evans2006-10-181-1/+1
* Test before modifying p_sflag to avoid unconditionally cache lineDavid Xu2006-02-101-2/+4
* Simplify system time accounting for profiling.Poul-Henning Kamp2006-02-081-10/+4
* Modify the way we account for CPU time spent (step 1)Poul-Henning Kamp2006-02-071-1/+1
* Moderate rewrite of kernel ktrace code to attempt to generally improveRobert Watson2005-11-131-0/+4
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-141-1/+5
* - Rev 1.83 of kern_lock.c fixes the td_locks assert, reenable it here.Jeff Roberson2005-03-281-3/+0
* - The td_locks check is currently broken with snapshots and possiblyJeff Roberson2005-03-251-0/+3
* - Fail an assert if we attempt to return with any lockmgr locks held inJeff Roberson2005-03-241-0/+2
* Whitespace fix.John Baldwin2004-12-301-0/+1
* - Run sched_userret() after thread_userret(). Before, sched_userret() wouldJeff Roberson2004-12-261-5/+4
* Add a new per-thread private flag: TDP_GEOM.Poul-Henning Kamp2004-10-231-0/+7
* Rework how we store process times in the kernel such that we always storeJohn Baldwin2004-10-051-1/+1
* Don't try to protect td_sticks with sched_lock. It doesn't need it as itJohn Baldwin2004-09-231-3/+1