aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/getconf.c
AgeCommit message (Expand)Author
2018-12-07macOS: fix getconf(1) build.Elliott Hughes
2018-10-30getconf: add -a, fix the LFS_ output, and blame bionic rather than musl for U...Elliott Hughes
2018-10-07Fix getconf build for musl.Rob Landley
2018-10-06getconf: add missing names used by AOSP.Rob Landley
2018-10-06Say undefined for sysconf/pathconf -1, remove goto, help text tweak,Rob Landley
2018-10-05getconf: add pathconf(3) variables.Elliott Hughes
2018-10-05getconf: fix glibc NPROCESSORS_ONLN.Elliott Hughes
2018-04-18Add the flags linux kernel build checks for.Rob Landley
2018-04-13Add getconf.Rob Landley