OSDN Git Service

android-x86/bionic.git
2015-03-26 Yabin CuiMerge "Fix in error handling in pthread_create.cpp."
2015-03-25 Yabin CuiFix in error handling in pthread_create.cpp.
2015-03-25 Yabin CuiMerge "Cause Fatal error when invalid pthread_id is...
2015-03-25 Yabin CuiCause Fatal error when invalid pthread_id is detected.
2015-03-25 Yabin CuiMerge "Add O_APPEND flag for __libc_write_stderr."
2015-03-25 Yabin CuiAdd O_APPEND flag for __libc_write_stderr.
2015-03-25 Christopher... Merge "Use ALIAS_SYMBOL for assembler aliasing."
2015-03-25 Christopher... Use ALIAS_SYMBOL for assembler aliasing.
2015-03-25 Christopher... Merge "Make gensyscalls.py use the ALIAS_SYMBOL macro."
2015-03-25 Christopher... Make gensyscalls.py use the ALIAS_SYMBOL macro.
2015-03-25 Dmitriy IvanovMerge "Replace fixed arrays with vectors"
2015-03-24 Dmitriy IvanovReplace fixed arrays with vectors
2015-03-24 Dan AlbertMerge "Convert result of a call to JSON."
2015-03-24 Dan AlbertConvert result of a call to JSON.
2015-03-24 Yabin CuiMerge "Let g_thread_list_lock only protect g_thread_list."
2015-03-24 Yabin CuiLet g_thread_list_lock only protect g_thread_list.
2015-03-24 Dmitriy IvanovMerge "RTLD_LAZY is not supported, use RTLD_NOW instead."
2015-03-23 Yabin CuiMerge "Add test for pthread types alignment check."
2015-03-23 Dmitriy IvanovRTLD_LAZY is not supported, use RTLD_NOW instead.
2015-03-23 Dan AlbertMerge "Work around a bug in the Jenkins queue API."
2015-03-23 Dan AlbertWork around a bug in the Jenkins queue API.
2015-03-21 Yabin CuiAdd test for pthread types alignment check.
2015-03-20 Yabin CuiMerge "Fix alignment error for pthread_internal_t/pthre...
2015-03-20 Yabin CuiFix alignment error for pthread_internal_t/pthread...
2015-03-20 Dmitriy IvanovMerge "Limit soinfo compatibility fields to arm32"
2015-03-20 Dmitriy IvanovLimit soinfo compatibility fields to arm32
2015-03-20 Yabin CuiMerge "Return EINVAL when calling pthread_detach for...
2015-03-19 Yabin CuiReturn EINVAL when calling pthread_detach for joined...
2015-03-19 Yabin CuiMerge "Fix two errors in pthread_detach.cpp."
2015-03-19 Yabin CuiFix two errors in pthread_detach.cpp.
2015-03-19 Dmitriy IvanovMerge "Move open from zip tests to dlext"
2015-03-19 Dmitriy IvanovMove open from zip tests to dlext
2015-03-19 Yabin CuiMerge "Make __get_thread inlined."
2015-03-19 Dmitriy IvanovMerge "Implement lookup by DT_SONAME"
2015-03-19 Yabin CuiMake __get_thread inlined.
2015-03-19 Dmitriy IvanovImplement lookup by DT_SONAME
2015-03-18 Elliott HughesMerge "Hide statfs/fstatfs' ST_VALID flag from userspace."
2015-03-18 Elliott HughesHide statfs/fstatfs' ST_VALID flag from userspace.
2015-03-18 Dmitriy IvanovMerge "Fix library lookup for filenames with slash."
2015-03-18 Dmitriy IvanovFix library lookup for filenames with slash.
2015-03-18 Dimitry IvanovMerge "Support loading shared libraries from zip files"
2015-03-18 Elliott HughesMerge "Fix _PATH_DEFPATH to correspond to the actual...
2015-03-18 Elliott HughesMerge "set errno to ENOENT in getauxval per glibc 2.19"
2015-03-18 Elliott HughesFix _PATH_DEFPATH to correspond to the actual default...
2015-03-17 Daniel Micayset errno to ENOENT in getauxval per glibc 2.19
2015-03-17 Yabin CuiMerge "Change name of rwlock benchmark."
2015-03-17 Yabin CuiChange name of rwlock benchmark.
2015-03-17 Yabin CuiMerge "Fix build: pthread_mutex/pthread_detach."
2015-03-17 Yabin CuiFix build: pthread_mutex/pthread_detach.
2015-03-17 Yabin CuiMerge "Make pthread join_state not protected by g_threa...
2015-03-17 Yabin CuiMerge "Remove duplication in pthread_mutex.cpp."
2015-03-17 Simon BaldwinSupport loading shared libraries from zip files
2015-03-17 Dmitriy IvanovMerge "Fix build: align pthread_cond_t to sizeof(long)"
2015-03-17 Dmitriy IvanovFix build: align pthread_cond_t to sizeof(long)
2015-03-16 Christopher... Merge "Add alignment to opaque types."
2015-03-16 Christopher... Add alignment to opaque types.
2015-03-16 Dmitriy IvanovMerge "Remove obsolete test_isolated wrapper function"
2015-03-16 Dmitriy IvanovMerge "General purpose memory allocator for linker."
2015-03-16 Yabin CuiMerge "Fix atomic_load on const variable in pthread_con...
2015-03-16 Yabin CuiFix atomic_load on const variable in pthread_cond_t.
2015-03-16 Dmitriy IvanovRemove obsolete test_isolated wrapper function
2015-03-16 Dan AlbertMerge "Revert "Revert "Moving StringPrintf to libbase."""
2015-03-16 Yabin CuiMerge "Hide content of pthread_cond_t in pthread_cond_i...
2015-03-16 Dmitriy IvanovMerge "Fix typo"
2015-03-16 Dmitriy IvanovFix typo
2015-03-16 Dmitriy IvanovGeneral purpose memory allocator for linker.
2015-03-16 Yabin CuiHide content of pthread_cond_t in pthread_cond_internal_t.
2015-03-16 Dan AlbertRevert "Revert "Moving StringPrintf to libbase.""
2015-03-16 Nicolas GeoffrayMerge "Revert "Moving StringPrintf to libbase.""
2015-03-16 Nicolas GeoffrayRevert "Moving StringPrintf to libbase."
2015-03-14 Dan AlbertMerge "Moving StringPrintf to libbase."
2015-03-14 Christopher... Merge "Fix typo in alias symbol."
2015-03-14 Christopher... Fix typo in alias symbol.
2015-03-14 Christopher... Merge "For libm, use a macro for aliasing symbols."
2015-03-14 Christopher... For libm, use a macro for aliasing symbols.
2015-03-14 Dan AlbertMoving StringPrintf to libbase.
2015-03-14 Yabin CuiMerge "Hide content of pthread_rwlock_t in pthread_rwlo...
2015-03-14 Yabin CuiHide content of pthread_rwlock_t in pthread_rwlock_inte...
2015-03-13 Christopher... Merge "Add some GNU specific elf constants."
2015-03-13 Dmitriy IvanovMerge "Switch libc and libm to sysv-only hash style"
2015-03-13 Dmitriy IvanovSwitch libc and libm to sysv-only hash style
2015-03-13 Christopher... Add some GNU specific elf constants.
2015-03-13 Christopher... Merge "Add the optimized implementation of 18 math...
2015-03-13 Yabin CuiMerge "Make gtest_main exit 1 when some test are failed."
2015-03-13 Yabin CuiMake gtest_main exit 1 when some test are failed.
2015-03-13 Yabin CuiRemove duplication in pthread_mutex.cpp.
2015-03-13 Yabin CuiMake pthread join_state not protected by g_thread_list_...
2015-03-12 Mark SalyzynMerge "syslog.h: missing LOG_MAKEPRI definition"
2015-03-12 Mark Salyzynsyslog.h: missing LOG_MAKEPRI definition
2015-03-11 Elliott HughesMerge "Add the UMOUNT_NOFOLLOW flag to <sys/mount.h>."
2015-03-11 Elliott HughesAdd the UMOUNT_NOFOLLOW flag to <sys/mount.h>.
2015-03-11 Dmitriy IvanovMerge "Rename LinkerAllocator and LinkerAllocatorPage"
2015-03-11 Dmitriy IvanovMerge "Refactoring: rename linker_allocator files"
2015-03-10 Dmitriy IvanovRename LinkerAllocator and LinkerAllocatorPage
2015-03-10 Dmitriy IvanovRefactoring: rename linker_allocator files
2015-03-10 Dimitry Ivanovam c16c8368: Merge "Generate gnu hash for arm only"
2015-03-10 Dimitry IvanovMerge "Generate gnu hash for arm only"
2015-03-10 Goran JakovljevicGenerate gnu hash for arm only
2015-03-10 Dmitriy Ivanovam a94cf791: Merge "Generate sysv hash for libc, libstd...
2015-03-10 Yabin Cuiam 37c71b14: Merge "Loosen fchmodat AT_SYMLINK_NOFOLLOW...
next