summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
* Lock and unlock sched_lock when walking through thread list, current wedavidxu2003-12-071-1/+11
* Try to fetch thread mailbox address in page fault trap, so when threaddavidxu2003-10-301-1/+2
* Check (locked) before performing an advisory unlock following a failurerwatson2003-10-251-1/+2
* When generate a core dump, use advisory locking in an advisory way:rwatson2003-10-251-6/+6
* Don't clear signal mask in execsig(). RELENG_4 does not clear it and POSIXdavidxu2003-10-131-4/+0
* Move some tracing related code into its own function as it willrobert2003-09-261-15/+24
* panic() if we try to handle an out-of-range signal number innectar2003-08-101-2/+5
* Use correct signal when calling sigexit.davidxu2003-07-301-1/+3
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.phk2003-07-271-1/+1
* The POSIX spec also requires that kern_sigtimedwait returnmtm2003-07-241-1/+1
* Always deliver synchronous signal to UTS for SA threads.davidxu2003-07-211-2/+14
* Fix sigwait to conform to POSIX.davidxu2003-07-171-67/+109
* Rename thread_siginfo to cpu_thread_siginfodavidxu2003-07-151-1/+1
* If a thread is sending signal to its process, if the thread can handledavidxu2003-07-111-3/+4
* Make the conditional, which decides what siglist to put a signal on,mtm2003-07-051-8/+5
* Signals sent specifically to a particular thread mustmtm2003-07-031-12/+14
* o Change kse_thr_interrupt to allow send a signal to a specified thread,davidxu2003-06-281-8/+88
* Fix POSIX compatible bug for sigwaitinfo and sigtimedwait.davidxu2003-06-281-4/+11
* When a STOP signal is being sent to a process, it is possible alldavidxu2003-06-201-2/+16
* Fix typo. td should be td0.davidxu2003-06-201-1/+1
* 1. Add code to support bound thread. when blocked, a bound thread neverdavidxu2003-06-151-1/+1
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-1/+1
* Use __FBSDID().obrien2003-06-111-1/+3
* - Add a td_pflags field to struct thread for private flags accessed only byjhb2003-06-091-12/+6
* Fix long standing bug that prevents the PT_CONTINUE, PT_KILL andobrien2003-05-161-9/+10
* - Merge struct procsig with struct sigacts.jhb2003-05-131-81/+161
* Remove Giant from kern_sigsuspend() and osigsuspend() as these should nowjhb2003-05-091-10/+2
* Mostly sort the includes.jhb2003-05-051-13/+13
* Lock the proc lock around calls to tdsignal() in the sigwait() family ofjhb2003-05-051-6/+12
* Make issignal() private to kern_sig.c since it is only called from cursig()jhb2003-05-051-1/+2
* Forgot to remove Giant around call to kern_sigaction() injhb2003-04-301-4/+1
* Push Giant down into kern_sigaction() instead of locking it around callsjhb2003-04-251-8/+6
* Remove Giant from osigblock(), osigsetmask(), and kern_sigaltstack().jhb2003-04-231-15/+7
* - Reorganize osigstack() to do the copyin first, grab the proc lock once,jhb2003-04-231-19/+13
* Unbreak sigaltstack syscall. sigonstack is now a function anddavidxu2003-04-191-7/+2
* - Make sigonstack() a regular function instead of an inline and add a procjhb2003-04-181-5/+23
* Rename do_sigprocmask() to kern_sigprocmask() and make it a global symboljhb2003-04-181-8/+6
* Don't hold the proc lock while performing sigset conversions on localjhb2003-04-171-1/+1
* - Remove garbage SIGSETOR() that snuck into struct sigpending_argsjhb2003-04-171-2/+1
* Style fix.davidxu2003-04-121-1/+1
* Check SIG_HOLD action ealier to avoid missing test it in later code.davidxu2003-04-121-9/+7
* - p will be unused in cursig() if INVARIANTS is not defined. Access itjeff2003-04-011-3/+1
* - Define sigwait, sigtimedwait, and sigwaitinfo in terms ofjeff2003-03-311-1/+173
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-111/+209
* - Mark signals which may be delivered to any thread in the process withjeff2003-03-311-31/+32
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-311-6/+6
* Fix threaded process job control bug. SMP tested.davidxu2003-03-111-27/+33
* Hold the proc lock while accessing p_procsig in trapsignal().tjr2003-03-091-1/+2
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-041-1/+2
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-1/+1
OpenPOWER on IntegriCloud