summaryrefslogtreecommitdiffstats
path: root/include/signal.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the Berkeley clause 3's.imp2010-02-161-5/+1
* Don't name parameters, for consistency with the rest of the file, and becausecognet2009-12-221-6/+6
* Implement sighold, sigignore, sigpause, sigrelse, sigset functionskib2009-11-261-1/+6
* Revert r190943, since the problem in ports seems to be fixed now.das2009-04-171-2/+0
* GNU Pth has some fragile kludges that were broken by r189828.das2009-04-111-0/+2
* Fix the visibility of several prototypes. Also move pthread_kill() anddas2009-03-141-1/+12
* Add psignal to the POSIX.1-2008 namespace.das2009-03-041-1/+4
* Use __pid_t instead of pid_t for sigqueue as other functions.davidxu2005-10-161-1/+1
* Add sigqueue function prototype.davidxu2005-10-141-9/+2
* - Define sigwait, sigtimedwait, and sigwaitinfo in terms ofjeff2003-03-311-1/+1
* Fixed style bug near $FreeBSD$. VCS ids in copyrights should not bebde2002-10-161-1/+0
* o Move forward declaration for struct timespec to a more appropriatemike2002-10-141-2/+14
* Assume POSIX/XSI is always visible in the __BSD_VISIBLE case. Fix amike2002-10-131-5/+8
* Add restrict type-qualifier.mike2002-10-121-2/+1
* o Use relatively new visibility primitives from <sys/cdefs.h>.mike2002-10-061-16/+25
* Add the 'restrict' type qualifier to the prototypes of `sigaction',robert2002-10-021-6/+7
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-4/+4
* Breath deep and take __P out of the system include files.imp2002-03-231-25/+25
* Oops, forgot to commit this (s/ucontext_t/struct __ucontext/).deischen2002-02-171-1/+1
* Remove the inline versions of sigaddset, sigdelset, sigemptyset,marcel1999-10-021-53/+0
* sigset_t change (part 5 of 5)marcel1999-09-291-8/+55
* Add a strsignal(3) (like strerror(3)) for libc compatability with otherpeter1999-05-181-0/+1
* Add the prototype for sigwait().jb1998-08-251-0/+1
* Move the include of <machine/ansi.h> to before <sys/signal.h>.dfr1998-08-051-1/+1
* nuke signanosleep().peter1998-05-141-5/+0
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-8/+2
* Put sigevent and AIO_LISTIO_MAX back in aio.h sodufault1998-03-081-17/+0
* Reviewed by: bdedufault1998-03-081-3/+33
* Reviewed by: msmith, bde long agodufault1998-03-041-0/+5
* Added missing declaration of signanosleep().bde1998-01-161-0/+5
* Added missing prototype for sigaltstack()smpatel1996-06-281-0/+1
* Fix standards conformance bugs in <signal.h>:bde1995-06-281-8/+10
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+82
OpenPOWER on IntegriCloud