Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
6e15edcca5f5b35221b33e9994c236f148cb3c38
6e15edc
Merge "Say "Bad file descriptor" rather than "Bad file number"."
by Elliott Hughes
· 11 years ago
d309877
Say "Bad file descriptor" rather than "Bad file number".
by Elliott Hughes
· 11 years ago
59936a3
Merge "Fix optimized fread."
by Elliott Hughes
· 11 years ago
e6bb5a2
Fix optimized fread.
by Elliott Hughes
· 11 years ago
31005ca
Merge "Minimize calls to mprotect"
by Dmitriy Ivanov
· 11 years ago
279a22f
Minimize calls to mprotect
by Dmitriy Ivanov
· 11 years ago
305be18
Merge "Allow make to set a timeout for the host tests."
by Dan Albert
· 11 years ago
f5ae7e9
Merge "Add comments about the -shared flag."
by Chih-Hung Hsieh
· 11 years ago
4ce907d
Allow make to set a timeout for the host tests.
by Dan Albert
· 11 years ago
7f3d65d
Merge "Add a log message to make the transition from linker to user code clear."
by Elliott Hughes
· 11 years ago
611f956
Add a log message to make the transition from linker to user code clear.
by Elliott Hughes
· 11 years ago
bb3b130
Merge "Enable -Wold-style-cast warnings for linker"
by Dmitriy Ivanov
· 11 years ago
306ea7e
Add comments about the -shared flag.
by Chih-Hung Hsieh
· 11 years ago
ab58559
Merge "Add a basic NDK compatibility library."
by Dan Albert
· 11 years ago
1649e7e
Enable -Wold-style-cast warnings for linker
by Dmitriy Ivanov
· 11 years ago
b161fe2
Merge "There's no such thing as LOCAL_CXXFLAGS."
by Elliott Hughes
· 11 years ago
62284dd
There's no such thing as LOCAL_CXXFLAGS.
by Elliott Hughes
· 11 years ago
ae095a7
Merge "Fix the stdio.fread_EOF test."
by Elliott Hughes
· 11 years ago
0ed7e08
Fix the stdio.fread_EOF test.
by Elliott Hughes
· 11 years ago
d5d9221
Merge "Fix fread_EOF test name."
by Elliott Hughes
· 11 years ago
bcb378d
Fix fread_EOF test name.
by Elliott Hughes
· 11 years ago
d280675
Merge "Add support for building other architectures."
by Dan Albert
· 11 years ago
53df4bf
Merge "Use a more specific return type for app_id_from_name."
by Elliott Hughes
· 11 years ago
c56af08
Use a more specific return type for app_id_from_name.
by Elliott Hughes
· 11 years ago
9c3fd59
Add a basic NDK compatibility library.
by Dan Albert
· 11 years ago
d1668a7
Merge "Turn on -Wold-style-cast and fix the errors."
by Elliott Hughes
· 11 years ago
4f11c59
Merge "Add ndk_missing_symbols.py."
by Dan Albert
· 11 years ago
8b5df39
Turn on -Wold-style-cast and fix the errors.
by Elliott Hughes
· 11 years ago
169eb66
Add ndk_missing_symbols.py.
by Dan Albert
· 11 years ago
2a8c929
Merge "Implement __fsetlocking."
by Elliott Hughes
· 11 years ago
8476b8e
Merge "Contact proper debuggerd when crashing."
by Christopher Ferris
· 11 years ago
8c4994b
Implement __fsetlocking.
by Elliott Hughes
· 11 years ago
fbc70d3
Merge "Report 404 errors from Gerrit and continue."
by Dan Albert
· 11 years ago
2b87351
Report 404 errors from Gerrit and continue.
by Dan Albert
· 11 years ago
151da68
Contact proper debuggerd when crashing.
by Christopher Ferris
· 11 years ago
f374358
Merge "Fix signed/unsigned comparison that was upsetting clang."
by Elliott Hughes
· 11 years ago
e69e645
Fix signed/unsigned comparison that was upsetting clang.
by Elliott Hughes
· 11 years ago
a779719
Merge "Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions."
by Elliott Hughes
· 11 years ago
8885dcc
Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions.
by Elliott Hughes
· 11 years ago
927d8be
Merge "Fix build error when XLOG is enabled"
by Elliott Hughes
· 11 years ago
a6a0949
Fix build error when XLOG is enabled
by Patrick Tjin
· 11 years ago
c053a42
Merge "Optimized fread."
by Elliott Hughes
· 11 years ago
75b9938
Optimized fread.
by Elliott Hughes
· 11 years ago
d3d75c0
Merge "Remove testcase time printing in bionic-unit-tests."
by Yabin Cui
· 11 years ago
516eb53
Remove testcase time printing in bionic-unit-tests.
by Yabin Cui
· 11 years ago
1c01c9f
Merge "Add target libbionic_gtest_main for cts test."
by Yabin Cui
· 11 years ago
6104eb9
Add target libbionic_gtest_main for cts test.
by Yabin Cui
· 11 years ago
1d7b3f3
Merge "Improve <stdio_ext.h> testing."
by Elliott Hughes
· 11 years ago
3bbf463
Merge "Add a benchmark for using stdio to read a file in /proc."
by Elliott Hughes
· 11 years ago
1cf32f8
Add a benchmark for using stdio to read a file in /proc.
by Elliott Hughes
· 11 years ago
df8f1a4
Improve <stdio_ext.h> testing.
by Elliott Hughes
· 11 years ago
481cf21
Merge "Use SI prefixes throughout the benchmark output."
by Elliott Hughes
· 11 years ago
cfe7e75
Merge "Make sys_resource test more robust."
by Yabin Cui
· 11 years ago
4853f40
Make sys_resource test more robust.
by Yabin Cui
· 11 years ago
8bb020e
Use SI prefixes throughout the benchmark output.
by Elliott Hughes
· 11 years ago
ffad8df
Merge "Use a vector of benchmarks and new for loop syntax."
by Elliott Hughes
· 11 years ago
e48f533
Use a vector of benchmarks and new for loop syntax.
by Elliott Hughes
· 11 years ago
594db0f
Merge "bionic benchmarks: limit benchmark run time to 1s real time"
by Elliott Hughes
· 11 years ago
a763504
bionic benchmarks: limit benchmark run time to 1s real time
by Colin Cross
· 12 years ago
3159972
Merge "bionic benchmarks: export benchmark library"
by Elliott Hughes
· 11 years ago
7b9df19
bionic benchmarks: export benchmark library
by Colin Cross
· 12 years ago
6fac2f6
Merge "Fix possible leak in pthread_detach."
by Yabin Cui
· 11 years ago
19e246d
Fix possible leak in pthread_detach.
by Yabin Cui
· 11 years ago
deab11a
Merge "Make bionic-unit-tests default run isolate mode."
by Yabin Cui
· 11 years ago
fcc6fd3
Merge "Refactoring: move mips reloc to separate method"
by Dmitriy Ivanov
· 11 years ago
114ff69
Refactoring: move mips reloc to separate method
by Dmitriy Ivanov
· 11 years ago
ffa2c9e
Merge "Refactoring: unify relocate function"
by Dmitriy Ivanov
· 11 years ago
2b15f54
Merge "bionic: libc: Added path to root ramdisk build properties file."
by Andres Morales
· 11 years ago
bcc04d0
Refactoring: unify relocate function
by Dmitriy Ivanov
· 11 years ago
9d9ebc5
bionic: libc: Added path to root ramdisk build properties file.
by Andres Morales
· 11 years ago
8574780
Merge "Test that ip6-localhost exists in etc/hosts."
by Yabin Cui
· 11 years ago
a23569c
Merge "Refactoring: use generic reloc constants"
by Dmitriy Ivanov
· 11 years ago
a35cd8c
Test that ip6-localhost exists in etc/hosts.
by Yabin Cui
· 11 years ago
d986f2e
Merge "Sync with upstream OpenBSD stdio."
by Elliott Hughes
· 11 years ago
01abeac
Sync with upstream OpenBSD stdio.
by Elliott Hughes
· 11 years ago
1b69469
Refactoring: use generic reloc constants
by Dmitriy Ivanov
· 11 years ago
b13f5f5
Merge "Revert "Refactoring: use generic reloc constants""
by Dimitry Ivanov
· 11 years ago
d338aac
Revert "Refactoring: use generic reloc constants"
by Dimitry Ivanov
· 11 years ago
684a861
Merge "Refactoring: use generic reloc constants"
by Dmitriy Ivanov
· 11 years ago
265a60a
Refactoring: use generic reloc constants
by Dmitriy Ivanov
· 11 years ago
5a38889
Merge "Check the committer rather than the Gerrit owner."
by Dan Albert
· 11 years ago
b406033
Check the committer rather than the Gerrit owner.
by Dan Albert
· 11 years ago
8d50e16
Merge "Guard against @google.com.example.com."
by Dan Albert
· 11 years ago
ad248b7
Guard against @google.com.example.com.
by Dan Albert
· 11 years ago
780ea47
Merge "Oops. Fix dict key."
by Dan Albert
· 11 years ago
f988da4
Oops. Fix dict key.
by Dan Albert
· 11 years ago
0d0188b
Merge "Only build changes that come from @google.com."
by Dan Albert
· 11 years ago
29be129
Only build changes that come from @google.com.
by Dan Albert
· 11 years ago
64390f9
Add support for building other architectures.
by Dan Albert
· 11 years ago
d7f935a
Merge "Make indentation match the style guide."
by Dan Albert
· 11 years ago
c80eb09
Merge "Clean up paths.h."
by Yabin Cui
· 11 years ago
3471fcb
Clean up paths.h.
by Yabin Cui
· 11 years ago
c02df47
Make indentation match the style guide.
by Dan Albert
· 11 years ago
7e3766a
Merge "Use relative imports."
by Dan Albert
· 11 years ago
8a15a4e
Use relative imports.
by Dan Albert
· 11 years ago
2f8f6db
Merge "Add JSON files and oauth storage to .gitignore."
by Dan Albert
· 11 years ago
c8fec74
Merge "Make service URLs configurable."
by Dan Albert
· 11 years ago
eb85ff0
Add JSON files and oauth storage to .gitignore.
by Dan Albert
· 11 years ago
691e809
Make service URLs configurable.
by Dan Albert
· 11 years ago
9c4783b
Merge changes I713800ce,I1dea46c3
by Dmitriy Ivanov
· 11 years ago
Next »