aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/signal.h
Commit message (Expand)AuthorAgeFilesLines
* Register signal 33 explicitly as reserved by real-time library, andRobert Millan2012-03-261-0/+1
* If multiple threads call kevent() to get AIO events on same kqueue fd,David Xu2012-02-011-0/+2
* Make POLL_ERR and POLL_HUP different.Jilles Tjoelker2010-11-121-1/+1
* Add a trap code for DTrace induced traps.Rui Paulo2010-08-241-0/+1
* - According to specification, SI_USER code should only be generated byDavid Xu2010-08-241-0/+1
* Remove spurious '/*-' marks and fix some other style problems.Edward Tomasz Napierala2010-07-221-1/+1
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlyEdward Tomasz Napierala2010-07-181-1/+1
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrightEdward Tomasz Napierala2010-07-181-1/+1
* Implement sighold, sigignore, sigpause, sigrelse, sigset functionsKonstantin Belousov2009-11-261-3/+2
* Among signal generation syscalls, only sigqueue(2) is allowed by POSIXKonstantin Belousov2009-11-171-0/+1
* Correct the visibility macro surrounding SIGSYS.David Schultz2008-01-191-1/+1
* Restore member fields sigval_int and sigval_ptr, this unbreaks compilationDavid Xu2007-11-281-0/+3
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-1/+1
* o Remove SI_KERNEL until I really implemented it.David Xu2005-12-081-1/+1
* o Add some pad fields into struct sigevent for future extension.David Xu2005-12-061-2/+14
* Avoid using signal 127 and 128 as RT signals, these two signals confuseDavid Xu2005-11-301-1/+1
* Define SIGLWP which is an alias for SIGTHR, the reason why I did thisDavid Xu2005-11-131-0/+1
* Fix name compatible problem with POSIX standard. the sigval_ptr andDavid Xu2005-11-041-3/+3
* Update SIGTHR's comment.David Xu2005-11-011-1/+1
* Fix sigevent's POSIX incompatible problem by adding member fieldsDavid Xu2005-10-301-15/+18
* Add member fields for POSIX timer.David Xu2005-10-231-0/+6
* Add POSIX siginfo_t's si_code, this is for upcoming POSIX realtime signalDavid Xu2005-10-141-9/+73
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renameStefan Farfeleder2005-08-201-0/+2
* Make this look less dubious :-)Poul-Henning Kamp2004-06-111-3/+0
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-3/+0
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* - According to mike@FreeBSD.org SIGTHR should be hiden byJeff Roberson2003-03-311-3/+2
* - Add a signal for thread synchronization. Add an XXX so that maybeJeff Roberson2003-03-311-0/+4
* Fix drift of the comment about sa_sigaction away from its code.Mike Barcroft2002-12-291-1/+1
* sa_handler is in the POSIX namespace (5.0-R candidate).Mike Barcroft2002-12-291-2/+3
* Remove the <sys/types.h> prerequisite for <ucontext.h> by includingMike Barcroft2002-11-281-0/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-251-0/+8
* style(9)Mike Barcroft2002-10-141-28/+29
* 1) Although C99 allows implementations to define additional SIG*Mike Barcroft2002-10-141-18/+40
* o Fix a silly requirement for <machine/signal.h> to be included in theMike Barcroft2002-10-131-49/+70
* Change <sys/_sigset.h> to typedef __sigset_t instead of sigset_t, soMike Barcroft2002-10-051-0/+6
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-3/+3
* Use <sys/_sigset.h> to get declaration of sigset_t, which has been movedGarrett Wollman2002-06-161-16/+3
* Remove __PAlfred Perlstein2002-03-191-6/+5
* Use struct __ucontext in prototypes and associated functions instead ofDaniel Eischen2002-02-171-2/+5
* _SIG_MAXSIG (128) is the highest legal signal. The arrays are offsetPeter Wemm2001-11-031-1/+1
* style(9) the structure definitions.David E. O'Brien2001-09-051-3/+3
* Check validity of signal callback requested via aio routines.Alfred Perlstein2001-04-181-0/+1
* Provide a new interface for the user of aio_read() and aio_write() to requestAlan Cox2000-11-211-1/+7
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackMarcel Moolenaar2000-11-091-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Properly fix building posix sources this time.Marcel Moolenaar1999-10-161-12/+10
* Move SIG_HOLD back to signalvar.h.Marcel Moolenaar1999-10-121-5/+3
* I don't know if this is the correct fix, but my kernel can compile with it.Poul-Henning Kamp1999-10-101-1/+1
* Use the proper #ifdef around union sigval and siginfo_t. This fixesMarcel Moolenaar1999-10-101-2/+2