summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/strlcat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync with libc version.millert2015-01-151-23/+23
|
* 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
|
* sync with libc versionmillert2003-03-141-10/+8
| | | | | | | o ANSI function header o correct function comment o put type on its own line o swap the order of loop invariant when searching for end of dst
* strlcat and strlcpy into libkern.provos2000-12-181-0/+76