OSDN Git Service

android-x86/bionic.git
2013-10-18 Elliott HughesMerge "Fix clone.S for x86_64."
2013-10-18 Elliott HughesFix clone.S for x86_64.
2013-10-18 Elliott HughesMerge "Add missing aliases for off64_t functions in...
2013-10-18 Elliott HughesMerge "Add ffs and memcmp16 to x86_64."
2013-10-18 Elliott HughesAdd ffs and memcmp16 to x86_64.
2013-10-17 Elliott HughesAdd missing aliases for off64_t functions in 64-bit...
2013-10-17 Elliott HughesMerge "Add SOCK_CLOEXEC and SOCK_NONBLOCK socket flags."
2013-10-17 Andrei EmeltchenkoAdd SOCK_CLOEXEC and SOCK_NONBLOCK socket flags.
2013-10-17 Elliott HughesMerge "Build the linker with the same -std flags as...
2013-10-17 Elliott HughesBuild the linker with the same -std flags as the rest...
2013-10-17 Elliott HughesMerge "x86_64: Add R_X86_64_64 relocation handling"
2013-10-17 Elliott HughesMerge "O_CLOEXEC is always defined for arm, mips, x86...
2013-10-17 Elliott HughesO_CLOEXEC is always defined for arm, mips, x86, and...
2013-10-17 Elliott HughesMerge "Fix sigaction(3) for 64-bit."
2013-10-17 Elliott HughesFix sigaction(3) for 64-bit.
2013-10-16 Ben ChengMerge "Refresh libc/kernel/common/linux/auxvec.h"
2013-10-16 Ben ChengRefresh libc/kernel/common/linux/auxvec.h
2013-10-16 Ben ChengMerge "Add processed uapi kernel headers (common and...
2013-10-16 Ben ChengAdd processed uapi kernel headers (common and aarch64...
2013-10-16 Elliott HughesMerge "Sort the syscalls.mk files, give all generated...
2013-10-16 Ben ChengMerge "Tweaked the cleanup scripts to handle uapi and...
2013-10-16 Ben ChengTweaked the cleanup scripts to handle uapi and aarch64...
2013-10-16 Elliott HughesSort the syscalls.mk files, give all generated files...
2013-10-16 Elliott HughesMerge "Switch sigpending over to rt_sigpending."
2013-10-16 Elliott HughesSwitch sigpending over to rt_sigpending.
2013-10-16 Pavel Chupinx86_64: Add R_X86_64_64 relocation handling
2013-10-16 Elliott HughesMerge "Remove support for the useless 'custom' option...
2013-10-16 Elliott HughesRemove support for the useless 'custom' option in SYSCA...
2013-10-16 Elliott HughesMerge "Fix sigsuspend to use rt_sigsuspend on all platf...
2013-10-16 Elliott HughesFix sigsuspend to use rt_sigsuspend on all platforms.
2013-10-16 Elliott HughesMerge "'Avoid confusing "read prevented write" log...
2013-10-16 Elliott Hughes'Avoid confusing "read prevented write" log messages' 2.
2013-10-16 Elliott HughesMerge "Make pthread_create report sched_setscheduler...
2013-10-15 Elliott HughesMerge "Avoid confusing "read prevented write" log messa...
2013-10-15 Elliott HughesMerge "Fix indentation in sched_getaffinity."
2013-10-15 Elliott HughesMake pthread_create report sched_setscheduler failures...
2013-10-15 Elliott HughesFix indentation in sched_getaffinity.
2013-10-15 Elliott HughesAvoid confusing "read prevented write" log messages.
2013-10-15 Christopher... Merge "Modify prefetch for krait memcpy."
2013-10-15 Elliott HughesMerge "Clean up the sigprocmask/pthread_sigmask impleme...
2013-10-15 Christopher... Modify prefetch for krait memcpy.
2013-10-15 Elliott HughesClean up the sigprocmask/pthread_sigmask implementation.
2013-10-11 Stephen HinesMerge "Wrap sprintf()/snprintf() macros to prevent...
2013-10-11 Stephen HinesMerge "Fix clang warnings in bionic."
2013-10-11 Stephen HinesFix clang warnings in bionic.
2013-10-11 Stephen HinesWrap sprintf()/snprintf() macros to prevent expansion...
2013-10-10 Nick KralevichMerge "FORTIFY_SOURCE: fortify read()"
2013-10-10 Elliott HughesMerge "Clean up the cpuacct cruft."
2013-10-10 Nick KralevichFORTIFY_SOURCE: fortify read()
2013-10-10 Elliott HughesClean up the cpuacct cruft.
2013-10-09 Elliott HughesMerge "x86_64: Rename 64-bit linker to linker64"
2013-10-09 Pavel Chupinx86_64: Rename 64-bit linker to linker64
2013-10-09 Nick KralevichMerge "Revert "FORTIFY_SOURCE: fortify read()""
2013-10-09 Nick KralevichRevert "FORTIFY_SOURCE: fortify read()"
2013-10-09 Elliott HughesMerge "Fix MIPS build."
2013-10-09 Elliott HughesFix MIPS build.
2013-10-09 Elliott HughesMerge "Fix build."
2013-10-09 Elliott HughesFix build.
2013-10-09 Elliott HughesMerge "Fix x86_64 build, clean up intermediate libraries."
2013-10-09 Nick KralevichMerge "FORTIFY_SOURCE: fortify read()"
2013-10-09 Elliott HughesFix x86_64 build, clean up intermediate libraries.
2013-10-09 Elliott HughesMerge "Fix __errno for LP64 and clean up __get_tls."
2013-10-09 Nick KralevichFORTIFY_SOURCE: fortify read()
2013-10-09 Elliott HughesFix __errno for LP64 and clean up __get_tls.
2013-10-09 Elliott HughesMerge "Fix 32-bit build."
2013-10-09 Elliott HughesFix 32-bit build.
2013-10-09 Elliott HughesMerge "Fix malloc debugging for LP64."
2013-10-09 Elliott HughesMerge "Don't allow int<->pointer conversions."
2013-10-09 Elliott HughesMerge "Fix bionic's built-in stack trace dumping for...
2013-10-09 Elliott HughesDon't allow int<->pointer conversions.
2013-10-09 Elliott HughesFix bionic's built-in stack trace dumping for LP64.
2013-10-08 Elliott HughesFix malloc debugging for LP64.
2013-10-08 Elliott HughesMerge "Fix the ALIGN and ALIGNBYTES macros for LP64."
2013-10-08 Elliott HughesFix the ALIGN and ALIGNBYTES macros for LP64.
2013-10-08 Elliott HughesMerge "pthread_exit should call __NR_exit with status 0."
2013-10-08 Elliott HughesMerge "Use /system/lib64 and /vendor/lib64 for 64-bit...
2013-10-08 Elliott Hughespthread_exit should call __NR_exit with status 0.
2013-10-08 Elliott HughesUse /system/lib64 and /vendor/lib64 for 64-bit libraries.
2013-10-08 Elliott HughesMerge "Make logging fall back to /dev/stderr if we...
2013-10-08 Elliott HughesMake logging fall back to /dev/stderr if we're on the...
2013-10-08 Elliott HughesMerge "Use linker64 for the 64-bit linker."
2013-10-08 Elliott HughesUse linker64 for the 64-bit linker.
2013-10-08 Elliott HughesMerge "Use C99 structure initializer designator style."
2013-10-08 Elliott HughesUse C99 structure initializer designator style.
2013-10-08 Elliott HughesMerge "x86_64 linker."
2013-10-08 Elliott Hughesx86_64 linker.
2013-10-08 Elliott HughesMerge "Refactor the syscall generation script."
2013-10-08 Elliott HughesMerge "Fix Clang warning since KernelArgumentBlock...
2013-10-08 Stephen HinesFix Clang warning since KernelArgumentBlock is actually...
2013-10-08 Elliott HughesRefactor the syscall generation script.
2013-10-08 Elliott HughesMerge "Add an optional alias list to SYSCALLS.TXT"
2013-10-07 Elliott HughesMerge "libc: fix __cxa_atexit implicit declaration"
2013-10-07 synergydevlibc: fix __cxa_atexit implicit declaration
2013-10-07 Elliott HughesMerge "Clean up the x86 and x86_64 _exit_with_stack_tea...
2013-10-07 H.J. LuAdd an optional alias list to SYSCALLS.TXT
2013-10-07 Elliott HughesMerge "Don't define the meaningless SOFTFLOAT for x86."
2013-10-07 Elliott HughesClean up the x86 and x86_64 _exit_with_stack_teardown...
2013-10-07 Elliott HughesDon't define the meaningless SOFTFLOAT for x86.
2013-10-07 Elliott HughesMerge "Fix MIPS build."
2013-10-07 Elliott HughesFix MIPS build.
next