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