aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_trap.c
Commit message (Expand)AuthorAgeFilesLines
* hwpmc: support sampling both kernel and user stacks when interrupted in kernelMatt Macy2018-06-041-0/+5
* sx: port over writer starvation prevention measures from rwlockMateusz Guzik2018-05-221-0/+3
* Add simple preempt safe epoch APIMatt Macy2018-05-101-0/+2
* Account the size of the vslock-ed memory by the thread.Konstantin Belousov2018-03-241-0/+2
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-171-1/+1
* Do not leak mount references for dying threads.Konstantin Belousov2017-02-251-3/+3
* The assertion re-added in r302614 was triggered when stopping signalKonstantin Belousov2016-07-181-10/+18
* Revive the check, disabled in r197963.Konstantin Belousov2016-07-121-10/+37
* Add assert to complement r302328.Konstantin Belousov2016-07-121-1/+3
* Rewrite sigdeferstop(9) and sigallowstop(9) into more flexibleKonstantin Belousov2016-06-261-1/+1
* Add four new RCTL resources - readbps, readiops, writebps and writeiops,Edward Tomasz Napierala2016-04-071-3/+7
* racct: perform a lockless check for p_throttledMateusz Guzik2015-07-131-1/+1
* Generalised support for copy-on-write structures shared by threads.Mateusz Guzik2015-06-101-2/+2
* Currently, softupdate code detects overstepping on the workitemsKonstantin Belousov2015-05-271-0/+7
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin2015-04-301-9/+0
* Add kern.racct.enable tunable and RACCT_DISABLED config option.Edward Tomasz Napierala2015-04-291-5/+8
* Revert r263475: TDP_DEVMEMIO no longer needed, since amd64 /dev/kmemKonstantin Belousov2015-01-121-2/+0
* Fix two issues with /dev/mem access on amd64, both causing kernel pageKonstantin Belousov2014-03-211-0/+2
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* - Assert for not leaking readers rw locks counter on userland return.Attilio Rao2013-12-171-0/+3
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* Partially revert r195702. Deferring stops is now implemented via a set ofJohn Baldwin2013-03-181-1/+1
* When throttling a process to enforce RACCT limits, do not use neitherEdward Tomasz Napierala2013-03-141-9/+2
* Replace the TDP_NOSLEEPING flag with a counter so that theJohn Baldwin2013-03-011-1/+1
* Further refine the handling of stop signals in the NFS client. TheJohn Baldwin2013-02-211-0/+2
* Fixup r240246: hwpmc needs to retain the pinning until ASTs are notAttilio Rao2012-10-301-1/+6
* Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu".Edward Tomasz Napierala2012-10-261-0/+13
* Add a KPI to allow to reserve some amount of space in the numvnodesKonstantin Belousov2012-10-141-0/+2
* Move the checks for td_pinned, td_critnest, TDP_NOFAULTING andAttilio Rao2012-09-081-1/+14
* Move PT_UPDATED_FLUSH() before td_locks check in order to have moreAttilio Rao2012-09-081-3/+3
* userret() already checks for td_locks when INVARIANTS is enabled, soAttilio Rao2012-09-081-1/+0
* Remove redundant include.Pawel Jakub Dawidek2012-06-101-1/+0
* Include the associated wait channel message for context switch ktraceJohn Baldwin2012-04-201-2/+2
* Add software PMC support.Fabien Thomas2012-03-281-0/+10
* Assert that exiting process does not return to usermode.Konstantin Belousov2011-10-031-0/+2
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-2/+2
* Inline the syscallenter() and syscallret(). This reduces the time measuredKonstantin Belousov2011-09-111-162/+0
* 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