Rich Felker
|
7352b59d68
remove redundant feature test macro checks in sys/time.h
|
8 years ago |
Rich Felker
|
ed86967425
redesign snprintf without undefined behavior
|
8 years ago |
Rich Felker
|
7597fc25a2
fix various header namespace issues under feature-test-macro control
|
8 years ago |
Rich Felker
|
2ed4e9d927
remove parameter names from public headers
|
8 years ago |
Rich Felker
|
4b8f94c250
fix misspelling of a legacy macro name in sys/param.h
|
8 years ago |
Daniel Sabogal
|
71e8392765
add missing if_ether.h constants
|
8 years ago |
Daniel Sabogal
|
79c7ded0ed
add missing if_arp.h constant
|
8 years ago |
Daniel Sabogal
|
1fa2a32d1e
fix typo in utmpx.h
|
8 years ago |
Daniel Sabogal
|
104e8a0e3b
add missing confstr constants
|
8 years ago |
Rich Felker
|
e314258e2f
fix minor problem in previous strtod non-nearest rounding bug fix
|
8 years ago |
Szabolcs Nagy
|
6ffdc4579f
fix strtod int optimization in non-nearest rounding mode
|
8 years ago |
Szabolcs Nagy
|
d184a09e05
fix strtod and strtof rounding with many trailing zeros
|
8 years ago |
Rich Felker
|
f33b175850
fix gratuitous undefined behavior in strptime
|
8 years ago |
Rich Felker
|
b24f1d2520
fix getopt_long_only misinterpreting "--" as an option
|
8 years ago |
Szabolcs Nagy
|
51ab6db4ed
fix float formatting of some exact halfway cases
|
8 years ago |
Felix Janda
|
8fb28b0b3e
add pthread_setname_np
|
8 years ago |
Daniel Sabogal
|
3ca2d2d4ae
fix clock_nanosleep error case
|
8 years ago |
Szabolcs Nagy
|
688d3da0f1
math: fix pow signed shift ub
|
8 years ago |
Szabolcs Nagy
|
87643335ac
update icmphdr struct following linux v4.8
|
8 years ago |
Szabolcs Nagy
|
cc7c95e98e
add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8
|
8 years ago |
Szabolcs Nagy
|
fe39aaae0e
add bits/hwcap.h and include it in sys/auxv.h
|
8 years ago |
Szabolcs Nagy
|
5a05f67599
elf.h: update EM_ elf machine defines and add R_BPF_ defines
|
8 years ago |
Szabolcs Nagy
|
9487cc5f22
add ETH_P_NCSI to netinet/if_ether.h from linux v4.8
|
8 years ago |
Szabolcs Nagy
|
189acc705e
add sh syscall numbers from linux v4.8
|
8 years ago |
Szabolcs Nagy
|
2ed811a38a
fix preadv2 and pwritev2 syscall numbers on x32 for linux v4.8
|
8 years ago |
Natanael Copa
|
05973dc3bb
use dynamic buffer for getmntent
|
8 years ago |
Rich Felker
|
167dfe9672
fix integer overflows and uncaught EOVERFLOW in printf core
|
8 years ago |
Rich Felker
|
70d2687d85
fix integer overflow in float printf needed-precision computation
|
8 years ago |
Rich Felker
|
aee6abb240
fix regexec with haystack strings longer than INT_MAX
|
8 years ago |
Rich Felker
|
c3edc06d1e
fix missing integer overflow checks in regexec buffer size computations
|
8 years ago |