4415 Commits (5a105f19b5aae79dd302899e634b6b18b3dcd0d6)
 

Author SHA1 Message Date
Rich Felker 5a105f19b5 remove legacy clock_gettime and gettimeofday from public syscall.h 6 years ago
Rich Felker e6093b5a87 fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h 6 years ago
Rich Felker a0217a2ff7 fix unprotected macro argument in sys/ttydefaults.h 6 years ago
Alexander Monakov ff5b8ad386 math/x32: correct lrintl.s for 32-bit long 6 years ago
Rich Felker 614c9e7b1e move struct dirent to bits header, allow NAME_MAX to vary 6 years ago
Luís Marques 83350eb17b fix riscv64 a_cas inline asm operand sign extension 6 years ago
Will Dietz a2e71304f3 fix incorrect escaping in add-cfi.*.awk scripts 6 years ago
Andre McCurdy 91e662d1d9 add thumb2 support to arm assembler memcpy 7 years ago
Rich Felker 0ff18be208 fix incorrect __hwcap seen in dynamic-linked __set_thread_area 6 years ago
Leah Neukirchen 2507e7f531 define RLIMIT_RTTIME, bump RLIMIT_NLIMITS 6 years ago
Rich Felker 70d8060955 fix wcwidth wrongly returning 0 for most of planes 4 and up 6 years ago
Michael Forney a56ec7e8e2 unconditonally define alloca as __builtin_alloca 7 years ago
Rich Felker d3f7df2359 update COPYRIGHT year 6 years ago
Rich Felker ac89e2ccf5 remove gratuitous aligned attribute from __ptrace_syscall_info 6 years ago
Rich Felker d6bbea2acf fix fdpic regression in dynamic linker with overly smart compilers 6 years ago
Rich Felker b82cd6c78d fix crashing ldso on archs where __set_thread_area examines auxv 6 years ago
Rich Felker b529ec9b52 move stage3_func typedef out of shared internal dynlink.h header 6 years ago
Szabolcs Nagy 2fc29fcfc2 mips: add clone3 syscall numbers from linux v5.4 6 years ago
Szabolcs Nagy a7df9c75f7 mips: add hwcap bits from linux v5.4 6 years ago
Szabolcs Nagy f296be74d5 sys/wait.h: add P_PIDFD from linux v5.4 6 years ago
Szabolcs Nagy 5e0c9f246c netinet/tcp.h: add new tcp_info fields from linux v5.4 6 years ago
Szabolcs Nagy 5675aaa559 sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4 6 years ago
Szabolcs Nagy d95ead261e sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4 6 years ago
Szabolcs Nagy fa765ca54f add clone3 syscall number from linux v5.3 7 years ago
Szabolcs Nagy a45289112c add pidfd_open syscall number from linux v5.3 7 years ago
Szabolcs Nagy f291c09ec9 sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3 7 years ago
Szabolcs Nagy 06636c5542 sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3 7 years ago
Szabolcs Nagy 167cbf1316 netinet/if_ether.h: add ETH_P_LLDP from linux v5.3 7 years ago
Szabolcs Nagy af2576e61d netinet/tcp.h: add TCP_TX_DELAY from linux v5.3 7 years ago
Khem Raj e17814aa5a fix types for mips sigcontext/mcontext_t regset members 6 years ago
Rich Felker d01fdc777d spare archs without time32 legacy the cost of ioctl fallback conversions 6 years ago
Rich Felker f989581732 add further ioctl time64 fallback conversion for device-specific command 6 years ago
A. Wilcox 0738e6c19f add uapi guards for new netinet/ip.h conflict with struct iphdr 6 years ago
Rich Felker 1e7f0fcd7f adjust utmpx struct layout for time64, 32-/64-bit arch compat 6 years ago
Rich Felker 3f959f6f76 fix elf_prstatus regression on time64, existing wrong definition on x32 6 years ago
Rich Felker 4d70641077 don't continue looping through ioctl compat_map after finding match 6 years ago
Rich Felker d6a62addce revert unwanted and inadvertent change that slipped into mmap.c 6 years ago
Rich Felker 2412638bb3 add further ioctl time64 fallback conversions 6 years ago
Rich Felker 64d0e86576 improve ioctl time64 conversion fallback framework 6 years ago
Rich Felker 221b1a1d0a convert ioctl time64 fallbacks to table-driven framework 6 years ago
Rich Felker b329095650 fix regression in ioctl definitions provided by arch/generic bits 6 years ago
Rich Felker 114178dc8d hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernels 7 years ago
Rich Felker ae388becb5 implement SO_TIMESTAMP[NS] fallback for kernels without time64 versions 7 years ago
Rich Felker f12bd8e05c signal to kernel headers that time_t is 64-bit 7 years ago
Rich Felker 9432bbd4e8 fix null pointer dereference in setitimer time32 compat shim 7 years ago
Andre McCurdy b1e2aae0aa arm: avoid conditional branch to PLT in sigsetjmp 7 years ago
Ruinland ChuanTzu Tsai c0b4a7b254 riscv64: fix fesetenv(FE_DFL_ENV) crash 7 years ago
Ada Worcester daa29e894c update contributor name 7 years ago
rofl0r 66d1e31292 ppc: add configure check for older compilers erroring on 'd' constraint 7 years ago
Rich Felker 90251cf73d fix build regression on mips64 due to endian.h removal 7 years ago