OSDN Git Service

android-x86/bionic.git
2015-11-30 Chih-hung HsiehMerge "Consider when building libc_thread_atexit_impl...
2015-11-30 Chih-hung HsiehMerge "Consider $(use_clang) when building libc_thread_...
2015-11-25 Nikola VeljkovicConsider $(use_clang) when building libc_thread_atexit_...
2015-11-24 Colin CrossMerge "Remove cflags and ldflags from crt defaults"
2015-11-24 Colin CrossMerge "Remove cflags and ldflags from crt defaults"
2015-11-24 Colin CrossMerge "move arch variant structs down a level"
2015-11-24 Colin CrossMerge "move arch variant structs down a level"
2015-11-24 Colin CrossRemove cflags and ldflags from crt defaults
2015-11-24 Dimitry IvanovMerge "Introduce anonymous namespace"
2015-11-24 Dimitry IvanovMerge "Introduce anonymous namespace"
2015-11-24 Dmitriy IvanovIntroduce anonymous namespace
2015-11-23 Colin Crossmove arch variant structs down a level
2015-11-23 Yabin CuiMerge "Change _stdio_handles_locking into _caller_handl...
2015-11-23 Yabin CuiMerge "Change _stdio_handles_locking into _caller_handl...
2015-11-23 Dimitry IvanovMerge "Handling invalid section headers"
2015-11-23 Dimitry IvanovMerge "Handling invalid section headers"
2015-11-23 Dmitriy IvanovHandling invalid section headers
2015-11-21 Yabin CuiMerge "Use FUTEX_WAIT_BITSET to avoid converting timeouts."
2015-11-21 Yabin CuiMerge "Use FUTEX_WAIT_BITSET to avoid converting timeouts."
2015-11-21 Yabin CuiChange _stdio_handles_locking into _caller_handles_locking.
2015-11-20 Dimitry IvanovMerge "Move some utility functions to linker_utils"
2015-11-20 Dimitry IvanovMerge "Move some utility functions to linker_utils"
2015-11-20 Dmitriy IvanovMove some utility functions to linker_utils
2015-11-20 Dimitry IvanovMerge "Improve error message for files with no sections"
2015-11-20 Dimitry IvanovMerge "Improve error message for files with no sections"
2015-11-20 Chih-hung HsiehMerge "Disable clang for mips/mips64 libc."
2015-11-20 Dmitriy IvanovImprove error message for files with no sections
2015-11-20 Chih-hung HsiehMerge "Disable clang for mips/mips64 libc."
2015-11-20 Chih-Hung HsiehDisable clang for mips/mips64 libc.
2015-11-20 Elliott HughesMerge "mmap: fix calculation of is_private_anonymous...
2015-11-20 Elliott HughesMerge "mmap: fix calculation of is_private_anonymous...
2015-11-20 Vitaly Vulmmap: fix calculation of is_private_anonymous variable
2015-11-20 Josh GaoMerge changes I73a39c6d,Iab2af242
2015-11-20 Josh GaoMerge changes I73a39c6d,Iab2af242
2015-11-20 Yabin CuiMerge "Fix tsan abort for lake of __libc_auxv initializ...
2015-11-20 Yabin CuiMerge "Fix tsan abort for lake of __libc_auxv initializ...
2015-11-19 Colin CrossMerge "Update libc/Android.bp to match libc/Android.mk"
2015-11-19 Colin CrossMerge "Update libc/Android.bp to match libc/Android.mk"
2015-11-19 Yabin CuiFix tsan abort for lake of __libc_auxv initialization.
2015-11-19 Colin CrossUpdate libc/Android.bp to match libc/Android.mk
2015-11-19 Josh GaoFix test build break.
2015-11-19 Yabin CuiUse FUTEX_WAIT_BITSET to avoid converting timeouts.
2015-11-19 Hung-ying TyanMerge "Add /odm/lib to shared lib search path"
2015-11-19 Hung-ying TyanMerge "Add /odm/lib to shared lib search path"
2015-11-19 Daniel Micayextend the PTRDIFF_MAX size check to mremap
2015-11-19 Junichi UekawaMerge "Do not depend on host bits to get the right...
2015-11-19 Junichi UekawaMerge "Do not depend on host bits to get the right...
2015-11-19 Junichi UekawaDo not depend on host bits to get the right size to...
2015-11-19 Yabin CuiMerge "Implement pthread spin."
2015-11-19 Yabin CuiMerge "Avoid tsan warning about pthread_mutex_destroy."
2015-11-19 Yabin CuiMerge "Implement pthread spin."
2015-11-19 Yabin CuiMerge "Avoid tsan warning about pthread_mutex_destroy."
2015-11-19 Yabin CuiImplement pthread spin.
2015-11-18 Hung-ying TyanAdd /odm/lib to shared lib search path
2015-11-18 Dimitry IvanovMerge "Ignore target sdk version for the public namespace"
2015-11-18 Dimitry IvanovMerge "Ignore target sdk version for the public namespace"
2015-11-18 Dmitriy IvanovIgnore target sdk version for the public namespace
2015-11-18 Yabin CuiAvoid tsan warning about pthread_mutex_destroy.
2015-11-17 Yabin CuiMerge "Implement pthread barrier."
2015-11-17 Yabin CuiMerge "Implement pthread barrier."
2015-11-16 Dimitry IvanovMerge "Remove the warning about empty LD_LIBRARY_PATH"
2015-11-16 Dimitry IvanovMerge "Remove the warning about empty LD_LIBRARY_PATH"
2015-11-16 Dmitriy IvanovRemove the warning about empty LD_LIBRARY_PATH
2015-11-16 Yabin CuiImplement pthread barrier.
2015-11-16 Chih-hung HsiehMerge "Enable clang to compile more tests."
2015-11-16 Chih-hung HsiehMerge "Enable clang to compile more tests."
2015-11-16 Dimitry IvanovMerge "Fix arm64 and x86 builds"
2015-11-16 Dimitry IvanovMerge "Fix arm64 and x86 builds"
2015-11-16 Dmitriy IvanovFix arm64 and x86 builds
2015-11-16 Dimitry IvanovMerge "Introducing linker namespaces"
2015-11-16 Dimitry IvanovMerge "Introducing linker namespaces"
2015-11-16 Chih-Hung HsiehEnable clang to compile more tests.
2015-11-15 Dmitriy IvanovIntroducing linker namespaces
2015-11-13 Elliott HughesMerge "Improve libc time zone fallback behavior."
2015-11-13 Elliott HughesMerge "Improve libc time zone fallback behavior."
2015-11-13 Elliott HughesImprove libc time zone fallback behavior.
2015-11-13 Elliott HughesMerge "Fix strftime if tm_zone is null."
2015-11-13 Elliott HughesMerge "Fix strftime if tm_zone is null."
2015-11-13 Nick KralevichMerge "FORTIFY_SOURCE: make sure gcc unittests are...
2015-11-13 Nick KralevichMerge "FORTIFY_SOURCE: make sure gcc unittests are...
2015-11-13 Elliott HughesFix strftime if tm_zone is null.
2015-11-12 Nick KralevichFORTIFY_SOURCE: make sure gcc unittests are compiled...
2015-11-12 Chih-hung HsiehMerge "Still cannot compile with clang on arm64."
2015-11-12 Chih-hung HsiehMerge "Still cannot compile with clang on arm64."
2015-11-12 Chih-Hung HsiehStill cannot compile with clang on arm64.
2015-11-12 Chih-hung HsiehMerge "Enable clang for modules failed with TLS."
2015-11-12 Chih-hung HsiehMerge "Enable clang for modules failed with TLS."
2015-11-12 Elliott HughesMerge "Clean up pthread_gettid_np test."
2015-11-12 Elliott HughesMerge "Clean up pthread_gettid_np test."
2015-11-12 Chih-Hung HsiehEnable clang for modules failed with TLS.
2015-11-11 Josh GaoMerge "Add 100 column limit to .clang-format."
2015-11-11 Josh GaoMerge "Add 100 column limit to .clang-format."
2015-11-11 Josh GaoAdd 100 column limit to .clang-format.
2015-11-11 Elliott HughesClean up pthread_gettid_np test.
2015-11-11 Elliott HughesMerge "Fix potential race condition on CTS TC pthread_g...
2015-11-11 Elliott HughesMerge "Fix potential race condition on CTS TC pthread_g...
2015-11-11 Junjie HuFix potential race condition on CTS TC pthread_gettid_np
2015-11-11 Nick KralevichMerge "libc_init_common.cpp: Clarify when environment...
2015-11-11 Nick KralevichMerge "libc_init_common.cpp: Clarify when environment...
2015-11-11 Nick Kralevichlibc_init_common.cpp: Clarify when environment strippin...
next