summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2018-05-01optimize sigisemptysetRich Felker-2/+3
2018-05-01avoid excessive stack usage in getcwdRich Felker-2/+2
2018-05-01work around arm gcc's rejection of r7 asm constraints in thumb modeRich Felker-14/+39
2018-04-27getopt_long_only: don't prefix-match long-options that match short onesRich Felker-2/+15
2018-04-19reintroduce hardening against partially-replaced allocatorRich Felker-5/+22
2018-04-19return chunks split off by memalign using __bin_chunk instead of freeRich Felker-7/+8
2018-04-19using malloc implementation types/macros/idioms for memalignRich Felker-20/+22
2018-04-19move malloc implementation types and macros to an internal headerRich Felker-37/+40