summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_trap.c
Commit message (Expand)AuthorAgeFilesLines
* racct: perform a lockless check for p_throttledmjg2015-07-131-1/+1
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-101-2/+2
* Currently, softupdate code detects overstepping on the workitemskib2015-05-271-0/+7
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-301-9/+0
* Add kern.racct.enable tunable and RACCT_DISABLED config option.trasz2015-04-291-5/+8
* Revert r263475: TDP_DEVMEMIO no longer needed, since amd64 /dev/kmemkib2015-01-121-2/+0
* Fix two issues with /dev/mem access on amd64, both causing kernel pagekib2014-03-211-0/+2
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* - Assert for not leaking readers rw locks counter on userland return.attilio2013-12-171-0/+3
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* 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
OpenPOWER on IntegriCloud