about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.2.3 v1.2.3Rich Felker2022-04-072-1/+41
* accept null pointer as message argument to gettext functionspsykose2022-03-271-0/+3
* fix invalid free of duplocale object when malloc has been replacedIsaiah Poston2022-03-161-0/+5
* fix __WORDSIZE on x32 sys/user.hRich Felker2022-03-081-1/+1
* sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13Szabolcs Nagy2022-03-081-0/+9
* sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13Szabolcs Nagy2022-03-081-0/+3
* elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13Szabolcs Nagy2022-03-081-0/+1
* netinet/in.h: add INADDR_DUMMY from linux v5.13Szabolcs Nagy2022-03-081-0/+1
* bits/syscall.h: add landlock syscalls from linux v5.13Szabolcs Nagy2022-03-0816-0/+48
* netinet/tcp.h: add tcp_zerocopy_receive fields from linux v5.12Szabolcs Nagy2022-03-081-0/+4
* netinet/tcp.h: add TCP_NLA_* values up to linux v5.12Szabolcs Nagy2022-03-081-0/+2
* s390x: add ptrace requests from linux v5.12Szabolcs Nagy2022-03-081-0/+3
* bits/syscall.h: add mount_setattr from linux v5.12Szabolcs Nagy2022-03-0816-0/+16
* signal.h: add new sa_flags from linux v5.11Szabolcs Nagy2022-03-081-0/+3
* signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11Szabolcs Nagy2022-03-081-0/+1
* signal.h: add si_code values for SIGSYSSzabolcs Nagy2022-03-081-0/+2
* netinet/tcp.h: add tcp zerocopy related changes from linux v5.11Szabolcs Nagy2022-03-081-0/+5
* netinet/if_ether.h: add ETH_P_CFM from linux v5.11Szabolcs Nagy2022-03-081-0/+1
* sys/socket.h: add new SO_ socket options from linux v5.11Szabolcs Nagy2022-03-081-0/+2
* sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11Szabolcs Nagy2022-03-081-0/+6
* bits/syscall.h: add epoll_pwait2 from linux v5.11Szabolcs Nagy2022-03-0816-0/+16
* nice: return EPERM instead of EACCESAlexey Kodanev2022-03-081-1/+8
* protect stack canary from leak via read-as-string by zeroing second bytejvoisin2022-03-081-0/+9
* math: avoid runtime conversions of floating-point constantsSzabolcs Nagy2022-03-082-2/+6
* fix spurious failures by fgetws when buffer ends with partial characterRich Felker2022-02-201-6/+1
* add missing strerror text for key managementpelco2022-02-191-0/+4
* fix out-of-bound read processing time zone data with distant-past datesRich Felker2022-02-091-14/+12
* fix potentially wrong-sign zero in cproj functions at infinityRich Felker2022-01-183-3/+3
* make fseek detect and produce an error for invalid whence argumentsRich Felker2022-01-091-0/+7
* add SEEK_DATA and SEEK_HOLE to unistd.hÉrico Nogueira2022-01-091-0/+2
* fix failure to use add-cfi scripts on asm when building out-of-treeWesley Wiser2022-01-071-1/+1
* fix wcwidth of hangul combining (vowel/final) lettersRich Felker2021-12-271-58/+60
* fix mismatched signatures for strtod_l familyRich Felker2021-12-092-7/+22
* define NULL as nullptr when used in C++11 or laterIsmael Luceno2021-11-298-8/+24
* fix hwcap access in powerpc-sf setjmp/longjmpRich Felker2021-11-292-2/+2
* fix struct layout mismatch in sound ioctl time32 fallback conversionRich Felker2021-10-191-2/+7
* add qsort_r and make qsort a wrapper around itÉrico Nogueira2021-09-234-17/+36
* add SPE FPU support to powerpc-sfRich Felker2021-09-2311-13/+71
* fix undefined behavior in getdelim via null pointer arithmetic and memcpyRich Felker2021-09-111-3/+5
* fix excessively slow TLS performance on some mips modelsRich Felker2021-08-121-2/+1
* fix error checking in pthread_getname_npÉrico Nogueira2021-08-061-1/+1
* fix libc-internal signal blocking on mips archsRich Felker2021-07-291-2/+2
* fix broken struct shmid_ds on powerpc (32-bit)Rich Felker2021-07-061-1/+1
* math: fix fmaf not to depend on FE_TOWARDZEROSzabolcs Nagy2021-07-061-11/+10
* fix TZ parsing logic for identifying POSIX-form stringsRich Felker2021-06-231-1/+13
* riscv: rename __NR_fstatat __NR_newfstatatKhem Raj2021-06-051-1/+1
* remove return with expression in void functionMichael Forney2021-04-271-1/+1
* remove unnecessary cast for map_library returnÉrico Nogueira2021-04-201-1/+1
* add pthread_getname_np functionÉrico Rolim2021-04-202-0/+26
* fix popen not to leak pipes from one child to anotherRich Felker2021-04-201-0/+6