summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* If a thread that is swapped out is made runnable, then the setrunnable()jhb2008-08-051-2/+10
* Add DTrace 'proc' provider probes using the Statically Defined Tracejb2008-05-241-0/+22
* - Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needsjeff2008-03-211-0/+1
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromjeff2008-03-191-33/+13
* Remove kernel support for M:N threading.jeff2008-03-121-157/+0
* Use sbuf routines to construct core dump filenames rather than customrwatson2008-03-081-27/+22
* Unlock the process lock when expand_name() fails, or we may leak therwatson2008-03-081-0/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-3/+3
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Be more exact with sigaction SA_SIGINFO handling.obrien2007-12-181-2/+5
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+1
* Implement AUE_CORE, which adds process core dump support into the kernel.csjp2007-10-261-6/+27
* Move where we audit the PID argument such that we unconditionallycsjp2007-10-241-1/+1
* - Calling sched_nice() in tdsigwakeup() is no longer required by ULE andjeff2007-07-191-6/+2
* - Add a missing PROC_SUNLOCK() in tdsignal()jeff2007-06-111-1/+3
* Initialized ets to zero. This is arguably a gcc bug in that ets is alwaysmjacob2007-06-101-0/+2
* Commit 4/14 of sched_lock decomposition.jeff2007-06-041-56/+66
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-2/+2
OpenPOWER on IntegriCloud