Elliott Hughes
2a70aba846
am ab4fc823
: Merge "Fix all resolv warnings and turn on -Werror."
...
* commit 'ab4fc82315567a1400bb25af3f835f1b5d80a0fe':
Fix all resolv warnings and turn on -Werror.
2014-07-02 23:51:08 +00:00
Dmitriy Ivanov
fba3354e81
am 176f13a7
: am afd37c42
: Merge "Build fix"
...
* commit '176f13a70845555d6b5776ddacdae8771dccb13f':
Build fix
2014-07-02 23:19:28 +00:00
Dmitriy Ivanov
176f13a708
am afd37c42
: Merge "Build fix"
...
* commit 'afd37c429b14d63ee4144f00cf1fb8041f681f68':
Build fix
2014-07-02 23:16:04 +00:00
Dmitriy Ivanov
e9fa0de5b0
am 8551bfb0
: am 950a435f
: Merge "Load library using file handle."
...
* commit '8551bfb04385781c3b8c68afaf9c055c22a4e985':
Load library using file handle.
2014-07-02 23:13:56 +00:00
Elliott Hughes
f5bd675225
am 9ff95c47
: am 99e2a2f0
: Merge "Switch to upstream OpenBSD mktemp.c."
...
* commit '9ff95c4763bcbc44d25092510fde299f0ba0be7f':
Switch to upstream OpenBSD mktemp.c.
2014-07-02 23:13:47 +00:00
Dmitriy Ivanov
6d3314f227
am f308174a
: am 87b654ce
: Merge "Disable local/protected symbol test for lp64"
...
* commit 'f308174ae2d0655385ae5f50bdd5ae9e3388265f':
Disable local/protected symbol test for lp64
2014-07-02 23:13:44 +00:00
Dmitriy Ivanov
8551bfb043
am 950a435f
: Merge "Load library using file handle."
...
* commit '950a435fc0dffc22a816194af175420176b86908':
Load library using file handle.
2014-07-02 22:57:45 +00:00
Elliott Hughes
1f262b35fe
Merge "Fix recv.cpp so it can build with clang."
2014-07-02 21:12:58 +00:00
Elliott Hughes
6917e6c2ae
Fix recv.cpp so it can build with clang.
...
Change-Id: Iac3e676aa256837333240219bcadbdc31985b5dd
2014-07-02 16:46:34 -07:00
Elliott Hughes
ab4fc82315
Merge "Fix all resolv warnings and turn on -Werror."
2014-07-02 21:12:58 +00:00
Elliott Hughes
37b1b5bbcd
Fix all resolv warnings and turn on -Werror.
...
The res_init.c changes bring us a bit closer to upstream too, though
there's still work to be done there. Some of the remaining differences
look like bugs we'd want to fix, so we should definitely try to come
back to that.
Change-Id: I50baa148e967c90d55d711e9904ad54c7d724d4d
2014-07-02 16:27:20 -07:00
Elliott Hughes
9ff95c4763
am 99e2a2f0
: Merge "Switch to upstream OpenBSD mktemp.c."
...
* commit '99e2a2f04ca3bc4c66ecb91bc5abb378ec7c10ef':
Switch to upstream OpenBSD mktemp.c.
2014-07-02 21:08:52 +00:00
Nick Kralevich
f95964c93b
Merge "libc_logging: Set SOCK_CLOEXEC on socket"
2014-07-02 20:52:43 +00:00
Nick Kralevich
bae5b1dbd8
libc_logging: Set SOCK_CLOEXEC on socket
...
Socket file descriptors remain open across exec unless
SOCK_CLOEXEC is set. Enable this option, to avoid leaking
file descriptors.
In practice, this isn't a big deal, since the socket only remains
open for a very short period to write a message. However, this
socket might leak for for multithreaded programs if an exec occurs
between the open and close.
Change-Id: Ica2e71fe28657c32d56de1431c8f7f1f5c7b7c58
2014-07-02 22:39:14 -07:00
Dmitriy Ivanov
afd37c429b
Merge "Build fix"
2014-07-02 20:52:43 +00:00
Dmitriy Ivanov
d383066941
Build fix
...
Change-Id: Ib43e0f055e3c5f07b50393bfcab9738454835ac3
2014-07-02 16:06:50 -07:00
Dmitriy Ivanov
950a435fc0
Merge "Load library using file handle."
2014-07-02 20:52:43 +00:00
Elliott Hughes
99e2a2f04c
Merge "Switch to upstream OpenBSD mktemp.c."
2014-07-02 20:52:16 +00:00
Dan Albert
2d94ee29f4
Merge "Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64."""
2014-07-02 20:51:20 +00:00
Nick Kralevich
d11ca4e8c7
Merge "Revert "Reenable support for non-PIE executables""
2014-07-02 20:51:20 +00:00
Nick Kralevich
76e289c026
Revert "Reenable support for non-PIE executables"
...
/system/bin/tf_daemon on Nakasi has been updated so it's
a PIE executable. We can now drop non-PIE support.
This reverts commit d81b3b275d
.
Bug: 15086752
Bug: 15732002
Bug: 14566672
Change-Id: I832c4de01a8fa050754ea64da317d1639990265e
2014-07-03 12:08:34 -07:00
Elliott Hughes
1ee1bfdeec
Merge "Use __unused rather than self assignment for unused parameters."
2014-07-02 20:49:53 +00:00
Elliott Hughes
668da74ef1
Use __unused rather than self assignment for unused parameters.
...
Clang, reasonably enough, doesn't like self assignment.
Change-Id: Ie5843287802949dad148a1a815231035678e1306
2014-07-07 09:46:54 -07:00
Elliott Hughes
2b2916d154
Merge "Remove some dead data."
2014-07-02 20:49:42 +00:00
Elliott Hughes
920d831ba1
Remove some dead data.
...
Clang doesn't like dead data, and this is just an LP32 compatibility turd.
Change-Id: I3832748a4e773b254877f4438b5340e7d4c1ce70
2014-07-07 09:46:11 -07:00
Elliott Hughes
db42a9f5a3
Merge "Fix three clang complaints about the DNS code."
2014-07-02 20:49:42 +00:00
Elliott Hughes
68c2755d71
Fix three clang complaints about the DNS code.
...
These are all already fixed upstream in the same way.
Change-Id: I2881b6d0fbd0237fffc0f00563bc14750dcce0d9
2014-07-07 09:44:17 -07:00
Dmitriy Ivanov
04dc91ae76
Load library using file handle.
...
* This patch enables dlopen by file descriptor
instead of path/name.
Bug: 15984217
Change-Id: Ib39051e00567fb97070bf96d8ce63993877c0a01
2014-07-02 13:20:47 -07:00
Dmitriy Ivanov
f308174ae2
am 87b654ce
: Merge "Disable local/protected symbol test for lp64"
...
* commit '87b654ce467934ab6a0fe1546341e4db42b5c344':
Disable local/protected symbol test for lp64
2014-07-02 18:54:19 +00:00
Elliott Hughes
6593597931
Switch to upstream OpenBSD mktemp.c.
...
Almost all of our stdio is actually OpenBSD, so although this isn't
really a core part of stdio (it doesn't touch struct FILE, for example)
it probably makes sense for it to come from the same upstream. My
actual motivation though is that it's the only FreeBSD file we have
compiler warnings from.
This patch moves us over to -Werror by default, with only the DNS code
having -Wno-error.
Change-Id: Id244a5b445cba41b0a1ca30298ca7b1ed177810c
2014-07-02 11:22:26 -07:00
Elliott Hughes
fd18df1e7d
am 7ec1ba3e
: am 4d299a2c
: Merge "Build all bionic test files -Werror and fix our one warning."
...
* commit '7ec1ba3ed7735160786c7f4fa95accdd1dc5f5bf':
Build all bionic test files -Werror and fix our one warning.
2014-07-02 00:46:18 +00:00
Elliott Hughes
a230741e47
am e20fcb2d
: am e9975987
: Merge "Quiten warnings in semaphore.c."
...
* commit 'e20fcb2d70af950cff4ae5df8038d800630e39be':
Quiten warnings in semaphore.c.
2014-07-02 00:46:18 +00:00
Elliott Hughes
dc615691c9
am d103c98b
: am f2102f54
: Merge "Quiten warnings in fts.c."
...
* commit 'd103c98be845e060d86463a895c2e33aa8256839':
Quiten warnings in fts.c.
2014-07-02 00:46:17 +00:00
Elliott Hughes
7ec1ba3ed7
am 4d299a2c
: Merge "Build all bionic test files -Werror and fix our one warning."
...
* commit '4d299a2cf7880789e658f427196d1ca9fe02a9bc':
Build all bionic test files -Werror and fix our one warning.
2014-07-02 00:41:14 +00:00
Elliott Hughes
e20fcb2d70
am e9975987
: Merge "Quiten warnings in semaphore.c."
...
* commit 'e9975987900e5713c5b8b13e1817a243e92f79d9':
Quiten warnings in semaphore.c.
2014-07-02 00:41:14 +00:00
Elliott Hughes
d103c98be8
am f2102f54
: Merge "Quiten warnings in fts.c."
...
* commit 'f2102f54a0006c56033ab0ba62d48dc4b4e8b91a':
Quiten warnings in fts.c.
2014-07-02 00:41:13 +00:00
Dmitriy Ivanov
053f4c9cb2
am 711b5584
: am 105ef36c
: Merge "Native tests are now multilib=both by default"
...
* commit '711b5584db13b6a2aca555e577c3d7cfb04946ab':
Native tests are now multilib=both by default
2014-07-01 23:12:34 +00:00
Dmitriy Ivanov
711b5584db
am 105ef36c
: Merge "Native tests are now multilib=both by default"
...
* commit '105ef36c67baeebd2fd9c24b6140953afba4f160':
Native tests are now multilib=both by default
2014-07-01 23:08:01 +00:00
Dan Albert
c492450147
am 30c958f7
: am 42a5a177
: Merge "Revert "Revert "Prevent symbols from libgcc from being reexported."""
...
* commit '30c958f7f5dfd712f11026c5caa78aa7d67f082d':
Revert "Revert "Prevent symbols from libgcc from being reexported.""
2014-07-01 22:57:06 +00:00
Dan Albert
30c958f7f5
am 42a5a177
: Merge "Revert "Revert "Prevent symbols from libgcc from being reexported."""
...
* commit '42a5a177e99ee2ba37e041cabbbc8175ed5c5dc5':
Revert "Revert "Prevent symbols from libgcc from being reexported.""
2014-07-01 22:50:49 +00:00
Dan Albert
f79ee064b6
Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64.""
...
This reverts commit 715242fd0f
.
Change-Id: Ia9892fa3b03287129aa72a49974cef9fd94ae735
2014-07-01 22:41:50 +00:00
Dmitriy Ivanov
4d8f3c4d99
am 51c812cd
: am 442d41fc
: Merge "Write message to stderr on __libc_fatal()"
...
* commit '51c812cd220cd9f493d61df98ca77dd0b5f000da':
Write message to stderr on __libc_fatal()
2014-07-01 22:10:25 +00:00
Dmitriy Ivanov
51c812cd22
am 442d41fc
: Merge "Write message to stderr on __libc_fatal()"
...
* commit '442d41fc128646d7f572da842d5d5b1918341c53':
Write message to stderr on __libc_fatal()
2014-07-01 22:05:49 +00:00
Dmitriy Ivanov
eff2f8bc2c
am aa355352
: am 176ccd49
: Merge "Add support for protected local symbol lookup."
...
* commit 'aa3553521b82e7fbec242cdc5280d1aa626a47e6':
Add support for protected local symbol lookup.
2014-07-01 21:36:00 +00:00
Dmitriy Ivanov
aa3553521b
am 176ccd49
: Merge "Add support for protected local symbol lookup."
...
* commit '176ccd4925c682f036141c8618650b16912b9bd4':
Add support for protected local symbol lookup.
2014-07-01 21:30:04 +00:00
Elliott Hughes
eae0d91dd5
am 94f8beb7
: am dc42d7ff
: Merge "Fix a warning in if_indextoname.c."
...
* commit '94f8beb7e3450204bb117ca2301c1769a9b76dc2':
Fix a warning in if_indextoname.c.
2014-07-01 19:39:38 +00:00
Elliott Hughes
94f8beb7e3
am dc42d7ff
: Merge "Fix a warning in if_indextoname.c."
...
* commit 'dc42d7ff6b792f72cfe09d8bbc2fd1f342d1d9fb':
Fix a warning in if_indextoname.c.
2014-07-01 19:33:53 +00:00
Elliott Hughes
f2102f54a0
Merge "Quiten warnings in fts.c."
2014-07-01 19:26:36 +00:00
Elliott Hughes
ec67cded1d
Quiten warnings in fts.c.
...
Also bring us closer to upstream. Sadly the Linux and BSD dirent
structs don't match, so we'll never be completely in sync (and I don't
think we can hide the difference with macro trickery).
Change-Id: Ief4275856116cd1d5b5e0f9166db1ead9439515c
2014-07-01 17:20:06 -07:00
Elliott Hughes
e997598790
Merge "Quiten warnings in semaphore.c."
2014-07-01 19:22:04 +00:00