Home | History | Annotate | Download | only in gen
History log of /src/lib/libc/gen/psignal.c
RevisionDateAuthorComments
 1.23  13-Mar-2012  christos PR/45989: Martin Husemann: lint invocation does include -w only on i386

- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values to types that
would not fit.
- change types, add casts
- change into ansii prototypes
- turn on _DIAGNOSTIC for libc (during current, to be eliminated for release
builds)

approved by core@
 1.22  27-Aug-2010  christos branches: 1.22.6;
add psiginfo.
 1.21  29-Nov-2005  christos WARNS=4
 1.20  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.19  22-Jan-2000  mycroft Delint.
Remove trailing ; from uses of __weak_alias(). The macro inserts this if
needed.
 1.18  17-Nov-1998  christos revert previous change; same problem with perror().
 1.17  15-Nov-1998  christos delint
 1.16  13-Nov-1998  christos delint
 1.15  13-Nov-1998  christos delint
 1.14  28-Jul-1998  mycroft Use writev(2) (like perror(3)).
 1.13  27-Feb-1998  perry trivial changes to quiet lint.
 1.12  03-Feb-1998  perry remove obsolete register declarations
 1.11  21-Jul-1997  jtc 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>.
 1.10  13-Jul-1997  christos Fix RCSID's
Use extern.h don't make local prototypes
 1.9  23-Jan-1997  mrg - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.
 1.8  27-Feb-1995  cgd merge with Lite, keeping local changes. Fix up Id format, etc.
 1.7  06-Oct-1994  jtc branches: 1.7.2;
Change size of array passed to __strsignal() from 128 to NL_TEXTMAX.
 1.6  06-Oct-1994  jtc Call __strsignal() instead of accessing sys_siglist[] directly.
 1.5  26-Jun-1994  jtc Avoid core dump when using NULL message string.
 1.4  06-Dec-1993  mycroft Add a `const' to shut up gcc.
 1.3  26-Aug-1993  jtc Declare rcsid strings so they are stored in text segment.
 1.2  30-Jul-1993  mycroft Add even more RCS frobs.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  25-Feb-1995  cgd from lite, with minor name rearrangement to fit.
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.7.2.1  02-May-1995  jtc #include "namespace.h"
 1.22.6.1  17-Apr-2012  yamt sync with head

RSS XML Feed