aboutsummaryrefslogtreecommitdiff
path: root/include/signal.h
Commit message (Expand)AuthorAgeFilesLines
* Add sigsetop extensions commonly found in musl libc and glibcKyle Evans2019-12-121-0/+3
* include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Make use of clang nullability attributes.Pedro F. Giffuni2017-01-281-4/+8
* Remove some uses of the GCC __nonnull() attribute.Pedro F. Giffuni2017-01-011-3/+3
* Fix the signature of the psignal() function.Ed Schouten2016-05-301-1/+1
* Hide ucontext_t and mcontext_t when neither POSIX nor XSI features areKonstantin Belousov2016-02-131-0/+2
* POSIX states that #include <signal.h> shall make both mcontext_t andKonstantin Belousov2016-02-121-1/+2
* Make use of gcc attributes in some standard include headers.Pedro F. Giffuni2015-04-061-3/+3
* Temporarily revert 280458.Pedro F. Giffuni2015-03-251-3/+3
* Introduce nonnull attributes in the signal and pthread headers.Pedro F. Giffuni2015-03-241-3/+3
* include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker2014-05-111-1/+1
* Replace __const by const in all non-contributed source code.Ed Schouten2011-12-131-3/+3
* Add restrict keyword to pthread_sigmask prototype and manpage.Konstantin Belousov2011-02-201-1/+2
* Remove the Berkeley clause 3's.Warner Losh2010-02-161-5/+1
* Don't name parameters, for consistency with the rest of the file, and becauseOlivier Houchard2009-12-221-6/+6
* Implement sighold, sigignore, sigpause, sigrelse, sigset functionsKonstantin Belousov2009-11-261-1/+6
* Revert r190943, since the problem in ports seems to be fixed now.David Schultz2009-04-171-2/+0
* GNU Pth has some fragile kludges that were broken by r189828.David Schultz2009-04-111-0/+2
* Fix the visibility of several prototypes. Also move pthread_kill() andDavid Schultz2009-03-141-1/+12
* Add psignal to the POSIX.1-2008 namespace.David Schultz2009-03-041-1/+4
* Use __pid_t instead of pid_t for sigqueue as other functions.David Xu2005-10-161-1/+1
* Add sigqueue function prototype.David Xu2005-10-141-9/+2
* - Define sigwait, sigtimedwait, and sigwaitinfo in terms ofJeff Roberson2003-03-311-1/+1
* Fixed style bug near $FreeBSD$. VCS ids in copyrights should not beBruce Evans2002-10-161-1/+0
* o Move forward declaration for struct timespec to a more appropriateMike Barcroft2002-10-141-2/+14
* Assume POSIX/XSI is always visible in the __BSD_VISIBLE case. Fix aMike Barcroft2002-10-131-5/+8
* Add restrict type-qualifier.Mike Barcroft2002-10-121-2/+1
* o Use relatively new visibility primitives from <sys/cdefs.h>.Mike Barcroft2002-10-061-16/+25
* Add the 'restrict' type qualifier to the prototypes of `sigaction',Robert Drehmel2002-10-021-6/+7
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-4/+4
* Breath deep and take __P out of the system include files.Warner Losh2002-03-231-25/+25
* Oops, forgot to commit this (s/ucontext_t/struct __ucontext/).Daniel Eischen2002-02-171-1/+1
* Remove the inline versions of sigaddset, sigdelset, sigemptyset,Marcel Moolenaar1999-10-021-53/+0
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-291-8/+55
* Add a strsignal(3) (like strerror(3)) for libc compatability with otherPeter Wemm1999-05-181-0/+1
* Add the prototype for sigwait().John Birrell1998-08-251-0/+1
* Move the include of <machine/ansi.h> to before <sys/signal.h>.Doug Rabson1998-08-051-1/+1
* nuke signanosleep().Peter Wemm1998-05-141-5/+0
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-8/+2
* Put sigevent and AIO_LISTIO_MAX back in aio.h soPeter Dufault1998-03-081-17/+0
* Reviewed by: bdePeter Dufault1998-03-081-3/+33
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-041-0/+5
* Added missing declaration of signanosleep().Bruce Evans1998-01-161-0/+5
* Added missing prototype for sigaltstack()Sujal Patel1996-06-281-0/+1
* Fix standards conformance bugs in <signal.h>:Bruce Evans1995-06-281-8/+10
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+82