about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* fix riscv64 a_cas inline asm operand sign extensionLuís Marques2020-01-221-1/+1
* fix incorrect escaping in add-cfi.*.awk scriptsWill Dietz2020-01-202-2/+2
* add thumb2 support to arm assembler memcpyAndre McCurdy2020-01-162-6/+9
* fix incorrect __hwcap seen in dynamic-linked __set_thread_areaRich Felker2020-01-151-1/+1
* define RLIMIT_RTTIME, bump RLIMIT_NLIMITSLeah Neukirchen2020-01-111-1/+2
* fix wcwidth wrongly returning 0 for most of planes 4 and upRich Felker2020-01-011-1/+1
* unconditonally define alloca as __builtin_allocaMichael Forney2020-01-011-2/+0
* update COPYRIGHT yearRich Felker2020-01-011-1/+1
* remove gratuitous aligned attribute from __ptrace_syscall_infoRich Felker2020-01-011-1/+2
* fix fdpic regression in dynamic linker with overly smart compilersRich Felker2020-01-011-2/+8
* fix crashing ldso on archs where __set_thread_area examines auxvRich Felker2019-12-311-13/+13
* move stage3_func typedef out of shared internal dynlink.h headerRich Felker2019-12-312-1/+2
* mips: add clone3 syscall numbers from linux v5.4Szabolcs Nagy2019-12-303-0/+3
* mips: add hwcap bits from linux v5.4Szabolcs Nagy2019-12-301-0/+11
* sys/wait.h: add P_PIDFD from linux v5.4Szabolcs Nagy2019-12-301-1/+2
* netinet/tcp.h: add new tcp_info fields from linux v5.4Szabolcs Nagy2019-12-301-0/+2
* sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4Szabolcs Nagy2019-12-301-0/+4
* sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4Szabolcs Nagy2019-12-301-0/+2
* add clone3 syscall number from linux v5.3Szabolcs Nagy2019-12-3011-0/+12
* add pidfd_open syscall number from linux v5.3Szabolcs Nagy2019-12-3016-0/+16
* sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3Szabolcs Nagy2019-12-301-0/+28
* sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* netinet/if_ether.h: add ETH_P_LLDP from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* netinet/tcp.h: add TCP_TX_DELAY from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* fix types for mips sigcontext/mcontext_t regset membersKhem Raj2019-12-301-2/+6
* spare archs without time32 legacy the cost of ioctl fallback conversionsRich Felker2019-12-221-1/+1
* add further ioctl time64 fallback conversion for device-specific commandRich Felker2019-12-221-0/+3
* add uapi guards for new netinet/ip.h conflict with struct iphdrA. Wilcox2019-12-221-0/+2
* adjust utmpx struct layout for time64, 32-/64-bit arch compatRich Felker2019-12-221-1/+6
* fix elf_prstatus regression on time64, existing wrong definition on x32Rich Felker2019-12-221-4/+3
* don't continue looping through ioctl compat_map after finding matchRich Felker2019-12-211-0/+1
* revert unwanted and inadvertent change that slipped into mmap.cRich Felker2019-12-201-1/+0
* add further ioctl time64 fallback conversionsRich Felker2019-12-201-1/+49
* improve ioctl time64 conversion fallback frameworkRich Felker2019-12-191-17/+18
* convert ioctl time64 fallbacks to table-driven frameworkRich Felker2019-12-181-17/+66
* fix regression in ioctl definitions provided by arch/generic bitsRich Felker2019-12-181-0/+1
* hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernelsRich Felker2019-12-172-6/+14
* implement SO_TIMESTAMP[NS] fallback for kernels without time64 versionsRich Felker2019-12-175-0/+71
* signal to kernel headers that time_t is 64-bitRich Felker2019-12-171-0/+1
* fix null pointer dereference in setitimer time32 compat shimRich Felker2019-12-081-4/+6
* arm: avoid conditional branch to PLT in sigsetjmpAndre McCurdy2019-12-071-2/+3
* riscv64: fix fesetenv(FE_DFL_ENV) crashRuinland ChuanTzu Tsai2019-12-071-1/+4
* update contributor nameAda Worcester2019-12-072-1/+2
* ppc: add configure check for older compilers erroring on 'd' constraintrofl0r2019-11-053-2/+11
* fix build regression on mips64 due to endian.h removalRich Felker2019-11-051-0/+2
* fix failure to build time32 compat shims with out-of-tree buildsRich Felker2019-11-041-1/+1
* fix time64 link regression of dlsym stub for static-linked programsRich Felker2019-11-031-0/+4
* move time_t and suseconds_t definitions to common alltypes.h.inRich Felker2019-11-0217-48/+2
* move time64 ioctl numbers to generic bits/ioctl.hRich Felker2019-11-026-21/+5
* move time64 socket options from arch bits to top-level sys/socket.hRich Felker2019-11-0210-45/+11