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