OSDN Git Service

android-x86/bionic.git
2013-01-10 Elliott HughesMerge "Only have one copy of the kernel_sigset_t hack...
2013-01-10 Elliott HughesOnly have one copy of the kernel_sigset_t hack, and...
2013-01-10 Elliott HughesMerge "Add signalfd call to bionic"
2013-01-10 Rom LemarchandAdd signalfd call to bionic
2013-01-07 Elliott HughesMerge "Don't test GNU-style ELF hashes on MIPS."
2013-01-07 Elliott HughesDon't test GNU-style ELF hashes on MIPS.
2013-01-07 Elliott HughesMerge "Fix an off-by-one error in the sigset_t function...
2013-01-07 Elliott HughesFix an off-by-one error in the sigset_t function error...
2013-01-07 Elliott HughesMerge "[MIPS] Rewrite fenv.h for Android"
2013-01-05 Raghu Gandham[MIPS] Rewrite fenv.h for Android
2013-01-04 Elliott HughesMerge "Add AF_CAN and PF_CAN (and other missing families)."
2013-01-04 Elliott HughesAdd AF_CAN and PF_CAN (and other missing families).
2013-01-04 Elliott HughesMerge "Fix debug malloc."
2013-01-03 Elliott HughesFix debug malloc.
2013-01-03 Elliott HughesMerge "sysconf.c was renamed to sysconf.cpp (and modifi...
2013-01-03 Elliott Hughessysconf.c was renamed to sysconf.cpp (and modified)...
2013-01-02 Elliott HughesMerge "Define _POSIX_MONOTONIC_CLOCK and implement...
2013-01-02 Elliott HughesDefine _POSIX_MONOTONIC_CLOCK and implement sysconf...
2012-12-22 Elliott HughesMerge "Support System.loadLibrary for libraries with...
2012-12-21 Elliott HughesMerge "Fix format_number."
2012-12-21 Elliott HughesFix format_number.
2012-12-20 Elliott HughesSupport System.loadLibrary for libraries with transitiv...
2012-12-19 Elliott HughesMerge "Fix x86 dynamic linker build."
2012-12-19 Elliott HughesFix x86 dynamic linker build.
2012-12-19 Elliott HughesMerge "Check for unknown flags passed to dlopen(3)."
2012-12-18 Elliott HughesCheck for unknown flags passed to dlopen(3).
2012-12-12 Elliott HughesMerge "Fix <endian.h> and <sys/endian.h>."
2012-12-12 Elliott HughesFix <endian.h> and <sys/endian.h>.
2012-12-10 Elliott HughesMerge "Use pthread_kill() in raise()"
2012-12-10 Chris DearmanUse pthread_kill() in raise()
2012-12-07 Geremy CondraMerge "Added audit.h from the kernel."
2012-12-07 Geremy CondraAdded audit.h from the kernel.
2012-12-07 Nick KralevichMerge "FORTIFY_SOURCE: remove memcpy overlap checks"
2012-12-07 Nick KralevichFORTIFY_SOURCE: remove memcpy overlap checks
2012-12-06 Nick KralevichMerge "FORTIFY_SOURCE: fix up previous commit"
2012-12-05 Nick KralevichFORTIFY_SOURCE: fix up previous commit
2012-12-04 Nick KralevichMerge "clean up FORTIFY_SOURCE handling."
2012-12-04 Nick Kralevichclean up FORTIFY_SOURCE handling.
2012-12-04 Nick KralevichMerge "FORTIFY_SOURCE: fortify strrchr"
2012-12-03 Nick KralevichFORTIFY_SOURCE: fortify strrchr
2012-12-03 Elliott HughesMerge "mmap: Remove madvise() workaround"
2012-12-03 Elliott HughesMerge "Add argument checking to sigemptyset(3) and...
2012-12-01 Nick KralevichMerge "FORTIFY_SOURCE: fortify strchr"
2012-12-01 Elliott HughesAdd argument checking to sigemptyset(3) and friends.
2012-11-30 Nick KralevichFORTIFY_SOURCE: fortify strchr
2012-11-30 Elliott HughesMerge "Reduce the exposure of the __set_errno implement...
2012-11-30 Elliott HughesReduce the exposure of the __set_errno implementation...
2012-11-30 Elliott HughesMerge "Replace .S version of x86 crtfiles with .c version"
2012-11-30 Pavel ChupinReplace .S version of x86 crtfiles with .c version
2012-11-30 Elliott HughesMerge "Remove (near-)duplicate definitions of size_t...
2012-11-30 Elliott HughesRemove (near-)duplicate definitions of size_t and ssize_t.
2012-11-29 Elliott HughesMerge "Bug: __WINT_TYPE__ and wint_t reference to diffe...
2012-11-29 Elliott HughesMerge "[MIPS] Fix the MIPS getsid system call"
2012-11-29 Elliott HughesMerge "Verify architecture neutral syscall numbers"
2012-11-29 Elliott HughesMerge "Define DEFFILEMODE and friends"
2012-11-29 Chris Dearman[MIPS] Fix the MIPS getsid system call
2012-11-29 Chris DearmanVerify architecture neutral syscall numbers
2012-11-29 Hakan KvistDefine DEFFILEMODE and friends
2012-11-28 Elliott HughesMerge "Clean up _BYTE_ORDER definitions for better...
2012-11-27 Elliott HughesClean up _BYTE_ORDER definitions for better x86 portabi...
2012-11-26 Elliott HughesMerge "Do not include '\0' when writing error messages...
2012-11-26 Chris DearmanDo not include '\0' when writing error messages to...
2012-11-26 Elliott HughesMerge "Upgrade to tzdata2012j."
2012-11-26 Elliott HughesUpgrade to tzdata2012j.
2012-11-26 Sergey MelnikovBug: __WINT_TYPE__ and wint_t reference to different...
2012-11-19 Nick Kralevichmmap: Remove madvise() workaround
2012-11-19 Nick KralevichMerge "We should use load_bias. This patch fixes MIPS...
2012-11-19 Chao-Ying FuWe should use load_bias. This patch fixes MIPS NDK...
2012-11-16 Nick KralevichMerge "Support GNU_RELRO for static executables."
2012-11-15 Nick KralevichMerge "Temporarily address gcc 4.7 breakage."
2012-11-15 Nick KralevichTemporarily address gcc 4.7 breakage.
2012-11-15 Nick KralevichSupport GNU_RELRO for static executables.
2012-11-10 Elliott Hughesam 6542ac03: Merge "Add a memmove(3) benchmark."
2012-11-10 Elliott HughesMerge "Add a memmove(3) benchmark."
2012-11-09 Elliott Hughesam b62e2770: Merge "Add optimized version of memset...
2012-11-09 Elliott HughesMerge "Add optimized version of memset for Cortex A9"
2012-11-09 Henrik SmidingAdd optimized version of memset for Cortex A9
2012-11-09 Elliott HughesAdd a memmove(3) benchmark.
2012-11-09 Elliott Hughesam 49677dec: Merge "Add optimized version of memcpy...
2012-11-09 Elliott HughesMerge "Add optimized version of memcpy for Cortex A9"
2012-11-09 Henrik SmidingAdd optimized version of memcpy for Cortex A9
2012-11-09 Elliott Hughesam c2132915: Merge "Add optimized version of memcmp...
2012-11-09 Elliott HughesMerge "Add optimized version of memcmp for Cortex A9"
2012-11-09 Elliott Hughesam 7aca3103: Merge "Simple google3-compatible benchmark...
2012-11-09 Elliott HughesMerge "Simple google3-compatible benchmarking."
2012-11-08 Elliott HughesSimple google3-compatible benchmarking.
2012-11-08 Elliott Hughesam d460f3f1: Merge "Tests for string routines."
2012-11-08 Elliott HughesMerge "Tests for string routines."
2012-11-08 Elliott Hughesam 5408ac3c: Merge "Fix dlopen_library_with_only_gnu_ha...
2012-11-08 Elliott HughesMerge "Fix dlopen_library_with_only_gnu_hash_Test."
2012-11-08 Elliott HughesFix dlopen_library_with_only_gnu_hash_Test.
2012-11-08 Anna TikhonovaTests for string routines.
2012-11-06 The Android... am 414aadc7: am 3bf2fcf9: Reconcile with jb-mr1-factory...
2012-11-06 The Android... am 3bf2fcf9: Reconcile with jb-mr1-factory-release...
2012-11-06 The Android... Reconcile with jb-mr1-factory-release jb-mr1-release...
2012-11-06 Elliott Hughesam 604a163e: Merge "Rewrite <fenv.h> for ARM."
2012-11-06 Elliott HughesMerge "Rewrite <fenv.h> for ARM."
2012-11-05 Elliott Hughesam bb91e9fb: Merge "Upgrade to tzdata2012i."
2012-11-05 Elliott HughesMerge "Upgrade to tzdata2012i."
2012-11-05 Elliott Hughesam a41e6426: Merge "Tone down some of the overly-verbos...
next