OSDN Git Service

android-x86/bionic.git
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.
2014-10-01 Dmitriy IvanovEncapsulate soinfo_link_image and soinfo_relocate
2014-10-01 Dmitriy IvanovImplement LinkedList::visit()
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-10-01 Elliott HughesMerge "Update bionic to tzdata 2014h." into lmp-mr1-dev
2014-10-01 Elliott HughesUpdate bionic to tzdata 2014h.
2014-10-01 Elliott HughesFix update-tzdata.py to rebuild icu4c .dat file.
2014-09-25 Elliott HughesMerge "Re-expose more stdio implementation details...
2014-09-25 Elliott HughesRe-expose more stdio implementation details for LP32.
2014-09-24 Christopher... Fix sys_stat.mkfifo when not run as root.
2014-09-24 Dan AlbertFix incorrect parameter types for locale funcs.
2014-09-14 Christopher... Pull input.h from v3.16.1 kernel headers.
2014-09-11 Elliott HughesExpose __swsetup for LP32 binary compatibility.
2014-09-11 Elliott HughesAdd pthread_gettid_np and re-expose __get_thread for...
2014-09-11 Elliott HughesFix mips __fadvise64.S build failure.
2014-09-11 Elliott HughesMerge "Add posix_fadvise(3)." into lmp-dev
2014-09-11 Elliott HughesAdd posix_fadvise(3).
2014-09-10 Lorenzo ColittiWhen comparing DNS server configs, also compare number...
2014-09-08 Elliott HughesEnsure __set_errno is still visible on LP32.
2014-09-08 Elliott HughesMerge "Don't expose non-standard basename_r and dirname...
next