Elliott Hughes
ecd73583e1
am 14af27a1: Merge "Remove PROP_PATH_SYSTEM_DEFAULT."
...
* commit '14af27a147b5e91eeb8632a3f99d4b6cc2ed26dc':
Remove PROP_PATH_SYSTEM_DEFAULT.
2015-04-16 20:20:31 +00:00
Elliott Hughes
14af27a147
Merge "Remove PROP_PATH_SYSTEM_DEFAULT."
2015-04-16 19:58:00 +00:00
Daniel Micay
e7e1c875b0
add fortified implementations of pread/pread64
...
Change-Id: Iec39c3917e0bc94371bd81541619392f5abe29b9
2015-04-16 10:33:35 -04:00
Dmitriy Ivanov
261ebb6347
am a40cb0ca: Merge "Call __cxa_thread_finalize for the main thread."
...
* commit 'a40cb0ca7fe8ddc146831e92ec543be9feb26a65':
Call __cxa_thread_finalize for the main thread.
2015-04-16 09:40:53 +00:00
Dmitriy Ivanov
a40cb0ca7f
Merge "Call __cxa_thread_finalize for the main thread."
2015-04-16 08:06:03 +00:00
Christopher Ferris
22081158da
am 12d89027: Merge "Update the number of jemalloc reserved keys."
...
* commit '12d89027457b4d5dce6c3a7fd01a2951f273d9a9':
Update the number of jemalloc reserved keys.
2015-04-16 05:01:51 +00:00
Christopher Ferris
12d8902745
Merge "Update the number of jemalloc reserved keys."
2015-04-16 04:42:38 +00:00
Yabin Cui
86ad203779
am 2587c6a2: Merge "Change on handling of SIGEV_THREAD timers."
...
* commit '2587c6a2f0f946bd7c1e526c20b2623c01accd60':
Change on handling of SIGEV_THREAD timers.
2015-04-16 01:28:28 +00:00
Yabin Cui
2587c6a2f0
Merge "Change on handling of SIGEV_THREAD timers."
2015-04-16 01:08:25 +00:00
Yabin Cui
95f1ee235a
Change on handling of SIGEV_THREAD timers.
...
1. Don't prevent calling callback when SIGEV_THREAD timers are disarmed by timer_settime.
As in POSIX standard: The effect of disarming or resetting a timer with pending
expiration notifications is unspecified. And glibc didn't prevent in this situation, so I
think it is fine to remove the support.
2. Still prevent calling callback when SIGEV_THREAD timers are deleted by timer_delete.
As in POSIX standard: The disposition of pending signals for the deleted timer is unspecified.
However, glibc handles this (although that is not perfect). And some of our tests in
time_test.cpp depend on this feature as described in b/18039727. so I retain the support.
3. Fix some flaky test in time_test.cpp, and make "time*" test pass on bionic-unit-tests-glibcxx.
Bug: 18263854
Change-Id: I8ced184eacdbfcf433fd81b0c69c38824beb8ebc
2015-04-15 17:36:01 -07:00
Christopher Ferris
c0f89283cc
Update the number of jemalloc reserved keys.
...
jemalloc now uses a single key pointing to a structure rather
than multiple keys.
Change-Id: Ib76185a594ab2cd4dc400d9a7a5bc0a57a7ac92d
2015-04-15 17:20:10 -07:00
Elliott Hughes
43e020ce93
Remove PROP_PATH_SYSTEM_DEFAULT.
...
Change-Id: Ib01d9c2f9d890eb5e7ba1e15bd11767195e84967
2015-04-15 17:03:43 -07:00
Dmitriy Ivanov
4e8f791b43
am c6ccdfaf: Merge "Hide emutls* symbols in libc.so"
...
* commit 'c6ccdfaf1ff4665ec96962863054263510d73e7b':
Hide emutls* symbols in libc.so
2015-04-15 23:45:37 +00:00
Dmitriy Ivanov
c6ccdfaf1f
Merge "Hide emutls* symbols in libc.so"
2015-04-15 23:27:38 +00:00
Dmitriy Ivanov
163ab8ba86
Call __cxa_thread_finalize for the main thread.
...
Bug: http://b/20231984
Bug: http://b/16696563
Change-Id: I71cfddd0d404d1d4a593ec8d3bca9741de8cb90f
2015-04-15 16:24:21 -07:00
Dmitriy Ivanov
66aa0b61f7
Hide emutls* symbols in libc.so
...
Also make thread_local in test static to avoid ld.bfd
warning for arm64.
Change-Id: I09a3f2aa9b73a4fafa3f3bbc64ddc2a128ad50ee
2015-04-15 14:23:00 -07:00
Christopher Ferris
4a9e3d76a5
am cafc9480: Merge "Fix addition of extra arg to cfi_restore."
...
* commit 'cafc948069d447aa1e4dde599ee83bf6c0c5d5d8':
Fix addition of extra arg to cfi_restore.
2015-04-15 00:22:59 +00:00
Christopher Ferris
cafc948069
Merge "Fix addition of extra arg to cfi_restore."
2015-04-15 00:07:35 +00:00
Christopher Ferris
940d3122c9
Fix addition of extra arg to cfi_restore.
...
Change-Id: I8fdcc1ae3e91b69ccbcec756a89e1ccb4fa1be53
2015-04-14 17:02:31 -07:00
Christopher Ferris
ffecd6cef9
am a529efac: Merge "Add missing cfi directives for x86 assembler."
...
* commit 'a529efac4efa4641186fef5003752cc1c43ec763':
Add missing cfi directives for x86 assembler.
2015-04-15 00:00:48 +00:00
Christopher Ferris
a529efac4e
Merge "Add missing cfi directives for x86 assembler."
2015-04-14 23:43:09 +00:00
Christopher Ferris
605ee81b06
Add missing cfi directives for x86 assembler.
...
Change-Id: I80d3e33a71bbaeab5f39b667ebe61e865fd54b80
2015-04-14 16:42:10 -07:00
Yabin Cui
c2eac94a87
am 8f3f0418: Merge "Prevent using static-allocated pthread keys before creation."
...
* commit '8f3f04184a5772b421867b59acd3d0dfbc6fa4eb':
Prevent using static-allocated pthread keys before creation.
2015-04-14 21:00:19 +00:00
Yabin Cui
8f3f04184a
Merge "Prevent using static-allocated pthread keys before creation."
2015-04-14 20:35:08 +00:00
Yabin Cui
5ddbb3f936
Prevent using static-allocated pthread keys before creation.
...
Bug: 19993460
Change-Id: I244dea7f5df3c8384f88aa48d635348fafc9cbaf
2015-04-14 13:32:09 -07:00
Dan Albert
2bd1560eda
am 447cd196: Merge "Skip merge-failed messages from Gerrit."
...
* commit '447cd19681cfd0a71282c87d1b32a7757bbaba81':
Skip merge-failed messages from Gerrit.
2015-04-14 01:52:51 +00:00
Dan Albert
447cd19681
Merge "Skip merge-failed messages from Gerrit."
2015-04-14 01:33:35 +00:00
Dan Albert
a0ecd5b2b4
Skip merge-failed messages from Gerrit.
...
Change-Id: I2d8055a44cd78f95e64d6cf88e9efdd610a4fa88
2015-04-13 17:33:51 -07:00
Dmitriy Ivanov
ffc34e51f7
am de889741: Merge "Fix dl* tests to run-on-host"
...
* commit 'de889741201faa338e01babdfd10bbd597769e60':
Fix dl* tests to run-on-host
2015-04-11 00:45:59 +00:00
Dmitriy Ivanov
de88974120
Merge "Fix dl* tests to run-on-host"
2015-04-11 00:28:05 +00:00
Dan Albert
1adfe6b20d
am c921eb67: Merge "Don\'t build any changes that touch bionicbb."
...
* commit 'c921eb677077f96c09c66ac34cad490356afde6c':
Don't build any changes that touch bionicbb.
2015-04-10 00:37:47 +00:00
Dan Albert
c921eb6770
Merge "Don't build any changes that touch bionicbb."
2015-04-10 00:25:18 +00:00
Dan Albert
d032378790
Don't build any changes that touch bionicbb.
...
Right now any changes in here would be innocuous because I manually
update bionicbb, but I'd like to check in the various job
configurations. Once I have we don't want anyone to be able to make
the buildbot run any untrusted code.
Change-Id: Ic050859cd5017615f71c75f995ba21bb45407b05
2015-04-09 17:18:53 -07:00
Dmitriy Ivanov
1eb37baed8
am 9ce9bf5a: Merge "Add Elfxx_Ver* types"
...
* commit '9ce9bf5aec5ed2ec75acdc05f00a49728563a782':
Add Elfxx_Ver* types
2015-04-09 22:34:29 +00:00
Dmitriy Ivanov
9ce9bf5aec
Merge "Add Elfxx_Ver* types"
2015-04-09 22:14:09 +00:00
Dmitriy Ivanov
ef25592f14
Fix dl* tests to run-on-host
...
Bug: http://b/20121152
Change-Id: I1e1f41d885c75dbb26f91565a53a15d62ef72ce6
2015-04-09 14:56:26 -07:00
Dmitriy Ivanov
c0e7dbb1db
Add Elfxx_Ver* types
...
Bug: http://b/20139821
Change-Id: I7a367b08faa3bf5c005996c066cd35709f533265
2015-04-09 13:58:53 -07:00
Christopher Ferris
0b93c0c192
am 0a92ac88: Merge "Use assembly memmove for all arm32 processors."
...
* commit '0a92ac884891b167d6393592fbf9ecf26218f9aa':
Use assembly memmove for all arm32 processors.
2015-04-09 18:02:53 +00:00
Christopher Ferris
0a92ac8848
Merge "Use assembly memmove for all arm32 processors."
2015-04-09 17:41:58 +00:00
Yabin Cui
e29db67312
am 9f2c2f53: Merge "Provide writer preference option in rwlock."
...
* commit '9f2c2f53d372001ac6565b060a07d4416ca58e47':
Provide writer preference option in rwlock.
2015-04-09 17:36:48 +00:00
Yabin Cui
9f2c2f53d3
Merge "Provide writer preference option in rwlock."
2015-04-09 17:19:44 +00:00
Neil Fuller
37eca9511b
am f9ff2eea: Merge "Upgrade timezone data to 2015b"
...
* commit 'f9ff2eeaeeb841fa9f197ee8b6bc9521e63210dd':
Upgrade timezone data to 2015b
2015-04-09 14:01:07 +00:00
Neil Fuller
f9ff2eeaee
Merge "Upgrade timezone data to 2015b"
2015-04-09 13:45:03 +00:00
Neil Fuller
aba687a09c
Upgrade timezone data to 2015b
...
Changes affecting future time stamps
Mongolia will start observing DST again this year, from the last
Saturday in March at 02:00 to the last Saturday in September at 00:00.
(Thanks to Ganbold Tsagaankhuu.)
Palestine will start DST on March 28, not March 27. Also,
correct the fall 2014 transition from September 26 to October 24.
Adjust future predictions accordingly. (Thanks to Steffen Thorsen.)
Changes affecting past time stamps
The 1982 zone shift in Pacific/Easter has been corrected, fixing a 2015a
regression. (Thanks to Stuart Bishop for reporting the problem.)
Some more zones have been turned into links, when they differed
from existing zones only for older time stamps. As usual,
these changes affect UTC offsets in pre-1970 time stamps only.
Their old contents have been moved to the 'backzone' file.
The affected zones are: America/Antigua, America/Cayman,
Pacific/Midway, and Pacific/Saipan.
Changes affecting time zone abbreviations
Correct the 1992-2010 DST abbreviation in Volgograd from "MSK" to "MSD".
(Thanks to Hank W.)
Bug: 19887183
Change-Id: I1b4bdc5ae5cf778908a77893d7f8db8a4117e1e1
2015-04-09 11:15:27 +01:00
Neil Fuller
062795f773
am 694282b1: Merge "Update update-tzdata.py tool to generate ICU4J data jars"
...
* commit '694282b1726a6c5f64df3695594bf23707cf4771':
Update update-tzdata.py tool to generate ICU4J data jars
2015-04-09 09:56:53 +00:00
Neil Fuller
694282b172
Merge "Update update-tzdata.py tool to generate ICU4J data jars"
2015-04-09 09:39:57 +00:00
Neil Fuller
4d3abcb033
Update update-tzdata.py tool to generate ICU4J data jars
...
The ICU4J changes are not necessary for use on Android (since
we use the ICU4C .dat file), but updating them ensures that
the .jars in sync with everything else and the jars are currently
required for host tests.
Change-Id: Ie56b31af87e8fbd27a6489af8287e4b6a7be6b8f
2015-04-09 09:38:31 +00:00
Dan Albert
b7460a352e
am 5cf46f81: Merge "Reject changes with cleanspecs."
...
* commit '5cf46f81ead958f43178ee8f613432b5f66045e5':
Reject changes with cleanspecs.
2015-04-09 00:31:59 +00:00
Christopher Ferris
41efc92e35
Use assembly memmove for all arm32 processors.
...
Bug: 15110993
Change-Id: Ia3dcd6b8c4032f8c72b6f2e628b635ce99667c09
2015-04-08 16:53:16 -07:00
Dan Albert
5cf46f81ea
Merge "Reject changes with cleanspecs."
2015-04-08 22:52:44 +00:00