index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
string
/
strerror.c
Age
Commit message (
Expand
)
Author
2020-03-25
Protect against malloc failure corrupting errno, which is not
kre
2015-01-20
Fix non _REENTRANT build.
christos
2013-09-02
Missing alias for strerror_l.
joerg
2013-08-19
Add strerror_l.
joerg
2006-01-26
Must include "namespace.h" for strerror_r()'s internal name.
kleink
2005-07-28
PR/30845: Luke Mewburn: strerror_r(3) missing
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
1998-11-15
delint
christos
1998-07-27
Make these compile without __AUDIT__.
mycroft
1998-07-26
const poisoning.
mycroft
1998-02-16
don't assume buf is NL_TEXTMAX long
lukem
1997-07-13
Fix RCSID's
christos
1997-01-23
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
mrg
1994-10-12
fix typo
deraadt
1994-10-06
Change size of array passed to __strerror() from 128 to NL_TEXTMAX.
jtc
1994-09-03
__strerror() and __strsignal() have been broken out into their own files
jtc
1993-10-09
Helper function _strerror is in the user's namespace, renamed it to
jtc
1993-10-07
Moved strerror.[c3] from libc/stdio to libc/string.
jtc