OSDN Git Service

android-x86/bionic.git
2014-05-15 Calin JuravleFill in missing bits in x86(_64) ucontext_t
2014-05-15 Andrew HsiehMerge "Rename user_i387_struct -> user_fpregs_struct...
2014-05-15 Andrew HsiehRename user_i387_struct -> user_fpregs_struct in sys...
2014-05-15 Christopher... Merge "Increase minimum thread size for 64 bit."
2014-05-15 Christopher... Increase minimum thread size for 64 bit.
2014-05-15 Elliott HughesMerge "Remove the unused __system_property_wait."
2014-05-15 Elliott HughesRemove the unused __system_property_wait.
2014-05-15 Christopher... Merge "Do not keep struct state on the stack."
2014-05-14 Christopher... Do not keep struct state on the stack.
2014-05-14 Elliott HughesMerge "Add tests for fprintf behavior when the underlyi...
2014-05-14 Dmitriy IvanovMerge "Fix for linker allocator"
2014-05-14 Elliott HughesAdd tests for fprintf behavior when the underlying...
2014-05-14 Elliott HughesMerge "Add a unit test for already-fixed printf -0...
2014-05-14 Dmitriy IvanovFix for linker allocator
2014-05-14 Sreeram RamachandranMerge "Mark sockets on accept()."
2014-05-14 Elliott HughesAdd a unit test for already-fixed printf -0.0 formatting.
2014-05-14 Elliott HughesMerge "Add a regression test for a long-fixed pthread_o...
2014-05-14 Elliott HughesMerge "Remove the broken pthread deadlock prediction."
2014-05-14 Elliott HughesAdd a regression test for a long-fixed pthread_once...
2014-05-14 Elliott HughesRemove the broken pthread deadlock prediction.
2014-05-14 Sreeram RamachandranMark sockets on accept().
2014-05-14 Elliott HughesMerge "Fix a typo in the big g_ search/replace."
2014-05-14 Elliott HughesFix a typo in the big g_ search/replace.
2014-05-14 Elliott HughesMerge "Switch to g_ for globals."
2014-05-14 Elliott HughesSwitch to g_ for globals.
2014-05-14 Ross McIlroyMerge "Fix x86_64 user_fpregs_struct to use the same...
2014-05-14 Ross McIlroyFix x86_64 user_fpregs_struct to use the same name...
2014-05-14 Calin JuravleMerge "Change wctype_t from int to long."
2014-05-14 Calin JuravleMerge "Change wctype_t from enum to int"
2014-05-14 Elliott HughesMerge "Use the NetBSD inet_ntop until the OpenBSD bug...
2014-05-14 Elliott HughesUse the NetBSD inet_ntop until the OpenBSD bug is fixed.
2014-05-14 Dmitriy IvanovMerge "Remove page level mprotects"
2014-05-14 Elliott HughesMerge "Fix <sys/endian.h> uint32_t build failures."
2014-05-14 Elliott HughesFix <sys/endian.h> uint32_t build failures.
2014-05-14 Dmitriy IvanovRemove page level mprotects
2014-05-14 Elliott HughesMerge "Flesh out <arpa/inet.h>."
2014-05-14 Elliott HughesFlesh out <arpa/inet.h>.
2014-05-14 Elliott HughesMerge "We don't need two copies of <nsswitch.h>."
2014-05-14 Elliott HughesWe don't need two copies of <nsswitch.h>.
2014-05-14 Sreeram RamachandranMerge "Fix build (take two)."
2014-05-14 Sreeram RamachandranFix build (take two).
2014-05-13 Sreeram RamachandranMerge "Fix build."
2014-05-13 Sreeram RamachandranFix build.
2014-05-13 Sreeram RamachandranMerge "Introduce netd_client, a dynamic library that...
2014-05-13 Sreeram RamachandranIntroduce netd_client, a dynamic library that talks...
2014-05-13 Elliott HughesMerge "Upgrade to tzdata2014c."
2014-05-13 Elliott HughesMerge "Consistently use #if defined(__BIONIC__) in...
2014-05-13 Elliott HughesUpgrade to tzdata2014c.
2014-05-13 Elliott HughesConsistently use #if defined(__BIONIC__) in tests.
2014-05-13 Elliott HughesMerge "Add getmntent_r to our collection of <mntent...
2014-05-13 Elliott HughesAdd getmntent_r to our collection of <mntent.h> compati...
2014-05-13 Elliott HughesMerge "Reduce stack usage of tmpfile(3)."
2014-05-13 Calin JuravleMerge "Use __LP64__ instead of __LP32__ in sched.h"
2014-05-13 Elliott HughesReduce stack usage of tmpfile(3).
2014-05-13 Dmitriy IvanovMerge "Refactor linker allocator"
2014-05-13 Calin JuravleUse __LP64__ instead of __LP32__ in sched.h
2014-05-13 Calin JuravleChange wctype_t from int to long.
2014-05-13 Calin JuravleChange wctype_t from enum to int
2014-05-13 Calin JuravleMerge "Undef private *_BODY defines after use"
2014-05-13 Calin JuravleUndef private *_BODY defines after use
2014-05-13 Calin JuravleMerge "Add fpos_t tests."
2014-05-13 Calin JuravleMerge "Support mb sequences across calls to mb*to*wcs...
2014-05-13 Dmitriy IvanovRefactor linker allocator
2014-05-13 Christopher... Merge "Add 64-bit Silvermont-optimized string/memory...
2014-05-13 Varvara RainchikAdd 64-bit Silvermont-optimized string/memory functions.
2014-05-13 Christopher... Merge "Add 32-bit Silvermont-optimized string/memory...
2014-05-12 Calin JuravleAdd fpos_t tests.
2014-05-12 Calin JuravleSupport mb sequences across calls to mb*to*wcs* functions
2014-05-12 Elliott HughesMerge "Remove the useless indirection in mips' __set_tls."
2014-05-12 Elliott HughesRemove the useless indirection in mips' __set_tls.
2014-05-12 Elliott HughesMerge "Fix use-after-free errors in stdio_test."
2014-05-12 Elliott HughesFix use-after-free errors in stdio_test.
2014-05-12 Varvara RainchikAdd 32-bit Silvermont-optimized string/memory functions.
2014-05-12 Dmitriy IvanovMerge "Cleanup: updated comments"
2014-05-12 Dmitriy IvanovCleanup: updated comments
2014-05-12 Dmitriy IvanovMerge "Cleanup: remove AARCH/ARM_COPY relocation support"
2014-05-12 Dmitriy IvanovCleanup: remove AARCH/ARM_COPY relocation support
2014-05-12 Calin JuravleMerge "Reserve space for the future in statvfs(64)"
2014-05-12 Calin JuravleReserve space for the future in statvfs(64)
2014-05-12 Calin JuravleMerge "Align struct passwd definition with other variat...
2014-05-10 Elliott HughesMerge "Bring in google3-style DISALLOW_* macros."
2014-05-10 Elliott HughesBring in google3-style DISALLOW_* macros.
2014-05-10 Elliott HughesMerge "Align the child stack in clone(2)."
2014-05-10 Elliott HughesAlign the child stack in clone(2).
2014-05-09 Calin JuravleAlign struct passwd definition with other variations...
2014-05-09 Elliott HughesMerge "Align arm64 stacks to 16 bytes in __bionic_clone."
2014-05-09 Christopher... Merge "Use larger neon instructions for moving data."
2014-05-09 Elliott HughesAlign arm64 stacks to 16 bytes in __bionic_clone.
2014-05-09 Christopher... Use larger neon instructions for moving data.
2014-05-09 Elliott HughesMerge "Hide the __bionic_clone and __bionic_clone_entry...
2014-05-09 Elliott HughesMerge "Declare sincos/sincosf/sincosl in <math.h>."
2014-05-09 Elliott HughesDeclare sincos/sincosf/sincosl in <math.h>.
2014-05-09 Elliott HughesHide the __bionic_clone and __bionic_clone_entry implem...
2014-05-09 Dmitriy IvanovMerge "Test dlopen with symlinked .so files"
2014-05-08 Elliott HughesMerge "wchar_test.cpp: fix error between comparison...
2014-05-08 Dmitriy IvanovTest dlopen with symlinked .so files
2014-05-08 Dmitriy IvanovMerge "Remove support for non-PIE executables"
2014-05-08 Nick KralevichRemove support for non-PIE executables
2014-05-08 Yongqin Liuwchar_test.cpp: fix error between comparison signed...
2014-05-08 Elliott HughesMerge "Fix LOG_ID_CRASH build failure."
next