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
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
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
ff7d2d0920
am 56d0f8ca
: am f573a52c
: Merge "Silence time64.c build warnings."
...
* commit '56d0f8ca50900edca67e24cfdcfb33824551b0c2':
Silence time64.c build warnings.
2014-07-01 18:25:16 +00:00
Dmitriy Ivanov
12bf3bcdee
Write message to stderr on __libc_fatal()
...
Change-Id: Ia8d6e256768fa51786d0139d3f3b6e9e4bebe027
2014-07-01 14:46:03 -07:00
Elliott Hughes
49eb761306
Fix a warning in if_indextoname.c.
...
Change-Id: Ib6afe2a5452022f5c98ec28fd110d6b910dccdad
2014-07-01 11:13:25 -07:00
Dan Albert
42a5a177e9
Merge "Revert "Revert "Prevent symbols from libgcc from being reexported."""
2014-07-01 14:58:20 +00:00
Christopher Ferris
f1be48d4c2
am 4ba40564
: am 4ec3bc83
: Merge "Add optimized stpcpy."
...
* commit '4ba40564c62bbd6ac52e53aad003bb424f1e8f10':
Add optimized stpcpy.
2014-07-01 02:57:13 +00:00
Nick Kralevich
b18a1c3d19
am e844f27a
: am bcf77b5d
: Merge "add CLOEXEC to various DNS related code"
...
* commit 'e844f27a05b32b7bf2fd68b1bd69e450040c1e24':
add CLOEXEC to various DNS related code
2014-06-30 23:23:47 +00:00
Elliott Hughes
dd9efcbab6
am c5f1504e
: am 6cdab387
: Merge "Restore <nsswitch.h> which is BSD API, not private."
...
* commit 'c5f1504e3db3a39bb951bf01e2d0d758ca93cc44':
Restore <nsswitch.h> which is BSD API, not private.
2014-06-30 23:16:01 +00:00
Christopher Ferris
4ec3bc83c6
Merge "Add optimized stpcpy."
2014-06-30 22:26:48 +00:00
Nick Kralevich
bcf77b5dff
Merge "add CLOEXEC to various DNS related code"
2014-06-30 22:26:48 +00:00
Elliott Hughes
a311704103
Restore <nsswitch.h> which is BSD API, not private.
...
Also make nsdispatch non-hidden. Firefox uses it.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1030899
Change-Id: Iaccc1ec813d196ec91ac475fcc4ae9dca756861d
2014-06-30 14:15:34 -07:00
Christopher Ferris
753eb7f07e
Add optimized stpcpy.
...
Change-Id: Ifed38f92a54fef4488fd0ed26a1569059a054574
2014-06-30 12:48:13 -07:00
Elliott Hughes
71ee128e0c
am e1047515
: am f72c56d6
: Merge "Switch to upstream NetBSD nsap_addr.c."
...
* commit 'e104751566da6e8ef340926781d5ef120bf1d801':
Switch to upstream NetBSD nsap_addr.c.
2014-06-30 19:44:47 +00:00
Elliott Hughes
a210cae724
Switch to upstream NetBSD nsap_addr.c.
...
These symbols should be public (and Firefox uses them), and we'd also probably
rather have the upstream thread-safe implementation.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1030899
Change-Id: I2a5888fbb3198546848398f576fd2195ff3fe00c
2014-06-30 12:03:43 -07:00
Nick Kralevich
1781ed7774
add CLOEXEC to various DNS related code
...
Occasionally file descriptors seem to be leaking across execs
from DNS related calls. Set close-on-execute for the various
sockets / file to prevent file descriptor leakage.
Change-Id: I4724b47bc7236f40c29518a6075598a9bba48b0a
2014-06-29 20:46:17 -07:00
Elliott Hughes
066eb0b06d
Silence time64.c build warnings.
...
Change-Id: Ibc5672480ee5e72eedf2bc29e420315b5346b0df
2014-07-01 10:48:23 -07:00
Christopher Ferris
29642e8ec6
am d1bf0706
: am 2e249c2e
: Merge "Add optimized 64 bit strcpy."
...
* commit 'd1bf0706425d7ee4b6fd99fbda7653b788c1eb6f':
Add optimized 64 bit strcpy.
2014-06-27 22:40:14 +00:00
Elliott Hughes
26c69d6438
am 5d4cb156
: am ec97c3f0
: Merge "asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9."
...
* commit '5d4cb15610e91c99b062589e6297d423ed2e1176':
asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9.
2014-06-27 21:30:20 +00:00
Christopher Ferris
35cf5c59b9
am 627a8096
: am a4a28d90
: Merge "Add optimized neon strchr implementation based on newlib"
...
* commit '627a8096ea34a4dfe790a1a85617136e58e0ba4a':
Add optimized neon strchr implementation based on newlib
2014-06-27 19:52:09 +00:00
Elliott Hughes
ec97c3f024
Merge "asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9."
2014-06-26 18:34:59 +00:00
Christopher Ferris
2e249c2e7a
Merge "Add optimized 64 bit strcpy."
2014-06-26 18:12:01 +00:00
Christopher Ferris
77561bfe0b
Add optimized 64 bit strcpy.
...
Change-Id: I4ac12735a53c3ae9336b148ce694fe6c63613139
2014-06-26 17:51:56 -07:00
Bernhard Rosenkränzer
12c0274d9c
Add optimized neon strchr implementation based on newlib
...
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
Change-Id: I276ff0f879e733a1115456247e1342b9c5a09015
2014-06-27 13:21:42 +02:00
Raghu Gandham
93e7b9f3ea
asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9.
...
Change-Id: Ie36b68d1260a656056f66a67750232a7da78c61f
Signed-off-by: Steve Ellcey <steve.ellcey@imgtec.com>
2014-06-25 18:03:41 -07:00
Elliott Hughes
f9ebc87c2c
am e3ee7819
: am ba4ebf78
: Merge "Change the LP64 off_t/loff_t/off64_t definitions to reduce warnings."
...
* commit 'e3ee7819378096fcc207262704dafea54101b712':
Change the LP64 off_t/loff_t/off64_t definitions to reduce warnings.
2014-06-25 20:47:33 +00:00
Elliott Hughes
00fb5f97be
Change the LP64 off_t/loff_t/off64_t definitions to reduce warnings.
...
Code written for glibc can be sloppy about these types on LP64 and
get away with it. It's probably better for our users if these types
are identical rather than just being the same size.
Change-Id: I3dd116d80569d2d101342a552c55f4a18884025b
2014-06-25 12:09:11 -07:00
Elliott Hughes
671ffdbf0e
am 19fe877e
: am d59ed678
: Merge "Add splice, tee, and vmsplice."
...
* commit '19fe877ec35b7ff7d356d6f4020e77886fff89e2':
Add splice, tee, and vmsplice.
2014-06-25 02:19:53 +00:00
Elliott Hughes
3f525d41c2
Add splice, tee, and vmsplice.
...
Change-Id: I5f43380b88d776a8bb607b47dbbc5db5a2fe6163
2014-06-24 19:03:31 -07:00
Elliott Hughes
8a41df6521
am cc9acb8d
: am 52f9b051
: Merge "Sync to current upstream arc4random."
...
* commit 'cc9acb8d7b10304e2cb215b471dc9f9636de47f8':
Sync to current upstream arc4random.
2014-06-25 00:28:09 +00:00
Elliott Hughes
256f07ec5c
am 1411afd6
: am 598f4b3a
: Merge "Fix getpid caching across a clone."
...
* commit '1411afd6d18ee363b96c8e4b20561d5e946abfbf':
Fix getpid caching across a clone.
2014-06-24 19:42:41 +00:00
Elliott Hughes
52f9b051c8
Merge "Sync to current upstream arc4random."
2014-06-24 18:00:13 +00:00
Elliott Hughes
0468feb286
Sync to current upstream arc4random.
...
This is actually revision 1.33, which is no longer the latest, but it's
as close to head as we can currently reasonably get. I've also switched
to the OpenBSD getentropy_linux.c implementation of getentropy, lightly
modified to try to report an error on failure.
Bug: 14499627
Change-Id: Ia7c561184b1f366c9bf66f248aa60f0d53535fcb
2014-06-24 14:13:48 -07:00
Calin Juravle
05509541af
am b52d7e7b
: am 63fa660b
: Merge "Prefix cmsg_nxthdr with "__"."
...
* commit 'b52d7e7b6ebfac476a1f9506a1a8b2999797ef15':
Prefix cmsg_nxthdr with "__".
2014-06-24 12:32:41 +00:00
Elliott Hughes
598f4b3ac1
Merge "Fix getpid caching across a clone."
2014-06-24 07:45:29 +00:00
Calin Juravle
63fa660b52
Merge "Prefix cmsg_nxthdr with "__"."
2014-06-24 06:28:56 +00:00
Calin Juravle
096b4eb752
Prefix cmsg_nxthdr with "__".
...
This brings us on par with glibc.
To avoid breaking clients, temporary keep cmsg_nxthdr until the next NDK
refresh.
Bug: 15822452
Change-Id: I24c24e68c31f4f2b8f3d2df7acd575cb75174173
2014-06-24 11:53:06 +01:00
Dan Albert
71f9b34fbe
Revert "Revert "Prevent symbols from libgcc from being reexported.""
...
This reverts commit 4e4e1a5d78
.
Change-Id: I8e78c3a59598e052e02965dd37b3fba8f567eed9
2014-06-24 04:31:08 +00:00
Elliott Hughes
fa9e16efaf
Fix getpid caching across a clone.
...
If you make clone, fork, or vfork system calls directly, you're still
on your own, but we now do the right thing for the clone wrapper.
With this implementation, children lose the getpid caching, but we've
no reason to think that that covers any significant use cases.
Bug: 15387103
Change-Id: Icfab6b63c708fea830960742ec92aeba8ce7680d
2014-06-23 17:49:45 -07:00
Dan Albert
15a75decbf
am af8046a9
: am 66a805b9
: Merge "Revert "Prevent symbols from libgcc from being reexported.""
...
* commit 'af8046a9f9ee4d341047dfff156077d7e7a559db':
Revert "Prevent symbols from libgcc from being reexported."
2014-06-23 21:26:33 +00:00
Dan Albert
4e4e1a5d78
Revert "Prevent symbols from libgcc from being reexported."
...
This reverts commit 65e80cf622
.
Change-Id: I5f94b123f73db8d0b03cd71a5cffa0662776a017
2014-06-23 20:12:05 +00:00
Dan Albert
66a805b91e
Merge "Revert "Prevent symbols from libgcc from being reexported.""
2014-06-23 17:14:09 +00:00
Dan Albert
ff1917e08d
am 203ec23c
: am 559f3cb5
: Merge "Use __builtin_*_chk for bcopy/bzero."
...
* commit '203ec23c4b92d76b6bc2597d7d07b7e01e52d83e':
Use __builtin_*_chk for bcopy/bzero.
2014-06-23 17:12:18 +00:00
Dan Albert
0163222d18
am b5e050d2
: am 54e9dc02
: Merge "Prevent symbols from libgcc from being reexported."
...
* commit 'b5e050d2f98d7a196ac85ffae42ebc057985a664':
Prevent symbols from libgcc from being reexported.
2014-06-21 10:36:53 +00:00
Dan Albert
509cf86c80
am 4b62f0d8
: am 0d7415fb
: Merge "Remove SHA1 from LP64 in favor of libcrypto."
...
* commit '4b62f0d809e6a29366f8bbc987b4091b0fb94863':
Remove SHA1 from LP64 in favor of libcrypto.
2014-06-21 10:36:52 +00:00
Dan Albert
65e80cf622
Prevent symbols from libgcc from being reexported.
...
Since this was not done earlier, there are binary compatibility concerns
that prevent us from being able to apply this to LP32.
Bug: 11156955
Change-Id: Ie717c3ae4b81c749548a45a993c834e109700b27
2014-06-21 00:09:31 -07:00
Christopher Ferris
92f979725f
am 6131798e
: am ac86f994
: Merge "[MIPS64] Regenerate mips kernel headers with fixed tool"
...
* commit '6131798e574d85200053d93bc2673ab5a0f715fe':
[MIPS64] Regenerate mips kernel headers with fixed tool
2014-06-21 01:06:58 +00:00
Christopher Ferris
4a96c1b216
am 40b85d34
: am eee5f173
: Merge "[MIPS64] Adjust kernel/tools for mips32,mips64 headers"
...
* commit '40b85d34e0f87bdb0ede4c36d6389a7af9c6548c':
[MIPS64] Adjust kernel/tools for mips32,mips64 headers
2014-06-21 01:06:57 +00:00
Elliott Hughes
8e34804df8
am 3e2ea6ba
: am fb0a3622
: Merge "Cache getpid."
...
* commit '3e2ea6ba22092ab23f4836d68eec2528f6f88ed1':
Cache getpid.
2014-06-20 23:14:37 +00:00