1. 3ec8287 fix sysconf for infinite rlimits by Natanael Copa · 7 years ago
  2. 104e8a0 add missing confstr constants by Daniel Sabogal · 8 years ago
  3. 2b42c8c add legacy functions from sysinfo.h duplicating sysconf functionality by Rich Felker · 9 years ago
  4. 3bed89a fix off-by-one in bounds check in fpathconf by Rich Felker · 10 years ago
  5. 93be56b remove unsupported nonstandard sysconf macros and their table entries by Rich Felker · 10 years ago
  6. ff78355 rework sysconf table to treat zero entries as invalid by Rich Felker · 10 years ago
  7. 96315d2 add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconf by Rich Felker · 10 years ago
  8. 6cf7d17 in sysconf, use getrlimit function rather than raw syscall for rlimits by Rich Felker · 10 years ago
  9. 233767b avoid linear-time if/else special cases in sysconf by Rich Felker · 10 years ago
  10. 0a8d982 fix confstr return value by Timo Teräs · 11 years ago
  11. d8e283d correct the sysconf value for RTSIG_MAX by Rich Felker · 11 years ago
  12. b20760c support configurable page size on mips, powerpc and microblaze by Szabolcs Nagy · 11 years ago
  13. 7a34dd3 fix overflow in sysconf for _SC_MQ_PRIO_MAX by Rich Felker · 11 years ago
  14. bf7b728 a few more fixes for unistd/sysconf feature reporting by Rich Felker · 11 years ago
  15. a6d39fd report presence of ADV and MSG options in unistd.h and sysconf by Rich Felker · 11 years ago
  16. 7783050 report that posix_spawn is supported in unistd.h and sysconf by Rich Felker · 11 years ago
  17. f03db4b document in sysconf and unistd.h that per-thread cpu clocks exist by Rich Felker · 11 years ago
  18. 7df42e8 report support of TPS option in unistd.h and sysconf by Rich Felker · 12 years ago
  19. 9a7fac7 let sysconf accurately report # of cpus available by Rich Felker · 12 years ago
  20. c613125 fix broken sysconf when correct value is -1 by Rich Felker · 12 years ago
  21. 2e0c1fe sysconf support for dynamic limits (open files and processes) by Rich Felker · 12 years ago
  22. b3b00d1 sysconf for PTHREAD_KEYS_MAX by Rich Felker · 13 years ago
  23. c0f3441 in pathconf, -1, not 0, means unsupported.. syncio presumably works, too. by Rich Felker · 13 years ago
  24. 3e082df fix bogus pathconf result for file size bits by Rich Felker · 13 years ago
  25. 2b0ceda define MQ_PRIO_MAX by Rich Felker · 13 years ago
  26. 67e793e better fix sysconf pthread stack min by Rich Felker · 13 years ago
  27. 5e72cb4 consistency with pthread stack min in limits.h by Rich Felker · 13 years ago
  28. 81af503 fix sem_open and sem_close to obey posix semantics by Rich Felker · 13 years ago
  29. c255e55 put confstr.c with the other conf functions by Rich Felker · 14 years ago
  30. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago