Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unused DT entry warnings. | Dmitriy Ivanov | 2014-09-30 | 1 | -0/+29 |
* | Remove arch-mips64/bionic/__get_sp.S | Andrew Hsieh | 2014-09-30 | 1 | -1/+0 |
* | Cleanup arm assembly. | Christopher Ferris | 2014-09-29 | 23 | -253/+210 |
* | Static libc++ is being renamed libc++_static. | Dan Albert | 2014-09-27 | 1 | -1/+1 |
* | Make __aeabi_*() symbols weak. | Dan Albert | 2014-09-26 | 1 | -13/+16 |
* | Add __memcpy_chk assembly for 64 bit. | Christopher Ferris | 2014-09-26 | 5 | -370/+484 |
* | Re-expose more stdio implementation details for LP32. | Elliott Hughes | 2014-09-24 | 2 | -12/+9 |
* | Merge "Switch to OpenBSD fopen/fclose." | Elliott Hughes | 2014-09-24 | 4 | -59/+15 |
|\ | |||||
| * | Switch to OpenBSD fopen/fclose. | Elliott Hughes | 2014-09-24 | 4 | -59/+15 |
* | | Sync with current upstream getopt_long.c. | Elliott Hughes | 2014-09-24 | 1 | -18/+12 |
|/ | |||||
* | Merge "Sync with upstream findfp.c." | Elliott Hughes | 2014-09-24 | 4 | -10/+16 |
|\ | |||||
| * | Sync with upstream findfp.c. | Elliott Hughes | 2014-09-24 | 4 | -10/+16 |
* | | Merge "Coverage configs for bionic." | Dan Albert | 2014-09-24 | 1 | -0/+22 |
|\ \ | |/ |/| | |||||
| * | Coverage configs for bionic. | Dan Albert | 2014-09-24 | 1 | -0/+22 |
* | | Merge "Fix incorrect parameter types for locale funcs." | Dan Albert | 2014-09-24 | 5 | -8/+8 |
|\ \ | |||||
| * | | Fix incorrect parameter types for locale funcs. | Dan Albert | 2014-09-23 | 5 | -8/+8 |
* | | | Merge "Switch to OpenBSD flags.c." | Elliott Hughes | 2014-09-24 | 2 | -34/+27 |
|\ \ \ | |||||
| * | | | Switch to OpenBSD flags.c. | Elliott Hughes | 2014-09-23 | 2 | -34/+27 |
* | | | | Merge "Remove the unnecessary generic-neon code." | Christopher Ferris | 2014-09-24 | 3 | -193/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Remove the unnecessary generic-neon code. | Christopher Ferris | 2014-09-23 | 3 | -193/+1 |
| |/ / | |||||
* | | | CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps. | Elliott Hughes | 2014-09-23 | 7 | -18/+61 |
|/ / | |||||
* | | Pull in upstream fixes to reject invalid bases. | Elliott Hughes | 2014-09-23 | 6 | -20/+60 |
* | | Merge "Sync with some upstream OpenBSD #include cleanup." | Elliott Hughes | 2014-09-23 | 5 | -10/+10 |
|\ \ | |||||
| * | | Sync with some upstream OpenBSD #include cleanup. | Elliott Hughes | 2014-09-23 | 5 | -10/+10 |
* | | | Switch to OpenBSD insque/remque/killpg. | Elliott Hughes | 2014-09-23 | 4 | -46/+26 |
|/ / | |||||
* | | Fix a couple more cases of missing CLOEXEC. | Elliott Hughes | 2014-09-22 | 1 | -2/+2 |
* | | Clean up fpathconf(3)/pathconf(3). | Elliott Hughes | 2014-09-22 | 9 | -401/+256 |
* | | Use the uapi fs magic in <sys/vfs.h>. | Elliott Hughes | 2014-09-22 | 1 | -44/+22 |
* | | Merge "Add semaphore tests, fix sem_destroy." | Elliott Hughes | 2014-09-20 | 14 | -550/+421 |
|\ \ | |||||
| * | | Add semaphore tests, fix sem_destroy. | Elliott Hughes | 2014-09-19 | 14 | -550/+421 |
| |/ | |||||
* | | Remove references to MALLOC_LEAK_CHECK. | Christopher Ferris | 2014-09-19 | 3 | -19/+8 |
|/ | |||||
* | Merge "Add greg_t for arm64." | Elliott Hughes | 2014-09-19 | 1 | -0/+4 |
|\ | |||||
| * | Add greg_t for arm64. | Elliott Hughes | 2014-09-19 | 1 | -0/+4 |
* | | Merge "Exclude libstdc++ from linked libraries." | Dan Albert | 2014-09-18 | 1 | -4/+24 |
|\ \ | |||||
| * | | Exclude libstdc++ from linked libraries. | Dan Albert | 2014-09-17 | 1 | -4/+24 |
* | | | Move to v3.16.3 kernel headers. | Christopher Ferris | 2014-09-18 | 2 | -57/+59 |
| |/ |/| | |||||
* | | Update kernel uapi headers to v3.16.1. | Christopher Ferris | 2014-09-17 | 111 | -3087/+4730 |
* | | Fix some 32-bit-isms in <stdio.h>. | Elliott Hughes | 2014-09-17 | 1 | -0/+12 |
* | | Pull input.h from v3.16.1 kernel headers. | Christopher Ferris | 2014-09-17 | 1 | -124/+139 |
|/ | |||||
* | Merge "Use the kernel's sa_restorer for aarch64." | Elliott Hughes | 2014-09-17 | 3 | -48/+22 |
|\ | |||||
| * | Use the kernel's sa_restorer for aarch64. | Elliott Hughes | 2014-09-16 | 3 | -48/+22 |
* | | Clean up the architecture-specific makefiles. | Elliott Hughes | 2014-09-16 | 7 | -108/+154 |
* | | No arm source refers to SOFTFLOAT. | Elliott Hughes | 2014-09-16 | 1 | -2/+0 |
|/ | |||||
* | Fix 32-bit arm unwinding through signal frames. | Elliott Hughes | 2014-09-16 | 3 | -37/+27 |
* | Fix signal trampolines. | Elliott Hughes | 2014-09-15 | 12 | -12/+183 |
* | Merge "POSIX says <signal.h> gets you ucontext_t." | Elliott Hughes | 2014-09-15 | 2 | -8/+7 |
|\ | |||||
| * | POSIX says <signal.h> gets you ucontext_t. | Elliott Hughes | 2014-09-12 | 2 | -8/+7 |
* | | Merge "Update NOTICE files." | Elliott Hughes | 2014-09-13 | 1 | -61/+69 |
|\ \ | |||||
| * | | Update NOTICE files. | Elliott Hughes | 2014-09-13 | 1 | -61/+69 |
| |/ | |||||
* | | Remove an unused file. | Elliott Hughes | 2014-09-13 | 2 | -69/+0 |
|/ |