OSDN Git Service

android-x86/bionic.git
2014-01-09 Elliott HughesMerge "Fix x86_64 register names in <sys/user.h>."
2014-01-09 Elliott HughesMerge "We shouldn't have a <sys/dirent.h> that's a...
2014-01-08 Elliott HughesFix x86_64 register names in <sys/user.h>.
2014-01-08 Elliott HughesWe shouldn't have a <sys/dirent.h> that's a subset...
2014-01-08 Elliott HughesMerge "<sched.h> should offer both __sched_priority...
2014-01-08 Elliott HughesMerge "<fcntl.h> should get you the POSIX_FADV_* consta...
2014-01-08 Elliott HughesMerge "Add SWAP_FLAG_* constants to <sys/swap.h>."
2014-01-08 Elliott HughesAdd SWAP_FLAG_* constants to <sys/swap.h>.
2014-01-08 Elliott HughesMerge "Define fsid_t as well as __fsid_t."
2014-01-08 Elliott Hughes<sched.h> should offer both __sched_priority and sched_...
2014-01-08 Elliott Hughes<fcntl.h> should get you the POSIX_FADV_* constants.
2014-01-08 Elliott HughesDefine fsid_t as well as __fsid_t.
2014-01-07 Elliott HughesMerge "Regenerate the NOTICE files."
2014-01-07 Elliott HughesRegenerate the NOTICE files.
2014-01-07 Christopher... Merge "Add cfi directives to x86 syscalls."
2014-01-07 Christopher... Add cfi directives to x86 syscalls.
2014-01-06 Elliott HughesMerge "Pass a valid stack pointer to __bionic_clone...
2014-01-06 Elliott HughesMerge "Fix dev_t (for LP64)."
2014-01-06 Elliott HughesMerge "Add TCPOPT_* constants."
2014-01-04 Chris DearmanPass a valid stack pointer to __bionic_clone in pthread...
2014-01-03 Elliott HughesAdd TCPOPT_* constants.
2014-01-03 Elliott HughesFix dev_t (for LP64).
2014-01-03 Elliott HughesMerge "Remove as many hard-coded constants from the...
2014-01-03 Elliott HughesRemove as many hard-coded constants from the MIPS vfork...
2014-01-03 Elliott HughesMerge "Use the MAX_ERRNO constant."
2014-01-03 Elliott HughesUse the MAX_ERRNO constant.
2014-01-02 Elliott HughesMerge "Remove a hardcoded constant from aarch64's vfork."
2014-01-02 Elliott HughesRemove a hardcoded constant from aarch64's vfork.
2014-01-02 Elliott HughesMerge "Clean up <sched.h>."
2014-01-02 Elliott HughesClean up <sched.h>.
2013-12-22 Elliott HughesMerge "Fix MIPS build."
2013-12-22 Elliott HughesFix MIPS build.
2013-12-22 Elliott HughesMerge "Improve dynamic linker diagnostics for internal...
2013-12-22 Elliott HughesImprove dynamic linker diagnostics for internal errors.
2013-12-22 Elliott HughesMerge "Remove the bogus exit status from _exit_with_sta...
2013-12-21 Elliott HughesRemove the bogus exit status from _exit_with_stack_tear...
2013-12-21 Elliott HughesMerge "Fix MIPS build."
2013-12-21 Elliott HughesFix MIPS build.
2013-12-21 Elliott HughesMerge "Avoid sign extension in 32-bit mmap."
2013-12-21 Elliott HughesMerge "Remove some old kernel header cruft not needed...
2013-12-21 Elliott HughesAvoid sign extension in 32-bit mmap.
2013-12-21 Elliott HughesRemove some old kernel header cruft not needed with...
2013-12-21 Elliott HughesMerge "Fix aarch64 futex assembly routines."
2013-12-21 Elliott HughesFix aarch64 futex assembly routines.
2013-12-20 Elliott HughesMerge "Allocate additional space on stack for indirect...
2013-12-20 Chris DearmanAllocate additional space on stack for indirect syscall
2013-12-20 Greg HackmannMerge "Fix backwards compatible system property structure"
2013-12-20 Elliott HughesMerge "Upgrade to tzdata2013i."
2013-12-20 Elliott HughesUpgrade to tzdata2013i.
2013-12-20 Elliott HughesMerge "Allow GCC-built fortified code to run on a clang...
2013-12-20 Elliott HughesMerge "Fix __isnanl on aarch64."
2013-12-20 Elliott HughesMerge "Fix struct stat for aarch64."
2013-12-20 Elliott HughesMerge "Don't force O_LARGEFILE on LP64."
2013-12-20 Elliott HughesFix __isnanl on aarch64.
2013-12-20 Elliott HughesFix struct stat for aarch64.
2013-12-20 Elliott HughesDon't force O_LARGEFILE on LP64.
2013-12-20 Ben ChengMerge "Add __popcountsi2 to the function compat list."
2013-12-20 Ben ChengAdd __popcountsi2 to the function compat list.
2013-12-19 Elliott HughesMerge "Don't abort in stdio.getdelim_invalid and stdio...
2013-12-19 Elliott HughesDon't abort in stdio.getdelim_invalid and stdio.getline...
2013-12-19 Elliott HughesAllow GCC-built fortified code to run on a clang-built...
2013-12-19 Elliott HughesMerge "Revert "Add C linkage for __open_2 and __openat_2.""
2013-12-19 Elliott HughesRevert "Add C linkage for __open_2 and __openat_2."
2013-12-19 Elliott HughesMerge "ARM: Change dmb domain for bionic_atomic_barrier()"
2013-12-19 Serban ConstantinescuARM: Change dmb domain for bionic_atomic_barrier()
2013-12-19 Elliott HughesMerge "Fix aarch64 custom assembler now non-uapi is...
2013-12-19 Elliott HughesMerge "We actually have modfl."
2013-12-19 Elliott HughesFix aarch64 custom assembler now non-uapi is gone.
2013-12-19 Elliott HughesWe actually have modfl.
2013-12-19 Ben ChengMerge "Add C linkage for __open_2 and __openat_2."
2013-12-19 Ben ChengAdd C linkage for __open_2 and __openat_2.
2013-12-19 Christopher... Merge "Remove the non-uapi kernel headers."
2013-12-19 Nick KralevichMerge "Clean up more recursive FORTIFY_SOURCE calls"
2013-12-19 Nick KralevichClean up more recursive FORTIFY_SOURCE calls
2013-12-19 Nick KralevichMerge "__strnlen_chk: avoid recursive strlen calls"
2013-12-19 Elliott HughesMerge "Don't use weak aliases in libm."
2013-12-19 Nick Kralevich__strnlen_chk: avoid recursive strlen calls
2013-12-19 Elliott HughesDon't use weak aliases in libm.
2013-12-18 Elliott HughesMerge "Fix linking of aarch64 static binaries."
2013-12-18 Elliott HughesFix linking of aarch64 static binaries.
2013-12-18 Elliott HughesMerge "Fix the x86-64 int64_t/uint64_t."
2013-12-18 Elliott HughesFix the x86-64 int64_t/uint64_t.
2013-12-18 Elliott HughesMerge "Don't use __kernel_ulong_t."
2013-12-18 Elliott HughesDon't use __kernel_ulong_t.
2013-12-18 Elliott HughesMerge "Remove <machine/kernel.h>."
2013-12-18 Elliott HughesRemove <machine/kernel.h>.
2013-12-18 Christopher... Remove the non-uapi kernel headers.
2013-12-18 Elliott HughesMerge "Small style cleanup."
2013-12-18 Elliott HughesSmall style cleanup.
2013-12-18 Elliott HughesMerge "Properly detect timeout in pthread_mutex_lock_ti...
2013-12-18 Elliott HughesMerge "Move bionic over to GCC's 'warning' attribute."
2013-12-18 Elliott HughesMerge "Fix compilation of crtbegin.c and pthread_debug...
2013-12-18 Elliott HughesFix compilation of crtbegin.c and pthread_debug.cpp.
2013-12-18 Elliott HughesMove bionic over to GCC's 'warning' attribute.
2013-12-17 Elliott HughesMerge "AArch64: Linker64 support for AArch64"
2013-12-17 Marcus OaklandAArch64: Linker64 support for AArch64
2013-12-17 Ken MixterProperly detect timeout in pthread_mutex_lock_timeout_n...
2013-12-17 Elliott HughesMerge "AArch64: Add fixes to bionic/tests"
2013-12-17 Serban ConstantinescuAArch64: Add fixes to bionic/tests
2013-12-17 Elliott HughesMerge "AArch64: Initial AArch64 port of libm"
next