clean up dns_parse_callback
[musl] / src / conf /
2022-08-26 Rich Felkeruse kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_...
2022-08-26 Rich Felkeradd sysconf keys/values for signal stack size
2022-04-20 Rich Felkeradd missing POSIX confstr keys for pthread CFLAGS/LDFLAGS
2018-09-14 Rich Felkerfix build regression in sysconf for archs with variable...
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-08-29 Rich Felkerfix several values reported by sysconf
2018-08-21 Rich Felkerremove erroneous SYMLINK_MAX definition from limits...
2017-12-15 Natanael Copafix sysconf for infinite rlimits
2016-10-20 Daniel Sabogaladd missing confstr constants
2015-03-05 Rich Felkeradd legacy functions from sysinfo.h duplicating sysconf...
2014-09-05 Rich Felkerfix off-by-one in bounds check in fpathconf
2014-05-19 Rich Felkerremove unsupported nonstandard sysconf macros and their...
2014-05-19 Rich Felkerrework sysconf table to treat zero entries as invalid
2014-04-15 Rich Felkeradd _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions...
2014-04-15 Rich Felkerin sysconf, use getrlimit function rather than raw...
2014-04-15 Rich Felkeravoid linear-time if/else special cases in sysconf
2014-03-24 Timo Teräsfix confstr return value
2013-09-20 Rich Felkercorrect the sysconf value for RTSIG_MAX
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-09-14 Rich Felkerfix overflow in sysconf for _SC_MQ_PRIO_MAX
2013-07-27 Rich Felkera few more fixes for unistd/sysconf feature reporting
2013-07-27 Rich Felkerreport presence of ADV and MSG options in unistd.h...
2013-07-26 Rich Felkerreport that posix_spawn is supported in unistd.h and...
2013-06-26 Rich Felkerdocument in sysconf and unistd.h that per-thread cpu...
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-11 Rich Felkerreport support of TPS option in unistd.h and sysconf
2012-05-13 Rich Felkerlet sysconf accurately report # of cpus available
2012-04-21 Rich Felkerfix broken sysconf when correct value is -1
2012-03-22 Rich Felkersysconf support for dynamic limits (open files and...
2011-10-03 Rich Felkersysconf for PTHREAD_KEYS_MAX
2011-08-17 Rich Felkerin pathconf, -1, not 0, means unsupported.. syncio...
2011-08-17 Rich Felkerfix bogus pathconf result for file size bits
2011-06-07 Rich Felkerdefine MQ_PRIO_MAX
2011-04-08 Rich Felkerbetter fix sysconf pthread stack min
2011-04-08 Rich Felkerconsistency with pthread stack min in limits.h
2011-03-11 Rich Felkerfix sem_open and sem_close to obey posix semantics
2011-02-15 Rich Felkerput confstr.c with the other conf functions
2011-02-12 Rich Felkerinitial check-in, version 0.5.0