Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make pthread join_state not protected by g_thread_list_lock. | Yabin Cui | 2015-03-12 | 6 | -43/+60 |
* | Remove PTHREAD_ATTR_FLAG_MAIN_THREAD. | Yabin Cui | 2015-03-06 | 3 | -8/+7 |
* | Use pthread_once for g_uselocale_key creation. | Yabin Cui | 2015-03-05 | 2 | -15/+20 |
* | Merge "Better control of pthread keys used in bionic." | Yabin Cui | 2015-03-05 | 4 | -18/+13 |
|\ | |||||
| * | Better control of pthread keys used in bionic. | Yabin Cui | 2015-03-04 | 4 | -18/+13 |
* | | Merge "Switch pthread_rwlock_t to stdatomic." | Yabin Cui | 2015-03-05 | 2 | -90/+152 |
|\ \ | |/ |/| | |||||
| * | Switch pthread_rwlock_t to stdatomic. | Yabin Cui | 2015-03-04 | 2 | -90/+152 |
* | | Merge "Refactor pthread_key.cpp to be lock-free." | Yabin Cui | 2015-03-04 | 4 | -191/+125 |
|\ \ | |||||
| * | | Refactor pthread_key.cpp to be lock-free. | Yabin Cui | 2015-03-03 | 4 | -191/+125 |
* | | | Merge "Lose bionic_atomic stuff." | Yabin Cui | 2015-03-03 | 6 | -386/+0 |
|\ \ \ | |||||
| * | | | Lose bionic_atomic stuff. | Yabin Cui | 2015-02-26 | 6 | -386/+0 |
* | | | | bionic: deprecate _PATH_MEM | Mark Salyzyn | 2015-03-02 | 1 | -1/+0 |
* | | | | Fix fread returning bad data. | Christopher Ferris | 2015-02-27 | 1 | -0/+6 |
|/ / / | |||||
* | | | Make getgrent deprecated. | Yabin Cui | 2015-02-25 | 1 | -3/+3 |
* | | | Merge "Move endpwent to ndk_cruft.cpp." | Yabin Cui | 2015-02-26 | 3 | -16/+3 |
|\ \ \ | |||||
| * | | | Move endpwent to ndk_cruft.cpp. | Yabin Cui | 2015-02-25 | 3 | -16/+3 |
* | | | | Merge "Make tempnam/mktemp deprecated." | Yabin Cui | 2015-02-26 | 2 | -4/+4 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Make tempnam/mktemp deprecated. | Yabin Cui | 2015-02-25 | 2 | -4/+4 |
* | | | | Merge "Switch system_properties.cpp from bionic atomic operations to stdatomic." | Yabin Cui | 2015-02-25 | 1 | -64/+76 |
|\ \ \ \ | |||||
| * | | | | Switch system_properties.cpp from bionic atomic operations to stdatomic. | Yabin Cui | 2015-02-24 | 1 | -64/+76 |
| | |_|/ | |/| | | |||||
* | | | | Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp." | Yabin Cui | 2015-02-25 | 3 | -20/+18 |
|\ \ \ \ | |||||
| * | | | | Move getusershell/endusershell/setusershell to ndk_cruft.cpp. | Yabin Cui | 2015-02-24 | 3 | -20/+18 |
* | | | | | Fix "faccessat ignores flags" | Nick Kralevich | 2015-02-24 | 9 | -22/+82 |
* | | | | | Fix dup2 in the case where the two fds are equal. | Elliott Hughes | 2015-02-23 | 1 | -0/+11 |
* | | | | | Add RLIM_SAVED_CUR and RLIM_SAVED_MAX. | Elliott Hughes | 2015-02-23 | 1 | -0/+4 |
* | | | | | [MIPS64] Fix mips64 build. | Nikola Veljkovic | 2015-02-23 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | valgrind can't find syscall because we didn't put it in <unistd.h>. | Elliott Hughes | 2015-02-19 | 4 | -11/+8 |
* | | | | Add GNU extensions mempcpy and wmemcpy. | Elliott Hughes | 2015-02-18 | 5 | -0/+74 |
* | | | | Merge "Parameterize use of clang in libc_ndk." | Dan Albert | 2015-02-19 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Parameterize use of clang in libc_ndk. | Dan Albert | 2015-02-18 | 1 | -1/+1 |
* | | | | | Merge "[MIPS] Fix setjmp signals" | Elliott Hughes | 2015-02-19 | 2 | -227/+122 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | [MIPS] Fix setjmp signals | Duane Sand | 2015-02-11 | 2 | -227/+122 |
| | |/ / | |/| | | |||||
* | | | | Merge "Make gets() deprecated." | Yabin Cui | 2015-02-18 | 1 | -1/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Make gets() deprecated. | Yabin Cui | 2015-02-18 | 1 | -1/+1 |
| * | | | Merge "Revert "Move use of __warnattr to __deprecated."" | Yabin Cui | 2015-02-17 | 3 | -12/+8 |
| |\ \ \ | |||||
| | * | | | Revert "Move use of __warnattr to __deprecated." | Yabin Cui | 2015-02-17 | 3 | -12/+8 |
| * | | | | Merge "Move use of __warnattr to __deprecated." | Yabin Cui | 2015-02-17 | 3 | -8/+12 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Move use of __warnattr to __deprecated. | Yabin Cui | 2015-02-17 | 3 | -8/+12 |
* | | | | | Merge "Implement _FILE_OFFSET_BITS (mostly)." | Elliott Hughes | 2015-02-18 | 7 | -24/+65 |
|\ \ \ \ \ | |||||
| * | | | | | Implement _FILE_OFFSET_BITS (mostly). | Elliott Hughes | 2015-02-17 | 7 | -24/+65 |
* | | | | | | Merge "Update tzdata to tzdata2015a" | Neil Fuller | 2015-02-18 | 1 | -0/+0 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Update tzdata to tzdata2015a | Neil Fuller | 2015-02-17 | 1 | -0/+0 |
* | | | | | | Update NDK compatlib for 4.1.2. | Dan Albert | 2015-02-17 | 1 | -6/+56 |
* | | | | | | Update the NDK compatlib for 4.4.4 and ToT. | Dan Albert | 2015-02-17 | 1 | -26/+157 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge "Change getgrent error declaration message to proper style." | Yabin Cui | 2015-02-17 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Change getgrent error declaration message to proper style. | Yabin Cui | 2015-02-17 | 1 | -3/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | Fix sysconf for _SC_CHILD_MAX and _SC_OPEN_MAX. | Elliott Hughes | 2015-02-17 | 1 | -2/+9 |
|/ / / / | |||||
* | | | | Merge "Fix memchr overflow." | Elliott Hughes | 2015-02-17 | 9 | -102/+97 |
|\ \ \ \ | |||||
| * | | | | Fix memchr overflow. | Elliott Hughes | 2015-02-14 | 9 | -102/+97 |
* | | | | | POSIX says flock is in <sys/file.h>, not <unistd.h>. | Elliott Hughes | 2015-02-17 | 2 | -3/+7 |
| |/ / / |/| | | |