Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use PROTO_NORMAL() on __syscall to go direct, adjusting the declaration | 2015-09-11 | 1 | -4/+2 | |
| | | | | | | | to eliminate some casts. Retire some uses of old-style STUB* macros where superseded by namespace.h bits tweaks and ok deraadt@ | ||||
* | posix_madvise() should return the errno value on error, not -1 | 2014-07-10 | 1 | -2/+3 | |
| | | | | ok tedu@ jmc@ | ||||
* | prototype for _thread_sys_madvise | 2014-07-10 | 1 | -1/+3 | |
| | |||||
* | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | 2010-05-18 | 1 | -0/+11 | |
brad and millert, with hints from guenther, jmc, and otto I think. ok previous. |