summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r288336: save some bytes by using more concise SDT_PROBE<n>avg2015-10-231-3/+3
* MFC 283546:jhb2015-06-131-0/+2
* MFC r283745:kib2015-06-051-3/+6
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r277322:kib2015-01-251-1/+2
* MFC r277321:kib2015-01-251-2/+5
* MFC r277236:kib2015-01-221-3/+4
* MFC r276008:kib2015-01-041-1/+2
* MFC r275745:kib2014-12-271-3/+3
* MFC r275206:kib2014-12-051-2/+8
* MFC r275120:kib2014-12-031-19/+27
* MFC r270321:kib2014-08-291-33/+44
* MFC r270320:kib2014-08-291-0/+4
* MFC r268634:mjg2014-08-171-10/+7
* MFC r268074:mjg2014-08-171-5/+1
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-6/+6
* MFC r258281: Fix siginfo_t.si_status for wait6/waitid/SIGCHLD.jilles2014-01-011-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
* Replace expand_name() function with corefile_open() function, which notpjd2012-12-191-54/+35
* Use correct file permissions when looking for available core file ifpjd2012-12-191-1/+1
* The 'flags' argument can be modified in vn_open_cred(), so we need topjd2012-12-191-1/+1
* Do not audit paths we try when kern.corefile contains %I.pjd2012-12-191-1/+2
* Style cleanups.pjd2012-12-191-50/+48
* The expand_name() function isn't called with the process lock held anymore,pjd2012-12-191-14/+2
* Minor style tweaks.pjd2012-12-171-6/+5
* Better variables naming in expand_name() to be more consistent with coredump().pjd2012-12-171-16/+16
* Move expand_name() after process lock is released.pjd2012-12-161-7/+4
* Don't add audit record when coredumps are disabled or name cannot be expanded.pjd2012-12-161-9/+0
* Make the check easier to read.pjd2012-12-161-2/+1
* Use 'cred' variable.pjd2012-12-161-2/+1
* Add kern.capmode_coredump sysctl/tunable to allow processes in capability modepjd2012-11-271-2/+13
* Allow to use kill(2) in capability mode, but process can send a signal onlypjd2012-11-271-0/+8
* Allow to modify kern.sugid_coredump and kern.corefile from loader.conf.pjd2012-11-271-0/+2
* More style fixes.pjd2012-11-271-4/+4
* Style fixes (mostly whitespaces).pjd2012-11-271-35/+39
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-9/+2
* Correct the killpg(2) return values:eadler2012-10-221-6/+14
* Colin acked the wrong diff originally. fixed version coming soon.eadler2012-10-221-15/+6
* Correct the killpg(2) return values:eadler2012-10-221-6/+15
* Ignore stop and continue signals sent to an exiting process. Stop signalsjhb2012-09-131-2/+5
* Deliver SIGSYS to the guilty thread, not to the process.kib2012-08-181-1/+1
OpenPOWER on IntegriCloud