Rich Felker
|
2412638bb3
add further ioctl time64 fallback conversions
|
5 years ago |
Rich Felker
|
64d0e86576
improve ioctl time64 conversion fallback framework
|
5 years ago |
Rich Felker
|
221b1a1d0a
convert ioctl time64 fallbacks to table-driven framework
|
5 years ago |
Rich Felker
|
b329095650
fix regression in ioctl definitions provided by arch/generic bits
|
5 years ago |
Rich Felker
|
114178dc8d
hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernels
|
5 years ago |
Rich Felker
|
ae388becb5
implement SO_TIMESTAMP[NS] fallback for kernels without time64 versions
|
5 years ago |
Rich Felker
|
f12bd8e05c
signal to kernel headers that time_t is 64-bit
|
5 years ago |
Rich Felker
|
9432bbd4e8
fix null pointer dereference in setitimer time32 compat shim
|
5 years ago |
Andre McCurdy
|
b1e2aae0aa
arm: avoid conditional branch to PLT in sigsetjmp
|
5 years ago |
Ruinland ChuanTzu Tsai
|
c0b4a7b254
riscv64: fix fesetenv(FE_DFL_ENV) crash
|
5 years ago |
Ada Worcester
|
daa29e894c
update contributor name
|
5 years ago |
rofl0r
|
66d1e31292
ppc: add configure check for older compilers erroring on 'd' constraint
|
5 years ago |
Rich Felker
|
90251cf73d
fix build regression on mips64 due to endian.h removal
|
5 years ago |
Rich Felker
|
129118db4d
fix failure to build time32 compat shims with out-of-tree builds
|
5 years ago |
Rich Felker
|
028092b61f
fix time64 link regression of dlsym stub for static-linked programs
|
5 years ago |
Rich Felker
|
d6dcfe4d0c
move time_t and suseconds_t definitions to common alltypes.h.in
|
5 years ago |
Rich Felker
|
b60fdf133c
move time64 ioctl numbers to generic bits/ioctl.h
|
5 years ago |
Rich Felker
|
c71dbb24c9
move time64 socket options from arch bits to top-level sys/socket.h
|
5 years ago |
Rich Felker
|
3814333964
switch all existing 32-bit archs to 64-bit time_t
|
5 years ago |
Rich Felker
|
5127927f4b
add x32 bits/ioctl_fix.h defining time-related sockios macros
|
5 years ago |
Rich Felker
|
aad3e0c5b8
add back x32 bits/socket.h defining time-related socket options
|
5 years ago |
Rich Felker
|
a0252bc75b
move msghdr and cmsghdr out of bits/socket.h
|
5 years ago |
Rich Felker
|
573a4d2d59
fix x32 msghdr struct by removing x32 bits/socket.h
|
5 years ago |
Rich Felker
|
0bbc04c981
make time-related socket options overridable by arch bits files
|
5 years ago |
Rich Felker
|
de90f38e3b
add framework for arch-provided makefile fragments, compat source dirs
|
5 years ago |
Rich Felker
|
5a25759a21
add __dlsym_time64 asm entry point for all legacy-32bit-time_t archs
|
5 years ago |
Rich Felker
|
22daaea39f
add time64 redirect for, and redirecting implementation of, dlsym
|
5 years ago |
Rich Felker
|
c045032094
add time32 ABI compat shims, compat source tree
|
5 years ago |
Rich Felker
|
0961bb9416
make fstatat fill in old time32 stat fields too
|
5 years ago |
Rich Felker
|
50018f92f7
disable lfs64 aliases for remapped time64 functions
|
5 years ago |