about summary refs log tree commit diff
path: root/src/conf
Commit message (Expand)AuthorAgeFilesLines
* fix build regression in sysconf for archs with variable page sizeRich Felker2018-09-141-0/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-1/+0
* fix several values reported by sysconfRich Felker2018-08-281-8/+11
* remove erroneous SYMLINK_MAX definition from limits.h, pathconfRich Felker2018-08-201-1/+1
* fix sysconf for infinite rlimitsNatanael Copa2017-12-141-0/+2
* add missing confstr constantsDaniel Sabogal2016-10-201-1/+1
* add legacy functions from sysinfo.h duplicating sysconf functionalityRich Felker2015-03-041-0/+22
* fix off-by-one in bounds check in fpathconfRich Felker2014-09-051-1/+1
* remove unsupported nonstandard sysconf macros and their table entriesRich Felker2014-05-191-60/+0
* rework sysconf table to treat zero entries as invalidRich Felker2014-05-191-10/+13
* add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconfRich Felker2014-04-151-2/+17
* in sysconf, use getrlimit function rather than raw syscall for rlimitsRich Felker2014-04-151-3/+3
* avoid linear-time if/else special cases in sysconfRich Felker2014-04-151-20/+35
* fix confstr return valueTimo Teräs2014-03-241-1/+1
* correct the sysconf value for RTSIG_MAXRich Felker2013-09-201-1/+2
* support configurable page size on mips, powerpc and microblazeSzabolcs Nagy2013-09-152-6/+9
* fix overflow in sysconf for _SC_MQ_PRIO_MAXRich Felker2013-09-141-1/+2
* a few more fixes for unistd/sysconf feature reportingRich Felker2013-07-271-7/+7
* report presence of ADV and MSG options in unistd.h and sysconfRich Felker2013-07-261-2/+2
* report that posix_spawn is supported in unistd.h and sysconfRich Felker2013-07-261-1/+1
* document in sysconf and unistd.h that per-thread cpu clocks existRich Felker2013-06-261-1/+1
* report support of TPS option in unistd.h and sysconfRich Felker2012-11-111-2/+2
* let sysconf accurately report # of cpus availableRich Felker2012-05-131-2/+10
* fix broken sysconf when correct value is -1Rich Felker2012-04-211-1/+1
* sysconf support for dynamic limits (open files and processes)Rich Felker2012-03-221-2/+9
* sysconf for PTHREAD_KEYS_MAXRich Felker2011-10-031-1/+1
* in pathconf, -1, not 0, means unsupported.. syncio presumably works, too.Rich Felker2011-08-161-3/+3
* fix bogus pathconf result for file size bitsRich Felker2011-08-161-1/+1
* define MQ_PRIO_MAXRich Felker2011-06-071-1/+1
* better fix sysconf pthread stack minRich Felker2011-04-081-1/+1
* consistency with pthread stack min in limits.hRich Felker2011-04-081-1/+1
* fix sem_open and sem_close to obey posix semanticsRich Felker2011-03-101-5/+5
* put confstr.c with the other conf functionsRich Felker2011-02-141-0/+17
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-123-0/+263