Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Roll back uintptr_t cast changes after discussions with tedu, otto and | dtucker | 2016-10-16 | 1 | -7/+2 |
* | Cast pointers to uintptr_t to avoid potential signedness errors. | dtucker | 2016-10-14 | 1 | -2/+7 |
* | Add framework for resolving (pun intended) libc namespace issues, using | guenther | 2015-08-31 | 1 | -1/+2 |
* | mop up ifndef KERNEL goo; ok miod | deraadt | 2014-06-10 | 1 | -5/+1 |
* | Add strnlen() to libkern. | matthew | 2012-04-26 | 1 | -1/+5 |
* | Avoid using and end pointer since strnlen(string, -1) is legal | millert | 2010-06-02 | 1 | -4/+3 |
* | remove unused variable. | chl | 2010-05-21 | 1 | -2/+1 |
* | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | tedu | 2010-05-18 | 1 | -0/+34 |