summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strsignal.c
Commit message (Collapse)AuthorAgeFilesLines
* Renumber clauses to reduce diffs to other versionsemaste2013-05-281-1/+1
| | | | | NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3, so follow suit to make comparison easier.
* strsignal(): Reindent.jilles2012-09-191-21/+21
|
* strsignal(): Do not append signal numbers to messages for known signals.jilles2012-09-191-1/+1
| | | | | Messages for known signals looked like "Terminated: 15" instead of "Terminated".
* Make strsignal(3) thread-safe.ume2010-01-241-4/+48
| | | | MFC after: 2 weeks
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Unbreak strsignal(). This is an MFC candidate.mux2005-03-061-2/+3
| | | | Reported by: Sean McNeil <sean@mcneil.com>
* Unbreak !NLS casephantom2005-02-271-1/+1
|
* Add NLS catalogs support to strerror(), strerror_r() and strsignal().phantom2005-02-271-14/+51
| | | | | | Controlled by NLS define, currently disabled by default. Idea obtained from: NetBSD
* Remove 'register' keyword.obrien2002-03-211-2/+2
|
* rcsid[]->__FBSDIDobrien2001-11-071-4/+2
|
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.obrien2001-05-241-0/+4
| | | | Do the same for the non-wcs*/wmem* files while I'm here.
* Add a strsignal(3) (like strerror(3)) for libc compatability with otherpeter1999-05-181-0/+72
systems. NetBSD, Linux, SVR4 etc all have it.
OpenPOWER on IntegriCloud