OSDN Git Service

android-x86/bionic.git
2015-01-27 Elliott HughesMerge "[Arm64] Fix overlapping fp fields in jmp_buf"
2015-01-27 Elliott HughesMerge "Clean up <stdlib.h> slightly."
2015-01-27 Lorenzo ColittiMerge "Make bionic compile even if resolver debugging...
2015-01-27 Christopher... Merge "Do not build host benchmark code on macs."
2015-01-27 Yabin CuiMerge "Support --gtest_ouput option in bionic gtest...
2015-01-27 Christopher... Do not build host benchmark code on macs.
2015-01-27 Yabin CuiSupport --gtest_ouput option in bionic gtest main.
2015-01-27 Duane Sand[Arm64] Fix overlapping fp fields in jmp_buf
2015-01-26 Elliott HughesClean up <stdlib.h> slightly.
2015-01-26 Christopher... Merge "Update kernel headers to v3.18.3."
2015-01-26 Elliott HughesMerge "Add <error.h>."
2015-01-26 Elliott HughesAdd <error.h>.
2015-01-26 Christopher... Update kernel headers to v3.18.3.
2015-01-26 Lorenzo ColittiMake bionic compile even if resolver debugging is enabled.
2015-01-25 Dan AlbertMerge "Fix coverage build after adding clang coverage."
2015-01-25 Dan AlbertFix coverage build after adding clang coverage.
2015-01-25 Elliott HughesMerge "Remove obsolete BUILD_TINY_ANDROID."
2015-01-25 Elliott HughesRemove obsolete BUILD_TINY_ANDROID.
2015-01-24 Elliott HughesMerge "Reduce <stdlib.h> namespace pollution."
2015-01-24 Elliott HughesReduce <stdlib.h> namespace pollution.
2015-01-24 Elliott HughesMerge "Reduce <signal.h> namespace pollution."
2015-01-24 Elliott HughesReduce <signal.h> namespace pollution.
2015-01-24 Elliott HughesMerge "Say "Bad file descriptor" rather than "Bad file...
2015-01-24 Elliott HughesSay "Bad file descriptor" rather than "Bad file number".
2015-01-24 Elliott HughesMerge "Fix optimized fread."
2015-01-24 Elliott HughesFix optimized fread.
2015-01-24 Dmitriy IvanovMerge "Minimize calls to mprotect"
2015-01-24 Dmitriy IvanovMinimize calls to mprotect
2015-01-24 Dan AlbertMerge "Allow make to set a timeout for the host tests."
2015-01-23 Chih-Hung HsiehMerge "Add comments about the -shared flag."
2015-01-23 Dan AlbertAllow make to set a timeout for the host tests.
2015-01-23 Elliott HughesMerge "Add a log message to make the transition from...
2015-01-23 Elliott HughesAdd a log message to make the transition from linker...
2015-01-23 Dmitriy IvanovMerge "Enable -Wold-style-cast warnings for linker"
2015-01-23 Chih-Hung HsiehAdd comments about the -shared flag.
2015-01-23 Dan AlbertMerge "Add a basic NDK compatibility library."
2015-01-23 Dmitriy IvanovEnable -Wold-style-cast warnings for linker
2015-01-22 Elliott HughesMerge "There's no such thing as LOCAL_CXXFLAGS."
2015-01-22 Elliott HughesThere's no such thing as LOCAL_CXXFLAGS.
2015-01-22 Elliott HughesMerge "Fix the stdio.fread_EOF test."
2015-01-22 Elliott HughesFix the stdio.fread_EOF test.
2015-01-22 Elliott HughesMerge "Fix fread_EOF test name."
2015-01-22 Elliott HughesFix fread_EOF test name.
2015-01-22 Dan AlbertMerge "Add support for building other architectures."
2015-01-22 Elliott HughesMerge "Use a more specific return type for app_id_from_...
2015-01-22 Elliott HughesUse a more specific return type for app_id_from_name.
2015-01-22 Dan AlbertAdd a basic NDK compatibility library.
2015-01-22 Elliott HughesMerge "Turn on -Wold-style-cast and fix the errors."
2015-01-22 Dan AlbertMerge "Add ndk_missing_symbols.py."
2015-01-22 Elliott HughesTurn on -Wold-style-cast and fix the errors.
2015-01-22 Dan AlbertAdd ndk_missing_symbols.py.
2015-01-21 Elliott HughesMerge "Implement __fsetlocking."
2015-01-21 Christopher... Merge "Contact proper debuggerd when crashing."
2015-01-21 Elliott HughesImplement __fsetlocking.
2015-01-21 Dan AlbertMerge "Report 404 errors from Gerrit and continue."
2015-01-21 Dan AlbertReport 404 errors from Gerrit and continue.
2015-01-21 Christopher... Contact proper debuggerd when crashing.
2015-01-21 Elliott HughesMerge "Fix signed/unsigned comparison that was upsettin...
2015-01-21 Elliott HughesFix signed/unsigned comparison that was upsetting clang.
2015-01-21 Elliott HughesMerge "Add TEMP_FAILURE_RETRY to stdio's low-level...
2015-01-21 Elliott HughesAdd TEMP_FAILURE_RETRY to stdio's low-level read/write...
2015-01-21 Elliott HughesMerge "Fix build error when XLOG is enabled"
2015-01-21 Patrick TjinFix build error when XLOG is enabled
2015-01-21 Elliott HughesMerge "Optimized fread."
2015-01-20 Elliott HughesOptimized fread.
2015-01-20 Yabin CuiMerge "Remove testcase time printing in bionic-unit...
2015-01-20 Yabin CuiRemove testcase time printing in bionic-unit-tests.
2015-01-20 Yabin CuiMerge "Add target libbionic_gtest_main for cts test."
2015-01-20 Yabin CuiAdd target libbionic_gtest_main for cts test.
2015-01-20 Elliott HughesMerge "Improve <stdio_ext.h> testing."
2015-01-17 Elliott HughesMerge "Add a benchmark for using stdio to read a file...
2015-01-17 Elliott HughesAdd a benchmark for using stdio to read a file in ...
2015-01-17 Elliott HughesImprove <stdio_ext.h> testing.
2015-01-17 Elliott HughesMerge "Use SI prefixes throughout the benchmark output."
2015-01-16 Yabin CuiMerge "Make sys_resource test more robust."
2015-01-16 Yabin CuiMake sys_resource test more robust.
2015-01-16 Elliott HughesUse SI prefixes throughout the benchmark output.
2015-01-16 Elliott HughesMerge "Use a vector of benchmarks and new for loop...
2015-01-16 Elliott HughesUse a vector of benchmarks and new for loop syntax.
2015-01-16 Elliott HughesMerge "bionic benchmarks: limit benchmark run time...
2015-01-16 Colin Crossbionic benchmarks: limit benchmark run time to 1s real...
2015-01-16 Elliott HughesMerge "bionic benchmarks: export benchmark library"
2015-01-16 Colin Crossbionic benchmarks: export benchmark library
2015-01-15 Yabin CuiMerge "Fix possible leak in pthread_detach."
2015-01-15 Yabin CuiFix possible leak in pthread_detach.
2015-01-15 Yabin CuiMerge "Make bionic-unit-tests default run isolate mode."
2015-01-15 Dmitriy IvanovMerge "Refactoring: move mips reloc to separate method"
2015-01-15 Dmitriy IvanovRefactoring: move mips reloc to separate method
2015-01-14 Dmitriy IvanovMerge "Refactoring: unify relocate function"
2015-01-14 Andres MoralesMerge "bionic: libc: Added path to root ramdisk build...
2015-01-14 Dmitriy IvanovRefactoring: unify relocate function
2015-01-14 Andres Moralesbionic: libc: Added path to root ramdisk build properti...
2015-01-14 Yabin CuiMerge "Test that ip6-localhost exists in etc/hosts."
2015-01-14 Dmitriy IvanovMerge "Refactoring: use generic reloc constants"
2015-01-14 Yabin CuiTest that ip6-localhost exists in etc/hosts.
2015-01-14 Elliott HughesMerge "Sync with upstream OpenBSD stdio."
2015-01-14 Elliott HughesSync with upstream OpenBSD stdio.
2015-01-13 Dmitriy IvanovRefactoring: use generic reloc constants
2015-01-13 Dimitry IvanovMerge "Revert "Refactoring: use generic reloc constants""
2015-01-13 Dimitry IvanovRevert "Refactoring: use generic reloc constants"
next