summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/strlcpy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
|
* Sync with libc version.millert2015-01-151-20/+19
|
* mop up #ifdef _KERNEL goo; ok miodderaadt2014-06-101-6/+1
|
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* ansi and some missing protosderaadt2004-08-071-5/+5
|
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+9
| | | | where applicable.
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-23/+12
|
* Put return type on its own line like it belong and use ANSI function header.millert2003-03-141-6/+4
|
* strlcat and strlcpy into libkern.provos2000-12-181-0/+72