summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup arm assembly.Christopher Ferris2014-09-2923-253/+210
* Merge "Static libc++ is being renamed libc++_static."Dan Albert2014-09-291-1/+1
|\
| * Static libc++ is being renamed libc++_static.Dan Albert2014-09-271-1/+1
|/
* Merge "Make __aeabi_*() symbols weak."Dan Albert2014-09-271-13/+16
|\
| * Make __aeabi_*() symbols weak.Dan Albert2014-09-261-13/+16
* | Merge "Add a dummy libdl.a."Dan Albert2014-09-271-0/+12
|\ \ | |/
| * Add a dummy libdl.a.Dan Albert2014-09-261-0/+12
* | Merge "Fix gdb could not get shared library list issue"Elliott Hughes2014-09-263-6/+14
|\ \ | |/ |/|
| * Fix gdb could not get shared library list issueNingsheng Jian2014-09-263-6/+14
* | Merge "Add __memcpy_chk assembly for 64 bit."Christopher Ferris2014-09-265-370/+484
|\ \
| * | Add __memcpy_chk assembly for 64 bit.Christopher Ferris2014-09-265-370/+484
|/ /
* | Merge "Prevent benchmarks from being optimized away."Dan Albert2014-09-251-2/+2
|\ \ | |/ |/|
| * Prevent benchmarks from being optimized away.Dan Albert2014-09-251-2/+2
|/
* Merge "Re-expose more stdio implementation details for LP32."Elliott Hughes2014-09-252-12/+9
|\
| * Re-expose more stdio implementation details for LP32.Elliott Hughes2014-09-242-12/+9
|/
* Merge "Fix sys_stat.mkfifo when not run as root."Christopher Ferris2014-09-241-11/+15
|\
| * Fix sys_stat.mkfifo when not run as root.Christopher Ferris2014-09-241-11/+15
|/
* Merge "Switch to OpenBSD fopen/fclose."Elliott Hughes2014-09-244-59/+15
|\
| * Switch to OpenBSD fopen/fclose.Elliott Hughes2014-09-244-59/+15
* | Merge "Sync with current upstream getopt_long.c."Elliott Hughes2014-09-241-18/+12
|\ \ | |/ |/|
| * Sync with current upstream getopt_long.c.Elliott Hughes2014-09-241-18/+12
|/
* Merge "Sync with upstream findfp.c."Elliott Hughes2014-09-244-10/+16
|\
| * Sync with upstream findfp.c.Elliott Hughes2014-09-244-10/+16
* | Merge "Coverage configs for bionic."Dan Albert2014-09-241-0/+22
|\ \
| * | Coverage configs for bionic.Dan Albert2014-09-241-0/+22
* | | Merge "Add a dummy atexit(3) to the linker."Dan Albert2014-09-241-0/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Add a dummy atexit(3) to the linker.Dan Albert2014-09-241-0/+4
* | Merge "Fix incorrect parameter types for locale funcs."Dan Albert2014-09-245-8/+8
|\ \
| * | Fix incorrect parameter types for locale funcs.Dan Albert2014-09-235-8/+8
* | | Merge "Switch to OpenBSD flags.c."Elliott Hughes2014-09-242-34/+27
|\ \ \
| * | | Switch to OpenBSD flags.c.Elliott Hughes2014-09-232-34/+27
* | | | Merge "Remove the unnecessary generic-neon code."Christopher Ferris2014-09-243-193/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove the unnecessary generic-neon code.Christopher Ferris2014-09-233-193/+1
| |/ /
* | | Merge "CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps."Elliott Hughes2014-09-2411-39/+143
|\ \ \ | |/ / |/| |
| * | CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.Elliott Hughes2014-09-2311-39/+143
|/ /
* | Merge "Pull in upstream fixes to reject invalid bases."Elliott Hughes2014-09-239-22/+231
|\ \
| * | Pull in upstream fixes to reject invalid bases.Elliott Hughes2014-09-239-22/+231
|/ /
* | Merge "Sync with some upstream OpenBSD #include cleanup."Elliott Hughes2014-09-235-10/+10
|\ \
| * | Sync with some upstream OpenBSD #include cleanup.Elliott Hughes2014-09-235-10/+10
* | | Merge "Switch to OpenBSD insque/remque/killpg."Elliott Hughes2014-09-234-46/+26
|\ \ \ | |/ / |/| |
| * | Switch to OpenBSD insque/remque/killpg.Elliott Hughes2014-09-234-46/+26
|/ /
* | Merge "Fix a couple more cases of missing CLOEXEC."Elliott Hughes2014-09-232-3/+3
|\ \
| * | Fix a couple more cases of missing CLOEXEC.Elliott Hughes2014-09-222-3/+3
|/ /
* | Merge "Test pthread_cleanup_push(3)/pthread_cleanup_pop(3)."Elliott Hughes2014-09-221-14/+44
|\ \
| * | Test pthread_cleanup_push(3)/pthread_cleanup_pop(3).Elliott Hughes2014-09-221-14/+44
* | | Merge "Clean up fpathconf(3)/pathconf(3)."Elliott Hughes2014-09-229-401/+256
|\ \ \ | |/ / |/| |
| * | Clean up fpathconf(3)/pathconf(3).Elliott Hughes2014-09-229-401/+256
* | | Merge "Unit test for abort(3)."Elliott Hughes2014-09-221-0/+5
|\ \ \ | |/ / |/| |
| * | Unit test for abort(3).Elliott Hughes2014-09-221-0/+5
| |/
* | Merge "Use the uapi fs magic in <sys/vfs.h>."Elliott Hughes2014-09-221-44/+22
|\ \