summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* - If delivering a signal will result in killing a process that has ajeff2004-12-131-0/+2
* Fix an off by one error. MAXPATHLEN already has +1.imp2004-11-151-1/+1
* Allow kill -9 to kill processes stuck in procfs STOPEVENTs.alfred2004-10-301-0/+10
* Backout 1.291.alfred2004-10-291-10/+0
* Use scheduler api to adjust thread priority.davidxu2004-10-051-2/+3
* Don't bother to turn off other P_STOPPED bits for SIGKILL, doingdavidxu2004-10-031-1/+1
* Clear a process's procfs trace points upon delivery of SIGKILL.alfred2004-10-011-0/+10
* Remove an unneeded argument..julian2004-08-311-1/+1
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-7/+3
* add option to automaticly mark core dumps with the nodump flagjmg2004-08-091-0/+6
* Don't skip permission checks when sending signals to zombie processes.pjd2004-08-031-13/+7
* Syscall kill(2) called for a zombie process should return 0.pjd2004-07-291-1/+10
* Improve readability a bit by changing some code at the end of a functionjhb2004-07-161-6/+2
* Add code to support debugging threaded process.davidxu2004-07-131-44/+81
* Implement the PT_LWPINFO request. This request can be used by themarcel2004-07-121-0/+3
* - Change mi_switch() and sched_switch() to accept an optional thread tojhb2004-07-021-2/+2
* Deorbit COMPAT_SUNOS.phk2004-06-111-19/+7
* According to SUSv3, sigwait is different with sigwaitinfo, sigwaitdavidxu2004-06-071-5/+12
* Move TDF_SA from td_flags to td_pflags (and rename it accordingly)tjr2004-06-021-5/+5
OpenPOWER on IntegriCloud