summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/strnlen.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
|
* mop up #ifdef _KERNEL goo; ok miodderaadt2014-06-101-6/+1
|
* Add strnlen() to libkern.matthew2012-04-261-0/+36
ok deraadt