summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_trap.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r282213:trasz2015-06-211-5/+8
* MFC r283600:kib2015-06-101-0/+7
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r277055:kib2015-01-191-2/+0
* MFC r263475:kib2014-03-281-0/+2
* Partially revert r195702. Deferring stops is now implemented via a set ofjhb2013-03-181-1/+1
* When throttling a process to enforce RACCT limits, do not use neithertrasz2013-03-141-9/+2
* Replace the TDP_NOSLEEPING flag with a counter so that thejhb2013-03-011-1/+1
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-211-0/+2
* Fixup r240246: hwpmc needs to retain the pinning until ASTs are notattilio2012-10-301-1/+6
* Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu".trasz2012-10-261-0/+13
* Add a KPI to allow to reserve some amount of space in the numvnodeskib2012-10-141-0/+2
* Move the checks for td_pinned, td_critnest, TDP_NOFAULTING andattilio2012-09-081-1/+14
* Move PT_UPDATED_FLUSH() before td_locks check in order to have moreattilio2012-09-081-3/+3
* userret() already checks for td_locks when INVARIANTS is enabled, soattilio2012-09-081-1/+0
* Remove redundant include.pjd2012-06-101-1/+0
* Include the associated wait channel message for context switch ktracejhb2012-04-201-2/+2
* Add software PMC support.fabient2012-03-281-0/+10
* Assert that exiting process does not return to usermode.kib2011-10-031-0/+2
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-111-162/+0
* We may split today's CAPABILITIES into CAPABILITY_MODE (which hasjonathan2011-06-291-2/+2
* Continue introducing Capsicum capability mode support:rwatson2011-03-011-0/+15
* Mfp4 CH=177256:bz2011-02-141-0/+11
* Allow debugger to specify that children of the traced process should bekib2011-01-251-2/+2
* Remove extra braces for style(9) (found while cleaning up an old work tree).emaste2010-09-281-2/+1
* Call the systrace_probe_func() when the error value.rpaulo2010-08-221-2/+2
* Retire td_syscalls now that it is no longer needed.jhb2010-07-151-1/+0
* Obey sv_syscallnames bounds in syscallname().kib2010-07-041-2/+4
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* Count number of threads that enter and leave dynamically registeredkib2010-06-281-0/+4
* Remove the support for int13 FPU exception reporting on i386. It iskib2010-06-231-21/+0
* Make DTrace syscall provider work again by including opt_kdtrace.h here.rpaulo2010-06-171-0/+1
* Allow to use syscallname(9) outside subr_trap.c.kib2010-05-261-2/+1
* Reorganize syscall entry and leave handling.kib2010-05-231-0/+162
* Current pselect(3) is implemented in usermode and thus vulnerable tokib2009-10-271-0/+5
* Currently, when signal is delivered to the process and there is a threadkib2009-10-111-1/+10
* Add new msleep(9) flag PBDY that shall be specified together withkib2009-07-141-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* - Bug fix: prevent a thread from migrating between CPUs between thejkoshy2008-12-131-8/+0
* - Forward port flush of page table updates on context switch or userretkmacy2008-10-191-0/+9
* - Make SCHED_STATS more generic by adding a wrapper to create thejeff2008-04-171-2/+1
* - Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needsjeff2008-03-211-17/+11
* Remove kernel support for M:N threading.jeff2008-03-121-23/+1
* Kernel and hwpmc(4) support for callchain capture.jkoshy2007-12-071-0/+13
* A bunch more files that should probably print out a thread namejulian2007-11-141-1/+1
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-16/+7
* - Include opt_sched.h for SCHED_STATS.jeff2007-06-121-0/+1
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-8/+11
* Do proper "locking" for missing vmmeters part.attilio2007-06-041-1/+1
OpenPOWER on IntegriCloud