summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2022-04-07release 1.2.3v1.2.3Rich Felker-1/+41
2022-03-27accept null pointer as message argument to gettext functionspsykose-0/+3
2022-03-16fix invalid free of duplocale object when malloc has been replacedIsaiah Poston-0/+5
2022-03-08fix __WORDSIZE on x32 sys/user.hRich Felker-1/+1
2022-03-08sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13Szabolcs Nagy-0/+9
2022-03-08sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13Szabolcs Nagy-0/+3
2022-03-08elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13Szabolcs Nagy-0/+1
2022-03-08netinet/in.h: add INADDR_DUMMY from linux v5.13Szabolcs Nagy-0/+1
2022-03-08bits/syscall.h: add landlock syscalls from linux v5.13Szabolcs Nagy-0/+48
2022-03-08netinet/tcp.h: add tcp_zerocopy_receive fields from linux v5.12Szabolcs Nagy-0/+4
2022-03-08netinet/tcp.h: add TCP_NLA_* values up to linux v5.12Szabolcs Nagy-0/+2
2022-03-08s390x: add ptrace requests from linux v5.12Szabolcs Nagy-0/+3
2022-03-08bits/syscall.h: add mount_setattr from linux v5.12Szabolcs Nagy-0/+16
2022-03-08signal.h: add new sa_flags from linux v5.11Szabolcs Nagy-0/+3
2022-03-08signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11Szabolcs Nagy-0/+1
2022-03-08signal.h: add si_code values for SIGSYSSzabolcs Nagy-0/+2
2022-03-08netinet/tcp.h: add tcp zerocopy related changes from linux v5.11Szabolcs Nagy-0/+5
2022-03-08netinet/if_ether.h: add ETH_P_CFM from linux v5.11Szabolcs Nagy-0/+1
2022-03-08sys/socket.h: add new SO_ socket options from linux v5.11Szabolcs Nagy-0/+2
2022-03-08sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11Szabolcs Nagy-0/+6
2022-03-08bits/syscall.h: add epoll_pwait2 from linux v5.11Szabolcs Nagy-0/+16
2022-03-08nice: return EPERM instead of EACCESAlexey Kodanev-1/+8
2022-03-08protect stack canary from leak via read-as-string by zeroing second bytejvoisin-0/+9
2022-03-08math: avoid runtime conversions of floating-point constantsSzabolcs Nagy-2/+6
2022-02-20fix spurious failures by fgetws when buffer ends with partial characterRich Felker-6/+1
2022-02-19add missing strerror text for key managementpelco-0/+4
2022-02-09fix out-of-bound read processing time zone data with distant-past datesRich Felker-14/+12
2022-01-18fix potentially wrong-sign zero in cproj functions at infinityRich Felker-3/+3
2022-01-09make fseek detect and produce an error for invalid whence argumentsRich Felker-0/+7
2022-01-09add SEEK_DATA and SEEK_HOLE to unistd.hÉrico Nogueira-0/+2
2022-01-07fix failure to use add-cfi scripts on asm when building out-of-treeWesley Wiser-1/+1
2021-12-27fix wcwidth of hangul combining (vowel/final) lettersRich Felker-58/+60
2021-12-09fix mismatched signatures for strtod_l familyRich Felker-7/+22
2021-11-29define NULL as nullptr when used in C++11 or laterIsmael Luceno-8/+24
2021-11-29fix hwcap access in powerpc-sf setjmp/longjmpRich Felker-2/+2
2021-10-19fix struct layout mismatch in sound ioctl time32 fallback conversionRich Felker-2/+7
2021-09-23add qsort_r and make qsort a wrapper around itÉrico Nogueira-17/+36
2021-09-23add SPE FPU support to powerpc-sfRich Felker-13/+71
2021-09-11fix undefined behavior in getdelim via null pointer arithmetic and memcpyRich Felker-3/+5
2021-08-12fix excessively slow TLS performance on some mips modelsRich Felker-2/+1
2021-08-06fix error checking in pthread_getname_npÉrico Nogueira-1/+1
2021-07-29fix libc-internal signal blocking on mips archsRich Felker-2/+2
2021-07-06fix broken struct shmid_ds on powerpc (32-bit)Rich Felker-1/+1
2021-07-06math: fix fmaf not to depend on FE_TOWARDZEROSzabolcs Nagy-11/+10
2021-06-23fix TZ parsing logic for identifying POSIX-form stringsRich Felker-1/+13
2021-06-05riscv: rename __NR_fstatat __NR_newfstatatKhem Raj-1/+1
2021-04-27remove return with expression in void functionMichael Forney-1/+1
2021-04-20remove unnecessary cast for map_library returnÉrico Nogueira-1/+1
2021-04-20add pthread_getname_np functionÉrico Rolim-0/+26
2021-04-20fix popen not to leak pipes from one child to anotherRich Felker-0/+6