Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Make indentation match the style guide." | Dan Albert | 2015-01-10 | 4 | -346/+386 |
|\ | |||||
| * | Make indentation match the style guide. | Dan Albert | 2015-01-09 | 4 | -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 Cui | 2015-01-10 | 2 | -27/+8 |
|\ \ | |/ |/| | |||||
| * | Clean up paths.h. | Yabin Cui | 2015-01-09 | 2 | -27/+8 |
|/ | | | | | Bug: 18905946 Change-Id: I02cd1ddd5c0b0af165685413bc1fb12ca6bf5f33 | ||||
* | Merge "Use relative imports." | Dan Albert | 2015-01-10 | 3 | -15/+14 |
|\ | |||||
| * | Use relative imports. | Dan Albert | 2015-01-09 | 3 | -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 Albert | 2015-01-10 | 1 | -0/+2 |
|\ | |||||
| * | Add JSON files and oauth storage to .gitignore. | Dan Albert | 2015-01-09 | 1 | -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 Albert | 2015-01-10 | 2 | -13/+16 |
|\ \ | |/ | |||||
| * | Make service URLs configurable. | Dan Albert | 2015-01-09 | 2 | -13/+16 |
| | | | | | | | | Change-Id: I91df77b7e0294be5e6180460b0ef26d7ead2ea7d | ||||
* | | Merge changes I713800ce,I1dea46c3 | Dmitriy Ivanov | 2015-01-09 | 3 | -102/+115 |
|\ \ | |/ |/| | | | | | | | * changes: Refactor soinfo::relocate Add ARM_IRELATIVE relocation | ||||
| * | Refactor soinfo::relocate | Dmitriy Ivanov | 2015-01-09 | 2 | -102/+113 |
| | | | | | | | | | | | | Move common relocation types outside of ifdefs Change-Id: I713800ce123a18178b5ac80c0b3c7bd6b21a02c2 | ||||
| * | Add ARM_IRELATIVE relocation | Dmitriy Ivanov | 2015-01-08 | 1 | -0/+2 |
| | | | | | | | | | | Bug: 17399706 Change-Id: I1dea46c3a3c4572558e718283489c323794176c7 | ||||
* | | Merge "Markdown-ify 5137db3." | Dan Albert | 2015-01-09 | 1 | -6/+6 |
|\ \ | |||||
| * | | Markdown-ify 5137db3. | Dan Albert | 2015-01-09 | 1 | -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 Albert | 2015-01-09 | 7 | -0/+615 |
|\ \ | |||||
| * | | Check in bionicbb code. | Dan Albert | 2015-01-09 | 7 | -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 Hughes | 2015-01-09 | 1 | -0/+17 |
|\ \ \ | |||||
| * | | | Add our LP32 ABI defects to the readme. | Elliott Hughes | 2015-01-09 | 1 | -0/+17 |
|/ / / | | | | | | | | | | Change-Id: Id77a3dbf6b91243c57528ed86ca24100d8795907 | ||||
* | | | Merge "Revert "Must use Clang assembler for mips target."" | Chih-hung Hsieh | 2015-01-09 | 1 | -7/+0 |
|\ \ \ | |/ / |/| | | |||||
| * | | Revert "Must use Clang assembler for mips target." | Duane Sand | 2015-01-09 | 1 | -7/+0 |
| |/ | | | | | | | This reverts commit 6f96d58c0de191ac479d0fa83c3b9a514f4d3c48. | ||||
* | | Merge "Remove outdated list of abi bugs" | Dmitriy Ivanov | 2015-01-09 | 1 | -12/+0 |
|\ \ | |/ |/| | |||||
| * | Remove outdated list of abi bugs | Dmitriy Ivanov | 2015-01-07 | 1 | -12/+0 |
| | | | | | | | | Change-Id: I275093a7a66b53ec25317e02c4bff46c2facc030 | ||||
* | | Merge "Fix freeaddrinfo(NULL)." | Elliott Hughes | 2015-01-09 | 2 | -1/+10 |
|\ \ | |||||
| * | | Fix freeaddrinfo(NULL). | Elliott Hughes | 2015-01-08 | 2 | -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 Cui | 2015-01-08 | 2 | -5/+28 |
|\ \ | |||||
| * | | Make pthread stack size match real range. | Yabin Cui | 2015-01-08 | 2 | -5/+28 |
|/ / | | | | | | | | | Bug: 18908062 Change-Id: I7037ac8273ebe54dd19b1561c7a376819049124c | ||||
* | | Merge "Set linux 32bit personality for 32 bit processes" | Dmitriy Ivanov | 2015-01-08 | 3 | -0/+41 |
|\ \ | |||||
| * | | Set linux 32bit personality for 32 bit processes | Dmitriy Ivanov | 2015-01-07 | 3 | -0/+41 |
| |/ | | | | | | | | | Bug: 18069809 Change-Id: Ie143d56b0f8f03510dc451649291067e1add1d2f | ||||
* | | Merge "Print error when prelink fails for main executable" | Dmitriy Ivanov | 2015-01-08 | 1 | -1/+4 |
|\ \ | |||||
| * | | Print error when prelink fails for main executable | Dmitriy Ivanov | 2015-01-07 | 1 | -1/+4 |
| |/ | | | | | | | | | | | Bug: 18931021 Change-Id: Ib6c39a409161b20a10c3485272c73bc2abd4ee4f (cherry picked from commit d9e211ca1fcf8bb78a1e1de9e54fe7c8d0a01518) | ||||
* | | Merge "_Unwind_Context is a struct." | Elliott Hughes | 2015-01-07 | 1 | -5/+0 |
|\ \ | |||||
| * | | _Unwind_Context is a struct. | Elliott Hughes | 2015-01-06 | 1 | -5/+0 |
| |/ | | | | | | | Change-Id: Iff2c52dc630eb83b931a78fdebc4494d69462db7 | ||||
* | | Merge "Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK." | Yabin Cui | 2015-01-07 | 5 | -56/+44 |
|\ \ | |/ |/| | |||||
| * | Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK. | Yabin Cui | 2015-01-06 | 5 | -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 Hughes | 2015-01-06 | 1 | -4/+20 |
|\ \ | |/ |/| | |||||
| * | [MIPS64] Add correct mcontext_t for 64-bit MIPS | Faraz Shahbazker | 2015-01-06 | 1 | -4/+20 |
|/ | | | | Change-Id: I76d503860d0e1d937b6913bf2c1c6ebb531617da | ||||
* | Merge "better gtest runner for bionic" | Yabin Cui | 2015-01-02 | 4 | -31/+822 |
|\ | |||||
| * | better gtest runner for bionic | Yabin Cui | 2014-12-13 | 4 | -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 Cui | 2015-01-02 | 5 | -16/+24 |
|\ \ | |||||
| * | | Reserve enough user request stack space in pthread_create. | Yabin Cui | 2015-01-02 | 5 | -16/+24 |
| | | | | | | | | | | | | | | | Bug: 18830897 Change-Id: I1ba4aaeaf66a7ff99c5d82ad45469011171b0a3b | ||||
* | | | Merge "Remove bogus transitive includes." | Elliott Hughes | 2014-12-29 | 16 | -2/+14 |
|\ \ \ | |||||
| * | | | Remove bogus transitive includes. | Elliott Hughes | 2014-12-29 | 16 | -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 Hughes | 2014-12-29 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | Ensure <fcntl.h> defines the S_* constants from <sys/stat.h>. | Elliott Hughes | 2014-12-29 | 1 | -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 Hughes | 2014-12-23 | 4 | -51/+8 |
|\ \ \ \ | |||||
| * | | | | Remove more BSD cruft from the public headers. | Elliott Hughes | 2014-12-19 | 4 | -51/+8 |
| | | | | | | | | | | | | | | | | | | | | Change-Id: I1e3097f745b526db448bf72fbc05fb2ba23929a0 | ||||
* | | | | | Merge "Fix nan output in the printf family." | Elliott Hughes | 2014-12-21 | 3 | -24/+66 |
|\ \ \ \ \ | |||||
| * | | | | | Fix nan output in the printf family. | Elliott Hughes | 2014-12-20 | 3 | -24/+66 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: https://code.google.com/p/android/issues/detail?id=82452 Change-Id: I51f226c8b033de6e81baeea5e6db3de6ed196f73 | ||||
* | | | | | | Merge "Move gethtnamaddr.c to net/ subdirectory." | Yabin Cui | 2014-12-20 | 1 | -0/+0 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | |