summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Make indentation match the style guide."Dan Albert2015-01-104-346/+386
|\
| * Make indentation match the style guide.Dan Albert2015-01-094-346/+386
| | | | | | | | | | | | | | Apparently Google abandoned the 2 space indent for Python long ago. Helps to actually read the style guide before trying to adhere to it. Change-Id: I4feb019f0916f9d8e4f78c0dbeafbe45d8a46bfd
* | Merge "Clean up paths.h."Yabin Cui2015-01-102-27/+8
|\ \ | |/ |/|
| * Clean up paths.h.Yabin Cui2015-01-092-27/+8
|/ | | | | Bug: 18905946 Change-Id: I02cd1ddd5c0b0af165685413bc1fb12ca6bf5f33
* Merge "Use relative imports."Dan Albert2015-01-103-15/+14
|\
| * Use relative imports.Dan Albert2015-01-093-15/+14
|/ | | | | | | Making `bionicbb` its own package required `PYTHONPATH=..`, which we don't want. Just use a relative import instead. Change-Id: I59b9852522118ece89829288a4921902e756e4aa
* Merge "Add JSON files and oauth storage to .gitignore."Dan Albert2015-01-101-0/+2
|\
| * Add JSON files and oauth storage to .gitignore.Dan Albert2015-01-091-0/+2
| | | | | | | | | | | | | | The only JSON file is the client secret file, which we really don't want leaking. Same goes for the oauth storage file. Change-Id: Ie860704574ec37ccfc50ff7c9d59717a7b9b443b
* | Merge "Make service URLs configurable."Dan Albert2015-01-102-13/+16
|\ \ | |/
| * Make service URLs configurable.Dan Albert2015-01-092-13/+16
| | | | | | | | Change-Id: I91df77b7e0294be5e6180460b0ef26d7ead2ea7d
* | Merge changes I713800ce,I1dea46c3Dmitriy Ivanov2015-01-093-102/+115
|\ \ | |/ |/| | | | | | | * changes: Refactor soinfo::relocate Add ARM_IRELATIVE relocation
| * Refactor soinfo::relocateDmitriy Ivanov2015-01-092-102/+113
| | | | | | | | | | | | Move common relocation types outside of ifdefs Change-Id: I713800ce123a18178b5ac80c0b3c7bd6b21a02c2
| * Add ARM_IRELATIVE relocationDmitriy Ivanov2015-01-081-0/+2
| | | | | | | | | | Bug: 17399706 Change-Id: I1dea46c3a3c4572558e718283489c323794176c7
* | Merge "Markdown-ify 5137db3."Dan Albert2015-01-091-6/+6
|\ \
| * | Markdown-ify 5137db3.Dan Albert2015-01-091-6/+6
|/ / | | | | | | | | | | | | | | | | | | Most of these are just aesthetic, but the `_FILE_OFFSET_BITS` probably would have rendered partly as italics and skipped some underscores. GitHub's Markdown also doesn't identify our bug URLs as links, so mark them explicitly. Change-Id: I62be7542aa43929d847de2bad7d8d1ed3aaa640c
* | Merge "Check in bionicbb code."Dan Albert2015-01-097-0/+615
|\ \
| * | Check in bionicbb code.Dan Albert2015-01-097-0/+615
| | | | | | | | | | | | | | | | | | | | | | | | These have been sitting around in a git repo on my machine for a while. They're now big an important enough that I'd like to both keep them securely backed up, and also have my changes reviewed. Change-Id: Ic4545149b4b07f0d57b21cac32aab8553dceb567
* | | Merge "Add our LP32 ABI defects to the readme."Elliott Hughes2015-01-091-0/+17
|\ \ \
| * | | Add our LP32 ABI defects to the readme.Elliott Hughes2015-01-091-0/+17
|/ / / | | | | | | | | | Change-Id: Id77a3dbf6b91243c57528ed86ca24100d8795907
* | | Merge "Revert "Must use Clang assembler for mips target.""Chih-hung Hsieh2015-01-091-7/+0
|\ \ \ | |/ / |/| |
| * | Revert "Must use Clang assembler for mips target."Duane Sand2015-01-091-7/+0
| |/ | | | | | | This reverts commit 6f96d58c0de191ac479d0fa83c3b9a514f4d3c48.
* | Merge "Remove outdated list of abi bugs"Dmitriy Ivanov2015-01-091-12/+0
|\ \ | |/ |/|
| * Remove outdated list of abi bugsDmitriy Ivanov2015-01-071-12/+0
| | | | | | | | Change-Id: I275093a7a66b53ec25317e02c4bff46c2facc030
* | Merge "Fix freeaddrinfo(NULL)."Elliott Hughes2015-01-092-1/+10
|\ \
| * | Fix freeaddrinfo(NULL).Elliott Hughes2015-01-082-1/+10
|/ / | | | | | | | | Bug: https://code.google.com/p/android/issues/detail?id=13228 Change-Id: I5e3b126d90d750a93ac0b8872198e50ba047e603
* | Merge "Make pthread stack size match real range."Yabin Cui2015-01-082-5/+28
|\ \
| * | Make pthread stack size match real range.Yabin Cui2015-01-082-5/+28
|/ / | | | | | | | | Bug: 18908062 Change-Id: I7037ac8273ebe54dd19b1561c7a376819049124c
* | Merge "Set linux 32bit personality for 32 bit processes"Dmitriy Ivanov2015-01-083-0/+41
|\ \
| * | Set linux 32bit personality for 32 bit processesDmitriy Ivanov2015-01-073-0/+41
| |/ | | | | | | | | Bug: 18069809 Change-Id: Ie143d56b0f8f03510dc451649291067e1add1d2f
* | Merge "Print error when prelink fails for main executable"Dmitriy Ivanov2015-01-081-1/+4
|\ \
| * | Print error when prelink fails for main executableDmitriy Ivanov2015-01-071-1/+4
| |/ | | | | | | | | | | Bug: 18931021 Change-Id: Ib6c39a409161b20a10c3485272c73bc2abd4ee4f (cherry picked from commit d9e211ca1fcf8bb78a1e1de9e54fe7c8d0a01518)
* | Merge "_Unwind_Context is a struct."Elliott Hughes2015-01-071-5/+0
|\ \
| * | _Unwind_Context is a struct.Elliott Hughes2015-01-061-5/+0
| |/ | | | | | | Change-Id: Iff2c52dc630eb83b931a78fdebc4494d69462db7
* | Merge "Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK."Yabin Cui2015-01-075-56/+44
|\ \ | |/ |/|
| * Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK.Yabin Cui2015-01-065-56/+44
| | | | | | | | | | | | Patch for https://android-review.googlesource.com/#/c/120844/. Change-Id: Idca5ccd7b28e8f07f1d2d1b6e3bba6781b62f0e0
* | Merge "[MIPS64] Add correct mcontext_t for 64-bit MIPS"Elliott Hughes2015-01-061-4/+20
|\ \ | |/ |/|
| * [MIPS64] Add correct mcontext_t for 64-bit MIPSFaraz Shahbazker2015-01-061-4/+20
|/ | | | Change-Id: I76d503860d0e1d937b6913bf2c1c6ebb531617da
* Merge "better gtest runner for bionic"Yabin Cui2015-01-024-31/+822
|\
| * better gtest runner for bionicYabin Cui2014-12-134-31/+822
| | | | | | | | | | | | | | | | | | 1. option to run each test in a separate forked process: "--isolate". 2. warnings about slow tests: "--warnline". 3. run multiple tests at the same time: "-j N". Bug: 17589740 Change-Id: Ife5f4cafec43aa051ad7bd9c9b2b7e2e437db0de
* | Merge "Reserve enough user request stack space in pthread_create."Yabin Cui2015-01-025-16/+24
|\ \
| * | Reserve enough user request stack space in pthread_create.Yabin Cui2015-01-025-16/+24
| | | | | | | | | | | | | | | Bug: 18830897 Change-Id: I1ba4aaeaf66a7ff99c5d82ad45469011171b0a3b
* | | Merge "Remove bogus transitive includes."Elliott Hughes2014-12-2916-2/+14
|\ \ \
| * | | Remove bogus transitive includes.Elliott Hughes2014-12-2916-2/+14
|/ / / | | | | | | | | | | | | | | | | | | <signal.h> shouldn't get you the contents of <errno.h>, and <fcntl.h> shouldn't get you the contents of <unistd.h>. Change-Id: I347499cd8671bfee98e6b8e875a97cab3a3655d3
* | | Merge "Ensure <fcntl.h> defines the S_* constants from <sys/stat.h>."Elliott Hughes2014-12-291-0/+1
|\ \ \
| * | | Ensure <fcntl.h> defines the S_* constants from <sys/stat.h>.Elliott Hughes2014-12-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | POSIX says "The <fcntl.h> header shall define the symbolic constants for file modes for use as values of mode_t as described in <sys/stat.h>". Needed to build ToT strace. Change-Id: Ia85a51ef6fd86a48084fe48ce24963000a937d37
* | | | Merge "Remove more BSD cruft from the public headers."Elliott Hughes2014-12-234-51/+8
|\ \ \ \
| * | | | Remove more BSD cruft from the public headers.Elliott Hughes2014-12-194-51/+8
| | | | | | | | | | | | | | | | | | | | Change-Id: I1e3097f745b526db448bf72fbc05fb2ba23929a0
* | | | | Merge "Fix nan output in the printf family."Elliott Hughes2014-12-213-24/+66
|\ \ \ \ \
| * | | | | Fix nan output in the printf family.Elliott Hughes2014-12-203-24/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: https://code.google.com/p/android/issues/detail?id=82452 Change-Id: I51f226c8b033de6e81baeea5e6db3de6ed196f73
* | | | | | Merge "Move gethtnamaddr.c to net/ subdirectory."Yabin Cui2014-12-201-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |