History log of /netbsd/lib/libc/compat-43/sigcompat.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 4e11af46 24-Dec-2005 perry <perry@NetBSD.org>

Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.


# 5b84b398 13-Sep-2005 christos <christos@NetBSD.org>

compat core reorg.


# 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.


# fe2f618c 27-Sep-1998 christos <christos@NetBSD.org>

Squash remnants of signal breakage... old sigvec() interface...


# 51327000 26-Sep-1998 christos <christos@NetBSD.org>

make it use posix signal system calls... Cannot play
int mask; sigfoo((sigset_t *) &mask) tricks any more...


# 9f6c3e59 02-Feb-1998 perry <perry@NetBSD.org>

merge lite-2


# 5f34d8e3 13-Jul-1997 christos <christos@NetBSD.org>

Fix RCSID's


# d8cb3599 24-Feb-1994 cgd <cgd@NetBSD.org>

don't do the (very) wrong thing in sigvec() if sv is NULL.
I found it, mycroft fixed it.


# 07181c7c 31-Jan-1994 ws <ws@NetBSD.org>

Don't try to change user's variables.
They might be static or even readonly.


# a054c658 11-Nov-1993 jtc <jtc@NetBSD.org>

First pass at getting a clean compile with "gcc -Wall", mostly explictly
declaring function return values, etc.


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

Declare rcsid strings so they are stored in text segment.


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


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

initial import of 386bsd-0.1 sources