index
:
android_bionic
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
bionic
/
sysconf.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix sysconf for _SC_CHILD_MAX and _SC_OPEN_MAX.
Elliott Hughes
2015-02-17
1
-2
/
+9
*
Change _POSIX_CPUTIME macro to make it compitable with glibc.
Yabin Cui
2014-12-09
1
-2
/
+10
*
Add cache related sysconf queries
Tao Bao
2014-12-04
1
-0
/
+18
*
flesh out sysconf(3) and the _POSIX_* constants
Yabin Cui
2014-11-21
1
-92
/
+99
*
Add functions in sysinfo.h.
Yabin Cui
2014-11-14
1
-83
/
+5
*
sysconf(3) returns long.
Elliott Hughes
2014-11-14
1
-1
/
+1
*
Clean up fpathconf(3)/pathconf(3).
Elliott Hughes
2014-09-22
1
-7
/
+1
*
Add semaphore tests, fix sem_destroy.
Elliott Hughes
2014-09-19
1
-109
/
+24
*
libc should use O_CLOEXEC when opening files for its own use.
Elliott Hughes
2014-08-26
1
-2
/
+2
*
Support for jemalloc to replace dlmalloc.
Christopher Ferris
2014-05-20
1
-1
/
+1
*
Sysconfig fixes
Calin Juravle
2014-03-11
1
-6
/
+4
*
Remove <asm/page.h>.
Elliott Hughes
2014-02-24
1
-2
/
+5
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
1
-2
/
+1
*
Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way.
Elliott Hughes
2013-07-29
1
-2
/
+2
*
Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX.
Elliott Hughes
2013-05-14
1
-2
/
+2
*
Reimplement scandir(3).
Elliott Hughes
2013-02-25
1
-6
/
+7
*
Revert "Revert "More pthreads cleanup.""
Elliott Hughes
2013-02-12
1
-1
/
+1
*
Revert "More pthreads cleanup."
Elliott Hughes
2013-02-12
1
-1
/
+1
*
More pthreads cleanup.
Elliott Hughes
2013-02-11
1
-1
/
+1
*
Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""
Elliott Hughes
2013-02-11
1
-5
/
+7
*
Revert "Pull the pthread_key_t functions out of pthread.c."
Elliott Hughes
2013-02-11
1
-7
/
+5
*
Pull the pthread_key_t functions out of pthread.c.
Elliott Hughes
2013-02-11
1
-5
/
+7
*
Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK).
Elliott Hughes
2013-01-02
1
-0
/
+346