OSDN Git Service

android-x86/bionic.git
2014-11-13 Daniel Rosenbergbionic: libc: Added path to vendor build properties...
2014-11-12 Elliott HughesMerge "Fix tzdata update tools for 'backzone'." into...
2014-11-12 Elliott HughesUpgrade bionic to tzdata2014j.
2014-11-12 Elliott HughesFix tzdata update tools for 'backzone'.
2014-11-04 Dmitriy IvanovRevert "Fix dlsym() to take into account RTLD_GLOBAL...
2014-11-04 Dmitriy IvanovRevert "Add RTLD_NODELETE flag support"
2014-11-04 Dmitriy IvanovRevert "Fix relocation to look for symbols in local...
2014-11-04 Dmitriy IvanovRevert "Remove unnecessary lookups during relocations"
2014-11-04 Dmitriy IvanovRevert "Fix mips build"
2014-11-04 Dmitriy IvanovRevert "Fix symbol lookup order during relocation"
2014-11-04 Dmitriy IvanovRevert "Fix arm64 and arm builds."
2014-11-03 Elliott HughesEnsure we initialize stdin/stdout/stderr's recursive...
2014-11-01 Dmitriy IvanovFix arm64 and arm builds.
2014-11-01 Dmitriy IvanovFix symbol lookup order during relocation
2014-11-01 Dmitriy IvanovFix mips build
2014-11-01 Dmitriy IvanovRemove unnecessary lookups during relocations
2014-11-01 Dmitriy IvanovFix relocation to look for symbols in local group
2014-11-01 Dmitriy IvanovCorrect way to specify additional dependencies
2014-11-01 Dmitriy IvanovAdd dlfcn_test to glibc test suite.
2014-11-01 Dmitriy IvanovIgnore DT_BIND_NOW (0x18)
2014-11-01 Dmitriy IvanovResolve "unused DT entry" warnings for x86_64
2014-11-01 Dmitriy IvanovAdd RTLD_NODELETE flag support
2014-11-01 Dmitriy IvanovFix mips build
2014-11-01 Dmitriy IvanovFix unused DT entry warnings.
2014-11-01 Dmitriy IvanovReturn has_DT_SYMBOLIC flag.
2014-11-01 Elliott HughesFix a couple more cases of missing CLOEXEC.
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-30 Dan AlbertOnly use <atomic> for C++11 and newer.
2014-10-29 Elliott HughesMerge changes I0feda6b2,I22d13fde,I49d7d09d,Ice490bfe...
2014-10-29 Elliott HughesFix the type of u_ar0 in <sys/user.h>.
2014-10-29 Elliott HughesAdd greg_t for arm64.
2014-10-29 Elliott HughesPOSIX says <signal.h> gets you ucontext_t.
2014-10-29 Elliott HughesAdd in_port_t and move it and in_addr_t to the correct...
2014-10-29 Christopher... Add stpcpy assembler version.
2014-10-29 Christopher... Cleanup arm assembly.
2014-10-28 Christopher... Add __memcpy_chk assembly for 64 bit.
2014-10-28 Elliott HughesClean up the architecture-specific makefiles.
2014-10-28 Elliott HughesNo arm source refers to SOFTFLOAT.
2014-10-28 Elliott HughesFix mips signed/unsigned signal_test.cpp build breakage.
2014-10-28 Christopher... Remove the unnecessary generic-neon code.
2014-10-28 Elliott HughesMerge "Don't mask out SA_RESTORER from sa_flags." into...
2014-10-28 Elliott HughesMerge "Disable tzdata in $ANDROID_DATA." into lmp-mr1-dev
2014-10-28 Elliott HughesDon't mask out SA_RESTORER from sa_flags.
2014-10-27 Pavel Chupin[x86,x86_64] Fix libgcc unwinding through signal
2014-10-27 Elliott HughesStack unwinding unit tests.
2014-10-27 Elliott HughesUse the kernel's sa_restorer for aarch64.
2014-10-27 Elliott HughesFix 32-bit arm unwinding through signal frames.
2014-10-27 Elliott HughesFix signal trampolines.
2014-10-27 Elliott HughesDisable tzdata in $ANDROID_DATA.
2014-10-24 Elliott HughesUse mxcr_mask instead of mxcsr_mask to match glibc.
2014-10-22 Elliott HughesUpdate bionic to tzdata2014i.
2014-10-22 Christopher... Merge "Fix generic __memcpy_chk implementation." into...
2014-10-22 Christopher... Merge "Fix race condition in timer disarm/delete."...
2014-10-22 Christopher... Fix generic __memcpy_chk implementation.
2014-10-22 Dmitriy IvanovRename library_offset to library_fd_offset
2014-10-22 Ying WangBuild dlext_testzip as custom module.
2014-10-22 Christopher... Fix race condition in timer disarm/delete.
2014-10-21 Dmitriy IvanovAdd file_offset parameter to android_extinfo
2014-10-20 Hans BoehmMake memory_order_acquire visible in global namespace
2014-10-13 Christopher... Merge "Return total footprint, not high water mark...
2014-10-13 Christopher... Return total footprint, not high water mark.
2014-10-10 Christopher... am c891e240: Add back symbols to fix Greed for Glory...
2014-10-10 Elliott HughesFix pthread_attr_getstack under valgrind.
2014-10-10 Christopher... Add back symbols to fix Greed for Glory franchise.
2014-10-09 Christopher... am c9734d24: Re-add dlmalloc for 32 bit.
2014-10-09 Christopher... Re-add dlmalloc for 32 bit.
2014-10-08 Elliott Hughesam 1543fdf6: Work around a bug in Immersion\'s libImmEm...
2014-10-08 Dan AlbertInline helpers need to be exported unmangled.
2014-10-07 Nick Kralevichcdefs.h: add artificial attribute to FORTIFY_SOURCE...
2014-10-07 Elliott HughesWork around a bug in Immersion's libImmEmulatorJ.so.
2014-10-07 Elliott HughesWork around a bug in Immersion's libImmEmulatorJ.so.
2014-10-07 Elliott HughesMerge "Improve <sys/cdefs.h>." into lmp-mr1-dev
2014-10-07 Elliott HughesImprove <sys/cdefs.h>.
2014-10-07 Christopher... am 2cf15571: am 40bc7cd4: (-s ours) DO NOT MERGE Re...
2014-10-07 Christopher... am 40bc7cd4: (-s ours) DO NOT MERGE Re-add .save direc...
2014-10-07 Elliott HughesMerge "further cleanup memcpy fortify implementation...
2014-10-07 Christopher... am d11eac34: Force export symbols on all x86 variants...
2014-10-06 Nick Kralevichfurther cleanup memcpy fortify implementation
2014-10-06 Christopher... Force export symbols on all x86 variants in libc.
2014-10-06 Nick Kralevichstring.h: remove unused variable
2014-10-04 Alex Van Bruntam a5087148: Reimplement clock(3) using clock_gettime(3)
2014-10-04 Alex Van BruntReimplement clock(3) using clock_gettime(3)
2014-10-04 Elliott Hughesam ea9800e9: Explain why clock(3) isn\'t broken.
2014-10-03 Elliott HughesExplain why clock(3) isn't broken.
2014-10-02 Ningsheng JianFix gdb could not get shared library list issue
2014-10-01 Dmitriy IvanovL-MR1 specific fixes
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 IvanovReset enviroment for math_tests
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 Chih-Hung HsiehEnable clang compilation with libc but not linker.
next