summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strnlen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Roll back uintptr_t cast changes after discussions with tedu, otto anddtucker2016-10-161-7/+2
* Cast pointers to uintptr_t to avoid potential signedness errors.dtucker2016-10-141-2/+7
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* mop up ifndef KERNEL goo; ok miodderaadt2014-06-101-5/+1
* Add strnlen() to libkern.matthew2012-04-261-1/+5
* Avoid using and end pointer since strnlen(string, -1) is legalmillert2010-06-021-4/+3
* remove unused variable.chl2010-05-211-2/+1
* add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromtedu2010-05-181-0/+34