summaryrefslogtreecommitdiffstats
path: root/include/signal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* The open POSIX test suite reveals that sigpause(int sigmask) frombluhm2018-05-301-2/+3
* Remove sigreturn declaration and the now-unused libc syscall stubguenther2016-05-091-2/+1
* Convert sigemptyset and sigfillset to inline functions to avoidmillert2016-02-041-8/+20
* Split the intra-thread functionality from kill(2) into its own syscallguenther2015-11-101-1/+2
* Welcome to 1989: assume the compiler support constguenther2014-07-121-3/+3
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-3/+3
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* Improve standards compliance: bsd_signal() was XSI only and has been droppedguenther2012-06-101-15/+19
* functions are top-level objects anyways, make that clearer.espie2012-05-131-7/+3
* The prototype for pthread_sigmask(2) is supposed to live in <signal.h>kettenis2012-01-031-1/+4
* sigstack() is long dead, and the compat sigaltstack syscall is gone too.guenther2011-11-221-5/+6
* sigset_t is unsigned, so eliminate a warning by shifting a 1U insteadguenther2011-07-061-4/+4
* Now that __only_inline is in <sys/cdefs.h>, replace the local versions inguenther2010-10-011-11/+7
* Always force GNU inline semantics here as well.kettenis2010-07-261-2/+2
* Make sure sys_signame and sys_siglist are wrapped in __BEGIN_DECLS.kettenis2008-04-291-2/+2
* allow extern inline stuff to proceed unchanged thru the mess that theespie2007-03-171-4/+9
* Do not declare errno as extern int, set it via __errno().millert2005-12-211-7/+7
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-10/+15
* XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@millert2004-05-031-1/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-2/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-23/+23
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-1/+2
* pull cdefs.h in sys/signal.h instead; improvement on netbsd pr#2712; laine@mornignstar.comderaadt1996-09-201-2/+1
* From NetBSD: Add prototype for sigaltstack; from John Kohl in PR #2129niklas1996-03-181-1/+3
* initial import of NetBSD treederaadt1995-10-181-0/+119