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 |
Szabolcs Nagy
|
583ea83541
fix strftime %y for negative tm_year
|
8 years ago |
Daniel Sabogal
|
8d7a3f40c8
fix getservby*_r result pointer value on error
|
8 years ago |
Daniel Sabogal
|
d917ef0b84
remove dead case in gethostbyname2_r
|
8 years ago |
Rich Felker
|
66570ec9c4
fix undefined behavior in sched.h cpu_set_t usage
|
8 years ago |
Rich Felker
|
c002668eb0
simplify/refactor fflush and make fflush_unlocked an alias for fflush
|
8 years ago |
Daniel Sabogal
|
5505f6afae
add missing *_unlocked and wcsftime_l prototypes to wchar.h
|
8 years ago |
Daniel Sabogal
|
32055d52ca
fix if_indextoname error case
|
8 years ago |
Daniel Sabogal
|
3848a99f65
fix ifru_data and ifcu_buf types in net/if.h
|
8 years ago |
Rich Felker
|
78897b0dc0
fix printf regression with alt-form octal, zero flag, and field width
|
8 years ago |
Rich Felker
|
e738b8cbe6
restore _Noreturn to __assert_fail
|
8 years ago |
Olivier Brunel
|
397586625e
getdtablesize: fix returning hard instead of soft rlimit
|
8 years ago |
Duncan Overbruck
|
c1f4ed1501
fix FFSYNC by changing it to O_SYNC
|
8 years ago |
Szabolcs Nagy
|
fff880185b
configure: handle mipsisa64* triplet as a mips64 target
|
8 years ago |
Szabolcs Nagy
|
5b5db97f7e
math: fix 128bit long double inverse trigonometric functions
|
8 years ago |
Szabolcs Nagy
|
0a950dcf15
verify that ttyname refers to the same file as the fd
|
8 years ago |
Szabolcs Nagy
|
2b41959b59
microblaze: add syscall numbers from linux v4.7
|
8 years ago |