summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/__strsignal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge common functionality of __strsignal and strerror_r.otto2005-05-261-99/+0
* Tidy up __strtosignal(): pass a buffer and length to its itoa() andtom2005-05-011-8/+12
* ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@otto2005-03-301-7/+4
* 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
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-6/+4
* need limits.hderaadt1996-09-251-1/+2
* nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, mike....deraadt1996-09-251-5/+7
* Avoid pulling in stdiotholo1996-09-161-4/+20
* Fix RCS idstholo1996-08-191-2/+1
* initial import of NetBSD treederaadt1995-10-181-0/+86