about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* bits/syscall.h: add __NR_fchmodat2 from linux v6.6Gaël PORTAY2024-02-2216-0/+16
* remove flag argument from fchmodat syscallGaël PORTAY2024-02-221-1/+1
* bits/syscall.h: add cachestat from linux v6.4Gaël PORTAY2024-02-2216-0/+16
* bits/syscall.h: add set_mempolicy_home_node from linux v5.17Gaël PORTAY2024-02-2216-0/+16
* bits/syscall.h: add futex_waitv from linux v5.16Gaël PORTAY2024-02-2216-0/+16
* bits/syscall.h: add process_mrelease from linux v5.15Rich Felker2024-02-2216-0/+16
* bits/syscall.h: add memfd_secret from linux v5.14Gaël PORTAY2024-02-224-0/+4
* add framework to support archs without a native wait4 syscallRich Felker2024-02-226-4/+71
* sh: fix sigsetjmp corrupting call-saved register r8Rich Felker2024-02-171-1/+1
* add loongarch64 portHongliang Wang2024-02-1629-1/+1116
* strftime: fix breakage in last change (uninitialized pointer access)Rich Felker2024-02-161-1/+6
* fix erroneous feature test macro check for ppollRich Felker2024-02-081-2/+2
* syslog: use C locale for timestamp generationRich Felker2024-02-071-1/+2
* stdc-predef.h: prevent redefining __STDC_UTF_{16,32}__ macrosJules Maselbas2024-02-031-0/+3
* riscv: add TLSDESC supportRich Felker2024-02-032-0/+33
* install.sh: avoid creating symlinks with restricted permissionsTim Cuthbertson2024-02-031-0/+2
* sqrtl: fix invalid use of a non-constant-expression as static initializerRich Felker2024-02-031-2/+2
* riscv: correct symbol version of __vdso_flush_icachegns2024-02-031-1/+1
* elf.h: add NT_RISCV_CSR and NT_RISCV_VECTOR constantsElliott Hughes2024-02-031-0/+2
* elf.h: update RISC-V relocation typesFangrui Song2024-02-031-6/+10
* add preadv2 and pwritev2 syscall wrappers, flag value macrosRich Felker2024-01-253-0/+41
* expose ppoll in default feature profileRich Felker2024-01-212-3/+3
* move ppoll from src/linux to src/select reflecting future standardizationRich Felker2024-01-211-0/+0
* remove INT_MAX limit on the n argument to snprintf/swprintfRich Felker2024-01-172-8/+0
* strftime: don't attempt to parse field width without seeing a digitRich Felker2023-11-211-1/+2
* mntent: fields are delimited only by tabs or spaces, not general whitespaceRich Felker2023-11-161-1/+1
* mntent: unescape octal sequencesq662023-11-161-4/+40
* ldso: fix TLSDESC addend processing on archs with backwards descriptorsRich Felker2023-11-061-1/+1
* ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logicRich Felker2023-11-063-6/+10
* byte-based printf family: emit a nul byte for %lc with argument zeroRich Felker2023-11-061-0/+2
* remove arbitrary limit from dns result parsingQuentin Rameau2023-11-061-1/+0
* pass AT_NO_AUTOMOUNT when emulating fstatat via statxAlexey Izbyshev2023-11-061-0/+1
* __year_to_secs: fix dangling pointerAlex Xu (Hello71)2023-11-061-2/+2
* timer_create: volatile static -> static volatileAlex Xu (Hello71)2023-11-061-1/+1
* ensure valid setxid return value in an unexpected error caseMarkus Wichmann2023-11-061-1/+1
* synccall: add separate exit_sem to fix thread release logic bugMarkus Wichmann2023-11-061-3/+5
* ldso: use __ehdr_start if available to locate its own ELF headersRich Felker2023-11-061-1/+3
* remove non-prototype declaration of basename from string.hRich Felker2023-11-061-3/+0
* elf.h: add typedefs for Elf64_Relr and Elf32_RelrViolet Purcell2023-11-061-0/+5
* glob: fix wrong return code when aborting before any matchesRich Felker2023-08-241-1/+1
* statvfs: allocate spare for f_typeнаб2023-08-192-1/+3
* math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small)Szabolcs Nagy2023-08-191-13/+21
* math: fix ld80 acoshl(x) for x < 0Szabolcs Nagy2023-08-191-3/+7
* fix rejection of dns responses with pointers past 512 byte offsetRich Felker2023-07-171-2/+2
* dns stub resolver: increase buffer size to handle chained CNAMEsRich Felker2023-07-041-1/+1
* printf core: fix gratuitous integer formatting buffer sizeRich Felker2023-06-121-1/+1
* all printf variants: fix argument type handling for %c and %lcRich Felker2023-06-122-4/+4
* fix public clone function to be safe and usable by applicationsRich Felker2023-06-013-16/+68
* fix broken thread list unlocking after forkRich Felker2023-06-011-1/+1
* mbrtowc: Fix wrong return value when n > UINT_MAXAlexey Izbyshev2023-05-261-1/+1