Add getconf(1)

The logic is simple, it's just a pain in the ass to fill the
data-structures.
Some lines had to be commented out, as glibc/musl apparently
have not fully implemented the mandatory variables for the
2013 corrigendum of POSIX 2008.

Also added a manpage and the necessary entries in README.

I also removed it from the TODO.
This commit is contained in:
FRIGN
2015-10-01 00:59:40 +02:00
committed by sin
parent 98e7e75ec6
commit 05996b997c
5 changed files with 375 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ BIN =\
false\
find\
fold\
getconf\
grep\
head\
join\