- 25 Aug, 2015 1 commit
-
-
Neil Fuller authored
Changes affecting future time stamps North Korea switches to +0830 on 2015-08-15. (Thanks to Steffen Thorsen.) The abbreviation remains "KST". (Thanks to Robert Elz.) Uruguay no longer observes DST. (Thanks to Steffen Thorsen and Pablo Camargo.) Changes affecting past and future time stamps Moldova starts and ends DST at 00:00 UTC, not at 01:00 UTC. (Thanks to Roman Tudos.) Bug: 23480367 (cherry-picked from commit 6e7bc700) Change-Id: I4d82604366e9e30a2100e09433e2772fe6957fff
-
- 11 Aug, 2015 4 commits
-
-
Yabin Cui authored
-
Yabin Cui authored
It fixes the problem reported in https://code.google.com/p/android/issues/detail?id=182395. Change-Id: Ie16aa04095dac08a62dd0d4c50e763b36526624c
- 26 Jul, 2015 1 commit
-
-
Dmitriy Ivanov authored
IFUNC relocations require executable flag for the load segment containing .text. When dso has text relocs linker removes exec which causes crash during ifunc relocations. This patch fixes this problem by restoring segments protection for ifunc relocs. Bug: http://b/22611399 Change-Id: Icbf3be0fec0e42bf805bcad7533e2032a2e11b9c
-
- 23 Jul, 2015 1 commit
-
- 21 Jul, 2015 3 commits
-
-
Dan Albert authored
-
Ying Wang authored
-
Christopher Ferris authored
If a map has a non-zero vaddr then it needs to be added to the computed relative offset. Bug: 22532054 (cherry picked from commit 70b6e1da) Change-Id: I1e98741d6ff3b5bbb7fc5f88cc85b27ace75ee2e
-
- 20 Jul, 2015 2 commits
-
-
Ying Wang authored
Now we have split CXX_WRAPPER from TARGET_CXX and CXX_BARE isn't needed any more. Bug: 22612634 Change-Id: I52c78b0d1b325910e875a786d17f780731778b4b
-
Dan Albert authored
This reverts commit cd13b14e. Bug: http://b/19958712 Change-Id: I7cc7f69728c42c37e129aee30d761c4cd7e30e94 (cherry picked from commit 95fd031c)
-
- 13 Jul, 2015 2 commits
-
-
Christopher Ferris authored
-
Christopher Ferris authored
There is a deadlock if holding the hash table lock while trying to do a backtrace. Change the code so that the hash table lock is only held while actually modifying either g_hash_table, or while modifying an entry from g_hash_table. Bug: 22423683 Change-Id: I604ea56f940f22e99da41ea4dcdf97bedaac268d
-
- 10 Jul, 2015 1 commit
-
-
Neil Fuller authored
-
- 09 Jul, 2015 1 commit
-
-
Dmitriy Ivanov authored
Bug: http://b/22290728 Change-Id: I00747056db2cd3ff8b33936278464daed7236536 (cherry picked from commit 609f11b3)
-
- 06 Jul, 2015 1 commit
-
-
Elliott Hughes authored
In the serialized output from netd, the strings come first. Some code assumes -- reasonably enough -- that it can do unaligned reads of pointers, so we need to ensure alignment after all the strings. Bug: http://b/21192318 Change-Id: I456639127db9a2583f7f738e6b8103375d9387fd
-
- 30 Jun, 2015 2 commits
-
-
Dmitriy Ivanov authored
1. Personality parameter should be unsigned int (not long) 2. Do not reset bits outside of PER_MASK when setting personality value. 3. Set personality for static executables. Bug: http://b/21900686 Change-Id: I4c7e34079cbd59b818ce221eed325c05b9bb2303
-
Neil Fuller authored
Changes affecting future time stamps Morocco will suspend DST from 2015-06-14 03:00 through 2015-07-19 02:00, not 06-13 and 07-18 as we had guessed. (Thanks to Milamber.) Assume Cayman Islands will observe DST starting next year, using US rules. Although it isn't guaranteed, it is the most likely. Bug: 21836574 Change-Id: I30ab9ba8524c79e389ed0ff8c4af4378b7048265
-
- 29 Jun, 2015 2 commits
-
-
Erik Kline authored
Group network context elements in to a single struct and add a version of android_getaddrinfofornet() that accepts it. The introduction of UID-based routing means that the UID is an integral part of the network context when evaluating connectivity, sorting addresses, etc. Also, introduce a distinction between DNS netids/marks and those expected to be used by the application. This can be important when the network an application is using is not the same as the network on which DNS queries will be issued. Additionally, de-duplicate the UDP connect logic (collapse both _test_connect() and _find_src_addr() into just the latter). Bug: 19470192 Bug: 20733156 Bug: 21832279 Change-Id: If16c2f4744695f507993afdac078ca105eb5d3e4 (cherry picked from commit 01e37c96)
-
Dmitriy Ivanov authored
There is possibility of someone dlclosing a library while dl_iterate_phdr in progress which can lead to dl_iterate_phdr calling callback with invalid address if it was unmapped by dlclose. Bug: http://b/22047255 Change-Id: I3fc0d9fd2c51fb36fd34cb035f37271fa893a7be
-
- 25 Jun, 2015 1 commit
-
-
Dmitriy Ivanov authored
Bug: http://b/22047255 Bug: http://b/22091640 Change-Id: I6c51cff43287a6ac4b25fa9ce6a6fc3d232fd047
-
- 24 Jun, 2015 1 commit
-
-
Dimitry Ivanov authored
This reverts commit 40d9e7bf. Bug: http://b/22045439 Change-Id: Ia9c56f65d35e404332a462f46460335cef39f0a4
-
- 23 Jun, 2015 2 commits
-
-
Duane Sand authored
Enables running of older MIPS NDK-built apps on mips64r6. Works with kernel supporting FRE emulation, and old kernels. Bug: http://b/21555893 Change-Id: I13923fe62cd83ad1d337f13a50f2eda2dfdd906f (cherry picked from commit d02ec084)
-
Elliott Hughes authored
Bug: http://b/22029751 Change-Id: I6245fe5f274c9af8a632da5eebe50cf9fe29dc4a
-
- 22 Jun, 2015 3 commits
-
-
Dmitriy Ivanov authored
-
Dmitriy Ivanov authored
-
Dmitriy Ivanov authored
Bug: http://b/21900592 Change-Id: I907cc15684b121ec2fbdeca49fc584bb6d2eaacc (cherry picked from commit de4e27e2)
-
- 19 Jun, 2015 5 commits
-
-
David Srbecky authored
-
Yabin Cui authored
- 18 Jun, 2015 2 commits
-
-
Yabin Cui authored
Bug: 20677618 Change-Id: I0cb5faf77edce042b10611543180f3e2e73d3d05
-
Dmitriy Ivanov authored
(cherry picked from commit 8a116283) Bug: 21924613 Bug: http://b/21523078 Change-Id: I3f944a08dd2ed1df4d8a807da4fee423fdd35eb7
-
- 17 Jun, 2015 5 commits
-
-
Christopher Ferris authored
-
Nikola Veljkovic authored
Use same string functions for all MIPS architectures. Bug: 21555893 (cherry picked from commit 38f2eaa0) Change-Id: I94521f023d0bb136a4672782148a9f6e77cc6f1e
-
Dmitriy Ivanov authored
Linker tries to open a library even if it can be found by soname. This only happens if the library was previously opened under different target sdk version. Bug: http://b/21876587 Bug: http://b/21153477 Bug: http://b/21171302 Bug: https://code.google.com/p/android/issues/detail?id=160921 Change-Id: I7dbbcc3b49933bffd89ca0af55371e1a1f2bf4c2
-
Dmitriy Ivanov authored
Bug: http://b/20139821 Change-Id: Ifdfcac62d59eb8f0985990aa8512046ecb87449e (cherry picked from commit 636f5ddd)
-
Dimitry Ivanov authored
-