summaryrefslogtreecommitdiff
path: root/sys/libkern/strlcpy.c
Commit message (Collapse)AuthorAgeFilesLines
* Use sys/libkern.h not /usr/include/string.hPeter Wemm2002-09-061-1/+1
| | | | Notes: svn path=/head/; revision=103000
* Remove 'register' keyword.David E. O'Brien2002-03-211-3/+3
| | | | Notes: svn path=/head/; revision=92889
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-071-7/+3
| | | | Notes: svn path=/head/; revision=86170
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.David E. O'Brien2001-05-241-0/+6
| | | | | | | Do the same for the non-wcs*/wmem* files while I'm here. Notes: svn path=/head/; revision=77117
* Use the latest version of these files from OpenBSD.Warner Losh1999-08-101-12/+17
| | | | | | | | | | | | | 1) Safty change from casper dik was added to OpenBSD's sources since I grabbed them. milltert@openbsd.org 2) Split up strlcpy to improve efficiency of the common case. milltert@openbsd.org 3) Cleanup of cross references for man page. {alex,aaron}@openbsd.org Pointed out by: deraadt@openbsd.org Notes: svn path=/head/; revision=49594
* Import strl{cat,cpy} from OpenBSD.Warner Losh1999-08-101-0/+63
Obtained from: OpenBSD Notes: svn path=/head/; revision=49593