summaryrefslogtreecommitdiff
path: root/src/conf
AgeCommit message (Expand)AuthorLines
2014-09-05fix off-by-one in bounds check in fpathconfRich Felker-1/+1
2014-05-19remove unsupported nonstandard sysconf macros and their table entriesRich Felker-60/+0
2014-05-19rework sysconf table to treat zero entries as invalidRich Felker-10/+13
2014-04-15add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconfRich Felker-2/+17
2014-04-15in sysconf, use getrlimit function rather than raw syscall for rlimitsRich Felker-3/+3
2014-04-15avoid linear-time if/else special cases in sysconfRich Felker-20/+35
2014-03-24fix confstr return valueTimo Teräs-1/+1
2013-09-20correct the sysconf value for RTSIG_MAXRich Felker-1/+2
2013-09-15support configurable page size on mips, powerpc and microblazeSzabolcs Nagy-6/+9
2013-09-14fix overflow in sysconf for _SC_MQ_PRIO_MAXRich Felker-1/+2
2013-07-27a few more fixes for unistd/sysconf feature reportingRich Felker-7/+7
2013-07-26report presence of ADV and MSG options in unistd.h and sysconfRich Felker-2/+2
2013-07-26report that posix_spawn is supported in unistd.h and sysconfRich Felker-1/+1
2013-06-26document in sysconf and unistd.h that per-thread cpu clocks existRich Felker-1/+1
2012-11-11report support of TPS option in unistd.h and sysconfRich Felker-2/+2
2012-05-13let sysconf accurately report # of cpus availableRich Felker-2/+10
2012-04-21fix broken sysconf when correct value is -1Rich Felker-1/+1
2012-03-22sysconf support for dynamic limits (open files and processes)Rich Felker-2/+9
2011-10-03sysconf for PTHREAD_KEYS_MAXRich Felker-1/+1
2011-08-16in pathconf, -1, not 0, means unsupported.. syncio presumably works, too.Rich Felker-3/+3
2011-08-16fix bogus pathconf result for file size bitsRich Felker-1/+1
2011-06-07define MQ_PRIO_MAXRich Felker-1/+1
2011-04-08better fix sysconf pthread stack minRich Felker-1/+1
2011-04-08consistency with pthread stack min in limits.hRich Felker-1/+1
2011-03-10fix sem_open and sem_close to obey posix semanticsRich Felker-5/+5
2011-02-14put confstr.c with the other conf functionsRich Felker-0/+17
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+263