aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/signal.h
Commit message (Expand)AuthorAgeFilesLines
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-161-0/+7
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-101-7/+0
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-101-0/+7
* Improve MD page fault handlers.Konstantin Belousov2019-09-271-0/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Store a 32-bit PT_LWPINFO struct for 32-bit process core dumps.John Baldwin2017-06-291-0/+42
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add PROC_TRAPCAP procctl(2) controls and global sysctl kern.trap_enocap.Konstantin Belousov2016-09-211-0/+1
* Improve POSIX conformance of <signal.h>.Ed Schouten2016-05-311-1/+22
* POSIX states that #include <signal.h> shall make both mcontext_t andKonstantin Belousov2016-02-121-10/+13
* Convert ss_sp in stack_t and sigstack to void *.John Baldwin2016-01-271-3/+2
* 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