summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/__strerror.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* No longer need __strerror(3) now that we use strerror_r() inside libc.millert2004-05-031-46/+0
* build the error message in strerror_r.c directly, avoiding one copy there.espie2004-05-031-100/+5
* let __strerror fill precisely the part of the buffer it can.espie2004-05-011-17/+18
* Let __strerror work by fixing a number of problems. Work by tholo and I,espie2004-04-301-22/+52
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* a few more strlcy; ok from beck & hoderaadt2003-03-131-3/+3
* when strerror() has an Unknown error, also set EINVALderaadt2001-12-081-3/+8
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-6/+4
* nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, mike....deraadt1996-09-251-5/+8
* Avoid pulling in stdiotholo1996-09-161-4/+20
* Remove dead codetholo1996-09-151-2/+2
* Fix RCS idstholo1996-08-191-2/+1
* need errno.h because err declerations have movedderaadt1996-01-291-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+92