summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/strcat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove strcpy and strcat from the kernel; they are dead and unused code.reyk2007-05-041-55/+0
| | | | | | | (OpenBSD does not use strcat/strcpy in the kernel, if people do it in external modules they should update their code) ok deraadt@
* sync from libcmickey2004-11-281-8/+8
|
* ansi and some missing protosderaadt2004-08-071-7/+7
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* warn on right symbols, oopsderaadt2003-05-121-3/+3
|
* warn for strcpy|strcat|sprintf|vsprintf; ok art dhartmei pval, and either henning or pb, i cannot tell which it wasderaadt2003-05-101-2/+4
|
* there is no string.h in stand landmickey1998-06-271-3/+3
|
* switch on _KERNEL to pull in correct headersderaadt1996-05-011-2/+6
|
* NetBSD 960317 mergeniklas1996-04-191-2/+4
|
* initial import of NetBSD treederaadt1995-10-181-0/+51