Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-14 | global: Format the code consistently | Samuel Holland | 1 | -12/+10 | |
* Apply clang-format. * Change all comments to the same style. * Add braces as dictated by the coding style guidelines. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2017-10-26 | sysctl: clean headers, ensure SYS__sysctl is def'd | A. Wilcox | 1 | -3/+5 | |
Linux/aarch64 does not define SYS__sysctl. This caused build errors in Alpine[1] and Void[2]. While I'm in here, fix up headers since we don't need errno or strings. [1]: https://git.alpinelinux.org/cgit/aports/commit/?id=400a9d40 [2]: https://github.com/voidlinux/void-packages/commit/a7aa924e | |||||
2017-06-14 | add sysctl() | William Pitcock | 1 | -0/+28 | |