summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make process descriptors standard part of the kernel. rwhod(8) alreadypjd2013-11-301-5/+0
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-6/+6
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Fix siginfo_t.si_status for wait6/waitid/SIGCHLD.jilles2013-11-171-8/+11
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+3
* Specify SDT probe argument types in the probe definition itself rather thanmarkj2013-08-151-11/+6
* Remove duplicate assertion from tdsendsignal.mjg2013-07-221-3/+1
* Fix memory leak in coredump().glebius2013-04-051-0/+1
* Tweak some comments.jhb2013-03-181-4/+4
* Partially revert r195702. Deferring stops is now implemented via a set ofjhb2013-03-181-12/+6
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-211-8/+14
* Add break to the default case.pjd2013-02-171-0/+1
* When vforked child is traced, the debugging events are not generatedkib2013-02-071-1/+1
* Rework the handling of stop signals in the NFS client. The changes injhb2013-02-061-11/+43
OpenPOWER on IntegriCloud