index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
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