Age | Commit message (Expand) | Author | Files | Lines |
2022-04-27 | don't remap internal-use syscall macros to nonexistent time32 syscalls | Stefan O'Rear | 1 | -10/+10 |
2022-04-27 | remove ARMSUBARCH relic from configure | Stefan O'Rear | 1 | -5/+0 |
2022-04-20 | add missing POSIX confstr keys for pthread CFLAGS/LDFLAGS | Rich Felker | 2 | -1/+3 |
2022-04-10 | fix incorrect parameter name in internal netlink.h RTA_OK macro | Ondrej Jirman | 1 | -1/+1 |
2022-04-07 | release 1.2.3v1.2.3 | Rich Felker | 2 | -1/+41 |
2022-03-27 | accept null pointer as message argument to gettext functions | psykose | 1 | -0/+3 |
2022-03-16 | fix invalid free of duplocale object when malloc has been replaced | Isaiah Poston | 1 | -0/+5 |
2022-03-08 | fix __WORDSIZE on x32 sys/user.h | Rich Felker | 1 | -1/+1 |
2022-03-08 | sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13 | Szabolcs Nagy | 1 | -0/+9 |
2022-03-08 | sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13 | Szabolcs Nagy | 1 | -0/+3 |
2022-03-08 | elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13 | Szabolcs Nagy | 1 | -0/+1 |
2022-03-08 | netinet/in.h: add INADDR_DUMMY from linux v5.13 | Szabolcs Nagy | 1 | -0/+1 |
2022-03-08 | bits/syscall.h: add landlock syscalls from linux v5.13 | Szabolcs Nagy | 16 | -0/+48 |
2022-03-08 | netinet/tcp.h: add tcp_zerocopy_receive fields from linux v5.12 | Szabolcs Nagy | 1 | -0/+4 |
2022-03-08 | netinet/tcp.h: add TCP_NLA_* values up to linux v5.12 | Szabolcs Nagy | 1 | -0/+2 |
2022-03-08 | s390x: add ptrace requests from linux v5.12 | Szabolcs Nagy | 1 | -0/+3 |
2022-03-08 | bits/syscall.h: add mount_setattr from linux v5.12 | Szabolcs Nagy | 16 | -0/+16 |
2022-03-08 | signal.h: add new sa_flags from linux v5.11 | Szabolcs Nagy | 1 | -0/+3 |
2022-03-08 | signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11 | Szabolcs Nagy | 1 | -0/+1 |
2022-03-08 | signal.h: add si_code values for SIGSYS | Szabolcs Nagy | 1 | -0/+2 |
2022-03-08 | netinet/tcp.h: add tcp zerocopy related changes from linux v5.11 | Szabolcs Nagy | 1 | -0/+5 |
2022-03-08 | netinet/if_ether.h: add ETH_P_CFM from linux v5.11 | Szabolcs Nagy | 1 | -0/+1 |
2022-03-08 | sys/socket.h: add new SO_ socket options from linux v5.11 | Szabolcs Nagy | 1 | -0/+2 |
2022-03-08 | sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11 | Szabolcs Nagy | 1 | -0/+6 |
2022-03-08 | bits/syscall.h: add epoll_pwait2 from linux v5.11 | Szabolcs Nagy | 16 | -0/+16 |
2022-03-08 | nice: return EPERM instead of EACCES | Alexey Kodanev | 1 | -1/+8 |
2022-03-08 | protect stack canary from leak via read-as-string by zeroing second byte | jvoisin | 1 | -0/+9 |
2022-03-08 | math: avoid runtime conversions of floating-point constants | Szabolcs Nagy | 2 | -2/+6 |
2022-02-20 | fix spurious failures by fgetws when buffer ends with partial character | Rich Felker | 1 | -6/+1 |
2022-02-19 | add missing strerror text for key management | pelco | 1 | -0/+4 |
2022-02-09 | fix out-of-bound read processing time zone data with distant-past dates | Rich Felker | 1 | -14/+12 |
2022-01-18 | fix potentially wrong-sign zero in cproj functions at infinity | Rich Felker | 3 | -3/+3 |
2022-01-09 | make fseek detect and produce an error for invalid whence arguments | Rich Felker | 1 | -0/+7 |
2022-01-09 | add SEEK_DATA and SEEK_HOLE to unistd.h | Érico Nogueira | 1 | -0/+2 |
2022-01-07 | fix failure to use add-cfi scripts on asm when building out-of-tree | Wesley Wiser | 1 | -1/+1 |
2021-12-27 | fix wcwidth of hangul combining (vowel/final) letters | Rich Felker | 1 | -58/+60 |
2021-12-09 | fix mismatched signatures for strtod_l family | Rich Felker | 2 | -7/+22 |
2021-11-29 | define NULL as nullptr when used in C++11 or later | Ismael Luceno | 8 | -8/+24 |
2021-11-29 | fix hwcap access in powerpc-sf setjmp/longjmp | Rich Felker | 2 | -2/+2 |
2021-10-19 | fix struct layout mismatch in sound ioctl time32 fallback conversion | Rich Felker | 1 | -2/+7 |
2021-09-23 | add qsort_r and make qsort a wrapper around it | Érico Nogueira | 4 | -17/+36 |
2021-09-23 | add SPE FPU support to powerpc-sf | Rich Felker | 11 | -13/+71 |
2021-09-11 | fix undefined behavior in getdelim via null pointer arithmetic and memcpy | Rich Felker | 1 | -3/+5 |
2021-08-12 | fix excessively slow TLS performance on some mips models | Rich Felker | 1 | -2/+1 |
2021-08-06 | fix error checking in pthread_getname_np | Érico Nogueira | 1 | -1/+1 |
2021-07-29 | fix libc-internal signal blocking on mips archs | Rich Felker | 1 | -2/+2 |
2021-07-06 | fix broken struct shmid_ds on powerpc (32-bit) | Rich Felker | 1 | -1/+1 |
2021-07-06 | math: fix fmaf not to depend on FE_TOWARDZERO | Szabolcs Nagy | 1 | -11/+10 |
2021-06-23 | fix TZ parsing logic for identifying POSIX-form strings | Rich Felker | 1 | -1/+13 |
2021-06-05 | riscv: rename __NR_fstatat __NR_newfstatat | Khem Raj | 1 | -1/+1 |