OSDN Git Service

android-x86/bionic.git
2014-01-29 Elliott HughesMerge "Add x86_64 ucontext.h for better compatibility"
2014-01-29 Pavel ChupinAdd x86_64 ucontext.h for better compatibility
2014-01-29 Elliott HughesMerge "Fix pthread_test to work with gtest 1.7.0."
2014-01-29 Elliott HughesFix pthread_test to work with gtest 1.7.0.
2014-01-28 Elliott HughesMerge "Remove a __system_property_get call from the...
2014-01-28 Elliott HughesRemove a __system_property_get call from the DNS code.
2014-01-28 Elliott HughesMerge "bionic: Change the type of soinfo's size to...
2014-01-28 Weiwu Chenbionic: Change the type of soinfo's size to size_t
2014-01-28 Elliott HughesMerge "Fix 32-bit mmap/mmap64 handling of negative...
2014-01-28 Elliott HughesFix 32-bit mmap/mmap64 handling of negative offsets.
2014-01-28 Elliott HughesMerge "Remove libthread_db from bionic."
2014-01-27 Elliott HughesRemove libthread_db from bionic.
2014-01-27 Elliott HughesMerge "bionic: Do not use magic number for portability"
2014-01-27 Qiming Shibionic: Do not use magic number for portability
2014-01-25 Elliott HughesMerge "Remove __STDC_FORMAT_MACROS and __STDC_LIMIT_MAC...
2014-01-25 Ying WangMerge "Use arch-specific variable to set up the x86...
2014-01-25 Ying WangUse arch-specific variable to set up the x86 ld flags.
2014-01-25 Elliott HughesRemove __STDC_FORMAT_MACROS and __STDC_LIMIT_MACROS...
2014-01-25 Ben ChengMerge "Add all implicitly loaded symbols from libgcc...
2014-01-24 Ben ChengAdd all implicitly loaded symbols from libgcc.a into...
2014-01-24 Colin CrossMerge "bionic: rename aarch64 target to arm64"
2014-01-24 Ben ChengMerge "Re-export libgcc's __aeabi_uidivmod and __popcou...
2014-01-24 Bernhard RosenkränzerRe-export libgcc's __aeabi_uidivmod and __popcount_tab
2014-01-24 Colin Crossbionic: rename aarch64 target to arm64
2014-01-15 Elliott HughesMerge "Add "__noreturn" to assert and assert2"
2014-01-15 Vadim MarkovtsevAdd "__noreturn" to assert and assert2
2014-01-15 Elliott HughesMerge "Fix libdl build warnings, turn on -Werror."
2014-01-15 Elliott HughesMerge "Move _thread_created_hook to where it belongs."
2014-01-15 Elliott HughesFix libdl build warnings, turn on -Werror.
2014-01-15 Elliott HughesMove _thread_created_hook to where it belongs.
2014-01-14 Elliott HughesMerge "Make it possible for code to query the dynamic...
2014-01-14 Elliott HughesMerge "AArch64: Use LDXR/STXR instead of LDAXR/STLXR...
2014-01-14 Elliott HughesMake it possible for code to query the dynamic linker...
2014-01-13 Elliott HughesMerge "Add -Bsymbolic to the ld flags when linking...
2014-01-13 Elliott HughesAdd -Bsymbolic to the ld flags when linking the dynamic...
2014-01-10 Elliott HughesMerge "Add some more headers."
2014-01-10 Elliott HughesAdd some more headers.
2014-01-10 JP AbgrallMerge "Add extra libc stubs for mntent related functions."
2014-01-10 JP AbgrallAdd extra libc stubs for mntent related functions.
2014-01-09 Elliott HughesMerge "Add NT_PRSTATUS to <elf.h>."
2014-01-09 Elliott HughesAdd NT_PRSTATUS to <elf.h>.
2014-01-09 Elliott HughesMerge "Add <sgidefs.h>."
2014-01-09 Elliott HughesMerge "Fix x86 user_regs_struct."
2014-01-09 Elliott HughesFix x86 user_regs_struct.
2014-01-09 Elliott HughesAdd <sgidefs.h>.
2014-01-09 Elliott HughesMerge "Add the glibc-compatible d_fileno."
2014-01-09 Elliott HughesAdd the glibc-compatible d_fileno.
2014-01-09 Elliott HughesMerge "Fix <sys/resource.h>."
2014-01-09 Elliott HughesFix <sys/resource.h>.
2014-01-09 Elliott HughesMerge "Our dirent is a dirent64."
2014-01-09 Elliott HughesMerge "Add <sys/reg.h>."
2014-01-09 Elliott HughesOur dirent is a dirent64.
2014-01-09 Elliott HughesAdd <sys/reg.h>.
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"
next