1. d6f5730 Fix sysconf errno for unknown names. by Elliott Hughes · 7 years ago
  2. baed51e Change ARG_MAX/_SC_ARG_MAX back to a constant. by Elliott Hughes · 8 years ago
  3. 3a8f75d POSIX clock cleanup. by Elliott Hughes · 8 years ago
  4. 06bd586 POSIX getlogin_r/LOGIN_NAME_MAX/TTY_NAME_MAX. by Elliott Hughes · 8 years ago
  5. 38dba2e Fix sysconf(_SC_ARG_MAX). by Elliott Hughes · 9 years ago
  6. 8c8ef59 Move <sys/sysconf.h> to <bits/sysconf.h>. by Josh Gao · 9 years ago
  7. 545afa1 Fix PTHREAD_THREADS_MAX. by Elliott Hughes · 9 years ago
  8. d2b8de2 Don't call clock_getres in sysconf. by Elliott Hughes · 9 years ago
  9. 820a86f Remove PAGESIZE. by Elliott Hughes · 10 years ago
  10. 189394b Use AT_PAGESZ for sysconf(_SC_PAGE_SIZE). by Elliott Hughes · 10 years ago
  11. be6a445 Fix sysconf for _SC_CHILD_MAX and _SC_OPEN_MAX. by Elliott Hughes · 10 years ago
  12. 7257560 Change _POSIX_CPUTIME macro to make it compitable with glibc. by Yabin Cui · 11 years ago
  13. 1f40be9 Add cache related sysconf queries by Tao Bao · 11 years ago
  14. 1c19194 flesh out sysconf(3) and the _POSIX_* constants by Yabin Cui · 11 years ago
  15. 9d93986 Add functions in sysinfo.h. by Yabin Cui · 11 years ago
  16. 60d84af sysconf(3) returns long. by Elliott Hughes · 11 years ago
  17. a186b2e Clean up fpathconf(3)/pathconf(3). by Elliott Hughes · 11 years ago
  18. 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago
  19. c674edb libc should use O_CLOEXEC when opening files for its own use. by Elliott Hughes · 11 years ago
  20. 72bbd42 Support for jemalloc to replace dlmalloc. by Christopher Ferris · 11 years ago
  21. a0ca209 Sysconfig fixes by Calin Juravle · 11 years ago
  22. 0e44bc3 Remove <asm/page.h>. by Elliott Hughes · 11 years ago
  23. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  24. c03e1e7 Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way. by Elliott Hughes · 12 years ago
  25. d35106f Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX. by Elliott Hughes · 12 years ago
  26. 701bec2 Reimplement scandir(3). by Elliott Hughes · 12 years ago
  27. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  28. 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 12 years ago
  29. 2a1bb4e More pthreads cleanup. by Elliott Hughes · 12 years ago
  30. 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 12 years ago
  31. 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 12 years ago
  32. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 12 years ago
  33. a55f630 Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK). by Elliott Hughes · 12 years ago