about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* mntent: fix parsing lines with optional fieldsAlyssa Ross2022-05-151-3/+7
* fix constraint violation in qsort wrapper around qsort_rRich Felker2022-05-061-1/+1
* use __fstat instead of __fstatat with AT_EMPTY_PATH in __map_fileRich Felker2022-05-041-2/+1
* provide an internal namespace-safe __fstatRich Felker2022-05-042-2/+5
* only use fstatat and others legacy stat syscalls if they existRich Felker2022-05-011-1/+9
* drop direct use of stat syscalls in internal __map_fileRich Felker2022-05-011-3/+3
* provide an internal namespace-safe __fstatatRich Felker2022-05-012-1/+11
* drop direct use of stat syscalls in fchmodatRich Felker2022-05-011-8/+7
* drop use of stat operation in temporary file name generationRich Felker2022-05-012-10/+6
* only fallback to gettimeofday/settimeofday syscalls if they existStefan O'Rear2022-05-011-0/+4
* only use getrlimit/setrlimit syscalls if they existStefan O'Rear2022-05-012-1/+11
* don't remap internal-use syscall macros to nonexistent time32 syscallsStefan O'Rear2022-04-271-10/+10
* remove ARMSUBARCH relic from configureStefan O'Rear2022-04-271-5/+0
* add missing POSIX confstr keys for pthread CFLAGS/LDFLAGSRich Felker2022-04-202-1/+3
* fix incorrect parameter name in internal netlink.h RTA_OK macroOndrej Jirman2022-04-101-1/+1
* 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