- 21 Jul, 2015 1 commit
-
-
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
-
- 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 2 commits
-
-
Neil Fuller authored
-
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
-
- 01 Jul, 2015 1 commit
-
-
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
-
- 30 Jun, 2015 2 commits
-
-
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
-
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 01e37c9665018534c798daaa59d5b0adb408e0a4)
-
- 29 Jun, 2015 1 commit
-
-
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
-
- 26 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 d02ec08427b006e80191ce60690ce48a788fb832)
-
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 4 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
-
Christopher Ferris authored
-
Nikola Veljkovic authored
Use same string functions for all MIPS architectures. Bug: 21555893 (cherry picked from commit 38f2eaa0) Change-Id: I94521f023d0bb136a4672782148a9f6e77cc6f1e
-
- 17 Jun, 2015 5 commits
-
-
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
-
Dimitry Ivanov authored
This reverts commit ea4ef52f. 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: I23ddbd69294023c56c9cbabad29d26c8f736ab43
-
Dmitriy Ivanov authored
-
- 16 Jun, 2015 9 commits
-
-
Elliott Hughes authored
Bug: http://b/21695943 Change-Id: Iadb600b2ae619515d7038a4db9bf464ba31adb36 (cherry picked from commit 895241efbba344c1590b76fcada89c48f4743cf2)
-
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: I769a04b6b1368a107d43f399297be14050338bbc
-
Tim Murray authored
-
Tim Murray authored
allows -mcpu=cortex-a53 to be passed as part of a command line. Change-Id: Id4203a9fd197f4c3b661bad21ac58c32819fd687
-
Dmitriy Ivanov authored
Bug: http://b/21617095 Bug: http://b/20139821 Change-Id: If3d42d2a0b4a0c49721fd9b9ecbb4f7bee5a1eff (cherry picked from commit 665607a6b7a7a8f129c30ee73c6606f4a56cea0c)
-
Elliott Hughes authored
Bug: http://b/21858067 Change-Id: Iaa83a5e17cfff796aed4f641d0d14427614d9399 (cherry picked from commit b1304935b64ffcd59cd787cc9ac83a2d14dc587b)
-
Elliott Hughes authored
We don't want to use <asm/ptrace.h> because (a) it'll drag in a bunch of namespace pollution and (b) the registers should be "long double" for userspace, not the kernel's uint128s. So just use a slightly different name for our struct (which matches the traditional names for these structs anyway). Bug: http://b/21695943 Bug: https://code.google.com/p/android/issues/detail?id=86712 Change-Id: I8812ca98cfe6b649dbd31f7d6aea41928ba2acbd (cherry picked from commit 0577733c2e15a4745d5c75f59e5f56dd179a4aa7)
-
Dan Albert authored
Needed for building gdbserver out of the box. Bug: http://b/21695943 Bug: https://code.google.com/p/android/issues/detail?id=86712 Change-Id: Ieadda2b595f08bfddfa61fcd68006b8e7c1a438d (cherry picked from commit bf18c61798d1ae9197ae087ed85e94eef55e8678)
-
Elliott Hughes authored
Bug: http://b/21857154 Change-Id: Ie1fb63f54c6c527b8c1172e8f6ce48f23fca9b41 (cherry picked from commit 469b418784a01c759a2ddd889437d6e6c18b256e)
-