OSDN Git Service

android-x86/bionic.git
2014-04-22 Elliott HughesMerge "Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN."
2014-04-22 Torne (Richard... Merge "Fix arm64/x86 build."
2014-04-22 Torne (Richard... Fix arm64/x86 build.
2014-04-22 Torne (Richard... Merge "Allow sharing the RELRO section via a file."
2014-04-22 Torne (Richard... Merge "Support loading libraries to a reserved address."
2014-04-22 Torne (Richard... Merge "Add android_dlopen_ext() interface to linker."
2014-04-22 Elliott HughesFix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN.
2014-04-22 Elliott HughesMerge "Clean up and document our hacks for building...
2014-04-22 Elliott HughesClean up and document our hacks for building BSD source.
2014-04-21 Elliott HughesMerge "clang is >= 3.4 now; remove a hack."
2014-04-21 Elliott HughesMerge "Remove unused #defines from "arith.h"."
2014-04-21 Elliott Hughesclang is >= 3.4 now; remove a hack.
2014-04-21 Elliott HughesRemove unused #defines from "arith.h".
2014-04-19 Elliott HughesMerge "Make libc signal handler output more like debugg...
2014-04-19 Dmitriy IvanovMerge "Fix for libgcc compat generation script."
2014-04-19 Elliott HughesMake libc signal handler output more like debuggerd.
2014-04-19 Dmitriy IvanovFix for libgcc compat generation script.
2014-04-18 Elliott HughesMerge "Temporarily disable text relocation warnings...
2014-04-18 Du ChenyangTemporarily disable text relocation warnings for x86...
2014-04-18 Elliott HughesMerge "Make uselocale(3) claim its pthread key in an...
2014-04-18 Elliott HughesMerge "Switch to upstream OpenBSD fread/fvwrite."
2014-04-18 Dan AlbertMerge "Brings LC_* defs into line with POSIX"
2014-04-18 Dan AlbertBrings LC_* defs into line with POSIX
2014-04-18 Elliott HughesMerge "Fix a wchar.wcstombs_wcrtombs test failure."
2014-04-18 Elliott HughesMake uselocale(3) claim its pthread key in an ELF const...
2014-04-18 Elliott HughesFix a wchar.wcstombs_wcrtombs test failure.
2014-04-18 Elliott HughesSwitch to upstream OpenBSD fread/fvwrite.
2014-04-18 Elliott HughesMerge "Upgrade to current vfprintf."
2014-04-18 Elliott HughesMerge "Upgrade our <ctype.h> implementation to OpenBSD...
2014-04-18 Elliott HughesUpgrade our <ctype.h> implementation to OpenBSD head.
2014-04-18 Dan AlbertMerge "Changes our ctype identifiers to match the BSDs"
2014-04-18 Dan AlbertChanges our ctype identifiers to match the BSDs
2014-04-18 Elliott HughesUpgrade to current vfprintf.
2014-04-17 Torne (Richard... Allow sharing the RELRO section via a file.
2014-04-17 Torne (Richard... Support loading libraries to a reserved address.
2014-04-17 Torne (Richard... Add android_dlopen_ext() interface to linker.
2014-04-17 Elliott HughesMerge "Regenerate the NOTICE files."
2014-04-17 Elliott HughesRegenerate the NOTICE files.
2014-04-16 Elliott HughesMerge "Switch fpclassify over to ieee_ext."
2014-04-16 Elliott HughesMerge "Clean up <machine/ieee.h>."
2014-04-16 Elliott HughesSwitch fpclassify over to ieee_ext.
2014-04-16 Elliott HughesClean up <machine/ieee.h>.
2014-04-16 Elliott HughesMerge "Use FLT_ROUNDS in LP64 strtold."
2014-04-16 Elliott HughesUse FLT_ROUNDS in LP64 strtold.
2014-04-16 Elliott HughesMerge "Switch to gdtoa."
2014-04-16 Elliott HughesSwitch to gdtoa.
2014-04-15 Ben ChengMerge "Fix signed vs unsigned comparison."
2014-04-15 Ben ChengFix signed vs unsigned comparison.
2014-04-15 Elliott HughesMerge "Add iswblank for libcxx."
2014-04-15 Elliott HughesAdd iswblank for libcxx.
2014-04-14 Elliott HughesMerge "Fix arm64 floating point definitions."
2014-04-14 Elliott HughesFix arm64 floating point definitions.
2014-04-14 Elliott HughesMerge "Reimplement isinf/isnan/fpclassify."
2014-04-14 Elliott HughesReimplement isinf/isnan/fpclassify.
2014-04-14 Elliott HughesMerge "Extra tests for printf of NaN and Inf."
2014-04-14 Elliott HughesExtra tests for printf of NaN and Inf.
2014-04-12 Elliott HughesMerge "Replace the bionic hack for a vfprintf leak...
2014-04-12 Elliott HughesReplace the bionic hack for a vfprintf leak with (rough...
2014-04-11 Elliott HughesMerge "Improve the <sstream> test."
2014-04-11 Elliott HughesImprove the <sstream> test.
2014-04-11 Elliott HughesMerge "Remove unnecessary #includes."
2014-04-11 Elliott HughesRemove unnecessary #includes.
2014-04-10 Elliott HughesMerge "Add a test for external/stlport a6df82320fcb8f26...
2014-04-10 Elliott HughesAdd a test for external/stlport a6df82320fcb8f26af0d067...
2014-04-09 Elliott HughesMerge "Use the glibc name user_fpregs_struct."
2014-04-09 Elliott HughesUse the glibc name user_fpregs_struct.
2014-04-09 Elliott HughesMerge "Fix mcontext_t for x86-64."
2014-04-09 Elliott HughesFix mcontext_t for x86-64.
2014-04-09 Calin JuravleMerge "Use glibc structure for __cmsg_nxthdr."
2014-04-09 Elliott HughesMerge "Flesh out <locale.h>."
2014-04-09 Elliott HughesMerge "Fix build: include what you use."
2014-04-09 Elliott HughesFix build: include what you use.
2014-04-09 Elliott HughesFlesh out <locale.h>.
2014-04-09 Elliott HughesMerge "Implement _Exit(3)."
2014-04-09 Elliott HughesImplement _Exit(3).
2014-04-08 Calin JuravleUse glibc structure for __cmsg_nxthdr.
2014-04-08 Elliott HughesMerge "Clean up localeconv(3)."
2014-04-08 Elliott HughesClean up localeconv(3).
2014-04-08 Andrew HsiehMerge "Corrected typo in mips64.mk about memcpy.cpp"
2014-04-08 Elliott HughesMerge "AArch64: Fix flock64 for LP64."
2014-04-08 Serban ConstantinescuAArch64: Fix flock64 for LP64.
2014-04-08 Andrew HsiehCorrected typo in mips64.mk about memcpy.cpp
2014-04-08 Elliott HughesMerge "Fix kernel header scrubbing for LP64."
2014-04-08 Elliott HughesFix kernel header scrubbing for LP64.
2014-04-08 Christopher... Merge "Add stpcpy/stpncpy."
2014-04-07 Elliott HughesMerge "Fix the printf issue for 64 bits. The following...
2014-04-07 Christopher... Add stpcpy/stpncpy.
2014-04-07 Elliott HughesMerge "Remove a non-standard turd: strtotimeval."
2014-04-07 Elliott HughesRemove a non-standard turd: strtotimeval.
2014-04-07 Elliott HughesMerge "Implement wctomb(3) for ltrace."
2014-04-07 Elliott HughesMerge "Fix build: __unused isn't unused!"
2014-04-07 Elliott HughesFix build: __unused isn't unused!
2014-04-07 Elliott HughesImplement wctomb(3) for ltrace.
2014-04-07 Elliott HughesMerge "Fix aarch64 struct ucontext."
2014-04-07 Elliott HughesFix aarch64 struct ucontext.
2014-04-03 Elliott HughesMerge "Define __WORDSIZE like glibc."
2014-04-03 Elliott HughesDefine __WORDSIZE like glibc.
2014-04-03 Robert GreenwaltMerge "bionic: Replace iface with opaque netid in resol...
2014-04-03 Calin JuravleMerge "Emit warnings when linking against imprecise...
2014-04-03 Calin JuravleMerge "Fix modf* tests"
next