summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-02-09iconv: fix erroneous decoding of some invalid ShiftJIS sequencesRich Felker-0/+2
2025-02-09s390x: manually inline __tls_get_addr in __tls_get_offsetAlex Rønne Petersen-10/+10
2024-12-23mq: add x32-specific implementations to work around mismatched kernel ABIRich Felker-0/+36
2024-12-13SIGEV_THREAD timers: re-block signals when reusing kernel threadRich Felker-0/+2
2024-12-13SIGEV_THREAD timers: fix fatal signal if internal SIGTIMER becomes unblockedRich Felker-1/+8
2024-10-22loongarch64: add TLSDESC supportXing Li-0/+37
2024-10-22mntent: exclude trailing newline from parsed fieldAlyssa Ross-1/+1
2024-10-10update contributor name in authorship noticesRich Felker-1/+1
2024-10-10fix compile regression in exit on archs without SYS_pauseRich Felker-1/+1
2024-10-10abstract missing SYS_pause syscall with macrosRich Felker-5/+12
2024-09-13statx: fix uninitialized attributes/mask in fallback pathRich Felker-1/+1
2024-09-13statx: fix ENOSYS emulation not setting stx_rdev_*Gabriel Ravier-0/+2
2024-08-31sysconf: fix _SC_MINSIGSTKSZ computation to match kernel interpretationRich Felker-2/+7
2024-08-31sigaltstack: enforce dynamic MINSIGSTKSZ limitRich Felker-1/+3
2024-08-26printf: drastically reduce stack usage without [long] double argsRich Felker-4/+8
2024-08-20isatty: don't collapse all non-EBADF errors to ENOTTYRich Felker-4/+2
2024-08-18printf core: replace if(0) blocks around switch cases with explicit gotosRich Felker-3/+3
2024-08-18iconv: add cp858Rich Felker-0/+11
2024-08-16catan: remove no-op reduction mod pi and unused codeRich Felker-74/+3
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