aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-22bits/syscall.h: add __NR_fchmodat2 from linux v6.6Gaël PORTAY
2024-02-22remove flag argument from fchmodat syscallGaël PORTAY
2024-02-22bits/syscall.h: add cachestat from linux v6.4Gaël PORTAY
2024-02-22bits/syscall.h: add set_mempolicy_home_node from linux v5.17Gaël PORTAY
2024-02-22bits/syscall.h: add futex_waitv from linux v5.16Gaël PORTAY
2024-02-22bits/syscall.h: add process_mrelease from linux v5.15Rich Felker
2024-02-22bits/syscall.h: add memfd_secret from linux v5.14Gaël PORTAY
2024-02-22add framework to support archs without a native wait4 syscallRich Felker
2024-02-17sh: fix sigsetjmp corrupting call-saved register r8Rich Felker
2024-02-16add loongarch64 portHongliang Wang
2024-02-16strftime: fix breakage in last change (uninitialized pointer access)Rich Felker
2024-02-08fix erroneous feature test macro check for ppollRich Felker
2024-02-07syslog: use C locale for timestamp generationRich Felker
2024-02-03stdc-predef.h: prevent redefining __STDC_UTF_{16,32}__ macrosJules Maselbas
2024-02-03riscv: add TLSDESC supportRich Felker
2024-02-03install.sh: avoid creating symlinks with restricted permissionsTim Cuthbertson
2024-02-03sqrtl: fix invalid use of a non-constant-expression as static initializerRich Felker
2024-02-03riscv: correct symbol version of __vdso_flush_icachegns
2024-02-03elf.h: add NT_RISCV_CSR and NT_RISCV_VECTOR constantsElliott Hughes
2024-02-03elf.h: update RISC-V relocation typesFangrui Song
2024-01-25add preadv2 and pwritev2 syscall wrappers, flag value macrosRich Felker
2024-01-21expose ppoll in default feature profileRich Felker
2024-01-21move ppoll from src/linux to src/select reflecting future standardizationRich Felker
2024-01-17remove INT_MAX limit on the n argument to snprintf/swprintfRich Felker
2023-11-21strftime: don't attempt to parse field width without seeing a digitRich Felker
2023-11-16mntent: fields are delimited only by tabs or spaces, not general whitespaceRich Felker
2023-11-16mntent: unescape octal sequencesq66
2023-11-06ldso: fix TLSDESC addend processing on archs with backwards descriptorsRich Felker
2023-11-06ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logicRich Felker
2023-11-06byte-based printf family: emit a nul byte for %lc with argument zeroRich Felker
2023-11-06remove arbitrary limit from dns result parsingQuentin Rameau
2023-11-06pass AT_NO_AUTOMOUNT when emulating fstatat via statxAlexey Izbyshev
2023-11-06__year_to_secs: fix dangling pointerAlex Xu (Hello71)
2023-11-06timer_create: volatile static -> static volatileAlex Xu (Hello71)
2023-11-06ensure valid setxid return value in an unexpected error caseMarkus Wichmann
2023-11-06synccall: add separate exit_sem to fix thread release logic bugMarkus Wichmann
2023-11-06ldso: use __ehdr_start if available to locate its own ELF headersRich Felker
2023-11-06remove non-prototype declaration of basename from string.hRich Felker
2023-11-06elf.h: add typedefs for Elf64_Relr and Elf32_RelrViolet Purcell
2023-08-24glob: fix wrong return code when aborting before any matchesRich Felker
2023-08-19statvfs: allocate spare for f_typeнаб
2023-08-19math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small)Szabolcs Nagy
2023-08-19math: fix ld80 acoshl(x) for x < 0Szabolcs Nagy
2023-07-17fix rejection of dns responses with pointers past 512 byte offsetRich Felker
2023-07-04dns stub resolver: increase buffer size to handle chained CNAMEsRich Felker
2023-06-12printf core: fix gratuitous integer formatting buffer sizeRich Felker
2023-06-12all printf variants: fix argument type handling for %c and %lcRich Felker
2023-06-01fix public clone function to be safe and usable by applicationsRich Felker
2023-06-01fix broken thread list unlocking after forkRich Felker
2023-05-26mbrtowc: Fix wrong return value when n > UINT_MAXAlexey Izbyshev