Dmitriy Ivanov
bc23e530c4
Remove page level mprotects
...
Freeing block mprotects on the page which it turn
may lead to application crash if linker subsequently
tries to modify another block on the page.
Bug: 14895266
Change-Id: I8ff7f5df467d7be184242de652032b3c84e24b76
2014-05-13 18:34:48 -07:00
Elliott Hughes
cb6f6243db
am 17f8ef87
: Merge "Flesh out <arpa/inet.h>."
...
* commit '17f8ef87b565d88c3b391d6d8de8818dec74c4d5':
Flesh out <arpa/inet.h>.
2014-05-14 01:10:55 +00:00
Elliott Hughes
f984afd0ef
am 57722375
: Merge "We don\'t need two copies of <nsswitch.h>."
...
* commit '5772237588a606cad2c7a26d24e9de3c0a62ce81':
We don't need two copies of <nsswitch.h>.
2014-05-14 01:10:55 +00:00
Elliott Hughes
17f8ef87b5
Merge "Flesh out <arpa/inet.h>."
2014-05-14 01:09:01 +00:00
Elliott Hughes
6a41b0fb0e
Flesh out <arpa/inet.h>.
...
Use the upstream OpenBSD implementations of these functions.
Also ensure we have symbols for htonl, htons, ntohl, and ntohs.
gtest doesn't like us using the macro versions in ASSERT_EQ.
Bug: 14840760
Change-Id: I68720e9aca14838df457d2bb27b999d5818ac2b5
2014-05-13 18:08:29 -07:00
Elliott Hughes
5772237588
Merge "We don't need two copies of <nsswitch.h>."
2014-05-14 01:06:11 +00:00
Elliott Hughes
eed3d0d1f3
We don't need two copies of <nsswitch.h>.
...
Change-Id: I3f874326d96f41249f5c9b1b3c2885f858589029
2014-05-13 18:05:29 -07:00
Sreeram Ramachandran
59a4a10f09
am d57d710f
: Merge "Fix build (take two)."
...
* commit 'd57d710f0847009038297d1ffcc1613198fb48d4':
Fix build (take two).
2014-05-14 00:47:06 +00:00
Sreeram Ramachandran
d57d710f08
Merge "Fix build (take two)."
2014-05-14 00:43:47 +00:00
Sreeram Ramachandran
8205a61248
Fix build (take two).
...
Make sure __netdClientDispatch is defined in the same set of libraries that
refer to it (e.g.: with connect.cpp).
Change-Id: I86d7bf2df5bde09f75a35b204eac0e1361747e22
2014-05-13 17:24:03 -07:00
Sreeram Ramachandran
cd004d2d01
am 2ed09d44
: Merge "Fix build."
...
* commit '2ed09d44ecdaf656a598052d155a813897239042':
Fix build.
2014-05-14 00:00:58 +00:00
Sreeram Ramachandran
2ed09d44ec
Merge "Fix build."
2014-05-13 23:57:07 +00:00
Sreeram Ramachandran
06e8796ee9
Fix build.
...
Change-Id: I33293d8bc62cbb22e23a704c4242e7e9d3fce7c5
2014-05-13 16:30:12 -07:00
Sreeram Ramachandran
9b5bc6fd7e
am 79b56f4b
: Merge "Introduce netd_client, a dynamic library that talks to netd."
...
* commit '79b56f4b0b9fa52fbf2e79c073d28efd21ae724d':
Introduce netd_client, a dynamic library that talks to netd.
2014-05-13 22:11:48 +00:00
Sreeram Ramachandran
79b56f4b0b
Merge "Introduce netd_client, a dynamic library that talks to netd."
2014-05-13 22:07:26 +00:00
Elliott Hughes
b00435d15c
am 0ccef7ec
: Merge "Upgrade to tzdata2014c."
...
* commit '0ccef7ec5294b34902e07c26db55891d3eddb2be':
Upgrade to tzdata2014c.
2014-05-13 18:35:49 +00:00
Elliott Hughes
492e8f7250
am 4482091b
: Merge "Consistently use #if defined(__BIONIC__) in tests."
...
* commit '4482091b1d1611aa395931656b94bfd8ffd583bf':
Consistently use #if defined(__BIONIC__) in tests.
2014-05-13 18:35:49 +00:00
Sreeram Ramachandran
ceb5bd787c
Introduce netd_client, a dynamic library that talks to netd.
...
The library exists outside bionic. It is dynamically loaded, to replace selected
standard socket syscalls with versions that talk to netd.
Change connect() to use the library if available.
(cherry picked from commit 3a6b627a14df8111b03e452f2df4b5f4938e0e49)
Change-Id: Ib6198e19dbc306521a26fcecfdf6e8424d163fc9
2014-05-13 11:30:03 -07:00
Elliott Hughes
0ccef7ec52
Merge "Upgrade to tzdata2014c."
2014-05-13 18:27:30 +00:00
Elliott Hughes
4482091b1d
Merge "Consistently use #if defined(__BIONIC__) in tests."
2014-05-13 18:26:47 +00:00
Elliott Hughes
121cb5f4a7
Upgrade to tzdata2014c.
...
From the release notes:
Changes affecting near-future time stamps
Egypt observes DST starting 2014-05-15 at 24:00.
(Thanks to Ahmad El-Dardiry and Gunther Vermier.)
Details have not been announced, except that DST will not be
observed during Ramadan. Guess that DST will stop during the same
Ramadan dates as Morocco, and that Egypt's future spring and fall
transitions will be the same as 2010 when it last observed DST,
namely April's last Friday at 00:00 to September's last Thursday at
23:00 standard time. Also, guess that Ramadan transitions will be
at 00:00 standard time.
Change-Id: I6a20cae02a314871acbd52cb90fcbebd37625810
2014-05-13 11:23:18 -07:00
Elliott Hughes
063525c61d
Consistently use #if defined(__BIONIC__) in tests.
...
I've also switched some tests to be positive rather than negative,
because !defined is slightly harder to reason about and there are
only two cases: bionic and glibc.
Change-Id: I8d3ac40420ca5aead3e88c69cf293f267273c8ef
2014-05-13 11:19:57 -07:00
Elliott Hughes
56b18bb4d2
am a26dd781
: Merge "Add getmntent_r to our collection of <mntent.h> compatibility stubs."
...
* commit 'a26dd781fe675cf94c62183da27622eb83ff6fa7':
Add getmntent_r to our collection of <mntent.h> compatibility stubs.
2014-05-13 18:18:20 +00:00
Elliott Hughes
a26dd781fe
Merge "Add getmntent_r to our collection of <mntent.h> compatibility stubs."
2014-05-13 18:14:49 +00:00
Elliott Hughes
eb664e24c0
Add getmntent_r to our collection of <mntent.h> compatibility stubs.
...
This helps build 'external/flo' out of the box.
Bug: 14841211
Change-Id: I30dde77239cceaf1f5743163744eb3604d27a266
2014-05-13 10:44:07 -07:00
Elliott Hughes
2b5503b578
am dbcba8f5
: Merge "Reduce stack usage of tmpfile(3)."
...
* commit 'dbcba8f5f9a59fac3d22dfc17a14d3d5cfb4f4b0':
Reduce stack usage of tmpfile(3).
2014-05-13 17:37:22 +00:00
Elliott Hughes
dbcba8f5f9
Merge "Reduce stack usage of tmpfile(3)."
2014-05-13 17:32:48 +00:00
Calin Juravle
66faa0c21f
am f34f0ccb
: Merge "Use __LP64__ instead of __LP32__ in sched.h"
...
* commit 'f34f0ccb0e1d1c6df5f60bbfc44983263f89164d':
Use __LP64__ instead of __LP32__ in sched.h
2014-05-13 17:21:29 +00:00
Calin Juravle
f34f0ccb0e
Merge "Use __LP64__ instead of __LP32__ in sched.h"
2014-05-13 17:16:30 +00:00
Elliott Hughes
b6943186ce
Reduce stack usage of tmpfile(3).
...
Also ensure that none of our home-grown code uses more than 2KiB per frame.
Change-Id: I8987a17d72f4b7f082bb7fa25e137c8433664c14
2014-05-13 10:14:22 -07:00
Dmitriy Ivanov
f4846a3ab6
am d44927b8
: Merge "Refactor linker allocator"
...
* commit 'd44927b8e9f4b2bcd376d1f84bad46f3ba9094de':
Refactor linker allocator
2014-05-13 15:52:15 +00:00
Dmitriy Ivanov
d44927b8e9
Merge "Refactor linker allocator"
2014-05-13 15:49:18 +00:00
Calin Juravle
dd09699fae
Use __LP64__ instead of __LP32__ in sched.h
...
Gcc defines only __LP64__ so testing __LP32__ will always be false.
Bug: 14881256
Change-Id: Ic63c1d562be09c3eb4b9e17c9e5ef2d9e404db80
2014-05-13 16:07:28 +01:00
Calin Juravle
b55f2631dc
Change wctype_t from int to long.
...
On LP64 this brings us on par with the other libcs where wctype_t is 8
bytes.
Bug: 12875898
Change-Id: Ice4f538ccf0634ef6667a8d90d0f7f09cec9e1b0
2014-05-13 13:11:27 +01:00
Calin Juravle
0c472479a2
Change wctype_t from enum to int
...
This increases bionic source compatibility with other libcs where
"wctype_t foo = 0;" is valid without -fpermissive.
Bug: 14646243
Change-Id: Ia9bd0785bc42c7b46e2bb6c3d9b9a9d3f769d983
2014-05-13 12:47:27 +01:00
Calin Juravle
d9f0e8f2e0
am ddda264f
: Merge "Undef private *_BODY defines after use"
...
* commit 'ddda264f1b3bf7627042c2d197d85044cac04564':
Undef private *_BODY defines after use
2014-05-13 10:34:20 +00:00
Calin Juravle
ddda264f1b
Merge "Undef private *_BODY defines after use"
2014-05-13 10:31:07 +00:00
Calin Juravle
f963da22ec
Undef private *_BODY defines after use
...
Bug: 14865741
Change-Id: I1398f7b3f64e3c94f2714cede5b61205dfa78a24
2014-05-13 11:01:11 +01:00
Calin Juravle
c291db129b
am 38967f3d
: Merge "Add fpos_t tests."
...
* commit '38967f3d1fbc9326beb7eef8c084b334e9bd65f5':
Add fpos_t tests.
2014-05-13 09:40:29 +00:00
Calin Juravle
e0913cd449
am e788f5e0
: Merge "Support mb sequences across calls to mb*to*wcs* functions"
...
* commit 'e788f5e04b4618a2f51865f60b2d482dac50e05a':
Support mb sequences across calls to mb*to*wcs* functions
2014-05-13 09:40:28 +00:00
Calin Juravle
38967f3d1f
Merge "Add fpos_t tests."
2014-05-13 09:37:08 +00:00
Calin Juravle
e788f5e04b
Merge "Support mb sequences across calls to mb*to*wcs* functions"
2014-05-13 09:36:01 +00:00
Dmitriy Ivanov
d597d263bc
Refactor linker allocator
...
Makes it reusable for different fixed sized and not very
big structures (<PAGE_SIZE).
Change-Id: Id5ec13fc6541b1935ef7fe3671c22b98685abbae
2014-05-12 21:40:09 -07:00
Christopher Ferris
199e830a88
am 1abb1b93
: Merge "Add 64-bit Silvermont-optimized string/memory functions."
...
* commit '1abb1b939d318513066ef580377cc3659ceac8ef':
Add 64-bit Silvermont-optimized string/memory functions.
2014-05-13 00:52:06 +00:00
Christopher Ferris
1abb1b939d
Merge "Add 64-bit Silvermont-optimized string/memory functions."
2014-05-13 00:48:40 +00:00
Varvara Rainchik
a020a244ae
Add 64-bit Silvermont-optimized string/memory functions.
...
Add following functions:
bcopy, bzero, memcpy, memmove, memset, stpcpy, stpncpy, strcat, strcpy,
strlen, strncat, strncpy, memcmp, strcmp, strncmp.
Set all these functions as the default ones.
Change-Id: Ic66b250ad8c349a43d25e2d4dea075604f6df6ac
Signed-off-by: Varvara Rainchik <varvara.rainchik@intel.com>
2014-05-12 17:37:07 -07:00
Christopher Ferris
5a3303dad5
am c1d26965
: Merge "Add 32-bit Silvermont-optimized string/memory functions."
...
* commit 'c1d26965ae12f94c7b0dc64b2548c3c29d180296':
Add 32-bit Silvermont-optimized string/memory functions.
2014-05-13 00:30:07 +00:00
Christopher Ferris
c1d26965ae
Merge "Add 32-bit Silvermont-optimized string/memory functions."
2014-05-13 00:26:50 +00:00
Calin Juravle
03e4ebee8d
Add fpos_t tests.
...
Bug: 13077905
Change-Id: I86bb0ee95660f69f9971231c6f828a3a067d1ac8
2014-05-13 00:39:08 +01:00
Calin Juravle
15a6310e4b
Support mb sequences across calls to mb*to*wcs* functions
...
Bug: 13077905
Change-Id: I5abdc7cc3c27c109b7900c94b112f18a95c35763
2014-05-13 00:24:25 +01:00