OSDN Git Service

android-x86/bionic.git
2015-03-30 Elliott HughesMerge "add guard pages to the internal signal stacks"
2015-03-30 Daniel Micayadd guard pages to the internal signal stacks
2015-03-27 Nick KralevichMerge "linker_environ: clear MALLOC_CONF when AT_SECURE=1"
2015-03-27 Nick Kralevichlinker_environ: clear MALLOC_CONF when AT_SECURE=1
2015-03-27 Dmitriy IvanovMerge "Fix libstdc++.so hash-style."
2015-03-27 Dmitriy IvanovFix libstdc++.so hash-style.
2015-03-27 Dmitriy IvanovMerge "Add test for thread_local keyword."
2015-03-27 Dmitriy IvanovAdd test for thread_local keyword.
2015-03-26 Dmitriy IvanovMerge "Explain why we need objcopy for the linker"
2015-03-26 Dmitriy IvanovExplain why we need objcopy for the linker
2015-03-26 Yabin CuiMerge "Revert "Cause Fatal error when invalid pthread_i...
2015-03-26 Yabin CuiRevert "Cause Fatal error when invalid pthread_id is...
2015-03-26 Simon BaldwinMerge "Fix comment drift in assorted relocation packer...
2015-03-26 Dmitriy IvanovMerge "Initial implementation of __cxa_thread_atexit_impl"
2015-03-26 Simon BaldwinFix comment drift in assorted relocation packer modules.
2015-03-26 Simon BaldwinMerge "Remove unused/unusable relocation packer files."
2015-03-26 Yabin CuiMerge "Remove PTHREAD_RECURSIVE_MUTEX_INITIALIZER and...
2015-03-26 Yabin CuiRemove PTHREAD_RECURSIVE_MUTEX_INITIALIZER and PTHREAD_...
2015-03-26 Yabin CuiMerge "Hide internal of pthread_mutex_t."
2015-03-26 Dmitriy IvanovInitial implementation of __cxa_thread_atexit_impl
2015-03-26 Yabin CuiHide internal of pthread_mutex_t.
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 Simon BaldwinRemove unused/unusable relocation packer files.
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...
next