summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-08-14remove incorrect comment regarding powl exceptional casesRich Felker-8/+0
2024-08-10strerror: add error strings for EUCLEAN and ENAVAILRich Felker-0/+2
2024-08-10fix lost or delayed wakes in sem_post under certain race conditionsRich Felker-1/+1
2024-07-24timer_create: replace pthread barrier with semaphores for thread startRich Felker-4/+14
2024-07-24atexit: fail rather than deadlocking after last handler is calledRich Felker-0/+12
2024-07-23exit: add back lock to make concurrent calls to exit safeRich Felker-0/+14
2024-07-23move __utc string object to its own translation unitRich Felker-1/+3
2024-07-05syslog: revert LOG_FAC/LOG_FACMASK changesRich Felker-1/+1
2024-06-23siglongjmp: document why this function just calls longjmpRich Felker-0/+5
2024-06-22inet_ntop: fix the IPv6 leading zero sequence compressionJakub Stasiak-1/+6
2024-06-21getusershell: skip blank lines and commentsRich Felker-2/+4
2024-06-13syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macrosRich Felker-1/+1
2024-05-23add renameat2 linux syscall wrapperTony Ambardar-0/+11
2024-05-12fix mismatched type in posix_getdents definitionRich Felker-1/+1
2024-05-08implement posix_getdents adopted for next issue of POSIXRich Felker-0/+11
2024-05-06strptime: implement conversion specifiers adopted for next POSIX issueRich Felker-1/+65
2024-05-06printf decimal integer formatting: shave off one divisionRich Felker-1/+2
2024-04-13initgroups: do not artificially limit number of supplementary groupsRich Felker-4/+22
2024-04-12printf: fix edge case where hex float precision was not honoredRich Felker-9/+2
2024-03-14complex: fix comment in cacoshSzabolcs Nagy-1/+1
2024-03-14math: fix fma(x,y,0) when x*y rounds to -0Szabolcs Nagy-1/+1
2024-03-14fix pwrite/pwritev handling of O_APPEND filesRich Felker-1/+20
2024-03-02iconv: fix missing bounds checking for shift_jis decodingRich Felker-0/+1
2024-03-02add missing inline keyword on default a_barrier definitionRich Felker-1/+1
2024-03-01iconv: add aliases for GBKRich Felker-1/+1
2024-03-01iconv: add euro symbol to GBK as single byte 0x80Rich Felker-0/+4
2024-02-29iconv: add cp932 as an alias for shift_jisRich Felker-1/+1
2024-02-29riscv32: add thread supportStefan O'Rear-0/+76
2024-02-29riscv32: add setjmp/longjmp and sigreturnStefan O'Rear-0/+114
2024-02-29riscv32: add dlsymStefan O'Rear-0/+6
2024-02-29riscv32: add fenv and mathStefan O'Rear-0/+239
2024-02-29getnameinfo: fix calling __dns_parse with potentially too large rlenAlexey Izbyshev-1/+3
2024-02-29posix_spawn: fix child spinning on write to a broken pipeAlexey Izbyshev-1/+6
2024-02-26loongarch64 __clone: align stack pointer mod 16wanghongliang-0/+1
2024-02-25riscv: fall back to syscall __riscv_flush_icacheStefan O'Rear-0/+1
2024-02-25sh dlsym: fix passing of return address for RTLD_NEXT useRich Felker-1/+1
2024-02-24add statx interface using syscall, fallback to fstatatDuncan Bellamy-0/+42
2024-02-22use new SYS_fchmodat2 syscall to implement fchmodat with flagsGaël PORTAY-1/+4
2024-02-22remove flag argument from fchmodat syscallGaël PORTAY-1/+1
2024-02-22add framework to support archs without a native wait4 syscallRich Felker-4/+71
2024-02-17sh: fix sigsetjmp corrupting call-saved register r8Rich Felker-1/+1
2024-02-16add loongarch64 portHongliang Wang-0/+257
2024-02-16strftime: fix breakage in last change (uninitialized pointer access)Rich Felker-1/+6
2024-02-07syslog: use C locale for timestamp generationRich Felker-1/+2
2024-02-03riscv: add TLSDESC supportRich Felker-0/+32
2024-02-03sqrtl: fix invalid use of a non-constant-expression as static initializerRich Felker-2/+2
2024-02-03riscv: correct symbol version of __vdso_flush_icachegns-1/+1
2024-01-25add preadv2 and pwritev2 syscall wrappers, flag value macrosRich Felker-0/+34
2024-01-21expose ppoll in default feature profileRich Felker-1/+1
2024-01-21move ppoll from src/linux to src/select reflecting future standardizationRich Felker-0/+0