OSDN Git Service

android-x86/bionic.git
9 years agoMerge "Remove obsolete BUILD_TINY_ANDROID."
Elliott Hughes [Sun, 25 Jan 2015 05:09:20 +0000 (05:09 +0000)]
Merge "Remove obsolete BUILD_TINY_ANDROID."

9 years agoRemove obsolete BUILD_TINY_ANDROID.
Elliott Hughes [Sun, 25 Jan 2015 03:01:58 +0000 (19:01 -0800)]
Remove obsolete BUILD_TINY_ANDROID.

Change-Id: If2fc97134340fd09ec2583b666ace2f673cbdf66

9 years agoMerge "Reduce <stdlib.h> namespace pollution."
Elliott Hughes [Sat, 24 Jan 2015 23:44:26 +0000 (23:44 +0000)]
Merge "Reduce <stdlib.h> namespace pollution."

9 years agoReduce <stdlib.h> namespace pollution.
Elliott Hughes [Sat, 24 Jan 2015 23:22:57 +0000 (15:22 -0800)]
Reduce <stdlib.h> namespace pollution.

<stdlib.h> shouldn't drag in all of <string.h>.

Change-Id: I949172f7ff17e329e411e5054e50f79c13775444

9 years agoMerge "Reduce <signal.h> namespace pollution."
Elliott Hughes [Sat, 24 Jan 2015 22:34:51 +0000 (22:34 +0000)]
Merge "Reduce <signal.h> namespace pollution."

9 years agoReduce <signal.h> namespace pollution.
Elliott Hughes [Sat, 24 Jan 2015 22:18:16 +0000 (14:18 -0800)]
Reduce <signal.h> namespace pollution.

<signal.h> shouldn't drag in all of <string.h>.

Change-Id: I57aea36dad5e89ea2f9541c35594ca6225e532be

9 years agoMerge "Say "Bad file descriptor" rather than "Bad file number"."
Elliott Hughes [Sat, 24 Jan 2015 22:08:19 +0000 (22:08 +0000)]
Merge "Say "Bad file descriptor" rather than "Bad file number"."

9 years agoSay "Bad file descriptor" rather than "Bad file number".
Elliott Hughes [Sat, 24 Jan 2015 21:38:57 +0000 (13:38 -0800)]
Say "Bad file descriptor" rather than "Bad file number".

This text is actually in POSIX (though it's not mandatory) and it's what glibc
says. Who says "file number" anyway?

Change-Id: Icc91ac24587c2bc692e0b97c19d32ac1bdda4ea7

9 years agoMerge "Fix optimized fread."
Elliott Hughes [Sat, 24 Jan 2015 21:25:05 +0000 (21:25 +0000)]
Merge "Fix optimized fread."

9 years agoFix optimized fread.
Elliott Hughes [Sat, 24 Jan 2015 01:48:15 +0000 (17:48 -0800)]
Fix optimized fread.

gcov does writes after reads on the same stream, but the bulk read optimization
was clobbering the FILE _flags, causing fwrite to fail.

Bug: 19129055
Change-Id: I9650cb7de4bb173a706b502406266ed0d2b654d7

9 years agoMerge "Minimize calls to mprotect"
Dmitriy Ivanov [Sat, 24 Jan 2015 00:41:52 +0000 (00:41 +0000)]
Merge "Minimize calls to mprotect"

9 years agoMinimize calls to mprotect
Dmitriy Ivanov [Fri, 23 Jan 2015 20:03:53 +0000 (12:03 -0800)]
Minimize calls to mprotect

  Implement refcounter based data protection guard
  to avoid unnecessary calls to mprotect when dlopen/dlclose
  is called from a constructor.

Bug: 19124318
Big: 7941716
Change-Id: Id221b84ce75443094f99756dc9950b0a1dc87222

9 years agoMerge "Allow make to set a timeout for the host tests."
Dan Albert [Sat, 24 Jan 2015 00:01:39 +0000 (00:01 +0000)]
Merge "Allow make to set a timeout for the host tests."

9 years agoMerge "Add comments about the -shared flag."
Chih-Hung Hsieh [Fri, 23 Jan 2015 23:33:54 +0000 (23:33 +0000)]
Merge "Add comments about the -shared flag."

9 years agoAllow make to set a timeout for the host tests.
Dan Albert [Fri, 23 Jan 2015 19:35:48 +0000 (11:35 -0800)]
Allow make to set a timeout for the host tests.

Change-Id: Icc2ebf64bd1da1687bf313fe7a5640155c5795d8

9 years agoMerge "Add a log message to make the transition from linker to user code clear."
Elliott Hughes [Fri, 23 Jan 2015 18:55:29 +0000 (18:55 +0000)]
Merge "Add a log message to make the transition from linker to user code clear."

9 years agoAdd a log message to make the transition from linker to user code clear.
Elliott Hughes [Fri, 23 Jan 2015 18:43:58 +0000 (10:43 -0800)]
Add a log message to make the transition from linker to user code clear.

Handy when looking at strace output for seeing "where does my code start?",
though you'll need to set LD_DEBUG=1 (or greater) and constructors will
already have run (but you can set LD_DEBUG to a higher value to track that).

Change-Id: I82d53a7123b39febf5b2a956de83c8a30f229651

9 years agoMerge "Enable -Wold-style-cast warnings for linker"
Dmitriy Ivanov [Fri, 23 Jan 2015 03:09:21 +0000 (03:09 +0000)]
Merge "Enable -Wold-style-cast warnings for linker"

9 years agoAdd comments about the -shared flag.
Chih-Hung Hsieh [Thu, 22 Jan 2015 22:05:15 +0000 (14:05 -0800)]
Add comments about the -shared flag.

Must build this linker as a shared object.
A statically linked module does not load during init.

BUG: 18008984

Change-Id: I5f0411129024edcb9381c473ea4e741a075e9184

9 years agoMerge "Add a basic NDK compatibility library."
Dan Albert [Fri, 23 Jan 2015 00:46:53 +0000 (00:46 +0000)]
Merge "Add a basic NDK compatibility library."

9 years agoEnable -Wold-style-cast warnings for linker
Dmitriy Ivanov [Fri, 23 Jan 2015 00:04:25 +0000 (16:04 -0800)]
Enable -Wold-style-cast warnings for linker

  And fix old style casts.

Change-Id: I37e7a3e3fd852528ea76f02d967c7bd8cd5b06c9

9 years agoMerge "There's no such thing as LOCAL_CXXFLAGS."
Elliott Hughes [Thu, 22 Jan 2015 23:40:07 +0000 (23:40 +0000)]
Merge "There's no such thing as LOCAL_CXXFLAGS."

9 years agoThere's no such thing as LOCAL_CXXFLAGS.
Elliott Hughes [Thu, 22 Jan 2015 23:36:24 +0000 (15:36 -0800)]
There's no such thing as LOCAL_CXXFLAGS.

Change-Id: Iad70e6bd4cb7cec9e0ece500a540e4dadc83d92e

9 years agoMerge "Fix the stdio.fread_EOF test."
Elliott Hughes [Thu, 22 Jan 2015 23:35:47 +0000 (23:35 +0000)]
Merge "Fix the stdio.fread_EOF test."

9 years agoFix the stdio.fread_EOF test.
Elliott Hughes [Thu, 22 Jan 2015 23:13:38 +0000 (15:13 -0800)]
Fix the stdio.fread_EOF test.

Another sizeof/strlen screwup caused by trying to be too clever. Use
std::string instead.

Also fix all the ASSERT_STREQ calls in this file that had the arguments
the right^Wwrong way round. If I ever see Kent Beck...

Change-Id: I47a1bdfee99cf4e7bed9b398f3158a308fbcf1e8

9 years agoMerge "Fix fread_EOF test name."
Elliott Hughes [Thu, 22 Jan 2015 22:24:52 +0000 (22:24 +0000)]
Merge "Fix fread_EOF test name."

9 years agoFix fread_EOF test name.
Elliott Hughes [Thu, 22 Jan 2015 22:18:35 +0000 (14:18 -0800)]
Fix fread_EOF test name.

Change-Id: I53a7f1428fd27c0b2a5c80f2e8af4845d17f5b4b

9 years agoMerge "Add support for building other architectures."
Dan Albert [Thu, 22 Jan 2015 22:00:36 +0000 (22:00 +0000)]
Merge "Add support for building other architectures."

9 years agoMerge "Use a more specific return type for app_id_from_name."
Elliott Hughes [Thu, 22 Jan 2015 20:15:03 +0000 (20:15 +0000)]
Merge "Use a more specific return type for app_id_from_name."

9 years agoUse a more specific return type for app_id_from_name.
Elliott Hughes [Thu, 22 Jan 2015 19:02:59 +0000 (11:02 -0800)]
Use a more specific return type for app_id_from_name.

I suspect we can simplify this code, but I don't know enough about it
to get involved now.

Change-Id: I1c39761ae31beb70d41ffa6f0e396a4f17529d46

9 years agoAdd a basic NDK compatibility library.
Dan Albert [Thu, 22 Jan 2015 01:50:29 +0000 (17:50 -0800)]
Add a basic NDK compatibility library.

We know we can safely statically link `libm`, since it doesn't have
any dependencies on the OS or the layout of a data type that has
changed between releases (like `pthread_t`).

We can safely statically link `libc_syscalls` because the user can
check for and handle `ENOSYS`.

Update `ndk_missing_symbols.py` to account for symbols that are in the
compatibility library.

Improve `symbols.py` to be able to pull symbols from a static library.

Change-Id: Ifb0ede1e8b4a8f0f33865d9fed72fb8b4d443fbc

9 years agoMerge "Turn on -Wold-style-cast and fix the errors."
Elliott Hughes [Thu, 22 Jan 2015 01:52:05 +0000 (01:52 +0000)]
Merge "Turn on -Wold-style-cast and fix the errors."

9 years agoMerge "Add ndk_missing_symbols.py."
Dan Albert [Thu, 22 Jan 2015 01:25:56 +0000 (01:25 +0000)]
Merge "Add ndk_missing_symbols.py."

9 years agoTurn on -Wold-style-cast and fix the errors.
Elliott Hughes [Thu, 22 Jan 2015 00:19:07 +0000 (16:19 -0800)]
Turn on -Wold-style-cast and fix the errors.

A couple of dodgy cases where we cast away const, but otherwise pretty boring.

Change-Id: Ibc39ebd525377792b5911464be842121c20f03b9

9 years agoAdd ndk_missing_symbols.py.
Dan Albert [Thu, 22 Jan 2015 00:42:02 +0000 (16:42 -0800)]
Add ndk_missing_symbols.py.

ndk_missing_symbols.py pulls libc.so and libm.so off a running device
or emulator and shows the list of symbols that are in the current
bionic that aren't available on the target.

Change-Id: Ia92c315a6a0ce2e5c33db0b62c8fab41c08a4c31

9 years agoMerge "Implement __fsetlocking."
Elliott Hughes [Wed, 21 Jan 2015 19:42:40 +0000 (19:42 +0000)]
Merge "Implement __fsetlocking."

9 years agoMerge "Contact proper debuggerd when crashing."
Christopher Ferris [Wed, 21 Jan 2015 18:39:59 +0000 (18:39 +0000)]
Merge "Contact proper debuggerd when crashing."

9 years agoImplement __fsetlocking.
Elliott Hughes [Wed, 21 Jan 2015 02:09:05 +0000 (18:09 -0800)]
Implement __fsetlocking.

The old __isthreaded hack was never very useful on Android because all user
code runs in a VM where there are lots of threads running. But __fsetlocking
lets a caller say "I'll worry about the locking for this FILE*", which is
useful for the normal case where you don't share a FILE* between threads
so you don't need any locking.

Bug: 17154740
Bug: 18593728
Change-Id: I2a8dddc29d3edff39a3d7d793387f2253608a68d

9 years agoMerge "Report 404 errors from Gerrit and continue."
Dan Albert [Wed, 21 Jan 2015 18:25:39 +0000 (18:25 +0000)]
Merge "Report 404 errors from Gerrit and continue."

9 years agoReport 404 errors from Gerrit and continue.
Dan Albert [Wed, 21 Jan 2015 17:56:28 +0000 (09:56 -0800)]
Report 404 errors from Gerrit and continue.

Currently, we get a 404 from Gerrit in the event that two projects
have the same Change-Id. We should be able to handle this and actually
cherry-pick each change so we can check multi-project changes, but for
now just skip these changes.

Change-Id: I7bc63208998d58beec83b71b302450d9be3ea026

9 years agoContact proper debuggerd when crashing.
Christopher Ferris [Mon, 19 Jan 2015 19:16:52 +0000 (11:16 -0800)]
Contact proper debuggerd when crashing.

Make the request structure match the new structure found in debuggerd
code.

On 64 bit systems, make sure that the 32 bit compiled linker is contacted.

Bug: https://code.google.com/p/android/issues/detail?id=97024
Change-Id: I675b8ff222fcf836b05de4e9b5976ff91ca929bf

9 years agoMerge "Fix signed/unsigned comparison that was upsetting clang."
Elliott Hughes [Wed, 21 Jan 2015 00:57:06 +0000 (00:57 +0000)]
Merge "Fix signed/unsigned comparison that was upsetting clang."

9 years agoFix signed/unsigned comparison that was upsetting clang.
Elliott Hughes [Wed, 21 Jan 2015 00:52:04 +0000 (16:52 -0800)]
Fix signed/unsigned comparison that was upsetting clang.

bionic/libc/stdio/fread.c:86:27: error: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Werror,-Wsign-compare]

Change-Id: Ia7e1e053e0cb13113e8f2eede820be013acbab82

9 years agoMerge "Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions."
Elliott Hughes [Wed, 21 Jan 2015 00:50:01 +0000 (00:50 +0000)]
Merge "Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions."

9 years agoAdd TEMP_FAILURE_RETRY to stdio's low-level read/write functions.
Elliott Hughes [Wed, 21 Jan 2015 00:18:32 +0000 (16:18 -0800)]
Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions.

This is correctness rather than performance, but found while investigating
performance.

Bug: 18593728
Change-Id: Idbdfed89d1931fcfae65db29d662108d4bbd9b65

9 years agoMerge "Fix build error when XLOG is enabled"
Elliott Hughes [Wed, 21 Jan 2015 00:13:27 +0000 (00:13 +0000)]
Merge "Fix build error when XLOG is enabled"

9 years agoFix build error when XLOG is enabled
Patrick Tjin [Wed, 21 Jan 2015 00:02:04 +0000 (16:02 -0800)]
Fix build error when XLOG is enabled

(cherrypick of 79a49c9857f3949fc13373eeb179f27b6ecdca81.)

Change-Id: I7bb44fd1fe3ef2ddfc115247f328eccfceeb5352
Signed-off-by: Patrick Tjin <pattjin@google.com>
9 years agoMerge "Optimized fread."
Elliott Hughes [Wed, 21 Jan 2015 00:11:30 +0000 (00:11 +0000)]
Merge "Optimized fread."

9 years agoOptimized fread.
Elliott Hughes [Tue, 20 Jan 2015 19:23:50 +0000 (11:23 -0800)]
Optimized fread.

This makes us competitive with glibc for fully-buffered and unbuffered reads,
except in single-threaded situations where glibc avoids locking, but since
we're never really single-threaded anyway, that isn't a priority.

Bug: 18593728
Change-Id: Ib776bfba422ccf46209581fc0dc54f3567645b8f

9 years agoMerge "Remove testcase time printing in bionic-unit-tests."
Yabin Cui [Tue, 20 Jan 2015 23:38:34 +0000 (23:38 +0000)]
Merge "Remove testcase time printing in bionic-unit-tests."

9 years agoRemove testcase time printing in bionic-unit-tests.
Yabin Cui [Tue, 20 Jan 2015 22:46:03 +0000 (14:46 -0800)]
Remove testcase time printing in bionic-unit-tests.

Bug: 19075565
Change-Id: Icccb60657a2985e96abb1703673f0ebe2199586a

9 years agoMerge "Add target libbionic_gtest_main for cts test."
Yabin Cui [Tue, 20 Jan 2015 22:44:01 +0000 (22:44 +0000)]
Merge "Add target libbionic_gtest_main for cts test."

9 years agoAdd target libbionic_gtest_main for cts test.
Yabin Cui [Tue, 20 Jan 2015 20:02:21 +0000 (12:02 -0800)]
Add target libbionic_gtest_main for cts test.

Bug: 17589740
Change-Id: I37f2d3fe72870b9dc867407fa1619c9a6fcd5cbb

9 years agoMerge "Improve <stdio_ext.h> testing."
Elliott Hughes [Tue, 20 Jan 2015 18:07:36 +0000 (18:07 +0000)]
Merge "Improve <stdio_ext.h> testing."

9 years agoMerge "Add a benchmark for using stdio to read a file in /proc."
Elliott Hughes [Sat, 17 Jan 2015 01:24:43 +0000 (01:24 +0000)]
Merge "Add a benchmark for using stdio to read a file in /proc."

9 years agoAdd a benchmark for using stdio to read a file in /proc.
Elliott Hughes [Sat, 17 Jan 2015 01:08:31 +0000 (17:08 -0800)]
Add a benchmark for using stdio to read a file in /proc.

Change-Id: I12517aae19e36b7c022a11e8807aece61bb0cb9c

9 years agoImprove <stdio_ext.h> testing.
Elliott Hughes [Sat, 17 Jan 2015 00:40:55 +0000 (16:40 -0800)]
Improve <stdio_ext.h> testing.

I almost fixed a non-bug. Add a test to prevent me from doing that.

Change-Id: I4a1dc13e603a7a377bdaee2e78132015087f7107

9 years agoMerge "Use SI prefixes throughout the benchmark output."
Elliott Hughes [Sat, 17 Jan 2015 00:23:34 +0000 (00:23 +0000)]
Merge "Use SI prefixes throughout the benchmark output."

9 years agoMerge "Make sys_resource test more robust."
Yabin Cui [Fri, 16 Jan 2015 21:52:11 +0000 (21:52 +0000)]
Merge "Make sys_resource test more robust."

9 years agoMake sys_resource test more robust.
Yabin Cui [Mon, 5 Jan 2015 19:06:30 +0000 (11:06 -0800)]
Make sys_resource test more robust.

"ulimit -c xxx" command may run before bionic-unit-tests.
Make sure sys_resource test fails gently in that case.

Change-Id: Ic3b5ed8b20acba56df8c5ef082c88e5050e761aa

9 years agoUse SI prefixes throughout the benchmark output.
Elliott Hughes [Fri, 16 Jan 2015 21:11:25 +0000 (13:11 -0800)]
Use SI prefixes throughout the benchmark output.

Also switch throughput to GiB/s. I did play with using the new code,
but having consistent units for all results seemed easier to use
anyway (and doesn't require extra code).

Change-Id: I466fd573373bd05619e6f6e6d3dedd7dae0d9362

9 years agoMerge "Use a vector of benchmarks and new for loop syntax."
Elliott Hughes [Fri, 16 Jan 2015 03:22:40 +0000 (03:22 +0000)]
Merge "Use a vector of benchmarks and new for loop syntax."

9 years agoUse a vector of benchmarks and new for loop syntax.
Elliott Hughes [Fri, 16 Jan 2015 01:10:42 +0000 (17:10 -0800)]
Use a vector of benchmarks and new for loop syntax.

Change-Id: Ib1f1250e7786770083ed6a478677a893b2075a93

9 years agoMerge "bionic benchmarks: limit benchmark run time to 1s real time"
Elliott Hughes [Fri, 16 Jan 2015 00:44:16 +0000 (00:44 +0000)]
Merge "bionic benchmarks: limit benchmark run time to 1s real time"

9 years agobionic benchmarks: limit benchmark run time to 1s real time
Colin Cross [Thu, 28 Nov 2013 01:37:54 +0000 (17:37 -0800)]
bionic benchmarks: limit benchmark run time to 1s real time

The benchmark run loop tries to run until 1s of time has been
accumulated between StartBenchmarkTiming() and StopBenchmarkTiming().
If a majority of the time is spent stopped this can lead to
benchmarks running for very long periods of time.  This can easily
happen when benchmarking something that requires initialization or
cleanup on each iteration.

Modify the loop to run for 1s of real time instead of 1s of
benchmark time.  For existing benchmarks this shouldn't make much
of a difference.

Change-Id: Iaba8a13b4dfc4a5e2cd9992041c9173ea556f9cc

9 years agoMerge "bionic benchmarks: export benchmark library"
Elliott Hughes [Fri, 16 Jan 2015 00:36:19 +0000 (00:36 +0000)]
Merge "bionic benchmarks: export benchmark library"

9 years agobionic benchmarks: export benchmark library
Colin Cross [Fri, 15 Nov 2013 22:34:22 +0000 (14:34 -0800)]
bionic benchmarks: export benchmark library

Export libbenchmark for external projects to write benchmarks against.

Change-Id: I3b04a56a62ce517afc0d5e06dc8d28879ada3d30

9 years agoMerge "Fix possible leak in pthread_detach."
Yabin Cui [Thu, 15 Jan 2015 19:35:38 +0000 (19:35 +0000)]
Merge "Fix possible leak in pthread_detach."

9 years agoFix possible leak in pthread_detach.
Yabin Cui [Thu, 18 Dec 2014 22:22:09 +0000 (14:22 -0800)]
Fix possible leak in pthread_detach.

If pthread_detach() is called while the thread is in pthread_exit(),
it takes the risk that no one can free the pthread_internal_t.
So I add PTHREAD_ATTR_FLAG_ZOMBIE to detect this, maybe very rare, but
both glibc and netbsd libpthread have similar function.

Change-Id: Iaa15f651903b8ca07aaa7bd4de46ff14a2f93835

9 years agoMerge "Make bionic-unit-tests default run isolate mode."
Yabin Cui [Thu, 15 Jan 2015 18:10:30 +0000 (18:10 +0000)]
Merge "Make bionic-unit-tests default run isolate mode."

9 years agoMerge "Refactoring: move mips reloc to separate method"
Dmitriy Ivanov [Thu, 15 Jan 2015 17:56:36 +0000 (17:56 +0000)]
Merge "Refactoring: move mips reloc to separate method"

9 years agoRefactoring: move mips reloc to separate method
Dmitriy Ivanov [Wed, 14 Jan 2015 19:36:38 +0000 (11:36 -0800)]
Refactoring: move mips reloc to separate method

Change-Id: I712614853e3f0e515f5c2bdd8f0aaa5feeae8e55

9 years agoMerge "Refactoring: unify relocate function"
Dmitriy Ivanov [Wed, 14 Jan 2015 18:14:30 +0000 (18:14 +0000)]
Merge "Refactoring: unify relocate function"

9 years agoMerge "bionic: libc: Added path to root ramdisk build properties file."
Andres Morales [Wed, 14 Jan 2015 15:54:03 +0000 (15:54 +0000)]
Merge "bionic: libc: Added path to root ramdisk build properties file."

9 years agoRefactoring: unify relocate function
Dmitriy Ivanov [Tue, 13 Jan 2015 20:12:38 +0000 (12:12 -0800)]
Refactoring: unify relocate function

  Use one relocate for all platforms.

Change-Id: I43e75162c5b29105e651defc11a511e168368736

9 years agobionic: libc: Added path to root ramdisk build properties file.
Andres Morales [Wed, 14 Jan 2015 02:00:56 +0000 (18:00 -0800)]
bionic: libc: Added path to root ramdisk build properties file.

Change-Id: Id850e4e5ef4e91cea7ad53f6858886daf660eeec

9 years agoMerge "Test that ip6-localhost exists in etc/hosts."
Yabin Cui [Wed, 14 Jan 2015 01:50:20 +0000 (01:50 +0000)]
Merge "Test that ip6-localhost exists in etc/hosts."

9 years agoMerge "Refactoring: use generic reloc constants"
Dmitriy Ivanov [Wed, 14 Jan 2015 01:34:30 +0000 (01:34 +0000)]
Merge "Refactoring: use generic reloc constants"

9 years agoTest that ip6-localhost exists in etc/hosts.
Yabin Cui [Tue, 13 Jan 2015 22:35:15 +0000 (14:35 -0800)]
Test that ip6-localhost exists in etc/hosts.

Addition change: make netdb_test pass on host.

Bug: 18791191
Change-Id: I7a9e29aa559ff6557288b47323d8a436379201a2

9 years agoMerge "Sync with upstream OpenBSD stdio."
Elliott Hughes [Wed, 14 Jan 2015 01:27:37 +0000 (01:27 +0000)]
Merge "Sync with upstream OpenBSD stdio."

9 years agoSync with upstream OpenBSD stdio.
Elliott Hughes [Wed, 14 Jan 2015 01:19:21 +0000 (17:19 -0800)]
Sync with upstream OpenBSD stdio.

Mainly to get the __atexit_register_cleanup removals we suggested.

Change-Id: I58d40b8c5b8401bfb6bfffe8f3430ac0718af917

9 years agoRefactoring: use generic reloc constants
Dmitriy Ivanov [Tue, 13 Jan 2015 20:17:31 +0000 (12:17 -0800)]
Refactoring: use generic reloc constants

Change-Id: I94dd6256b1b4509b6ea696a3aff17a3991529468

9 years agoMerge "Revert "Refactoring: use generic reloc constants""
Dimitry Ivanov [Tue, 13 Jan 2015 22:32:48 +0000 (22:32 +0000)]
Merge "Revert "Refactoring: use generic reloc constants""

9 years agoRevert "Refactoring: use generic reloc constants"
Dimitry Ivanov [Tue, 13 Jan 2015 22:31:54 +0000 (22:31 +0000)]
Revert "Refactoring: use generic reloc constants"

This reverts commit 265a60a0d285a733d9d98f53672bce668803b434.

Change-Id: I6d46db0ac03cda44ed1e20f6084a552e0089eb14

9 years agoMerge "Refactoring: use generic reloc constants"
Dmitriy Ivanov [Tue, 13 Jan 2015 22:21:04 +0000 (22:21 +0000)]
Merge "Refactoring: use generic reloc constants"

9 years agoRefactoring: use generic reloc constants
Dmitriy Ivanov [Tue, 13 Jan 2015 20:17:31 +0000 (12:17 -0800)]
Refactoring: use generic reloc constants

Change-Id: I67918a1a926164a38a5a47f2264390632eb42905

9 years agoMerge "Check the committer rather than the Gerrit owner."
Dan Albert [Tue, 13 Jan 2015 00:58:30 +0000 (00:58 +0000)]
Merge "Check the committer rather than the Gerrit owner."

9 years agoCheck the committer rather than the Gerrit owner.
Dan Albert [Tue, 13 Jan 2015 00:23:53 +0000 (16:23 -0800)]
Check the committer rather than the Gerrit owner.

Guarding based on the Gerrit owner can be circumvented by an arbitrary
user uploading a different patch with a Change-Id that is non-unique,
with the other copy being owned by a Googler.

Change-Id: I5414b679e361d4c38d70bf9c4516c122f668fc49

9 years agoMerge "Guard against @google.com.example.com."
Dan Albert [Mon, 12 Jan 2015 21:49:05 +0000 (21:49 +0000)]
Merge "Guard against @google.com.example.com."

9 years agoGuard against @google.com.example.com.
Dan Albert [Mon, 12 Jan 2015 20:25:31 +0000 (12:25 -0800)]
Guard against @google.com.example.com.

Begin adding some unit tests. Testing the Jenkins interface will
probably be difficult, but testing that we can properly handle
messages from Gerrit is easy enough.

Change-Id: Id7e8e175e0f064fd10715febe40040a65564c701

9 years agoMerge "Oops. Fix dict key."
Dan Albert [Mon, 12 Jan 2015 19:59:28 +0000 (19:59 +0000)]
Merge "Oops. Fix dict key."

9 years agoOops. Fix dict key.
Dan Albert [Mon, 12 Jan 2015 19:56:41 +0000 (11:56 -0800)]
Oops. Fix dict key.

Change-Id: Ia8295417d4097f38eef633089cb4539b849f3c74

9 years agoMerge "Only build changes that come from @google.com."
Dan Albert [Mon, 12 Jan 2015 19:51:39 +0000 (19:51 +0000)]
Merge "Only build changes that come from @google.com."

9 years agoOnly build changes that come from @google.com.
Dan Albert [Sat, 10 Jan 2015 18:38:53 +0000 (10:38 -0800)]
Only build changes that come from @google.com.

Googlers should be able to tell the buildbot to launch builds for an
external contributor's change, but Gerrit is determined to make this
hard for us. The email sent by Gerrit for comments doesn't actually
contain the email address of the commenter in any clear way, only the
name. It does however contain a list of `Gerrit-Reviewer: Name
<email>` entries that could be used for this though.

Change-Id: Iee61f06dcd8f0024f16b535ea9a34765bf01b2e7

9 years agoAdd support for building other architectures.
Dan Albert [Sat, 10 Jan 2015 06:40:48 +0000 (22:40 -0800)]
Add support for building other architectures.

Since we often make changes that might break on other architectures,
let the buildbot deal with some of these for us. They can be invoked
by `bionicbb:ARCH`, where `ARCH` is one of:

 * arm
 * aarch64
 * mips
 * mips64
 * x86
 * x86_64

Specifying arm isn't particularly interesting (since the default
target for the buildbot is hammerhead), but there are some differences
in the math instructions available for the default ARM target, so it
could be helpful for testing changes to the compiler-rt builtins.

Change-Id: I94018fd3c30d26fcf405e747fc633cbdd08ff4e5

9 years agoMerge "Make indentation match the style guide."
Dan Albert [Sat, 10 Jan 2015 06:45:20 +0000 (06:45 +0000)]
Merge "Make indentation match the style guide."

9 years agoMerge "Clean up paths.h."
Yabin Cui [Sat, 10 Jan 2015 05:17:29 +0000 (05:17 +0000)]
Merge "Clean up paths.h."

9 years agoClean up paths.h.
Yabin Cui [Thu, 8 Jan 2015 04:36:20 +0000 (20:36 -0800)]
Clean up paths.h.

Bug: 18905946
Change-Id: I02cd1ddd5c0b0af165685413bc1fb12ca6bf5f33

9 years agoMake indentation match the style guide.
Dan Albert [Sat, 10 Jan 2015 01:22:00 +0000 (17:22 -0800)]
Make indentation match the style guide.

Apparently Google abandoned the 2 space indent for Python long ago.
Helps to actually read the style guide before trying to adhere to it.

Change-Id: I4feb019f0916f9d8e4f78c0dbeafbe45d8a46bfd

9 years agoMerge "Use relative imports."
Dan Albert [Sat, 10 Jan 2015 00:58:12 +0000 (00:58 +0000)]
Merge "Use relative imports."