summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed some style bugs in tdsigwakeup().bde2004-05-211-11/+10
* In tdsigwakeup(), use TD_ON_SLEEPQ() rather than TD_IS_SLEEPING() to see ifjhb2004-05-201-1/+1
* stop() no longer needs sched_lock held; in fact, holding sched_lock causescperciva2004-04-121-3/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Shorten some XXXKSE commentrypeter2004-03-291-4/+2
* - Push down Giant in exit() and wait().jhb2004-03-051-12/+13
* Use different dummy wait channels to avoid panic in msleep().des2004-03-031-3/+3
* Switch the sleep/wakeup and condition variable implementations to use thejhb2004-02-271-16/+7
* Locking for the per-process resource limits structure.jhb2004-02-041-5/+3
* Assert process lock in ptracestop(), since we're going to relyrwatson2004-01-291-0/+1
* Move the part of the comment which applies to osigsuspend wherekan2004-01-281-2/+5
* - Add a flags parameter to mi_switch. The value of flags may be SW_VOL orjeff2004-01-251-4/+2
* When not creating a core dump due to resource limits specifyingrwatson2004-01-111-1/+1
* Drop the sigacts mutex around calls to stopevent() to avoid sleepingrwatson2004-01-081-2/+10
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-37/+28
* 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
OpenPOWER on IntegriCloud