summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweak the in-kernel API for sending signals to threads:jhb2010-06-291-9/+29
* Do not report a stack garbage as the old value for debug.ncores sysctl.kib2010-06-211-1/+2
* Reorganize syscall entry and leave handling.kib2010-05-231-1/+1
* Avoid allocating MAXHOSTNAMELEN bytes on the stack in expand_name(),alfred2010-04-301-3/+19
* When OOM searches for a process to kill, ignore the processes alreadykib2010-04-061-0/+1
* Merge projects/enhanced_coredumps (r204346) into HEAD:alfred2010-03-021-9/+121
* Staticise sigqueue manipulation functions used only in kern_sig.c.kib2010-01-231-8/+8
* When traced process is about to receive the signal, the process iskib2010-01-201-15/+30
* Remove wrong assertion. Debugee is allowed to lose a signal.kib2009-12-031-3/+2
* Among signal generation syscalls, only sigqueue(2) is allowed by POSIXkib2009-11-171-29/+53
* In r198506, kern_sigsuspend() started doing cursig/postsig loop to makekib2009-11-101-8/+7
* Trapsignal() and postsig() call kern_sigprocmask() with both processkib2009-10-301-20/+16
* Trapsignal() calls kern_sigprocmask() when delivering catched signalkib2009-10-291-1/+2
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-21/+22
* In kern_sigsuspend(), better manipulate thread signal mask usingkib2009-10-271-22/+29
* Improve the description of sysctl "kern.sugid_coredump".jkoshy2009-10-121-1/+1
OpenPOWER on IntegriCloud