summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/__strsignal.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge common functionality of __strsignal and strerror_r.otto2005-05-261-99/+0
| | | | ok jaredy@ miod@
* Tidy up __strtosignal(): pass a buffer and length to its itoa() andtom2005-05-011-8/+12
| | | | | | | | | | | make sure we can't underrun this buffer. Also force NUL-termination of this buffer, and ensure that large unsigned integers are printed correctly. Started by a diff from Dave Hines, openbsd (at) dph (dot) fluff (dot) org; thanks. with and ok otto@
* 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
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* 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, ↵deraadt1996-09-251-5/+7
| | | | mike.long@analog.com
* Avoid pulling in stdiotholo1996-09-161-4/+20
|
* Fix RCS idstholo1996-08-191-2/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+86