summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo.kib2009-10-121-1/+1
* Currently, when signal is delivered to the process and there is a threadkib2009-10-111-29/+102
* Fix typo.kib2009-10-011-1/+1
* Use C99 initialization for struct filterops.rwatson2009-09-121-2/+6
* Add new msleep(9) flag PBDY that shall be specified together withkib2009-07-141-10/+27
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-5/+5
* vn_open_cred() needs a non NULL ucred pointerpho2009-06-231-1/+1
* Add another flags argument to vn_open_cred. Use it to specify that somekib2009-06-211-1/+2
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-101-1/+0
* Remove even more unneeded variable assignments.ed2009-02-261-5/+1
* Revert rev 184216 and 184199, due to the way the thread_lock works,davidxu2008-11-051-1/+28
* Actually, for signal and thread suspension, extra process spin lock isdavidxu2008-10-231-28/+1
* Move per-thread userland debugging flags into seperated field,davidxu2008-10-151-8/+4
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-2/+2
OpenPOWER on IntegriCloud