summaryrefslogtreecommitdiff
path: root/src/conf
AgeCommit message (Expand)AuthorFilesLines
2011-08-16in pathconf, -1, not 0, means unsupported.. syncio presumably works, too.Rich Felker1-3/+3
2011-08-16fix bogus pathconf result for file size bitsRich Felker1-1/+1
2011-06-07define MQ_PRIO_MAXRich Felker1-1/+1
2011-04-08better fix sysconf pthread stack minRich Felker1-1/+1
2011-04-08consistency with pthread stack min in limits.hRich Felker1-1/+1
2011-03-10fix sem_open and sem_close to obey posix semanticsRich Felker1-5/+5
2011-02-14put confstr.c with the other conf functionsRich Felker1-0/+17
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker3-0/+263