summaryrefslogtreecommitdiff
path: root/include/signal.h
AgeCommit message (Expand)Author
2025-06-11include: ssp: fortify <signal.h>Ricardo Branco
2025-06-11Add the POSIX sig2str(3) & str2sig(3) callsRicardo Branco
2025-04-17Add POSIX psiginfo(3) callRicardo Branco
2023-11-26include: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2019-12-12Add sigsetop extensions commonly found in musl libc and glibcKyle Evans
2017-11-20include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-28Make use of clang nullability attributes.Pedro F. Giffuni
2017-01-01Remove some uses of the GCC __nonnull() attribute.Pedro F. Giffuni
2016-05-30Fix the signature of the psignal() function.Ed Schouten
2016-02-13Hide ucontext_t and mcontext_t when neither POSIX nor XSI features areKonstantin Belousov
2016-02-12POSIX states that #include <signal.h> shall make both mcontext_t andKonstantin Belousov
2015-04-06Make use of gcc attributes in some standard include headers.Pedro F. Giffuni
2015-03-25Temporarily revert 280458.Pedro F. Giffuni
2015-03-24Introduce nonnull attributes in the signal and pthread headers.Pedro F. Giffuni
2014-05-11include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker
2011-12-13Replace __const by const in all non-contributed source code.Ed Schouten
2011-02-20Add restrict keyword to pthread_sigmask prototype and manpage.Konstantin Belousov
2010-02-16Remove the Berkeley clause 3's.Warner Losh
2009-12-22Don't name parameters, for consistency with the rest of the file, and becauseOlivier Houchard
2009-11-26Implement sighold, sigignore, sigpause, sigrelse, sigset functionsKonstantin Belousov
2009-04-17Revert r190943, since the problem in ports seems to be fixed now.David Schultz
2009-04-11GNU Pth has some fragile kludges that were broken by r189828.David Schultz
2009-03-14Fix the visibility of several prototypes. Also move pthread_kill() andDavid Schultz
2009-03-04Add psignal to the POSIX.1-2008 namespace.David Schultz
2005-10-16Use __pid_t instead of pid_t for sigqueue as other functions.David Xu
2005-10-14Add sigqueue function prototype.David Xu
2003-03-31 - Define sigwait, sigtimedwait, and sigwaitinfo in terms ofJeff Roberson
2002-10-16Fixed style bug near $FreeBSD$. VCS ids in copyrights should not beBruce Evans
2002-10-14o Move forward declaration for struct timespec to a more appropriateMike Barcroft
2002-10-13Assume POSIX/XSI is always visible in the __BSD_VISIBLE case. Fix aMike Barcroft
2002-10-12Add restrict type-qualifier.Mike Barcroft
2002-10-06o Use relatively new visibility primitives from <sys/cdefs.h>.Mike Barcroft
2002-10-02Add the 'restrict' type qualifier to the prototypes of `sigaction',Robert Drehmel
2002-08-21o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft
2002-03-23Breath deep and take __P out of the system include files.Warner Losh
2002-02-17Oops, forgot to commit this (s/ucontext_t/struct __ucontext/).Daniel Eischen
1999-10-02Remove the inline versions of sigaddset, sigdelset, sigemptyset,Marcel Moolenaar
1999-09-29sigset_t change (part 5 of 5)Marcel Moolenaar
1999-05-18Add a strsignal(3) (like strerror(3)) for libc compatability with otherPeter Wemm
1998-08-25Add the prototype for sigwait().John Birrell
1998-08-05Move the include of <machine/ansi.h> to before <sys/signal.h>.Doug Rabson
1998-05-14nuke signanosleep().Peter Wemm
1998-03-28Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault
1998-03-08Put sigevent and AIO_LISTIO_MAX back in aio.h soPeter Dufault
1998-03-08Reviewed by: bdePeter Dufault
1998-03-04Reviewed by: msmith, bde long agoPeter Dufault
1998-01-16Added missing declaration of signanosleep().Bruce Evans
1996-06-28Added missing prototype for sigaltstack()Sujal Patel
1995-06-28Fix standards conformance bugs in <signal.h>:Bruce Evans