summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* Comment that tdsignal() may be entered from the debugger.rwatson2007-05-231-0/+4
* Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes,jhb2007-03-211-2/+2
* Further system call comment cleanup:rwatson2007-03-051-12/+2
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-041-75/+8
* Give which signal caller has attempted to deliver when panicking.delphij2007-02-091-2/+2
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-171-1/+1
* break loop early if we know that there are at least two signals.davidxu2006-12-251-1/+2
* Merge posix4/* into normal kernel hierarchy.trhodes2006-11-111-2/+1
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+60
* Use macro TAILQ_FOREACH_SAFE instead of expanding it.davidxu2006-10-221-6/+3
* Remove the check that prevented signals from being delivered to exitingjhb2006-10-201-3/+1
* Move some declaration of 32-bit signal structures into filedavidxu2006-10-051-3/+1
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-5/+1
* Call vn_finished_write() before calling the coredump handler which willtegge2006-05-071-1/+1
* Don't try to kill embryonic processes in killpg1(). This preventsps2006-04-211-2/+3
* - Conditionalize Giant around VFS operations for ALQ, ktrace, andjhb2006-03-281-13/+12
* Remove _STOPEVENT call, it is already called in issignal, simplifydavidxu2006-03-091-6/+1
* Add signal set sq_kill to sigqueue structure, the member saves alldavidxu2006-03-021-3/+23
* 1. Refine kern_sigtimedwait() to remove redundant code.davidxu2006-02-231-31/+43
* Code cleanup, simply compare with curproc.davidxu2006-02-231-2/+1
* Fix a long standing race between sleep queue and threaddavidxu2006-02-151-6/+11
* Audit the arguments to the kill(2) and killpg(2) system calls.wsalamon2006-02-141-0/+7
* In order to speed up process suspension on MP machine, send IPI todavidxu2006-02-131-31/+29
* Create childproc_jobstate function to report job control state, thisdavidxu2006-02-041-42/+49
* Avoid kernel panic when attaching a process which may not be stoppeddavidxu2005-12-241-2/+0
* Add a sysctl to force a process to sigexit if a trap signal isdavidxu2005-12-091-0/+17
* Cleanup sigqueue sysctl.davidxu2005-12-091-6/+2
* Fix a lock leak in childproc_continued().davidxu2005-12-061-1/+3
* set signal queue values for sysconf().davidxu2005-12-011-0/+4
* Make sure only remove one signal by debugger.davidxu2005-11-121-1/+2
* WIFxxx macros requires an int type but p_xstat is short, convert itdavidxu2005-11-091-2/+3
* Add support for queueing SIGCHLD same as other UNIX systems did.davidxu2005-11-081-10/+87
* Fix name compatible problem with POSIX standard. the sigval_ptr anddavidxu2005-11-041-1/+1
* Cleanup some signal interfaces. Now the tdsignal function acceptsdavidxu2005-11-031-45/+50
* Let itimer store itimerspec instead of itimerval, so I don't have todavidxu2005-10-301-1/+5
* 1. Make ksiginfo_alloc and ksiginfo_free public.davidxu2005-10-231-12/+58
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-172/+503
* Fix a bug relavant to debugging, a masked signal unexpectedly interruptsdavidxu2005-06-061-52/+37
* Oops, forgot to update this file.davidxu2005-04-191-17/+9
* Suspend all other threads in the process while generating a core dump.das2005-04-101-1/+11
* The td_waitset is pointing to a stack address when thread is waitingdavidxu2005-03-041-19/+6
* In kern_sigtimedwait, remove waitset bits for td_sigmask beforedavidxu2005-03-021-28/+10
* Don't restart a timeout wait in kern_sigtimedwait, also allow itdavidxu2005-02-191-11/+27
* Backout previous change (disabling of security checks for signals deliveredsobomax2005-02-131-22/+11
* Split out kill(2) syscall service routine into user-level and kernel part, thesobomax2005-02-131-11/+22
OpenPOWER on IntegriCloud