summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2024-10-22loongarch64: add TLSDESC supportHEADmasterXing Li-0/+39
2024-10-22wire up vdso clock_gettime for riscv32 and riscv64Rich Felker-4/+2
2024-10-22wire up vdso clock_gettime for powerpc, powerpc64, and s390xRich Felker-0/+14
2024-10-22mips: use preferred asm mnemomic jr for better assembler compatibilityAlex Rønne Petersen-6/+6
2024-10-22mntent: exclude trailing newline from parsed fieldAlyssa Ross-1/+1
2024-10-22arm: fix _init/_fini alignment in crti.oAlex Rønne Petersen-0/+2
2024-10-12sys/stat.h: fix typo in statx member name stx_dio_offset_alignKhem Raj-1/+1
2024-10-11s390x: don't allow br r0 in CRTJMP asmStefan Liebler-1/+1
2024-10-10update contributor name in authorship noticesRich Felker-3/+3
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: add new struct statx fields and corresponding mask macrosRich Felker-1/+8
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-10use hidden visibility for C entry point function _start_cRich Felker-1/+1
2024-08-10fix lost or delayed wakes in sem_post under certain race conditionsRich Felker-1/+1
2024-08-09m68k: fix POLLWRNORM and POLLWRBANDBaruch Siach-0/+2
2024-08-09fix missing make dependency for Scrt1.o due to typoRich 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-3/+3
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-22dynlink: avoid copying to temp buffer in get_lfs64Rich Felker-9/+4
2024-06-22sys/epoll.h: add epoll ioctlsJoe Damato-0/+12
2024-06-21getusershell: skip blank lines and commentsRich Felker-2/+4
2024-06-20dynlink: fix get_lfs64() with posix_fallocate64Florian Ziesche-1/+1
2024-06-13syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macrosRich Felker-4/+4
2024-05-23add renameat2 linux syscall wrapperTony Ambardar-0/+18
2024-05-12fix mismatched type in posix_getdents definitionRich Felker-1/+1
2024-05-12aarch64 crti.o: fix alignment of _init/_finimojyack-0/+2
2024-05-11fix typo that broke sys/reg.h and sys/user.hGonzalo Alvarez-2/+2
2024-05-08implement posix_getdents adopted for next issue of POSIXRich Felker-3/+26
2024-05-07stdint.h: derive limits from __LONG_MAX, use common fast16 typesRich Felker-340/+9
2024-05-07sys/user.h: derive __WORDSIZE from __LONG_MAXRich Felker-12/+9
2024-05-07sys/reg.h: derive __WORDSIZE from __LONG_MAXRich Felker-42/+9
2024-05-07unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bitsRich Felker-37/+7
2024-05-07unify bits/stat.h for all archs sharing a common definitionRich Felker-54/+0
2024-05-07align aarch64, riscv64, loongarch64 stat structure padding typeRich Felker-3/+3