- 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 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
-
- 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 7 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
-
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 6 commits
-
-
Elliott Hughes authored
Bug: http://b/21695943 Change-Id: Iadb600b2ae619515d7038a4db9bf464ba31adb36 (cherry picked from commit 895241ef)
-
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 665607a6)
-
Elliott Hughes authored
Bug: http://b/21858067 Change-Id: Iaa83a5e17cfff796aed4f641d0d14427614d9399 (cherry picked from commit b1304935)
-
- 15 Jun, 2015 4 commits
-
-
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 0577733c)
-
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 bf18c617)
-
Elliott Hughes authored
Bug: http://b/21857154 Change-Id: Ie1fb63f54c6c527b8c1172e8f6ce48f23fca9b41 (cherry picked from commit 469b4187)
-
Sharvil Nanavati authored
* commit '00cef820': Define nonportable pthread mutex macros with the _NP suffix.
-
- 12 Jun, 2015 3 commits
-
-
Dmitriy Ivanov authored
Remove support of text-relocations for apps targeting sdk version > 22 Bug: http://b/20013628 Change-Id: I2127739544480c747315e32df15dfbd1b79de4f5
-
Sharvil Nanavati authored
* commit '64e9e71c': Define nonportable pthread mutex macros with the _NP suffix.
-
Sharvil Nanavati authored
Change-Id: I1066352e5b2607f64daf6aeb0030d0bbe88ead8d
-
- 11 Jun, 2015 1 commit
-
-
Dmitriy Ivanov authored
-