summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make gensyscalls.py use the ALIAS_SYMBOL macro.Christopher Ferris2015-03-2450-105/+50
* Merge "Convert result of a call to JSON."Dan Albert2015-03-241-2/+2
|\
| * Convert result of a call to JSON.Dan Albert2015-03-241-2/+2
|/
* Merge "Let g_thread_list_lock only protect g_thread_list."Yabin Cui2015-03-2414-167/+96
|\
| * Let g_thread_list_lock only protect g_thread_list.Yabin Cui2015-03-2314-167/+96
* | 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-234-6/+76
|\ \ \ | |/ / |/| |
| * | Add test for pthread types alignment check.Yabin Cui2015-03-204-6/+76
| |/
* | Merge "Work around a bug in the Jenkins queue API."Dan Albert2015-03-231-2/+4
|\ \
| * | Work around a bug in the Jenkins queue API.Dan Albert2015-03-231-2/+4
* | | Merge "Fix alignment error for pthread_internal_t/pthread stack."Yabin Cui2015-03-202-6/+7
|\ \ \ | |/ / |/| |
| * | Fix alignment error for pthread_internal_t/pthread stack.Yabin Cui2015-03-202-6/+7
| |/
* | Merge "Limit soinfo compatibility fields to arm32"Dmitriy Ivanov2015-03-201-2/+2
|\ \ | |/ |/|
| * Limit soinfo compatibility fields to arm32Dmitriy Ivanov2015-03-191-2/+2
* | Merge "Return EINVAL when calling pthread_detach for joined thread."Yabin Cui2015-03-202-2/+5
|\ \
| * | Return EINVAL when calling pthread_detach for joined thread.Yabin Cui2015-03-192-2/+5
|/ /
* | Merge "Fix two errors in pthread_detach.cpp."Yabin Cui2015-03-192-4/+1
|\ \ | |/ |/|
| * Fix two errors in pthread_detach.cpp.Yabin Cui2015-03-192-4/+1
|/
* Merge "Move open from zip tests to dlext"Dmitriy Ivanov2015-03-192-69/+50
|\
| * Move open from zip tests to dlextDmitriy Ivanov2015-03-182-69/+50
|/
* Merge "Make __get_thread inlined."Yabin Cui2015-03-193-6/+12
|\
| * Make __get_thread inlined.Yabin Cui2015-03-183-6/+12
* | Merge "Implement lookup by DT_SONAME"Dmitriy Ivanov2015-03-195-23/+76
|\ \
| * | Implement lookup by DT_SONAMEDmitriy Ivanov2015-03-185-23/+76
|/ /
* | Merge "Hide statfs/fstatfs' ST_VALID flag from userspace."Elliott Hughes2015-03-1811-51/+61
|\ \
| * | Hide statfs/fstatfs' ST_VALID flag from userspace.Elliott Hughes2015-03-1811-51/+61
* | | Merge "Fix library lookup for filenames with slash."Dmitriy Ivanov2015-03-181-5/+1
|\ \ \ | |_|/ |/| |
| * | Fix library lookup for filenames with slash.Dmitriy Ivanov2015-03-181-5/+1
|/ /
* | Merge "Support loading shared libraries from zip files"Dimitry Ivanov2015-03-184-18/+149
|\ \ | |/ |/|
| * Support loading shared libraries from zip filesSimon Baldwin2015-03-164-18/+149
* | Merge "Fix _PATH_DEFPATH to correspond to the actual default path."Elliott Hughes2015-03-181-7/+2
|\ \
| * | Fix _PATH_DEFPATH to correspond to the actual default path.Elliott Hughes2015-03-171-7/+2
| |/
* | Merge "set errno to ENOENT in getauxval per glibc 2.19"Elliott Hughes2015-03-182-0/+5
|\ \
| * | set errno to ENOENT in getauxval per glibc 2.19Daniel Micay2015-03-172-0/+5
|/ /
* | Merge "Change name of rwlock benchmark."Yabin Cui2015-03-171-4/+4
|\ \
| * | Change name of rwlock benchmark.Yabin Cui2015-03-171-4/+4
|/ /
* | Merge "Fix build: pthread_mutex/pthread_detach."Yabin Cui2015-03-172-3/+3
|\ \
| * | 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-172-219/+188
|\ \ \ | |_|/ |/| |
| * | Remove duplication in pthread_mutex.cpp.Yabin Cui2015-03-122-219/+188
* | | Merge "Fix build: align pthread_cond_t to sizeof(long)"Dmitriy Ivanov2015-03-171-1/+1
|\ \ \
| * | | Fix build: align pthread_cond_t to sizeof(long)Dmitriy Ivanov2015-03-161-1/+1
|/ / /
* | | Merge "Add alignment to opaque types."Christopher Ferris2015-03-161-2/+2
|\ \ \
| * | | Add alignment to opaque types.Christopher Ferris2015-03-161-2/+2
* | | | Merge "Remove obsolete test_isolated wrapper function"Dmitriy Ivanov2015-03-163-101/+51
|\ \ \ \
| * | | | Remove obsolete test_isolated wrapper functionDmitriy Ivanov2015-03-163-101/+51
* | | | | Merge "General purpose memory allocator for linker."Dmitriy Ivanov2015-03-168-20/+745
|\ \ \ \ \ | |_|/ / / |/| | | |