aboutsummaryrefslogtreecommitdiff
path: root/src/malloc/aligned_alloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-07riscv64: fix fesetenv(FE_DFL_ENV) crashRuinland ChuanTzu Tsai1-1/+4
2019-12-07update contributor nameAda Worcester2-1/+2
2019-11-05ppc: add configure check for older compilers erroring on 'd' constraintrofl0r3-2/+11
2019-11-05fix build regression on mips64 due to endian.h removalRich Felker1-0/+2
2019-11-04fix failure to build time32 compat shims with out-of-tree buildsRich Felker1-1/+1
2019-11-03fix time64 link regression of dlsym stub for static-linked programsRich Felker1-0/+4
2019-11-02move time_t and suseconds_t definitions to common alltypes.h.inRich Felker17-48/+2
2019-11-02move time64 ioctl numbers to generic bits/ioctl.hRich Felker6-21/+5
2019-11-02move time64 socket options from arch bits to top-level sys/socket.hRich Felker10-45/+11
2019-11-02switch all existing 32-bit archs to 64-bit time_tRich Felker85-217/+420