Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-03-15 | add alternate backend support for getgrouplist | Josiah Worcester | 3 | -24/+86 |
2015-03-14 | aarch64: fix typo in bits/ioctl.h | Szabolcs Nagy | 1 | -1/+1 |
2015-03-14 | aarch64: add struct _aarch64_ctx to signal.h | Szabolcs Nagy | 1 | -0/+17 |
2015-03-12 | align x32 pthread type sizes to be common with 32-bit archs | Rich Felker | 1 | -4/+4 |
2015-03-11 | add aarch64 port | Szabolcs Nagy | 53 | -0/+2202 |
2015-03-11 | math: add dummy implementations of 128 bit long double functions | Szabolcs Nagy | 17 | -4/+111 |
2015-03-11 | math: add ld128 exp2l based on the freebsd implementation | Szabolcs Nagy | 1 | -1/+366 |
2015-03-11 | copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs | Szabolcs Nagy | 3 | -4/+5 |
2015-03-07 | fix regression in pthread_cond_wait with cancellation disabled | Rich Felker | 1 | -0/+1 |
2015-03-07 | fix FLT_ROUNDS to reflect the current rounding mode | Szabolcs Nagy | 11 | -9/+22 |
2015-03-06 | fix over-alignment of TLS, insufficient builtin TLS on 64-bit archs | Rich Felker | 2 | -4/+16 |