about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.2.0 v1.2.0Rich Felker2020-02-202-1/+37
* fix remaining direct use of stat syscalls outside fstatat.cRich Felker2020-02-124-6/+10
* remove i386 asm for single and double precision exp-family functionsRich Felker2020-02-069-62/+3
* rename i386 exp.s to exp_ld.sRich Felker2020-02-062-0/+1
* fix excess precision in return value of i386 log-family functionsRich Felker2020-02-068-0/+20
* fix excess precision in return value of i386 acos[f] and asin[f]Rich Felker2020-02-066-42/+75
* fix excess precision in return value of i386 atan[2][f]Rich Felker2020-02-064-2/+8
* remove legacy time32 timer[fd] syscalls from public syscall.hRich Felker2020-02-0510-36/+52
* remove further legacy time32 clock syscalls from public syscall.hRich Felker2020-02-0510-36/+52
* fix incorrect results for catanf and catanl with some inputsRich Felker2020-02-052-26/+2
* move riscv64 register index constants to signal.hRich Felker2020-02-042-6/+9
* remove legacy clock_gettime and gettimeofday from public syscall.hRich Felker2020-01-3010-18/+25
* fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.hRich Felker2020-01-291-5/+0
* fix unprotected macro argument in sys/ttydefaults.hRich Felker2020-01-291-1/+1
* math/x32: correct lrintl.s for 32-bit longAlexander Monakov2020-01-271-2/+2
* move struct dirent to bits header, allow NAME_MAX to varyRich Felker2020-01-253-12/+15
* 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