| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove PTHREAD_RECURSIVE_MUTEX_INITIALIZER and PTHREAD_ERRORCHECK_MUTEX_INITI... | Yabin Cui | 2015-03-25 | 1 | -4/+0 |
* | Hide internal of pthread_mutex_t. | Yabin Cui | 2015-03-25 | 3 | -143/+142 |
* | Merge "Fix in error handling in pthread_create.cpp." | Yabin Cui | 2015-03-26 | 1 | -0/+1 |
|\ |
|
| * | Fix in error handling in pthread_create.cpp. | Yabin Cui | 2015-03-25 | 1 | -0/+1 |
* | | Cause Fatal error when invalid pthread_id is detected. | Yabin Cui | 2015-03-25 | 1 | -4/+8 |
|/ |
|
* | Merge "Add O_APPEND flag for __libc_write_stderr." | Yabin Cui | 2015-03-25 | 1 | -1/+1 |
|\ |
|
| * | Add O_APPEND flag for __libc_write_stderr. | Yabin Cui | 2015-03-25 | 1 | -1/+1 |
* | | Use ALIAS_SYMBOL for assembler aliasing. | Christopher Ferris | 2015-03-25 | 5 | -25/+10 |
* | | Make gensyscalls.py use the ALIAS_SYMBOL macro. | Christopher Ferris | 2015-03-24 | 50 | -105/+50 |
|/ |
|
* | Merge "Let g_thread_list_lock only protect g_thread_list." | Yabin Cui | 2015-03-24 | 14 | -167/+96 |
|\ |
|
| * | Let g_thread_list_lock only protect g_thread_list. | Yabin Cui | 2015-03-23 | 14 | -167/+96 |
* | | Merge "RTLD_LAZY is not supported, use RTLD_NOW instead." | Dmitriy Ivanov | 2015-03-24 | 2 | -2/+2 |
|\ \ |
|
| * | | RTLD_LAZY is not supported, use RTLD_NOW instead. | Dmitriy Ivanov | 2015-03-23 | 2 | -2/+2 |
* | | | Merge "Add test for pthread types alignment check." | Yabin Cui | 2015-03-23 | 3 | -6/+18 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add test for pthread types alignment check. | Yabin Cui | 2015-03-20 | 3 | -6/+18 |
| |/ |
|
* | | Fix alignment error for pthread_internal_t/pthread stack. | Yabin Cui | 2015-03-20 | 2 | -6/+7 |
|/ |
|
* | Return EINVAL when calling pthread_detach for joined thread. | Yabin Cui | 2015-03-19 | 1 | -1/+1 |
* | Fix two errors in pthread_detach.cpp. | Yabin Cui | 2015-03-19 | 2 | -4/+1 |
* | Merge "Make __get_thread inlined." | Yabin Cui | 2015-03-19 | 3 | -6/+12 |
|\ |
|
| * | Make __get_thread inlined. | Yabin Cui | 2015-03-18 | 3 | -6/+12 |
* | | Hide statfs/fstatfs' ST_VALID flag from userspace. | Elliott Hughes | 2015-03-18 | 9 | -51/+49 |
|/ |
|
* | Merge "Fix _PATH_DEFPATH to correspond to the actual default path." | Elliott Hughes | 2015-03-18 | 1 | -7/+2 |
|\ |
|
| * | Fix _PATH_DEFPATH to correspond to the actual default path. | Elliott Hughes | 2015-03-17 | 1 | -7/+2 |
* | | set errno to ENOENT in getauxval per glibc 2.19 | Daniel Micay | 2015-03-17 | 1 | -0/+2 |
* | | Fix build: pthread_mutex/pthread_detach. | Yabin Cui | 2015-03-17 | 2 | -3/+3 |
* | | Merge "Make pthread join_state not protected by g_thread_list_lock." | Yabin Cui | 2015-03-17 | 6 | -43/+60 |
|\ \ |
|
| * | | Make pthread join_state not protected by g_thread_list_lock. | Yabin Cui | 2015-03-12 | 6 | -43/+60 |
* | | | Merge "Remove duplication in pthread_mutex.cpp." | Yabin Cui | 2015-03-17 | 1 | -202/+109 |
|\ \ \
| |_|/
|/| | |
|
| * | | Remove duplication in pthread_mutex.cpp. | Yabin Cui | 2015-03-12 | 1 | -202/+109 |
* | | | Fix build: align pthread_cond_t to sizeof(long) | Dmitriy Ivanov | 2015-03-16 | 1 | -1/+1 |
* | | | Add alignment to opaque types. | Christopher Ferris | 2015-03-16 | 1 | -2/+2 |
* | | | Fix atomic_load on const variable in pthread_cond_t. | Yabin Cui | 2015-03-16 | 1 | -2/+2 |
* | | | Merge "Hide content of pthread_cond_t in pthread_cond_internal_t." | Yabin Cui | 2015-03-16 | 2 | -74/+83 |
|\ \ \ |
|
| * | | | Hide content of pthread_cond_t in pthread_cond_internal_t. | Yabin Cui | 2015-03-16 | 2 | -74/+83 |
* | | | | Merge "For libm, use a macro for aliasing symbols." | Christopher Ferris | 2015-03-14 | 1 | -0/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | For libm, use a macro for aliasing symbols. | Christopher Ferris | 2015-03-13 | 1 | -0/+4 |
* | | | | Hide content of pthread_rwlock_t in pthread_rwlock_internal_t. | Yabin Cui | 2015-03-13 | 2 | -147/+132 |
|/ / / |
|
* | | | Merge "Add some GNU specific elf constants." | Christopher Ferris | 2015-03-13 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Add some GNU specific elf constants. | Christopher Ferris | 2015-03-13 | 1 | -0/+4 |
* | | | | Merge "Switch libc and libm to sysv-only hash style" | Dmitriy Ivanov | 2015-03-13 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Switch libc and libm to sysv-only hash style | Dmitriy Ivanov | 2015-03-13 | 1 | -1/+1 |
* | | | | syslog.h: missing LOG_MAKEPRI definition | Mark Salyzyn | 2015-03-12 | 1 | -0/+1 |
|/ / / |
|
* | | | Merge "Add the UMOUNT_NOFOLLOW flag to <sys/mount.h>." | Elliott Hughes | 2015-03-11 | 1 | -3/+5 |
|\ \ \ |
|
| * | | | Add the UMOUNT_NOFOLLOW flag to <sys/mount.h>. | Elliott Hughes | 2015-03-11 | 1 | -3/+5 |
* | | | | am c16c8368: Merge "Generate gnu hash for arm only" | Dimitry Ivanov | 2015-03-10 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Generate gnu hash for arm only | Goran Jakovljevic | 2015-03-10 | 1 | -2/+2 |
* | | | | am a94cf791: Merge "Generate sysv hash for libc, libstdc++ and libm" | Dmitriy Ivanov | 2015-03-10 | 1 | -0/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | Generate sysv hash for libc, libstdc++ and libm | Dmitriy Ivanov | 2015-03-09 | 1 | -0/+8 |
* | | | | am 536ec735: Merge changes I796a4ce8,I6165d062,I66c95d90,Ia67fa11d | Dmitriy Ivanov | 2015-03-07 | 1 | -0/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge changes I796a4ce8,I6165d062,I66c95d90,Ia67fa11d | Dmitriy Ivanov | 2015-03-07 | 1 | -0/+7 |
| |\ \ \
| | |_|/
| |/| | |
|