summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
* MFCattilio2013-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
* Always clear p_xthread if current thread no longer needs it, in theory, ifdavidxu2012-07-101-2/+3
* Add thread-private flag to indicate that error value is already placedkib2012-04-121-0/+2
* Remove unused and wrong SA_PROC internal signal property.jilles2012-04-091-23/+22
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Fix arguments list for proc:::signal-discard DTrace probe.pluknet2011-10-281-1/+1
* The sigwait(3) function shall not return EINTR, according to thekib2011-10-011-0/+2
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-17/+17
* Add experimental support for process descriptorsjonathan2011-08-181-0/+31
* Fix support for RACCT_CORE by merging forgotten file.trasz2011-05-261-2/+4
* ktrace: Log the code for all signals (PSIG events).jilles2011-04-171-2/+2
* Fix several places to ignore processes that are not yet fully constructed.jhb2011-04-061-2/+4
* Small style fix.jhb2011-03-231-1/+1
* Allow debugger to specify that children of the traced process should bekib2011-01-251-0/+4
* In kern_sigtimedwait(), move initialization code out of process lock,davidxu2010-10-141-103/+86
* sigqueue_collect_set() is no longer needed because other functionsdavidxu2010-10-131-29/+7
* Create a global thread hash table to speed up thread lookup, usedavidxu2010-10-091-17/+11
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-1/+1
* rescure comments from RELENG_4.davidxu2010-09-011-0/+12
* If a process is being debugged, skips job control caused by SIGSTOP/SIGCONTdavidxu2010-08-311-13/+6
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-3/+3
* Fix function name in error messages.davidxu2010-07-201-2/+2
* - Various style and whitespace fixes.jhb2010-07-081-2/+2
* Extend ptrace(PT_LWPINFO) to report siginfo for the signal that causedkib2010-07-041-9/+8
OpenPOWER on IntegriCloud