aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/signalvar.h
Commit message (Expand)AuthorAgeFilesLines
* Patch annotation in sigdeferstopMateusz Guzik2020-12-131-1/+1
* Remove an extraneous parameter from SIGIO_ASSERT_LOCKED()Mark Johnston2020-11-111-1/+1
* Fix a pair of races in SIGIO registrationMark Johnston2020-11-111-1/+1
* Add sig_intr(9).Konstantin Belousov2020-10-041-0/+1
* Refactor sleepq_catch_signals().Konstantin Belousov2020-10-041-0/+2
* Return reschedule_signals() to being static again.Konstantin Belousov2020-03-101-2/+1
* sys/signalvar.h: Fix opposite boolean sense in commentConrad Meyer2020-03-031-4/+4
* sys/kern: quiet -Wwrite-stringsRyan Libby2020-02-231-1/+1
* Do not read sigfastblock word on syscall entry.Konstantin Belousov2020-02-201-2/+4
* Add a way to manage thread signal mask using shared word, instead of syscall.Konstantin Belousov2020-02-091-0/+20
* rfork(2): add RFSPAWN flagKyle Evans2019-09-251-0/+1
* vfs: __predict common case in VFS_EPILOGUE/PROLOGUEMateusz Guzik2018-09-221-2/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix typo in comment.Konstantin Belousov2017-03-091-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Defer ptracestop() signals that cannot be delivered immediatelyEric Badger2017-02-201-2/+4
* Provide helper macros to detect 'non-silent SBDRY' state and toKonstantin Belousov2016-07-031-2/+22
* Rewrite sigdeferstop(9) and sigallowstop(9) into more flexibleKonstantin Belousov2016-06-261-2/+14
* Simplify AIO initialization now that it is standard.John Baldwin2016-03-091-0/+2
* Make SIGSTOP working for sleeps done while waiting for fifo readers orKonstantin Belousov2015-01-181-1/+1
* Manage struct sigacts refcnt with atomics instead of a mutex.Mateusz Guzik2014-07-141-1/+1
* Partially revert r195702. Deferring stops is now implemented via a set ofJohn Baldwin2013-03-181-5/+1
* Further refine the handling of stop signals in the NFS client. TheJohn Baldwin2013-02-211-2/+2
* Rework the handling of stop signals in the NFS client. The changes inJohn Baldwin2013-02-061-0/+2
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Create a global thread hash table to speed up thread lookup, useDavid Xu2010-10-091-1/+10
* - Various style and whitespace fixes.John Baldwin2010-07-081-74/+64
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() toJohn Baldwin2010-06-301-4/+1
* Sort function prototypes (since I didn't manage to insert tdksignal()John Baldwin2010-06-291-9/+9
* Tweak the in-kernel API for sending signals to threads:John Baldwin2010-06-291-3/+3
* Staticise sigqueue manipulation functions used only in kern_sig.c.Konstantin Belousov2010-01-231-9/+1
* When traced process is about to receive the signal, the process isKonstantin Belousov2010-01-201-0/+1
* Implement sighold, sigignore, sigpause, sigrelse, sigset functionsKonstantin Belousov2009-11-261-1/+1
* Among signal generation syscalls, only sigqueue(2) is allowed by POSIXKonstantin Belousov2009-11-171-3/+5
* In r198506, kern_sigsuspend() started doing cursig/postsig loop to makeKonstantin Belousov2009-11-101-1/+1
* Trapsignal() and postsig() call kern_sigprocmask() with both processKonstantin Belousov2009-10-301-0/+1
* In kern_sigsuspend(), better manipulate thread signal mask usingKonstantin Belousov2009-10-271-1/+6
* Currently, when signal is delivered to the process and there is a threadKonstantin Belousov2009-10-111-3/+5
* Add new msleep(9) flag PBDY that shall be specified together withKonstantin Belousov2009-07-141-1/+5
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-051-0/+1
* Move some declaration of 32-bit signal structures into fileDavid Xu2006-10-051-0/+2
* Add signal set sq_kill to sigqueue structure, the member saves allDavid Xu2006-03-021-2/+3
* Sync with signal.h.David Xu2005-12-061-0/+1
* Add support for queueing SIGCHLD same as other UNIX systems did.David Xu2005-11-081-1/+1
* Cleanup some signal interfaces. Now the tdsignal function acceptsDavid Xu2005-11-031-10/+3
* Fix sigevent's POSIX incompatible problem by adding member fieldsDavid Xu2005-10-301-0/+9
* 1. Make ksiginfo_alloc and ksiginfo_free public.David Xu2005-10-231-1/+12
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-141-3/+27
* Add ksiginfo_t which is a wrapper of siginfo_t but allows us to carryDavid Xu2005-10-141-0/+39
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1