35 Commits (ca36573ecfbbef7a1563aaa1a8486081f8c9fdda)

Author SHA1 Message Date
Rich Felker da55d4884b fix build regression in sysconf for archs with variable page size 8 years ago
Rich Felker 5ce3737931 reduce spurious inclusion of libc.h 8 years ago
Rich Felker 13d1afa46f overhaul internally-public declarations using wrapper headers 8 years ago
Rich Felker d41cdef919 fix several values reported by sysconf 8 years ago
Rich Felker 767f7a1091 remove erroneous SYMLINK_MAX definition from limits.h, pathconf 8 years ago
Natanael Copa 3ec82877e7 fix sysconf for infinite rlimits 9 years ago
Daniel Sabogal 104e8a0e3b add missing confstr constants 10 years ago
Rich Felker 2b42c8cb37 add legacy functions from sysinfo.h duplicating sysconf functionality 11 years ago
Rich Felker 3bed89aa74 fix off-by-one in bounds check in fpathconf 12 years ago
Rich Felker 93be56ba88 remove unsupported nonstandard sysconf macros and their table entries 12 years ago
Rich Felker ff78355bc1 rework sysconf table to treat zero entries as invalid 12 years ago
Rich Felker 96315d27b0 add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconf 12 years ago
Rich Felker 6cf7d17f53 in sysconf, use getrlimit function rather than raw syscall for rlimits 12 years ago
Rich Felker 233767b48a avoid linear-time if/else special cases in sysconf 12 years ago
Timo Teräs 0a8d98285f fix confstr return value 12 years ago
Rich Felker d8e283df58 correct the sysconf value for RTSIG_MAX 13 years ago
Szabolcs Nagy b20760c023 support configurable page size on mips, powerpc and microblaze 13 years ago
Rich Felker 7a34dd3495 fix overflow in sysconf for _SC_MQ_PRIO_MAX 13 years ago
Rich Felker bf7b7282f5 a few more fixes for unistd/sysconf feature reporting 13 years ago
Rich Felker a6d39fdfa4 report presence of ADV and MSG options in unistd.h and sysconf 13 years ago
Rich Felker 77830507be report that posix_spawn is supported in unistd.h and sysconf 13 years ago
Rich Felker f03db4bdff document in sysconf and unistd.h that per-thread cpu clocks exist 13 years ago
Rich Felker 7df42e8744 report support of TPS option in unistd.h and sysconf 14 years ago
Rich Felker 9a7fac7934 let sysconf accurately report # of cpus available 14 years ago
Rich Felker c613125966 fix broken sysconf when correct value is -1 14 years ago
Rich Felker 2e0c1fed36 sysconf support for dynamic limits (open files and processes) 14 years ago
Rich Felker b3b00d11e8 sysconf for PTHREAD_KEYS_MAX 15 years ago
Rich Felker c0f344160d in pathconf, -1, not 0, means unsupported.. syncio presumably works, too. 15 years ago
Rich Felker 3e082df3cc fix bogus pathconf result for file size bits 15 years ago
Rich Felker 2b0cedac8d define MQ_PRIO_MAX 15 years ago
Rich Felker 67e793e5e1 better fix sysconf pthread stack min 15 years ago
Rich Felker 5e72cb4a36 consistency with pthread stack min in limits.h 15 years ago
Rich Felker 81af503610 fix sem_open and sem_close to obey posix semantics 15 years ago
Rich Felker c255e5542d put confstr.c with the other conf functions 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago