summaryrefslogtreecommitdiff
path: root/lib/libc/string/strlcpy.c
Commit message (Expand)AuthorAgeFilesLines
* Make strlcpy/strlcat slightly easier to read.Pedro F. Giffuni2015-04-061-19/+18
* Add restrict qualifiers to the parameters to strlcpy() and strlcat().David Schultz2009-02-281-1/+1
* - License change to a less restrictive one;Xin LI2008-10-191-33/+16
* o Make grep ^strlcpy work: put a return value type on separate line.Maxim Konovalov2006-06-151-1/+2
* Remove extra closing parenthesis added in revision 1.4.Stefan Farfeleder2004-10-141-1/+1
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-4/+1
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-1/+4
* Remove 'register' keyword.David E. O'Brien2002-03-211-3/+3
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-071-7/+3
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.David E. O'Brien2001-05-241-0/+6
* Use the latest version of these files from OpenBSD.Warner Losh1999-08-101-12/+17
* Import strl{cat,cpy} from OpenBSD.Warner Losh1999-08-101-0/+63