summaryrefslogtreecommitdiff
path: root/include/signal.h
AgeCommit message (Expand)Author
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubPhilip Guenther
2016-02-04Convert sigemptyset and sigfillset to inline functions to avoidTodd C. Miller
2015-11-10Split the intra-thread functionality from kill(2) into its own syscallPhilip Guenther
2014-07-12Welcome to 1989: assume the compiler support constPhilip Guenther
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-06-10Improve standards compliance: bsd_signal() was XSI only and has been droppedPhilip Guenthe
2012-05-13functions are top-level objects anyways, make that clearer.Marc Espie
2012-01-03The prototype for pthread_sigmask(2) is supposed to live in <signal.h>Mark Kettenis
2011-11-22sigstack() is long dead, and the compat sigaltstack syscall is gone too.Philip Guenthe
2011-07-06sigset_t is unsigned, so eliminate a warning by shifting a 1U insteadPhilip Guenthe
2010-10-01Now that __only_inline is in <sys/cdefs.h>, replace the local versions inPhilip Guenthe
2010-07-26Always force GNU inline semantics here as well.Mark Kettenis
2008-04-29Make sure sys_signame and sys_siglist are wrapped in __BEGIN_DECLS.Mark Kettenis
2007-03-17allow extern inline stuff to proceed unchanged thru the mess that theMarc Espie
2005-12-21Do not declare errno as extern int, set it via __errno().Todd C. Miller
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2004-05-03XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1996-09-20pull cdefs.h in sys/signal.h instead; improvement on netbsd pr#2712; laine@mo...Theo de Raadt
1996-03-18From NetBSD: Add prototype for sigaltstack; from John Kohl in PR #2129Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt