aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strsignal.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-281-1/+1
* strsignal(): Reindent.Jilles Tjoelker2012-09-191-21/+21
* strsignal(): Do not append signal numbers to messages for known signals.Jilles Tjoelker2012-09-191-1/+1
* Make strsignal(3) thread-safe.Hajimu UMEMOTO2010-01-241-4/+48
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Unbreak strsignal(). This is an MFC candidate.Maxime Henrion2005-03-061-2/+3
* Unbreak !NLS caseAlexey Zelkin2005-02-271-1/+1
* Add NLS catalogs support to strerror(), strerror_r() and strsignal().Alexey Zelkin2005-02-271-14/+51
* Remove 'register' keyword.David E. O'Brien2002-03-211-2/+2
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-071-4/+2
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.David E. O'Brien2001-05-241-0/+4
* Add a strsignal(3) (like strerror(3)) for libc compatability with otherPeter Wemm1999-05-181-0/+72