summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Make pthread join_state not protected by g_thread_list_lock.Yabin Cui2015-03-126-43/+60
* Remove PTHREAD_ATTR_FLAG_MAIN_THREAD.Yabin Cui2015-03-063-8/+7
* Use pthread_once for g_uselocale_key creation.Yabin Cui2015-03-052-15/+20
* Merge "Better control of pthread keys used in bionic."Yabin Cui2015-03-054-18/+13
|\
| * Better control of pthread keys used in bionic.Yabin Cui2015-03-044-18/+13
* | Merge "Switch pthread_rwlock_t to stdatomic."Yabin Cui2015-03-052-90/+152
|\ \ | |/ |/|
| * Switch pthread_rwlock_t to stdatomic.Yabin Cui2015-03-042-90/+152
* | Merge "Refactor pthread_key.cpp to be lock-free."Yabin Cui2015-03-044-191/+125
|\ \
| * | Refactor pthread_key.cpp to be lock-free.Yabin Cui2015-03-034-191/+125
* | | Merge "Lose bionic_atomic stuff."Yabin Cui2015-03-036-386/+0
|\ \ \
| * | | Lose bionic_atomic stuff.Yabin Cui2015-02-266-386/+0
* | | | bionic: deprecate _PATH_MEMMark Salyzyn2015-03-021-1/+0
* | | | Fix fread returning bad data.Christopher Ferris2015-02-271-0/+6
|/ / /
* | | Make getgrent deprecated.Yabin Cui2015-02-251-3/+3
* | | Merge "Move endpwent to ndk_cruft.cpp."Yabin Cui2015-02-263-16/+3
|\ \ \
| * | | Move endpwent to ndk_cruft.cpp.Yabin Cui2015-02-253-16/+3
* | | | Merge "Make tempnam/mktemp deprecated."Yabin Cui2015-02-262-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Make tempnam/mktemp deprecated.Yabin Cui2015-02-252-4/+4
* | | | Merge "Switch system_properties.cpp from bionic atomic operations to stdatomic."Yabin Cui2015-02-251-64/+76
|\ \ \ \
| * | | | Switch system_properties.cpp from bionic atomic operations to stdatomic.Yabin Cui2015-02-241-64/+76
| | |_|/ | |/| |
* | | | Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp."Yabin Cui2015-02-253-20/+18
|\ \ \ \
| * | | | Move getusershell/endusershell/setusershell to ndk_cruft.cpp.Yabin Cui2015-02-243-20/+18
* | | | | Fix "faccessat ignores flags"Nick Kralevich2015-02-249-22/+82
* | | | | Fix dup2 in the case where the two fds are equal.Elliott Hughes2015-02-231-0/+11
* | | | | Add RLIM_SAVED_CUR and RLIM_SAVED_MAX.Elliott Hughes2015-02-231-0/+4
* | | | | [MIPS64] Fix mips64 build.Nikola Veljkovic2015-02-231-1/+1
| |_|_|/ |/| | |
* | | | valgrind can't find syscall because we didn't put it in <unistd.h>.Elliott Hughes2015-02-194-11/+8
* | | | Add GNU extensions mempcpy and wmemcpy.Elliott Hughes2015-02-185-0/+74
* | | | Merge "Parameterize use of clang in libc_ndk."Dan Albert2015-02-191-1/+1
|\ \ \ \
| * | | | Parameterize use of clang in libc_ndk.Dan Albert2015-02-181-1/+1
* | | | | Merge "[MIPS] Fix setjmp signals"Elliott Hughes2015-02-192-227/+122
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [MIPS] Fix setjmp signalsDuane Sand2015-02-112-227/+122
| | |/ / | |/| |
* | | | Merge "Make gets() deprecated."Yabin Cui2015-02-181-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Make gets() deprecated.Yabin Cui2015-02-181-1/+1
| * | | Merge "Revert "Move use of __warnattr to __deprecated.""Yabin Cui2015-02-173-12/+8
| |\ \ \
| | * | | Revert "Move use of __warnattr to __deprecated."Yabin Cui2015-02-173-12/+8
| * | | | Merge "Move use of __warnattr to __deprecated."Yabin Cui2015-02-173-8/+12
| |\ \ \ \ | | |/ / /
| | * | | Move use of __warnattr to __deprecated.Yabin Cui2015-02-173-8/+12
* | | | | Merge "Implement _FILE_OFFSET_BITS (mostly)."Elliott Hughes2015-02-187-24/+65
|\ \ \ \ \
| * | | | | Implement _FILE_OFFSET_BITS (mostly).Elliott Hughes2015-02-177-24/+65
* | | | | | Merge "Update tzdata to tzdata2015a"Neil Fuller2015-02-181-0/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Update tzdata to tzdata2015aNeil Fuller2015-02-171-0/+0
* | | | | | Update NDK compatlib for 4.1.2.Dan Albert2015-02-171-6/+56
* | | | | | Update the NDK compatlib for 4.4.4 and ToT.Dan Albert2015-02-171-26/+157
| |_|/ / / |/| | | |
* | | | | Merge "Change getgrent error declaration message to proper style."Yabin Cui2015-02-171-3/+3
|\ \ \ \ \
| * | | | | Change getgrent error declaration message to proper style.Yabin Cui2015-02-171-3/+3
| | |_|/ / | |/| | |
* | | | | Fix sysconf for _SC_CHILD_MAX and _SC_OPEN_MAX.Elliott Hughes2015-02-171-2/+9
|/ / / /
* | | | Merge "Fix memchr overflow."Elliott Hughes2015-02-179-102/+97
|\ \ \ \
| * | | | Fix memchr overflow.Elliott Hughes2015-02-149-102/+97
* | | | | POSIX says flock is in <sys/file.h>, not <unistd.h>.Elliott Hughes2015-02-172-3/+7
| |/ / / |/| | |