aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
6 daysfix mismatched type in posix_getdents definitionHEADmasterRich Felker
10 daysimplement posix_getdents adopted for next issue of POSIXRich Felker
11 daysstrptime: implement conversion specifiers adopted for next POSIX issueRich Felker
12 daysprintf decimal integer formatting: shave off one divisionRich Felker
2024-04-13initgroups: do not artificially limit number of supplementary groupsRich Felker
2024-04-12printf: fix edge case where hex float precision was not honoredRich Felker
2024-03-14complex: fix comment in cacoshSzabolcs Nagy
2024-03-14math: fix fma(x,y,0) when x*y rounds to -0Szabolcs Nagy
2024-03-14fix pwrite/pwritev handling of O_APPEND filesRich Felker
2024-03-02iconv: fix missing bounds checking for shift_jis decodingRich Felker
2024-03-02add missing inline keyword on default a_barrier definitionRich Felker
2024-03-01iconv: add aliases for GBKRich Felker
2024-03-01iconv: add euro symbol to GBK as single byte 0x80Rich Felker
2024-02-29iconv: add cp932 as an alias for shift_jisRich Felker
2024-02-29riscv32: add thread supportStefan O'Rear
2024-02-29riscv32: add setjmp/longjmp and sigreturnStefan O'Rear
2024-02-29riscv32: add dlsymStefan O'Rear
2024-02-29riscv32: add fenv and mathStefan O'Rear
2024-02-29getnameinfo: fix calling __dns_parse with potentially too large rlenAlexey Izbyshev
2024-02-29posix_spawn: fix child spinning on write to a broken pipeAlexey Izbyshev
2024-02-26loongarch64 __clone: align stack pointer mod 16wanghongliang
2024-02-25riscv: fall back to syscall __riscv_flush_icacheStefan O'Rear
2024-02-25sh dlsym: fix passing of return address for RTLD_NEXT useRich Felker
2024-02-24add statx interface using syscall, fallback to fstatatDuncan Bellamy
2024-02-22use new SYS_fchmodat2 syscall to implement fchmodat with flagsGaël PORTAY
2024-02-22remove flag argument from fchmodat syscallGaë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-07syslog: use C locale for timestamp generationRich Felker
2024-02-03riscv: add TLSDESC supportRich Felker
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-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: 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-08-24glob: fix wrong return code when aborting before any matchesRich Felker