History log of /netbsd-src/lib/libc/gen/signal.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 4be2f99d 03-Jan-2024 christos <christos@NetBSD.org>

tidy up some extern declarations


# 53e64a77 02-Jan-2024 christos <christos@NetBSD.org>

pass lint.


# 0762ef8b 03-Jun-2016 christos <christos@NetBSD.org>

Add bsd_signal as required by POSIX (from GSoC 2016, Charles Cui)


# 9e66e6d7 25-Jun-2012 abs <abs@NetBSD.org>

Update old-style definitions to ANSI, remove a couple of register
definitions along the way. Fixed gcc 4.1 build (thank you vax)


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 60549036 22-Jan-2000 mycroft <mycroft@NetBSD.org>

Delint.
Remove trailing ; from uses of __weak_alias(). The macro inserts this if
needed.


# 796b7ae4 16-Oct-1998 kleink <kleink@NetBSD.org>

Need an internal name for signal().


# 43fa6fe3 21-Jul-1997 jtc <jtc@NetBSD.org>

If port provides __weak_alias(), provide an Standard C and POSIX pure
identifier namespace by renaming non standard functions and variables
such that they have a leading underscore. The library will

If port provides __weak_alias(), provide an Standard C and POSIX pure
identifier namespace by renaming non standard functions and variables
such that they have a leading underscore. The library will use those
names internally. Weak aliases are used to provide the original names
to the API.

This is only the first part of this change. It is most of the functions
which are implemented in C for all NetBSD ports. Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.

show more ...


# 26cc2d4f 13-Jul-1997 christos <christos@NetBSD.org>

Fix RCSID's


# ee38224d 04-Mar-1995 cgd <cgd@NetBSD.org>

fix up some RCS Id's i botched.


# 9060ff0d 27-Feb-1995 cgd <cgd@NetBSD.org>

merge with 4.4-Lite, keeping local changes. clean up Ids


# fa8cf506 30-Nov-1993 jtc <jtc@NetBSD.org>

Renamed _sigintr to __sigintr. _sigintr is in the user's namespace.


# 9c20f740 26-Aug-1993 jtc <jtc@NetBSD.org>

Declare rcsid strings so they are stored in text segment.


# f23f94cb 30-Jul-1993 mycroft <mycroft@NetBSD.org>

Add even more RCS frobs.


# bceb67fa 16-Jun-1993 jtc <jtc@NetBSD.org>

According to Ansi C, signal is supposed to return SIG_ERR on error,
not BADSIG. I know they are the same thing, but this allows me to
remove the otherwised unused, bogus macro BADSIG from signal.h


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources