index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
string
/
strerror.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libc: Always use our own copy of sys_errlist and sys_nerr (.so only).
jilles
2013-08-31
1
-3
/
+5
*
Renumber clauses to reduce diffs to other versions
emaste
2013-05-28
1
-1
/
+1
*
Fix indentation.
kib
2012-03-14
1
-1
/
+1
*
Allow strerror(0) and strerror_r(0, ...).
jilles
2011-04-05
1
-1
/
+1
*
Per Regents of the University of Calfornia letter, remove advertising
imp
2007-01-09
1
-4
/
+0
*
Unbreak !NLS case
phantom
2005-02-27
1
-1
/
+1
*
Add NLS catalogs support to strerror(), strerror_r() and strsignal().
phantom
2005-02-27
1
-15
/
+46
*
Back out the `hiding' of strlcpy and strlcat. Several people
nectar
2003-05-01
1
-5
/
+3
*
`Hide' strlcpy and strlcat (using the namespace.h / __weak_reference
nectar
2003-04-29
1
-3
/
+5
*
Optimize errstr() by reducing the number of times it walks a string.
mike
2003-01-03
1
-9
/
+7
*
Stylistic changes:
mike
2002-12-20
1
-11
/
+14
*
Rearrange strerror() so that its itoa procedure can be used with
mike
2002-12-18
1
-85
/
+39
*
Fix off-by-one error.
mini
2002-07-03
1
-1
/
+1
*
Make strerror and strerror_r use sys_errlist[0] for errnum = 0. Be
wes
2001-12-07
1
-3
/
+20
*
New, improved, more Posix-compliant strerror_r implementation,
wes
2001-12-06
1
-60
/
+59
*
Add strerror_r function per Posix prototype.
wes
2001-11-27
1
-19
/
+74
*
rcsid[]->__FBSDID
obrien
2001-11-07
1
-4
/
+2
*
Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.
obrien
2001-05-24
1
-0
/
+4
*
Fix printing of weird errno's: negative values were printed as large
bde
1994-09-05
1
-5
/
+9
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+67