OSDN Git Service

Merge "Enable dlfcn.dt_runpath_absolute_path in glibc tests"
[android-x86/bionic.git] / linker /
2017-06-23 Treehugger RobotMerge "Whitelist __NR__newselect."
2017-06-20 Treehugger RobotMerge "make libasync_safe vendor_available:true"
2017-06-19 Jaesung ChungMerge "linker_config_test: allow search paths of system...
2017-06-19 Jaesung Chunglinker_config_test: allow search paths of systems witho...
2017-06-14 Treehugger RobotMerge "Remove `volatile` from the `__errno` declaration."
2017-06-13 Treehugger RobotMerge "The bsd_signal declaration shouldn't be visible...
2017-06-01 Treehugger RobotMerge "Fix boost build with unified headers."
2017-06-01 Treehugger RobotMerge "MIPS: 32/64-bit VDSO support"
2017-06-01 Treehugger RobotMerge "Make dl_iterate_phdr return correct name for...
2017-05-31 Dimitry IvanovMake dl_iterate_phdr return correct name for first...
2017-05-31 Christopher FerrisMerge "Revert "Make mallopt available in the future.""
2017-05-25 Treehugger RobotMerge "Stop including <sys/sysmacros.h> from <sys/types...
2017-05-24 Elliott HughesMerge "Remove obsolete __stack_chk_fail_local."
2017-05-23 Elliott HughesRemove obsolete __stack_chk_fail_local.
2017-05-22 Treehugger RobotMerge "Add a netcontext variant of gethostbyaddr"
2017-05-22 Treehugger RobotMerge "Add the DNS query hook to net context"
2017-05-10 Treehugger RobotMerge "greylist is no longer enabled by default."
2017-05-10 Treehugger RobotMerge "Remove known failures from arm ifunc tests"
2017-05-10 Jiyong Parkgreylist is no longer enabled by default.
2017-05-04 Treehugger RobotMerge changes Ia7200bf0,I86999bb7
2017-05-03 Christopher FerrisMerge "Move libc_log code into libasync_safe."
2017-05-03 Dimitry IvanovMerge "Add ifunc for variable test-case"
2017-05-03 Christopher FerrisMove libc_log code into libasync_safe.
2017-05-03 Treehugger RobotMerge "Shared namespaces inherit parent ns properties"
2017-05-02 Dimitry IvanovShared namespaces inherit parent ns properties
2017-05-02 Treehugger RobotMerge "Fix test compile errors after LLVM rebase"
2017-05-02 Treehugger RobotMerge "versioner: disable container overflow checks"
2017-05-02 Treehugger RobotMerge "linker: add android_get_exported_namespace"
2017-04-28 Jiyong Parklinker: add android_get_exported_namespace
2017-04-24 Elliott HughesMerge "Add basic tests for <link.h>."
2017-04-22 Christopher FerrisMerge "Update static functions/macro definitions."
2017-04-22 Treehugger RobotMerge "loader: enable loading libraries from tmpfs"
2017-04-21 Dimitry Ivanovloader: enable loading libraries from tmpfs
2017-04-21 Elliott HughesMerge "Make the _Unwind_Ptr declaration match clang's."
2017-04-21 Elliott HughesMake the _Unwind_Ptr declaration match clang's.
2017-04-20 Josh GaoMerge "Add syscalls that aren't currently used to the...
2017-04-20 Treehugger RobotMerge "Decode the common EM_ values."
2017-04-20 Elliott HughesDecode the common EM_ values.
2017-04-18 Treehugger RobotMerge "Move bionic_systrace.cpp over to CachedProperty."
2017-04-18 Elliott HughesMerge "Remove unused elf_machdep.h cruft."
2017-04-18 Treehugger RobotMerge "Document DT_RUNPATH support."
2017-04-17 Treehugger RobotMerge "Un-deprecated __system_property_find_nth."
2017-04-17 Treehugger RobotMerge "Link to the public post about clang FORTIFY."
2017-04-15 Treehugger RobotMerge "Avoid "D linker : (null)" with debug.ld.all...
2017-04-15 Elliott HughesAvoid "D linker : (null)" with debug.ld.all for dlerror.
2017-04-13 Treehugger RobotMerge "Add seccomp blacklist, and exclude swap functions"
2017-04-12 Treehugger RobotMerge "Move libc_logging.cpp over to CachedProperty."
2017-04-12 Treehugger RobotMerge "The workaround for apps using older version...
2017-04-12 Treehugger RobotMerge "Move localtime.c over to CachedProperty."
2017-04-12 Dimitry IvanovThe workaround for apps using older version of soinfos
2017-04-12 Treehugger RobotMerge "Remove the useless lock from CachedProperty."
2017-04-11 Treehugger RobotMerge "Don't let missing Treble property context files...
2017-04-11 Treehugger RobotMerge "Remove .(ll)ndk suffix from (ll)ndk_library"
2017-04-11 Treehugger RobotMerge "Send developers straight to the text relocation...
2017-04-10 Elliott HughesSend developers straight to the text relocation docs.
2017-04-10 Christopher FerrisMerge "Refactor Config from a struct to a class."
2017-04-07 Dan WillemsenMerge "Add LLNDK stub libraries for the VNDK"
2017-04-06 Treehugger RobotMerge "versioner: fix LLVM assertion failure."
2017-04-06 Tom CherryMerge "Move scopeguard into android::base"
2017-04-06 Treehugger RobotMerge "Enable FORTIFY unit tests for clang"
2017-04-06 Treehugger RobotMerge "Add support for disabling the greylist."
2017-04-06 Elliott HughesAdd support for disabling the greylist.
2017-04-05 Tom CherryMove scopeguard into android::base
2017-04-05 Neil FullerMerge "Addition of a new system file for time zone...
2017-04-04 Christopher FerrisMerge "Add kryo support."
2017-04-04 Treehugger RobotMerge "libc: use __bos instead of __bos0 for strchr."
2017-04-04 Josh GaoMerge "Break android_set_abort_message out of libc_logg...
2017-04-03 Treehugger RobotMerge changes I70edafb7,I96cba65e,I5142a335
2017-04-03 Josh GaoMerge changes I826756d9,I00e2edb2
2017-04-03 Josh GaoMerge changes I826756d9,I00e2edb2
2017-04-03 Treehugger RobotMerge "Cleanup ANDROID_DNS_MODE and BIONIC_DNSCACHE"
2017-04-02 Dimitry IvanovMerge "Fix lookup logic for linked namespaces"
2017-04-02 Treehugger RobotMerge "Fix lookup logic for linked namespaces"
2017-04-01 Treehugger RobotMerge "Expand whitelist"
2017-03-31 Vishwath MohanMerge "Refactor sanitized library on-disk layout -...
2017-03-31 Treehugger RobotMerge "Refactor sanitized library on-disk layout -...
2017-03-31 Vishwath MohanRefactor sanitized library on-disk layout - bionic.
2017-03-29 Elliott HughesMerge "Fix x86 system calls made from ELF preinit."
2017-03-29 Dimitry IvanovFix lookup logic for linked namespaces
2017-03-29 Treehugger RobotMerge changes from topic 'no-bionic-prebuilts'
2017-03-28 Dimitry IvanovMerge "linker: log only real dlerrors"
2017-03-28 Dimitry IvanovMerge "linker: log only real dlerrors"
2017-03-28 Dimitry Ivanovlinker: log only real dlerrors
2017-03-28 Treehugger RobotMerge "Expose seccomp table"
2017-03-28 Christopher FerrisMerge "bionic: arm64: generic: strcmp: align to 64B...
2017-03-28 Dimitry IvanovMerge "Make anonymous namespace isoalted."
2017-03-28 Dimitry IvanovMerge "Make anonymous namespace isoalted."
2017-03-27 Dimitry IvanovMake anonymous namespace isoalted.
2017-03-25 Dimitry IvanovMerge "Revert "linker: add more directories to default...
2017-03-25 Dimitry IvanovMerge "Revert "linker: add more directories to default...
2017-03-25 Dimitry IvanovMerge "Load namespace configuration from ld.config...
2017-03-25 Treehugger RobotMerge "Load namespace configuration from ld.config...
2017-03-24 Dimitry IvanovMerge "Disable compat_elf_hash_and_relocation_tables...
2017-03-24 Dimitry IvanovLoad namespace configuration from ld.config.txt
2017-03-24 Dimitry IvanovMerge "loader: stop relying on AT_BASE"
2017-03-24 Treehugger RobotMerge "loader: stop relying on AT_BASE"
2017-03-24 Dimitry Ivanovloader: stop relying on AT_BASE
2017-03-22 Treehugger RobotMerge "Fix problem that we don't block syscalls below...
2017-03-22 Joachim SauerMerge "Update timezone data to 2017b"
2017-03-21 Dimitry IvanovMerge "Add systrace output for dlclose/dlsym calls"
next