Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-03-15 | remove no-longer-needed special case handling in popen | Rich Felker | 1 | -16/+0 |
2021-03-15 | use internal malloc for posix_spawn file actions objects | Rich Felker | 1 | -0/+5 |
2021-03-05 | don't fail to map library/executable with zero-length segment maps | Rich Felker | 1 | -0/+1 |
2021-02-25 | suppress isascii() macro for C++ | Érico Rolim | 1 | -0/+2 |
2021-02-22 | guard against compilers failing to handle setjmp specially by default | Rich Felker | 1 | -3/+11 |
2021-02-15 | aarch64/bits/mman.h: add PROT_MTE from linux v5.10 | Szabolcs Nagy | 1 | -0/+1 |
2021-02-15 | aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10 | Szabolcs Nagy | 1 | -0/+1 |