OSDN Git Service

android-x86/bionic.git
2014-09-23 Elliott HughesMerge "Fix a couple more cases of missing CLOEXEC."
2014-09-23 Elliott HughesFix a couple more cases of missing CLOEXEC.
2014-09-22 Elliott HughesMerge "Test pthread_cleanup_push(3)/pthread_cleanup_pop...
2014-09-22 Elliott HughesTest pthread_cleanup_push(3)/pthread_cleanup_pop(3).
2014-09-22 Elliott HughesMerge "Clean up fpathconf(3)/pathconf(3)."
2014-09-22 Elliott HughesClean up fpathconf(3)/pathconf(3).
2014-09-22 Elliott HughesMerge "Unit test for abort(3)."
2014-09-22 Elliott HughesUnit test for abort(3).
2014-09-22 Elliott HughesMerge "Use the uapi fs magic in <sys/vfs.h>."
2014-09-22 Elliott HughesUse the uapi fs magic in <sys/vfs.h>.
2014-09-20 Elliott HughesMerge "Add semaphore tests, fix sem_destroy."
2014-09-20 Elliott HughesAdd semaphore tests, fix sem_destroy.
2014-09-20 Christopher... Merge "Remove references to MALLOC_LEAK_CHECK."
2014-09-20 Christopher... Remove references to MALLOC_LEAK_CHECK.
2014-09-19 Elliott HughesMerge "Add greg_t for arm64."
2014-09-19 Elliott HughesAdd greg_t for arm64.
2014-09-18 Dan AlbertMerge "Exclude libstdc++ from linked libraries."
2014-09-18 Christopher... Merge "Move to v3.16.3 kernel headers."
2014-09-18 Elliott HughesMerge "Fix lgamma_r/lgammaf_r/lgammal_r for -0."
2014-09-18 Christopher... Move to v3.16.3 kernel headers.
2014-09-18 Elliott HughesFix lgamma_r/lgammaf_r/lgammal_r for -0.
2014-09-18 Elliott HughesMerge "The nextafter functions use the wrong next repre...
2014-09-18 Jingwei ZhangThe nextafter functions use the wrong next representabl...
2014-09-18 Elliott HughesMerge "Stack unwinding unit tests."
2014-09-18 Elliott HughesStack unwinding unit tests.
2014-09-18 Christopher... Merge "Update kernel uapi headers to v3.16.1."
2014-09-18 Christopher... Update kernel uapi headers to v3.16.1.
2014-09-17 Dmitriy IvanovMerge "Temporary disable DL_WARNs for unused DT_*"
2014-09-17 Dmitriy IvanovTemporary disable DL_WARNs for unused DT_*
2014-09-17 Dmitriy IvanovMerge "Add Android*.mk files to additional dependencies"
2014-09-17 Dmitriy IvanovAdd Android*.mk files to additional dependencies
2014-09-17 Elliott HughesMerge "Fix some 32-bit-isms in <stdio.h>."
2014-09-17 Elliott HughesFix some 32-bit-isms in <stdio.h>.
2014-09-17 Elliott HughesMerge "Pull input.h from v3.16.1 kernel headers."
2014-09-17 Christopher... Pull input.h from v3.16.1 kernel headers.
2014-09-17 Dan AlbertExclude libstdc++ from linked libraries.
2014-09-17 Elliott HughesMerge "Use the kernel's sa_restorer for aarch64."
2014-09-17 Elliott HughesMerge "Clean up the architecture-specific makefiles."
2014-09-17 Dmitriy IvanovMerge "Fix 64bit build"
2014-09-17 Dmitriy IvanovFix 64bit build
2014-09-17 Dmitriy IvanovMerge "Fix some unused DT_ warnings"
2014-09-17 Elliott HughesClean up the architecture-specific makefiles.
2014-09-17 Dmitriy IvanovFix some unused DT_ warnings
2014-09-16 Elliott HughesMerge "No arm source refers to SOFTFLOAT."
2014-09-16 Elliott HughesNo arm source refers to SOFTFLOAT.
2014-09-16 Elliott HughesUse the kernel's sa_restorer for aarch64.
2014-09-16 Dmitriy IvanovMerge "Remove has_DT_SYMBOLIC flag"
2014-09-16 Dmitriy IvanovRemove has_DT_SYMBOLIC flag
2014-09-16 Elliott HughesMerge "Fix 32-bit arm unwinding through signal frames."
2014-09-16 Elliott HughesFix 32-bit arm unwinding through signal frames.
2014-09-16 Calin JuravleMerge "Add benchmarks for pthread_rw_locks"
2014-09-16 Calin JuravleAdd benchmarks for pthread_rw_locks
2014-09-16 Elliott HughesMerge "Fix signal trampolines."
2014-09-16 Dmitriy IvanovMerge "Fix dlsym() to take into account RTLD_GLOBAL...
2014-09-16 Dmitriy IvanovFix dlsym() to take into account RTLD_GLOBAL/LOCAL
2014-09-15 Dmitriy IvanovMerge "Add dlfcn_test to glibc test suite."
2014-09-15 Elliott HughesFix signal trampolines.
2014-09-15 Dmitriy IvanovAdd dlfcn_test to glibc test suite.
2014-09-15 Elliott HughesMerge "POSIX says <signal.h> gets you ucontext_t."
2014-09-14 Dan AlbertMerge "Fix filename in comment in cmath"
2014-09-14 m4txFix filename in comment in cmath
2014-09-13 Elliott HughesMerge "Update NOTICE files."
2014-09-13 Elliott HughesMerge "Remove an unused file."
2014-09-13 Elliott HughesUpdate NOTICE files.
2014-09-13 Elliott HughesRemove an unused file.
2014-09-13 Elliott HughesPOSIX says <signal.h> gets you ucontext_t.
2014-09-12 Elliott HughesMerge "Explain why clock(3) isn't broken."
2014-09-12 Elliott HughesExplain why clock(3) isn't broken.
2014-09-12 Elliott HughesMerge "Get new coshl, sinhl, and tanhl implementations...
2014-09-12 Elliott HughesGet new coshl, sinhl, and tanhl implementations from...
2014-09-12 Elliott HughesMerge "Add a test for pthread_gettid_np."
2014-09-12 Elliott HughesAdd a test for pthread_gettid_np.
2014-09-12 Elliott HughesMerge "Sync libm with upstream."
2014-09-12 Elliott HughesSync libm with upstream.
2014-09-12 Elliott HughesMerge "Remove "private/bionic_pthread.h"."
2014-09-12 Elliott HughesRemove "private/bionic_pthread.h".
2014-09-12 Dmitriy IvanovMerge "Fix unload of recursively linked library"
2014-09-12 Dmitriy IvanovMerge "Reformatting"
2014-09-12 Dmitriy IvanovMerge "Refactoring: C++11 style DISABLE_ bionic marcos"
2014-09-12 Dmitriy IvanovReformatting
2014-09-12 Dmitriy IvanovFix unload of recursively linked library
2014-09-12 Elliott HughesMerge "Expose __swsetup for LP32 binary compatibility."
2014-09-12 Elliott HughesExpose __swsetup for LP32 binary compatibility.
2014-09-12 Dmitriy IvanovMerge "Add IFUNC support for arm64 and IRELATIVE reloc"
2014-09-11 Dmitriy IvanovAdd IFUNC support for arm64 and IRELATIVE reloc
2014-09-11 Elliott HughesMerge "Add pthread_gettid_np and re-expose __get_thread...
2014-09-11 Elliott HughesAdd pthread_gettid_np and re-expose __get_thread for...
2014-09-11 Elliott HughesMerge "Fix mips __fadvise64.S build failure."
2014-09-11 Elliott HughesFix mips __fadvise64.S build failure.
2014-09-11 Elliott HughesMerge "Add posix_fadvise(3)."
2014-09-11 Elliott HughesAdd posix_fadvise(3).
2014-09-09 Lorenzo ColittiMerge "When comparing DNS server configs, also compare...
2014-09-09 Lorenzo ColittiWhen comparing DNS server configs, also compare number...
2014-09-09 Dmitriy IvanovRefactoring: C++11 style DISABLE_ bionic marcos
2014-09-09 Dmitriy IvanovMerge "Load libraries in breadth-first order"
2014-09-08 Elliott HughesMerge "Ensure __set_errno is still visible on LP32."
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...
2014-09-08 Elliott HughesDon't expose non-standard basename_r and dirname_r...
2014-09-08 Dmitriy IvanovLoad libraries in breadth-first order
next