summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge "Say "Bad file descriptor" rather than "Bad file number"."Elliott Hughes2015-01-241-1/+1
|\ \ \ \ \ \
| * | | | | | Say "Bad file descriptor" rather than "Bad file number".Elliott Hughes2015-01-241-1/+1
| |/ / / / /
* | | | | | Merge "Fix optimized fread."Elliott Hughes2015-01-242-2/+56
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix optimized fread.Elliott Hughes2015-01-242-2/+56
|/ / / / /
* | | | | Merge "Minimize calls to mprotect"Dmitriy Ivanov2015-01-244-23/+106
|\ \ \ \ \
| * | | | | Minimize calls to mprotectDmitriy Ivanov2015-01-234-23/+106
| |/ / / /
* | | | | Merge "Allow make to set a timeout for the host tests."Dan Albert2015-01-241-0/+5
|\ \ \ \ \
| * | | | | Allow make to set a timeout for the host tests.Dan Albert2015-01-231-0/+5
| |/ / / /
* | | | | Merge "Add comments about the -shared flag."Chih-Hung Hsieh2015-01-231-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add comments about the -shared flag.Chih-Hung Hsieh2015-01-221-0/+3
* | | | | Merge "Add a log message to make the transition from linker to user code clear."Elliott Hughes2015-01-231-0/+2
|\ \ \ \ \
| * | | | | Add a log message to make the transition from linker to user code clear.Elliott Hughes2015-01-231-0/+2
|/ / / / /
* | | | | Merge "Enable -Wold-style-cast warnings for linker"Dmitriy Ivanov2015-01-235-10/+15
|\ \ \ \ \
| * | | | | Enable -Wold-style-cast warnings for linkerDmitriy Ivanov2015-01-225-10/+15
* | | | | | Merge "Add a basic NDK compatibility library."Dan Albert2015-01-233-7/+47
|\ \ \ \ \ \
| * | | | | | Add a basic NDK compatibility library.Dan Albert2015-01-213-7/+47
| | |_|_|/ / | |/| | | |
* | | | | | Merge "There's no such thing as LOCAL_CXXFLAGS."Elliott Hughes2015-01-221-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | There's no such thing as LOCAL_CXXFLAGS.Elliott Hughes2015-01-221-2/+2
|/ / / / /
* | | | | Merge "Fix the stdio.fread_EOF test."Elliott Hughes2015-01-221-7/+8
|\ \ \ \ \
| * | | | | Fix the stdio.fread_EOF test.Elliott Hughes2015-01-221-7/+8
|/ / / / /
* | | | | Merge "Fix fread_EOF test name."Elliott Hughes2015-01-221-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix fread_EOF test name.Elliott Hughes2015-01-221-1/+1
|/ / / /
* | | | Merge "Add support for building other architectures."Dan Albert2015-01-221-1/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | Add support for building other architectures.Dan Albert2015-01-091-1/+16
* | | | Merge "Use a more specific return type for app_id_from_name."Elliott Hughes2015-01-221-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Use a more specific return type for app_id_from_name.Elliott Hughes2015-01-221-2/+2
|/ / /
* | | Merge "Turn on -Wold-style-cast and fix the errors."Elliott Hughes2015-01-2215-48/+62
|\ \ \
| * | | Turn on -Wold-style-cast and fix the errors.Elliott Hughes2015-01-2115-48/+62
| | |/ | |/|
* | | Merge "Add ndk_missing_symbols.py."Dan Albert2015-01-223-55/+154
|\ \ \ | |/ / |/| |
| * | Add ndk_missing_symbols.py.Dan Albert2015-01-213-55/+154
* | | Merge "Implement __fsetlocking."Elliott Hughes2015-01-215-18/+41
|\ \ \
| * | | Implement __fsetlocking.Elliott Hughes2015-01-215-18/+41
| |/ /
* | | Merge "Contact proper debuggerd when crashing."Christopher Ferris2015-01-212-10/+11
|\ \ \
| * | | Contact proper debuggerd when crashing.Christopher Ferris2015-01-202-10/+11
* | | | Merge "Report 404 errors from Gerrit and continue."Dan Albert2015-01-211-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Report 404 errors from Gerrit and continue.Dan Albert2015-01-211-0/+7
|/ / /
* | | Merge "Fix signed/unsigned comparison that was upsetting clang."Elliott Hughes2015-01-211-1/+1
|\ \ \
| * | | Fix signed/unsigned comparison that was upsetting clang.Elliott Hughes2015-01-201-1/+1
|/ / /
* | | Merge "Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions."Elliott Hughes2015-01-212-6/+7
|\ \ \
| * | | Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions.Elliott Hughes2015-01-202-6/+7
|/ / /
* | | Merge "Fix build error when XLOG is enabled"Elliott Hughes2015-01-211-1/+1
|\ \ \
| * | | Fix build error when XLOG is enabledPatrick Tjin2015-01-201-1/+1
|/ / /
* | | Merge "Optimized fread."Elliott Hughes2015-01-212-35/+86
|\ \ \
| * | | Optimized fread.Elliott Hughes2015-01-202-35/+86
* | | | Merge "Remove testcase time printing in bionic-unit-tests."Yabin Cui2015-01-201-16/+0
|\ \ \ \
| * | | | Remove testcase time printing in bionic-unit-tests.Yabin Cui2015-01-201-16/+0
* | | | | Merge "Add target libbionic_gtest_main for cts test."Yabin Cui2015-01-201-5/+20
|\ \ \ \ \ | |/ / / /
| * | | | Add target libbionic_gtest_main for cts test.Yabin Cui2015-01-201-5/+20
|/ / / /
* | | | Merge "Improve <stdio_ext.h> testing."Elliott Hughes2015-01-201-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Improve <stdio_ext.h> testing.Elliott Hughes2015-01-161-0/+6