aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strerror.c
Commit message (Expand)AuthorAgeFilesLines
* include: ssp: round out fortification of current set of headersKyle Evans2024-07-131-1/+3
* libc: make strerror_rl() usable for libcKonstantin Belousov2024-04-231-5/+5
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove __NO_TLS.Konstantin Belousov2021-02-231-5/+0
* Implement strerror_l().Konstantin Belousov2020-12-161-11/+35
* Fix WITHOUT_NLS build after r342551.Konstantin Belousov2018-12-281-1/+1
* Bump sys_errlist size to keep ABI backward-compatible for some time.Konstantin Belousov2018-12-271-9/+6
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* libc: Always use our own copy of sys_errlist and sys_nerr (.so only).Jilles Tjoelker2013-08-311-3/+5
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-281-1/+1
* Fix indentation.Konstantin Belousov2012-03-141-1/+1
* Allow strerror(0) and strerror_r(0, ...).Jilles Tjoelker2011-04-051-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Unbreak !NLS caseAlexey Zelkin2005-02-271-1/+1
* Add NLS catalogs support to strerror(), strerror_r() and strsignal().Alexey Zelkin2005-02-271-15/+46
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-5/+3
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-3/+5
* Optimize errstr() by reducing the number of times it walks a string.Mike Barcroft2003-01-031-9/+7
* Stylistic changes:Mike Barcroft2002-12-201-11/+14
* Rearrange strerror() so that its itoa procedure can be used withMike Barcroft2002-12-181-85/+39
* Fix off-by-one error.Jonathan Mini2002-07-031-1/+1
* Make strerror and strerror_r use sys_errlist[0] for errnum = 0. BeWes Peters2001-12-071-3/+20
* New, improved, more Posix-compliant strerror_r implementation,Wes Peters2001-12-061-60/+59
* Add strerror_r function per Posix prototype.Wes Peters2001-11-271-19/+74
* 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
* Fix printing of weird errno's: negative values were printed as largeBruce Evans1994-09-051-5/+9
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+67