index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libc
/
string
/
strerror_r.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the save_errno dance inside strerror_r(3). It is from the
bluhm
2016-10-19
1
-5
/
+3
*
The only thing that was translated into multiple languages in OpenBSD
bluhm
2015-10-25
1
-23
/
+1
*
Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame
guenther
2015-09-06
1
-7
/
+3
*
Use new framework for wrapping cat{open,gets,close}(), eliminating
guenther
2015-09-05
1
-4
/
+1
*
Add framework for resolving (pun intended) libc namespace issues, using
guenther
2015-08-31
1
-1
/
+2
*
Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008.
stsp
2013-06-01
1
-2
/
+2
*
If NLS is disabled, strerror does not print the correct error string.
bluhm
2007-03-01
1
-2
/
+2
*
zap remaining rcsid.
espie
2005-08-08
1
-5
/
+1
*
Merge common functionality of __strsignal and strerror_r.
otto
2005-05-26
1
-28
/
+48
*
Only append number when it fits to avoid truncation and return
otto
2005-05-08
1
-14
/
+11
*
correct strlcpy abuse
beck
2005-04-20
1
-4
/
+8
*
build the error message in strerror_r.c directly, avoiding one copy there.
espie
2004-05-03
1
-10
/
+100
*
Add strerror_r and functions versions of getchar_unlocked and
marc
2002-11-21
1
-0
/
+30