OSDN Git Service

android-x86/bionic.git
2015-08-20 Elliott HughesMerge "Fix a mistype in segment overrange checking"
2015-08-19 skvalexFix a mistype in segment overrange checking
2015-08-19 Christopher... Merge "Modify ip to get the instr being executed."
2015-08-18 Dan AlbertMerge "Add a TLS slot for TSAN."
2015-08-18 Christopher... Modify ip to get the instr being executed.
2015-08-18 Dan AlbertAdd a TLS slot for TSAN.
2015-08-18 Christopher... Merge "Add optimized cortex-a7/cortex-a53 memset/memcpy."
2015-08-18 Elliott HughesMerge "libc: remove bcopy from memmove on 64-bit archit...
2015-08-18 Ying WangMerge "Don't attach linker_asan to linker in module...
2015-08-17 Ying WangDon't attach linker_asan to linker in module definition.
2015-08-17 Jake Weinsteinlibc: remove bcopy from memmove on 64-bit architectures
2015-08-17 Christopher... Add optimized cortex-a7/cortex-a53 memset/memcpy.
2015-08-14 Elliott HughesMerge "Use __builtin_* in <math.h>."
2015-08-14 Elliott HughesUse __builtin_* in <math.h>.
2015-08-14 Elliott HughesMerge "libm: ARM: reorganize a bit to match ARM64"
2015-08-13 Jake Weinsteinlibm: ARM: reorganize a bit to match ARM64
2015-08-12 Elliott HughesMerge "[MIPS] Invalidate cached pid in vfork."
2015-08-12 Duane Sand[MIPS] Invalidate cached pid in vfork.
2015-08-12 Dan AlbertMerge "Fix test steps for 64-bit bionic"
2015-08-12 Dan AlbertMerge "Add missing include."
2015-08-12 Duane SandFix test steps for 64-bit bionic
2015-08-11 Dan AlbertAdd missing include.
2015-08-10 Dan AlbertMerge "Move up to C++14."
2015-08-10 Dan AlbertMove up to C++14.
2015-08-10 Yabin CuiMerge "Omit comment when reading --gtest_list_tests...
2015-08-10 Elliott HughesMerge "Invalidate cached pid in vfork."
2015-08-10 Yabin CuiOmit comment when reading --gtest_list_tests option...
2015-08-08 Elliott HughesInvalidate cached pid in vfork.
2015-08-04 Andreas GampeMerge "Bionic: Add a TLS slot for ART for Thread self"
2015-08-04 Elliott HughesMerge "name the arc4random structure mappings"
2015-08-03 Elliott HughesMerge "Cherrypick upstream fnmatch.c fix."
2015-08-03 Elliott HughesCherrypick upstream fnmatch.c fix.
2015-08-03 Elliott HughesMerge "[MIPS] Link .dex or .oat code lacking .MIPS...
2015-08-02 Daniel Micayname the arc4random structure mappings
2015-08-01 Yabin CuiMerge "add a fortified implementation of getcwd"
2015-08-01 Daniel Micayadd a fortified implementation of getcwd
2015-07-31 Duane Sand[MIPS] Link .dex or .oat code lacking .MIPS.abiflags...
2015-07-31 Elliott HughesMerge "Sync current upstream fnmatch.c."
2015-07-31 Elliott HughesSync current upstream fnmatch.c.
2015-07-31 Elliott HughesMerge "Revert "add a fortified implementation of getcwd""
2015-07-31 Elliott HughesRevert "add a fortified implementation of getcwd"
2015-07-31 Yabin CuiMerge "add a fortified implementation of getcwd"
2015-07-30 Daniel Micayadd a fortified implementation of getcwd
2015-07-30 Elliott HughesMerge "Stop sending SIGPIPE to debuggerd."
2015-07-30 Elliott HughesStop sending SIGPIPE to debuggerd.
2015-07-30 Elliott HughesMerge "Prevent buffer over-read in linker.cpp's parse_p...
2015-07-30 tony.ys_liuPrevent buffer over-read in linker.cpp's parse_path.
2015-07-29 Elliott HughesMerge "Remove PAGE_SIZE from <limits.h>."
2015-07-29 Elliott HughesRemove PAGE_SIZE from <limits.h>.
2015-07-29 Andreas GampeBionic: Add a TLS slot for ART for Thread self
2015-07-29 Elliott HughesMerge "Don't transitively include <limits.h> from ...
2015-07-29 Elliott HughesDon't transitively include <limits.h> from <sys/user.h>.
2015-07-29 Elliott HughesMerge "Remove PAGESIZE."
2015-07-28 Elliott HughesRemove PAGESIZE.
2015-07-28 Elliott HughesMerge "Move PAGE_MASK into <sys/user.h>."
2015-07-28 Elliott HughesMove PAGE_MASK into <sys/user.h>.
2015-07-28 Mark SalyzynMerge "deprecate TARGET_USES_LOGD"
2015-07-28 Mark Salyzyndeprecate TARGET_USES_LOGD
2015-07-28 Elliott HughesMerge "Add a regression test for a fixed strnlen bug."
2015-07-28 Elliott HughesAdd a regression test for a fixed strnlen bug.
2015-07-28 Chih-hung HsiehMerge "Add one simple thread local storage test."
2015-07-28 Chih-Hung HsiehAdd one simple thread local storage test.
2015-07-27 Christopher... Merge "Remove pushes from memsets (krait/cortex-a9)."
2015-07-27 Yabin CuiMerge "add fortified implementations of fread/fwrite"
2015-07-27 Elliott HughesMerge "Restore protection flags for ifunc during relocs."
2015-07-27 Christopher... Remove pushes from memsets (krait/cortex-a9).
2015-07-27 Elliott HughesMerge "name the atexit handler pages"
2015-07-27 Daniel Micayname the atexit handler pages
2015-07-26 Dmitriy IvanovRestore protection flags for ifunc during relocs.
2015-07-25 Elliott HughesMerge "Use AT_PAGESZ for sysconf(_SC_PAGE_SIZE)."
2015-07-25 Elliott HughesUse AT_PAGESZ for sysconf(_SC_PAGE_SIZE).
2015-07-24 Christopher... Merge "Make all labels local."
2015-07-23 Daniel Micayadd fortified implementations of fread/fwrite
2015-07-23 Christopher... Make all labels local.
2015-07-23 Yabin CuiMerge "Don't abort when failed to write tracing message."
2015-07-23 Yabin CuiDon't abort when failed to write tracing message.
2015-07-22 Yabin CuiMerge "Add getgrgid_r/getgrnam_r."
2015-07-22 Yabin CuiAdd getgrgid_r/getgrnam_r.
2015-07-22 Elliott HughesMerge "libc: arch-x86: implement kernel vdso time funct...
2015-07-22 Robert Jarzmiklibc: arch-x86: implement kernel vdso time functions
2015-07-21 Ying WangMerge "We don't have CXX_BARE any more"
2015-07-21 Ying WangWe don't have CXX_BARE any more
2015-07-21 Elliott HughesMerge "Use a less misleading name for the code that...
2015-07-21 Elliott HughesUse a less misleading name for the code that sets up...
2015-07-21 Christopher... Merge "Add support for non-zero vaddr in maps."
2015-07-21 Elliott HughesMerge "Revert "Revert "make vdso function pointers...
2015-07-21 Dan AlbertMerge "Revert "Stop libc from cross-referencing unwind...
2015-07-20 Dan AlbertRevert "Stop libc from cross-referencing unwind symbols"
2015-07-20 Elliott HughesRevert "Revert "make vdso function pointers read-only...
2015-07-20 Dmitriy IvanovMerge "Fix dt_runpath test."
2015-07-20 Dmitriy IvanovFix dt_runpath test.
2015-07-20 Elliott HughesMerge "<sys/time.h> should include [most of] <sys/selec...
2015-07-20 Elliott HughesMerge "Revert "make vdso function pointers read-only...
2015-07-20 Elliott HughesRevert "make vdso function pointers read-only at runtime"
2015-07-18 Elliott Hughes<sys/time.h> should include [most of] <sys/select.h>.
2015-07-17 Elliott HughesMerge "Add all the glibc one-line "synonym" header...
2015-07-17 Elliott HughesAdd all the glibc one-line "synonym" header files.
2015-07-17 Elliott HughesMerge "make vdso function pointers read-only at runtime"
2015-07-17 Daniel Micaymake vdso function pointers read-only at runtime
2015-07-17 Dmitriy IvanovMerge "Fix potential race condition on dlopen"
next