summaryrefslogtreecommitdiffstats
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
...
* add guard pages to the internal signal stacksDaniel Micay2015-03-303-7/+16
* Merge "Revert "Cause Fatal error when invalid pthread_id is detected.""Yabin Cui2015-03-261-8/+4
|\
| * Revert "Cause Fatal error when invalid pthread_id is detected."Yabin Cui2015-03-261-8/+4
* | Merge "Initial implementation of __cxa_thread_atexit_impl"Dmitriy Ivanov2015-03-262-1/+53
|\ \
| * | Initial implementation of __cxa_thread_atexit_implDmitriy Ivanov2015-03-252-1/+53
* | | Hide internal of pthread_mutex_t.Yabin Cui2015-03-251-113/+116
* | | Merge "Fix in error handling in pthread_create.cpp."Yabin Cui2015-03-261-0/+1
|\ \ \ | |_|/ |/| |
| * | Fix in error handling in pthread_create.cpp.Yabin Cui2015-03-251-0/+1
| |/
* | Cause Fatal error when invalid pthread_id is detected.Yabin Cui2015-03-251-4/+8
|/
* Add O_APPEND flag for __libc_write_stderr.Yabin Cui2015-03-251-1/+1
* Merge "Let g_thread_list_lock only protect g_thread_list."Yabin Cui2015-03-2413-166/+95
|\
| * Let g_thread_list_lock only protect g_thread_list.Yabin Cui2015-03-2313-166/+95
* | Merge "RTLD_LAZY is not supported, use RTLD_NOW instead."Dmitriy Ivanov2015-03-242-2/+2
|\ \
| * | RTLD_LAZY is not supported, use RTLD_NOW instead.Dmitriy Ivanov2015-03-232-2/+2
* | | Merge "Add test for pthread types alignment check."Yabin Cui2015-03-232-4/+16
|\ \ \ | |/ / |/| |
| * | Add test for pthread types alignment check.Yabin Cui2015-03-202-4/+16
| |/
* | Fix alignment error for pthread_internal_t/pthread stack.Yabin Cui2015-03-202-6/+7
|/
* Return EINVAL when calling pthread_detach for joined thread.Yabin Cui2015-03-191-1/+1
* Fix two errors in pthread_detach.cpp.Yabin Cui2015-03-192-4/+1
* Merge "Make __get_thread inlined."Yabin Cui2015-03-193-6/+12
|\
| * Make __get_thread inlined.Yabin Cui2015-03-183-6/+12
* | Hide statfs/fstatfs' ST_VALID flag from userspace.Elliott Hughes2015-03-182-19/+29
|/
* set errno to ENOENT in getauxval per glibc 2.19Daniel Micay2015-03-171-0/+2
* Fix build: pthread_mutex/pthread_detach.Yabin Cui2015-03-172-3/+3
* Merge "Make pthread join_state not protected by g_thread_list_lock."Yabin Cui2015-03-176-43/+60
|\
| * Make pthread join_state not protected by g_thread_list_lock.Yabin Cui2015-03-126-43/+60
* | Merge "Remove duplication in pthread_mutex.cpp."Yabin Cui2015-03-171-202/+109
|\ \
| * | Remove duplication in pthread_mutex.cpp.Yabin Cui2015-03-121-202/+109
* | | Fix atomic_load on const variable in pthread_cond_t.Yabin Cui2015-03-161-2/+2
* | | Hide content of pthread_cond_t in pthread_cond_internal_t.Yabin Cui2015-03-161-70/+78
* | | Hide content of pthread_rwlock_t in pthread_rwlock_internal_t.Yabin Cui2015-03-131-129/+128
| |/ |/|
* | Remove PTHREAD_ATTR_FLAG_MAIN_THREAD.Yabin Cui2015-03-063-8/+7
* | Use pthread_once for g_uselocale_key creation.Yabin Cui2015-03-051-13/+18
|/
* Merge "Better control of pthread keys used in bionic."Yabin Cui2015-03-051-4/+2
|\
| * Better control of pthread keys used in bionic.Yabin Cui2015-03-041-4/+2
* | Merge "Switch pthread_rwlock_t to stdatomic."Yabin Cui2015-03-051-86/+148
|\ \ | |/ |/|
| * Switch pthread_rwlock_t to stdatomic.Yabin Cui2015-03-041-86/+148
* | Merge "Refactor pthread_key.cpp to be lock-free."Yabin Cui2015-03-043-174/+107
|\ \
| * | Refactor pthread_key.cpp to be lock-free.Yabin Cui2015-03-033-174/+107
* | | Move endpwent to ndk_cruft.cpp.Yabin Cui2015-02-252-12/+3
* | | 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-252-16/+18
|\ \ \
| * | | Move getusershell/endusershell/setusershell to ndk_cruft.cpp.Yabin Cui2015-02-242-16/+18
* | | | Fix "faccessat ignores flags"Nick Kralevich2015-02-241-0/+59
* | | | Fix dup2 in the case where the two fds are equal.Elliott Hughes2015-02-231-0/+11
| |_|/ |/| |
* | | valgrind can't find syscall because we didn't put it in <unistd.h>.Elliott Hughes2015-02-191-0/+1
* | | Add GNU extensions mempcpy and wmemcpy.Elliott Hughes2015-02-182-0/+66
|/ /
* | Fix sysconf for _SC_CHILD_MAX and _SC_OPEN_MAX.Elliott Hughes2015-02-171-2/+9
* | Merge "Fix memchr overflow."Elliott Hughes2015-02-172-93/+0
|\ \