Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "support _POSIX_REALTIME_SIGNALS" | Yabin Cui | 2014-12-09 | 13 | -1/+248 |
|\ | |||||
| * | support _POSIX_REALTIME_SIGNALS | Yabin Cui | 2014-12-08 | 13 | -1/+248 |
* | | Merge "Change _POSIX_CPUTIME macro to make it compitable with glibc." | Yabin Cui | 2014-12-09 | 2 | -4/+12 |
|\ \ | |||||
| * | | Change _POSIX_CPUTIME macro to make it compitable with glibc. | Yabin Cui | 2014-12-09 | 2 | -4/+12 |
* | | | Simplify our endian.h implementation. | Elliott Hughes | 2014-12-08 | 7 | -472/+21 |
* | | | Merge mips setjmp/longjmp family. | Elliott Hughes | 2014-12-08 | 9 | -773/+287 |
* | | | Switch arch-mips64/include/machine to a symlink. | Elliott Hughes | 2014-12-08 | 7 | -659/+1 |
* | | | Use 64-bit units in the aarch64 setjmp implementation. | Elliott Hughes | 2014-12-08 | 1 | -50/+39 |
* | | | Switch arm and arm64 over to the x86 style of jmpbuf. | Elliott Hughes | 2014-12-08 | 2 | -45/+25 |
* | | | Merge "Fix signal mask save/restore for x86-64." | Elliott Hughes | 2014-12-08 | 1 | -10/+14 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix signal mask save/restore for x86-64. | Elliott Hughes | 2014-12-08 | 1 | -10/+14 |
* | | | Fix signal mask save/restore for arm64. | Elliott Hughes | 2014-12-06 | 2 | -25/+20 |
|/ / | |||||
* | | Clean up the x86-64 and x86 setjmp families. | Elliott Hughes | 2014-12-05 | 9 | -468/+181 |
* | | Clean up arm setjmp family. | Elliott Hughes | 2014-12-05 | 5 | -314/+146 |
* | | Clean up the arm64 setjmp. | Elliott Hughes | 2014-12-05 | 7 | -314/+148 |
* | | Merge "Add cache related sysconf queries" | Tao Bao | 2014-12-05 | 2 | -0/+34 |
|\ \ | |||||
| * | | Add cache related sysconf queries | Tao Bao | 2014-12-04 | 2 | -0/+34 |
* | | | Merge "Restore symbols from <arpa/nameser.h>." | Elliott Hughes | 2014-12-04 | 1 | -74/+45 |
|\ \ \ | |||||
| * | | | Restore symbols from <arpa/nameser.h>. | Elliott Hughes | 2014-12-04 | 1 | -74/+45 |
* | | | | Merge "implement posix_madvise" | Yabin Cui | 2014-12-04 | 4 | -1/+52 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | implement posix_madvise | Yabin Cui | 2014-12-04 | 4 | -1/+52 |
* | | | | Make the missing symbols script more useful. | Elliott Hughes | 2014-12-04 | 1 | -12/+17 |
|/ / / | |||||
* | | | Code using neon uses ARCH_ARM_HAVE_NEON. | Elliott Hughes | 2014-12-03 | 1 | -16/+0 |
* | | | Remove __ARM_HAVE_VFP. | Elliott Hughes | 2014-12-03 | 3 | -18/+0 |
* | | | Merge "Implement <pty.h>." | Elliott Hughes | 2014-12-04 | 3 | -2/+130 |
|\ \ \ | |||||
| * | | | Implement <pty.h>. | Elliott Hughes | 2014-12-03 | 3 | -2/+130 |
* | | | | Merge "change argument type in madvise" | Yabin Cui | 2014-12-03 | 2 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | change argument type in madvise | Yabin Cui | 2014-12-03 | 2 | -2/+2 |
* | | | | Merge "Switch x86 and x86-64 to __builtin_bswap*." | Elliott Hughes | 2014-12-03 | 2 | -47/+8 |
|\ \ \ \ | |||||
| * | | | | Switch x86 and x86-64 to __builtin_bswap*. | Elliott Hughes | 2014-12-02 | 2 | -47/+8 |
| |/ / / | |||||
* | | | | Switch aarch64 to __builtin_bswap16. | Elliott Hughes | 2014-12-02 | 1 | -6/+1 |
|/ / / | |||||
* | | | Remove __ARM_HAVE_HALFWORD_MULTIPLY. | Elliott Hughes | 2014-12-02 | 1 | -5/+0 |
|/ / | |||||
* | | Remove __ARM_HAVE_LDREXD. | Elliott Hughes | 2014-12-03 | 1 | -8/+0 |
* | | Kill <machine/exec.h>. | Elliott Hughes | 2014-12-02 | 6 | -547/+0 |
* | | Avoid pathological behavior in OpenBSD's fread. | Elliott Hughes | 2014-12-02 | 2 | -2/+18 |
* | | Use mmap to create the pthread_internal_t. | Yabin Cui | 2014-12-02 | 4 | -11/+29 |
* | | Merge "Specify .cpu cortex-a15" | Christopher Ferris | 2014-12-02 | 1 | -0/+1 |
|\ \ | |||||
| * | | Specify .cpu cortex-a15 | Bernhard Rosenkränzer | 2014-11-30 | 1 | -0/+1 |
* | | | Build our benchmarks against glibc too. | Elliott Hughes | 2014-12-01 | 2 | -5/+9 |
* | | | Merge "support _POSIX_CPUTIME" | Yabin Cui | 2014-12-01 | 4 | -1/+54 |
|\ \ \ | |||||
| * | | | support _POSIX_CPUTIME | Yabin Cui | 2014-11-26 | 4 | -1/+54 |
| | |/ | |/| | |||||
| * | | Revert "Use mmap to create the pthread_internal_t." | Nicolas Geoffray | 2014-11-26 | 4 | -34/+11 |
| * | | Use mmap to create the pthread_internal_t. | Yabin Cui | 2014-11-25 | 4 | -11/+34 |
* | | | libc: Fix headers to allow direct inclusion. | David 'Digit' Turner | 2014-12-01 | 3 | -2/+5 |
| |/ |/| | |||||
* | | Add error-check when mapping socket to fd | Robert Alm | 2014-11-27 | 1 | -0/+9 |
* | | Move a private x86-64 header file out of the limelight. | Elliott Hughes | 2014-11-26 | 1 | -65/+0 |
* | | [MIPS] Rewrite of setjmp/longjmp for mips64 and mipsr6 | Duane Sand | 2014-11-25 | 13 | -594/+497 |
|/ | |||||
* | Merge "flesh out sysconf(3) and the _POSIX_* constants" | Yabin Cui | 2014-11-24 | 4 | -139/+254 |
|\ | |||||
| * | flesh out sysconf(3) and the _POSIX_* constants | Yabin Cui | 2014-11-21 | 4 | -139/+254 |
* | | Merge "Sync with upstream OpenBSD fts.c." | Elliott Hughes | 2014-11-23 | 4 | -15/+66 |
|\ \ |