- 02 Jan, 2015 1 commit
-
-
Yabin Cui authored
Bug: 18830897 Change-Id: I1ba4aaeaf66a7ff99c5d82ad45469011171b0a3b
-
- 20 Dec, 2014 5 commits
-
-
Yabin Cui authored
It may be the better place to stay. Change-Id: I517cc2769f63e1873191768c4732907c14f2c60e
-
Yabin Cui authored
-
Yabin Cui authored
Change-Id: I6c0c71d30fe9d5b888752a4204abd95d5149bb96
-
Yabin Cui authored
-
Yabin Cui authored
Add name to mmaped regions. Add pthread benchmark code. Allocate pthread_internal_t on regular stack. Bug: 16847284 Change-Id: Id60835163bb0d68092241f1a118015b5a8f85069
-
- 19 Dec, 2014 8 commits
-
-
Yabin Cui authored
-
Yabin Cui authored
Bug: 18802601 Change-Id: Iaa64921e96f91e330f1845c5399ee8aba39d9c10
-
Dimitry Ivanov authored
-
Raghu Gandham authored
Position Independent Executables cannot communicate with GDB using DT_MIPS_RLD_TAG. Hence a new tag DT_MIPS_RLD_MAP2 got introduced to fix the issue. Change-Id: I77ce3faf1ef2e121003b804ecd291abb25cfbb56 Signed-off-by: Nikola Veljkovic<Nikola.Veljkovic@imgtec.com>
-
Chih-Hung Hsieh authored
-
Chih-Hung Hsieh authored
GNU assembler has internal error with clang's output. BUG: 18807290 Change-Id: Iabbe991720fc562884f19d79bded903505fc891d
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: Ic280872ef3137febd9d4a87d5c7662e264692071
-
- 18 Dec, 2014 12 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: 17062519 Change-Id: I5207867939f3c2876bf6448e565fa4364aa7e4f0
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: 17062519 Change-Id: I3dc21ee8b90580f112c73c72aff5d3bec4778026
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: 17062519 Change-Id: I93b1e8b1d4b6918ab7c3a985e2f7da277077375e
-
Elliott Hughes authored
Found by the toybox id(1) which calls both getpwuid(3) and getgrgid(3) before looking at either result. The use of a shared buffer in this code meant that even on a single thread, the data for any of the passwd functions would be clobbered by the data for any of the group functions (or vice versa). This might seem like an insufficient fix, but POSIX explicitly says (for getpwnam) that the result "might be overwritten by a subsequent call to getpwent(), getpwnam(), or getpwuid()" and likewise for other members of that group, plus equivalent text for the group-related functions. Change-Id: I2272f47e91f72e043fdaf7c169fa9f6978ff4370
-
Dan Albert authored
-
Dan Albert authored
Since ASAN depends on these libraries, we need to exclude them from being instrumented. Change-Id: I62005b6d04ee7b2283c4bd54ace5304386c67358
-
Yabin Cui authored
-
Yabin Cui authored
Bug: 18566967 Change-Id: I37e7410226b49eec67614e20b2c1d5e3e47817a5
-
- 16 Dec, 2014 4 commits
-
-
Dmitriy Ivanov authored
-
Dmitriy Ivanov authored
This one covers undefined weak reference in .so referenced via JUMP_SLOT relocation. Bug: 17526061 Change-Id: Ib8764bd30c1f686c4818ebbc6683cf42dee908b2
-
Elliott Hughes authored
-
Elliott Hughes authored
Previously it couldn't be included alone. Also add a header and include guard, and fix its siblings' include guards. Bug: https://code.google.com/p/android/issues/detail?id=82638 Change-Id: I32139a4bda0a6b015508a2319bf4e1a1453345f2
-
- 15 Dec, 2014 4 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I48e4d14a0dcddbb246edbac6d0329619574ab44d
-
Elliott Hughes authored
-
Elliott Hughes authored
I also suspect that libc/arch-arm/bionic/memcmp.S is supposed to like in the generic directory these days, but this change just removes dead code. Change-Id: I9072488df6e9b7261d79b6014914a0e937cb387b
-
- 13 Dec, 2014 4 commits
-
-
Yabin Cui authored
-
Yabin Cui authored
Bug: 18723085 Change-Id: Iba2c834b350e4cdba0b2d771b221560a3e5df952
-
Elliott Hughes authored
-
Duane Sand authored
Sgidefs.h is needed by strace. Replaced now-duplicate arch-mips64/include directory by symlink to arch-mips/include. Change-Id: I7808602cfa452eca3ffbdb94903f4c5bdb33efa3
-
- 12 Dec, 2014 2 commits