aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-17sh: fix sigsetjmp corrupting call-saved register r8Rich Felker1-1/+1
2024-02-16add loongarch64 portHongliang Wang29-1/+1116
2024-02-16strftime: fix breakage in last change (uninitialized pointer access)Rich Felker1-1/+6
2024-02-08fix erroneous feature test macro check for ppollRich Felker1-2/+2
2024-02-07syslog: use C locale for timestamp generationRich Felker1-1/+2
2024-02-03stdc-predef.h: prevent redefining __STDC_UTF_{16,32}__ macrosJules Maselbas1-0/+3
2024-02-03riscv: add TLSDESC supportRich Felker2-0/+33
2024-02-03install.sh: avoid creating symlinks with restricted permissionsTim Cuthbertson1-0/+2
2024-02-03sqrtl: fix invalid use of a non-constant-expression as static initializerRich Felker1-2/+2
2024-02-03riscv: correct symbol version of __vdso_flush_icachegns1-1/+1
2024-02-03elf.h: add NT_RISCV_CSR and NT_RISCV_VECTOR constantsElliott Hughes1-0/+2
2024-02-03elf.h: update RISC-V relocation typesFangrui Song1-6/+10
2024-01-25add preadv2 and pwritev2 syscall wrappers, flag value macrosRich Felker3-0/+41
2024-01-21expose ppoll in default feature profileRich Felker2-3/+3
2024-01-21move ppoll from src/linux to src/select reflecting future standardizationRich Felker1-0/+0
2024-01-17remove INT_MAX limit on the n argument to snprintf/swprintfRich Felker2-8/+0
2023-11-21strftime: don't attempt to parse field width without seeing a digitRich Felker1-1/+2
2023-11-16mntent: fields are delimited only by tabs or spaces, not general whitespaceRich Felker1-1/+1
2023-11-16mntent: unescape octal sequencesq661-4/+40
2023-11-06ldso: fix TLSDESC addend processing on archs with backwards descriptorsRich Felker1-1/+1
2023-11-06ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logicRich Felker3-6/+10
2023-11-06byte-based printf family: emit a nul byte for %lc with argument zeroRich Felker1-0/+2
2023-11-06remove arbitrary limit from dns result parsingQuentin Rameau1-1/+0
2023-11-06pass AT_NO_AUTOMOUNT when emulating fstatat via statxAlexey Izbyshev1-0/+1
2023-11-06__year_to_secs: fix dangling pointerAlex Xu (Hello71)1-2/+2
2023-11-06timer_create: volatile static -> static volatileAlex Xu (Hello71)1-1/+1
2023-11-06ensure valid setxid return value in an unexpected error caseMarkus Wichmann1-1/+1
2023-11-06synccall: add separate exit_sem to fix thread release logic bugMarkus Wichmann1-3/+5
2023-11-06ldso: use __ehdr_start if available to locate its own ELF headersRich Felker1-1/+3
2023-11-06remove non-prototype declaration of basename from string.hRich Felker1-3/+0
2023-11-06elf.h: add typedefs for Elf64_Relr and Elf32_RelrViolet Purcell1-0/+5
2023-08-24glob: fix wrong return code when aborting before any matchesRich Felker1-1/+1
2023-08-19statvfs: allocate spare for f_typeнаб2-1/+3
2023-08-19math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small)Szabolcs Nagy1-13/+21
2023-08-19math: fix ld80 acoshl(x) for x < 0Szabolcs Nagy1-3/+7
2023-07-17fix rejection of dns responses with pointers past 512 byte offsetRich Felker1-2/+2
2023-07-04dns stub resolver: increase buffer size to handle chained CNAMEsRich Felker1-1/+1
2023-06-12printf core: fix gratuitous integer formatting buffer sizeRich Felker1-1/+1
2023-06-12all printf variants: fix argument type handling for %c and %lcRich Felker2-4/+4
2023-06-01fix public clone function to be safe and usable by applicationsRich Felker3-16/+68
2023-06-01fix broken thread list unlocking after forkRich Felker1-1/+1
2023-05-26mbrtowc: Fix wrong return value when n > UINT_MAXAlexey Izbyshev1-1/+1
2023-05-21configure: replace -Os with equivalent based on -O2Rich Felker1-1/+14
2023-05-02move fallocate64 declaration under _LARGEFILE64_SOURCE feature testRich Felker1-1/+3
2023-05-01release 1.2.4v1.2.4Rich Felker2-1/+70
2023-04-24fix return value of wmemcmp for extreme wchar_t valuesRich Felker1-1/+1
2023-04-14fix wide printf numbered argument buffer overflowGabriel Ravier1-2/+2
2023-04-11wait4: fix missing rusage on x32 due to wrong success conditionAlexey Izbyshev1-1/+1
2023-04-11semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32Alexey Izbyshev1-1/+2
2023-04-11getopt: fix null pointer arithmetic ubAlexey Izbyshev1-1/+2