OSDN Git Service

Temporary disable DL_WARNs for unused DT_*
[android-x86/bionic.git] / linker / linker.cpp
2014-11-01 Dmitriy IvanovTemporary disable DL_WARNs for unused DT_*
2014-11-01 Dmitriy IvanovFix 64bit build
2014-11-01 Dmitriy IvanovFix some unused DT_ warnings
2014-11-01 Dmitriy IvanovRemove has_DT_SYMBOLIC flag
2014-11-01 Dmitriy IvanovFix dlsym() to take into account RTLD_GLOBAL/LOCAL
2014-11-01 Dmitriy IvanovReformatting
2014-10-22 Christopher FerrisMerge "Fix race condition in timer disarm/delete."...
2014-10-22 Dmitriy IvanovRename library_offset to library_fd_offset
2014-10-21 Dmitriy IvanovAdd file_offset parameter to android_extinfo
2014-10-10 Christopher Ferrisam c891e240: Add back symbols to fix Greed for Glory...
2014-10-09 Christopher Ferrisam c9734d24: Re-add dlmalloc for 32 bit.
2014-10-08 Elliott Hughesam 1543fdf6: Work around a bug in Immersion\'s libImmEm...
2014-10-07 Christopher Ferrisam 2cf15571: am 40bc7cd4: (-s ours) DO NOT MERGE Re...
2014-10-07 Christopher Ferrisam 40bc7cd4: (-s ours) DO NOT MERGE Re-add .save direc...
2014-10-07 Christopher Ferrisam d11eac34: Force export symbols on all x86 variants...
2014-10-04 Alex Van Bruntam a5087148: Reimplement clock(3) using clock_gettime(3)
2014-10-04 Elliott Hughesam ea9800e9: Explain why clock(3) isn\'t broken.
2014-10-02 Ningsheng JianFix gdb could not get shared library list issue
2014-10-01 Dmitriy IvanovFix unload of recursively linked library
2014-10-01 Dmitriy IvanovAdd IFUNC support for arm64 and IRELATIVE reloc
2014-10-01 Dmitriy IvanovRefactoring: C++11 style DISABLE_ bionic marcos
2014-10-01 Dmitriy IvanovLoad libraries in breadth-first order
2014-10-01 Dmitriy IvanovRevert "Load libraries in breadth-first order"
2014-10-01 Dmitriy IvanovFix order of soinfo links (repairs libcxx tests).
2014-10-01 Dmitriy IvanovLoad libraries in breadth-first order
2014-10-01 Dmitriy IvanovEncapsulate soinfo_link_image and soinfo_relocate
2014-10-01 Dmitriy IvanovIntroduce size-based r/w allocators
2014-10-01 Dmitriy IvanovErase elements in LinkedList::remove_if
2014-10-01 Dmitriy IvanovReplace NULL with nullptr
2014-10-01 Dmitriy IvanovRemove unnecessary calls to LinkedList::clear()
2014-10-01 Dmitriy IvanovEnable __cxa_atexit && __cxa_finalize for linker
2014-10-01 Dmitriy IvanovBump soinfo version
2014-10-01 Dmitriy IvanovRun constructors before resolving ifunc functions
2014-10-01 Brigid SmithAdded test for ifunc support in dynamic linker.
2014-09-01 Dmitriy IvanovMerge "Look into ld_preloads before current library...
2014-08-29 Dmitriy IvanovLook into ld_preloads before current library
2014-08-27 Elliott HughesMerge "Fix pthread_getattr_np for the main thread....
2014-08-27 Christopher FerrisMerge "Replace snprintf calls in linker." into lmp-dev
2014-08-27 Christopher FerrisReplace snprintf calls in linker.
2014-08-18 Dmitriy IvanovMerge "Revert "Add support for protected local symbol...
2014-08-18 Dmitriy IvanovRevert "Add support for protected local symbol lookup."
2014-08-13 Dmitriy IvanovOptimize symbol lookup
2014-08-06 Christopher FerrisMerge "Do a second key cleanup in pthread_exit." into...
2014-08-06 Elliott HughesMerge "Workaround b/16818336 which fails build under...
2014-08-04 Dmitriy IvanovRevert "Revert "Fix dlsym(3) to do breadth first search.""
2014-08-04 Dmitriy IvanovRevert "Fix dlsym(3) to do breadth first search."
2014-07-29 Elliott HughesMerge "Revert "Added a bionic systrace class and tracin...
2014-07-29 Dan AlbertMerge "en_US.UTF-8 is also supported." into lmp-dev
2014-07-28 Dmitriy IvanovFix 'adb shell /system/bin/linker' crash
2014-07-25 Dan AlbertMerge "There is no _MIN for unsigned types." into lmp-dev
2014-07-28 Dan AlbertMerge "Fix mbsrtowcs(3)'s handling of len parameter...
2014-07-25 Dan AlbertMerge "__libc_fatal should print a newline to stderr...
2014-07-29 Dmitriy IvanovFix dlsym(3) to do breadth first search.
2014-07-24 Dmitriy IvanovFix global variable initialization for linker
2014-07-11 Elliott Hughesam 7e43f0d4: resolved conflicts for merge of aedc14b1...
2014-07-11 Dmitriy Ivanovam b9c5d606: am 006e0770: Merge "Change android_dlextin...
2014-07-08 Dmitriy Ivanovam b9c5d606: am 006e0770: Merge "Change android_dlextin...
2014-07-08 Dmitriy Ivanovam 006e0770: Merge "Change android_dlextinfo flags...
2014-07-07 Dmitriy IvanovMerge "Change android_dlextinfo flags to uint64_t"
2014-07-08 Dmitriy IvanovChange android_dlextinfo flags to uint64_t
2014-07-05 Elliott HughesMerge "Fix a broken boolean test found by clang."
2014-07-03 Nick Kralevicham 8ad9909a: am d11ca4e8: Merge "Revert "Reenable suppo...
2014-07-03 Nick Kralevicham d11ca4e8: Merge "Revert "Reenable support for non...
2014-07-02 Dmitriy Ivanovam 176f13a7: am afd37c42: Merge "Build fix"
2014-07-02 Dmitriy Ivanovam afd37c42: Merge "Build fix"
2014-07-02 Dmitriy Ivanovam 8551bfb0: am 950a435f: Merge "Load library using...
2014-07-02 Dmitriy Ivanovam 950a435f: Merge "Load library using file handle."
2014-07-02 Elliott HughesMerge "Fix all resolv warnings and turn on -Werror."
2014-07-02 Dmitriy IvanovMerge "Build fix"
2014-07-02 Dmitriy IvanovBuild fix
2014-07-02 Dmitriy IvanovMerge "Load library using file handle."
2014-07-02 Dan AlbertMerge "Revert "Revert "Hide _tolower_tab_ and _toupper_...
2014-07-02 Nick KralevichMerge "Revert "Reenable support for non-PIE executables""
2014-07-03 Nick KralevichRevert "Reenable support for non-PIE executables"
2014-07-02 Elliott HughesMerge "Use __unused rather than self assignment for...
2014-07-02 Elliott HughesMerge "Remove some dead data."
2014-07-02 Elliott HughesMerge "Fix three clang complaints about the DNS code."
2014-07-02 Dmitriy IvanovLoad library using file handle.
2014-07-01 Dmitriy Ivanovam 51c812cd: am 442d41fc: Merge "Write message to stder...
2014-07-01 Dmitriy Ivanovam 442d41fc: Merge "Write message to stderr on __libc_f...
2014-07-01 Dmitriy Ivanovam aa355352: am 176ccd49: Merge "Add support for protec...
2014-07-01 Dmitriy Ivanovam 176ccd49: Merge "Add support for protected local...
2014-07-01 Dmitriy IvanovMerge "Write message to stderr on __libc_fatal()"
2014-07-01 Dmitriy IvanovWrite message to stderr on __libc_fatal()
2014-07-01 Dmitriy IvanovMerge "Add support for protected local symbol lookup."
2014-07-01 Dmitriy IvanovAdd support for protected local symbol lookup.
2014-07-01 Dan AlbertMerge "Revert "Revert "Prevent symbols from libgcc...
2014-06-30 Elliott HughesMerge "Restore <nsswitch.h> which is BSD API, not private."
2014-06-30 Christopher FerrisMerge "Add optimized stpcpy."
2014-06-30 Nick KralevichMerge "add CLOEXEC to various DNS related code"
2014-06-30 Elliott Hughesam 0bdbc499: am 260846f3: Merge "Reinstate the x86...
2014-06-30 Elliott Hughesam 260846f3: Merge "Reinstate the x86 dynamic linker...
2014-06-30 Dmitriy Ivanovam 33c1af30: am e5c759ff: Merge "Disallow dlopen("egl...
2014-06-30 Dmitriy Ivanovam e5c759ff: Merge "Disallow dlopen("egl/blah.so")...
2014-06-30 Christopher FerrisMerge "Add extra strchr testing."
2014-06-26 Colin CrossMerge "Revert "HACK: linker: check for handle==0xffffff...
2014-06-26 Dmitriy IvanovMerge "Disallow dlopen("egl/blah.so") on LP64"
2014-06-29 Dmitriy IvanovDisallow dlopen("egl/blah.so") on LP64
2014-06-26 Elliott HughesMerge "Reinstate the x86 dynamic linker warning for...
2014-06-30 Elliott HughesReinstate the x86 dynamic linker warning for text reloc...
next