summaryrefslogtreecommitdiffstats
path: root/libc/bionic/sysconf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix sysconf for _SC_CHILD_MAX and _SC_OPEN_MAX.Elliott Hughes2015-02-171-2/+9
* Change _POSIX_CPUTIME macro to make it compitable with glibc.Yabin Cui2014-12-091-2/+10
* Add cache related sysconf queriesTao Bao2014-12-041-0/+18
* flesh out sysconf(3) and the _POSIX_* constantsYabin Cui2014-11-211-92/+99
* Add functions in sysinfo.h.Yabin Cui2014-11-141-83/+5
* sysconf(3) returns long.Elliott Hughes2014-11-141-1/+1
* Clean up fpathconf(3)/pathconf(3).Elliott Hughes2014-09-221-7/+1
* Add semaphore tests, fix sem_destroy.Elliott Hughes2014-09-191-109/+24
* libc should use O_CLOEXEC when opening files for its own use.Elliott Hughes2014-08-261-2/+2
* Support for jemalloc to replace dlmalloc.Christopher Ferris2014-05-201-1/+1
* Sysconfig fixesCalin Juravle2014-03-111-6/+4
* Remove <asm/page.h>.Elliott Hughes2014-02-241-2/+5
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-2/+1
* Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way.Elliott Hughes2013-07-291-2/+2
* Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX.Elliott Hughes2013-05-141-2/+2
* Reimplement scandir(3).Elliott Hughes2013-02-251-6/+7
* Revert "Revert "More pthreads cleanup.""Elliott Hughes2013-02-121-1/+1
* Revert "More pthreads cleanup."Elliott Hughes2013-02-121-1/+1
* More pthreads cleanup.Elliott Hughes2013-02-111-1/+1
* Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""Elliott Hughes2013-02-111-5/+7
* Revert "Pull the pthread_key_t functions out of pthread.c."Elliott Hughes2013-02-111-7/+5
* Pull the pthread_key_t functions out of pthread.c.Elliott Hughes2013-02-111-5/+7
* Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK).Elliott Hughes2013-01-021-0/+346