summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r318191:markj2017-05-251-2/+2
* MFC r318243:kib2017-05-191-1/+3
* MFC r317845-r317846brooks2017-05-121-8/+18
* MFC r315412, r314852:badger2017-03-251-10/+9
* MFC r313992, r314075, r314118, r315484:badger2017-03-251-92/+132
* MFC r315453:kib2017-03-241-1/+2
* MFC r304440, r304487:markj2016-08-221-1/+1
* MFC r303423:kib2016-08-151-9/+37
* MFC 302900,302902,302921,303461,304009:jhb2016-08-151-1/+2
* Provide helper macros to detect 'non-silent SBDRY' state and tokib2016-07-031-13/+20
* Complete r302215. TDF_SBDRY | TDF_SERESTART and TDF_SBDRY |kib2016-06-281-6/+20
* When filt_proc() removes event from the knlist due to the processkib2016-06-271-3/+3
* Rewrite sigdeferstop(9) and sigallowstop(9) into more flexiblekib2016-06-261-20/+60
* Define tunable instead of using CTLFLAG_RWTUN flag with kern.corefile.oshogbo2016-06-091-1/+2
* Add ptrace(2) reporting for LWP events.jhb2015-12-291-1/+6
* Fix style issues around existing SDT probes.markj2015-12-161-8/+8
* save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBEavg2015-09-281-3/+3
* Unignore signals when starting CloudABI processes.ed2015-08-121-0/+19
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-181-18/+20
* Add missing const keyword to kern_sigaction()'s 'act' parameter.ed2015-07-101-6/+3
* Implement lockless resource limits.mjg2015-06-101-1/+1
* When delivering a signal with default disposition to the thread,kib2015-05-291-3/+6
* Add KTR tracing for some MI ptrace events.jhb2015-05-251-0/+2
* Disable coredump_devctl because it could lead to leaking paths torpaulo2015-03-241-1/+1
* coredump: protect corefilename access with a lockmjg2015-03-211-2/+23
* Reimplement support for userland core dump compression using a new interfacemarkj2015-03-091-21/+14
* Keep a reference on the coredump vnode for vn_fullpath() call. Do itkib2015-02-241-8/+6
* Remove check against NULL after M_WAITOK.rpaulo2015-02-111-2/+0
* Restore the data array in coredump(), but use a different style torpaulo2015-02-111-4/+12
* Remove a printf and an strlen() from the coredump code.rpaulo2015-02-101-6/+3
* Sanitise the coredump file names sent to devd.rpaulo2015-02-101-16/+39
* Notify devd(8) when a process crashed.rpaulo2015-02-091-0/+31
* Add procctl(2) PROC_TRACE_CTL command to enable or disable debuggerkib2015-01-181-1/+2
* Make SIGSTOP working for sleeps done while waiting for fifo readers orkib2015-01-181-2/+5
* For sigaction(2), ignore possible garbage in sa_flags for sa_handlerkib2015-01-161-3/+4
* Add VN_OPEN_NAMECACHE flag for vn_open_cred(9), which requests thatkib2014-12-211-1/+2
* Add facility to stop all userspace processes. The supposed use of thekib2014-12-131-3/+3
* Assert the state of the process lock and sigact mutex inkib2014-11-281-2/+8
* Fix SA_SIGINFO | SA_RESETHAND handling. The sysent' sv_sendsig()kib2014-11-261-19/+27
* Fixes for i/o during coredumping:kib2014-10-041-18/+11
* Revert the handling of all siginfo sa_flags except SA_SIGINFO to thekib2014-08-241-8/+8
* Use refcount_init in sigacts_alloc.mjg2014-08-241-1/+1
* Ensure that sigaction flags for signal, which disposition is reset tokib2014-08-221-33/+44
* Check the validity of struct sigaction sa_flags value, reject unknownkib2014-08-221-0/+4
* Manage struct sigacts refcnt with atomics instead of a mutex.mjg2014-07-141-10/+7
* Perform a lockless check in sigacts_shared.mjg2014-07-011-5/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-8/+4
* Revert r267961, r267973:gjb2014-06-271-4/+8
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-8/+4
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
OpenPOWER on IntegriCloud