aboutsummaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-09add TRAP_UNK si_code to signal.h from linux v4.18Szabolcs Nagy1-0/+1
2018-12-09add SIGSYS support to sys/signalfd.h from linux v4.18Szabolcs Nagy1-1/+5
2018-12-09add AF_XDP to sys/socket.h from linux v4.18Szabolcs Nagy1-1/+4
2018-12-09update netinet/udp.h for linux v4.18Szabolcs Nagy1-0/+3
2018-12-09update netinet/tcp.h for linux v4.18Szabolcs Nagy1-0/+18
2018-12-09fix wordexp not to read past end of string ending with lone backslashRich Felker1-1/+1
2018-12-02fix memccpy to not access buffer past given sizeQuentin Rameau1-1/+1
2018-11-19fix regression in access to optopt objectRich Felker1-0/+1
2018-11-08optimize two-way strstr and memmem bad character shiftRich Felker2-2/+2
2018-11-02fix regression in setlocale for LC_ALL with per-category settingRich Felker1-1/+1
2018-11-02fix failure to flush stderr when fflush(0) is calledRich Felker1-1/+4
2018-11-02fix deadlock and buffered data loss race in fcloseRich Felker1-13/+19
2018-11-02__libc_start_main: slightly simplify stage2 pointer setupAlexander Monakov1-3/+4
2018-11-02remove commented-out debug printf from strstrRich Felker1-1/+0
2018-11-02fix spuriously slow check in twoway strstr/memmem coresRich Felker2-2/+2
2018-10-22don't omit setting errno in internal __map_file functionRich Felker1-2/+2
2018-10-22make the default locale (& a variant) failure-free cases for newlocaleRich Felker1-1/+20
2018-10-22simplify newlocale and allow failure for explicit locale namesRich Felker1-23/+14
2018-10-20remove volatile qualification from category pointers in __locale_structRich Felker1-1/+1
2018-10-20adapt setlocale to support possibility of failureRich Felker2-12/+22
2018-10-18adjust types in FILE struct to make line buffering check less expensiveRich Felker1-4/+2
2018-10-18optimize internal putc_unlocked macro used in putcRich Felker1-1/+2
2018-10-18fix wrong result for putc variants due to operator precedenceRich Felker1-1/+1
2018-10-18further optimize getc/putc when locking is neededRich Felker2-10/+10
2018-10-18use prototype for function pointer in static link libc init barrierRich Felker1-1/+1
2018-10-18fix error in constraints for static link libc init barrierRich Felker1-1/+1