OSDN Git Service

android-x86/bionic.git
2016-01-06 Dimitry IvanovMerge "Fix gcc+arm builds"
2016-01-06 Dimitry IvanovFix gcc+arm builds
2016-01-06 Dimitry IvanovMerge "Deprecate bzero"
2016-01-06 Dimitry IvanovMerge "Export public __aeabi* symbols as LIBC_PRIVATE"
2016-01-06 Dimitry IvanovExport public __aeabi* symbols as LIBC_PRIVATE
2016-01-06 Elliott HughesMerge "Fix a broken link in a comment."
2016-01-06 Elliott HughesMerge "Tidy up KernelArgumentBlock::getauxval."
2016-01-06 Dimitry IvanovDeprecate bzero
2016-01-06 Nick KralevichMerge "system_properties.cpp: special case ro.* properties"
2016-01-06 Elliott HughesFix a broken link in a comment.
2016-01-06 Nick Kralevichsystem_properties.cpp: special case ro.* properties
2016-01-06 Elliott HughesTidy up KernelArgumentBlock::getauxval.
2016-01-05 Dan WillemsenMerge "libc: Update Android.bp with recent changes"
2016-01-05 Dan Willemsenlibc: Update Android.bp with recent changes
2016-01-05 Dimitry IvanovMerge "Move __aeabi_ which are not in libgcc.a to LIBC"
2016-01-05 Dimitry IvanovMove __aeabi_ which are not in libgcc.a to LIBC
2016-01-05 Elliott HughesMerge "Clarify which linker we are."
2016-01-05 Elliott HughesClarify which linker we are.
2016-01-05 Dimitry IvanovMerge "Temporary apply LIBC version to __pthread_gettid"
2016-01-05 Dimitry IvanovTemporary apply LIBC version to __pthread_gettid
2016-01-05 Dimitry IvanovMerge "Revert "Temporary apply LIBC version to __pthrea...
2016-01-05 Dimitry IvanovRevert "Temporary apply LIBC version to __pthread_gettid"
2016-01-05 Dimitry IvanovMerge "Temporary apply LIBC version to __pthread_gettid"
2016-01-05 Dimitry IvanovTemporary apply LIBC version to __pthread_gettid
2016-01-04 Dimitry IvanovMerge changes I4fc241e6,Idca71396
2016-01-04 Dimitry IvanovMove __system_property* to LIBC_PRIVATE for lp64 libc
2016-01-04 Dimitry IvanovMove ndk-cruft symbols to LIBC_PRIVATE
2016-01-04 Elliott HughesMerge "Revert "Revert "Implement getifaddrs(3)/freeifad...
2016-01-04 Elliott HughesRevert "Revert "Implement getifaddrs(3)/freeifaddrs...
2016-01-04 Dimitry IvanovMerge changes Ic66f6519,Ic16acea5
2015-12-24 Nick KralevichMerge "Add tests for /proc/self/fd and /proc/self/task...
2015-12-24 Nick KralevichAdd tests for /proc/self/fd and /proc/self/task/TID...
2015-12-22 Yi KongMerge "Revert "Implement getifaddrs(3)/freeifaddrs...
2015-12-22 Yi KongRevert "Implement getifaddrs(3)/freeifaddrs(3)."
2015-12-22 Yi KongMerge "Implement getifaddrs(3)/freeifaddrs(3)."
2015-12-22 Dimitry IvanovMake some of unwanted symbols LIBC_PRIVATE
2015-12-22 Dimitry IvanovMake symbols exported via libgcc.a LIBC_PRIVATE
2015-12-21 Dimitry IvanovMerge "linker: implement shared namespaces"
2015-12-20 Dimitry Ivanovlinker: implement shared namespaces
2015-12-19 Elliott HughesImplement getifaddrs(3)/freeifaddrs(3).
2015-12-19 Elliott HughesMerge "Improve the 32-bit ABI documentation."
2015-12-19 Elliott HughesImprove the 32-bit ABI documentation.
2015-12-17 Tom CherryMerge "Reset access to system properties on reinitializ...
2015-12-17 Elliott HughesMerge "sem_timedwait with a null timeout doesn't mean...
2015-12-17 Dimitry IvanovMerge "linker: add dlvsym(3)"
2015-12-17 Christopher... Merge "Fix missing parentheses."
2015-12-17 Christopher... Fix missing parentheses.
2015-12-17 Christopher... Merge "Fix bug in dlmalloc's version of calloc."
2015-12-16 Dimitry Ivanovlinker: add dlvsym(3)
2015-12-16 Elliott Hughessem_timedwait with a null timeout doesn't mean "forever".
2015-12-16 Christopher... Fix bug in dlmalloc's version of calloc.
2015-12-16 Dimitry IvanovMerge "Revert "Revert "Remove remaining ndk_cruft from...
2015-12-16 Dimitry IvanovRevert "Revert "Remove remaining ndk_cruft from LP64...
2015-12-15 Elliott HughesMerge "Add a few missing pthread tests."
2015-12-15 Dimitry IvanovMerge "Revert "Remove remaining ndk_cruft from LP64...
2015-12-15 Elliott HughesAdd a few missing pthread tests.
2015-12-15 Dimitry IvanovRevert "Remove remaining ndk_cruft from LP64 platforms"
2015-12-14 Dimitry IvanovMerge "Remove remaining ndk_cruft from LP64 platforms"
2015-12-14 Dimitry IvanovRemove remaining ndk_cruft from LP64 platforms
2015-12-14 Dimitry IvanovMerge changes Iaee1b711,Ia3dd0761
2015-12-14 Dimitry IvanovGenerate libc version-script for brillo
2015-12-14 Dimitry IvanovRevert "Don't verify version scripts on 32-bit Brillo"
2015-12-14 Elliott HughesMerge "Fix personality test for mips32r6"
2015-12-14 Lazar TrsicFix personality test for mips32r6
2015-12-12 Dan WillemsenMerge "Don't verify version scripts on 32-bit Brillo"
2015-12-12 Dan WillemsenDon't verify version scripts on 32-bit Brillo
2015-12-11 Dimitry IvanovMerge "Remove __bionic_libgcc_unwind_symbols from versi...
2015-12-11 Dimitry IvanovRemove __bionic_libgcc_unwind_symbols from version...
2015-12-11 Tom CherryReset access to system properties on reinitialization
2015-12-11 Dimitry IvanovMerge "Move dlsym and dladdr implementation to linker...
2015-12-11 Dimitry IvanovMove dlsym and dladdr implementation to linker.cpp
2015-12-10 Tom CherryMerge "Do not set properties in bionic_systrace"
2015-12-10 Tom CherryDo not set properties in bionic_systrace
2015-12-10 Dimitry IvanovMerge "Revert "Add /odm/lib to shared lib search path""
2015-12-10 Dimitry IvanovMerge "constexpr constructor for atfork_list_t"
2015-12-10 Dimitry IvanovMerge "Add permitted_when_isolated_path to linker names...
2015-12-10 Elliott HughesMerge "Fix -fstack-protector-strong for x86."
2015-12-09 Dimitry IvanovAdd permitted_when_isolated_path to linker namespaces
2015-12-09 Dimitry IvanovMerge "Revert "Ensure that readlink has access to ...
2015-12-09 Dimitry IvanovRevert "Ensure that readlink has access to /proc/self/fd"
2015-12-09 Dimitry IvanovRevert "Add /odm/lib to shared lib search path"
2015-12-08 Dan WillemsenMerge "libm: Use LOCAL_SRC_FILES_EXCLUDE_{arch}"
2015-12-08 Todd KjosMerge "bionic: Build Breakage"
2015-12-08 Mark Salyzynbionic: Build Breakage
2015-12-08 Elliott HughesFix -fstack-protector-strong for x86.
2015-12-08 Dimitry Ivanovconstexpr constructor for atfork_list_t
2015-12-08 Mark SalyzynMerge "Add monotonic logging for bionic"
2015-12-07 Elliott HughesMerge "Base bcopy on memmove rather than memcpy."
2015-12-07 Elliott HughesMerge "Make all of ndk_cruft.cpp one big extern "C"."
2015-12-07 Elliott HughesMerge "Fix stdio static initializers to make both clang...
2015-12-07 Elliott HughesMerge "Revert "Revert "Remove __sinit and __sdidinit."""
2015-12-07 Elliott HughesMerge "Base bcopy on memmove rather than memcpy."
2015-12-07 Rohit AgrawalBase bcopy on memmove rather than memcpy.
2015-12-07 Elliott HughesMerge "Make all of ndk_cruft.cpp one big extern "C"."
2015-12-07 Elliott HughesMake all of ndk_cruft.cpp one big extern "C".
2015-12-07 Elliott HughesMerge "Fix stdio static initializers to make both clang...
2015-12-07 Elliott HughesFix stdio static initializers to make both clang and...
2015-12-07 Elliott HughesMerge "Revert "Revert "Remove __sinit and __sdidinit."""
2015-12-05 Elliott HughesRevert "Revert "Remove __sinit and __sdidinit.""
2015-12-05 Dimitry IvanovMerge "Allow dlopening public libs using absolute path"
next