Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | ok deraadt | ||||
* | Avoid using and end pointer since strnlen(string, -1) is legal | millert | 2010-06-02 | 1 | -4/+3 |
| | | | | | and would otherwise result in overflowing the end pointer and cause strnlen() to return 0. OK sthen@ | ||||
* | remove unused variable. | chl | 2010-05-21 | 1 | -2/+1 |
| | | | | ok millert@ tedu@ | ||||
* | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | tedu | 2010-05-18 | 1 | -0/+34 |
brad and millert, with hints from guenther, jmc, and otto I think. ok previous. |