about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* update contributor name in authorship noticesRich Felker2024-10-102-3/+3
* fix compile regression in exit on archs without SYS_pauseRich Felker2024-10-101-1/+1
* abstract missing SYS_pause syscall with macrosRich Felker2024-10-102-5/+12
* statx: add new struct statx fields and corresponding mask macrosRich Felker2024-09-131-1/+8
* statx: fix uninitialized attributes/mask in fallback pathRich Felker2024-09-131-1/+1
* statx: fix ENOSYS emulation not setting stx_rdev_*Gabriel Ravier2024-09-131-0/+2
* sysconf: fix _SC_MINSIGSTKSZ computation to match kernel interpretationRich Felker2024-08-311-2/+7
* sigaltstack: enforce dynamic MINSIGSTKSZ limitRich Felker2024-08-311-1/+3
* printf: drastically reduce stack usage without [long] double argsRich Felker2024-08-261-4/+8
* isatty: don't collapse all non-EBADF errors to ENOTTYRich Felker2024-08-201-4/+2
* printf core: replace if(0) blocks around switch cases with explicit gotosRich Felker2024-08-181-3/+3
* iconv: add cp858Rich Felker2024-08-181-0/+11
* catan: remove no-op reduction mod pi and unused codeRich Felker2024-08-163-74/+3
* remove incorrect comment regarding powl exceptional casesRich Felker2024-08-141-8/+0
* strerror: add error strings for EUCLEAN and ENAVAILRich Felker2024-08-101-0/+2
* use hidden visibility for C entry point function _start_cRich Felker2024-08-101-1/+1
* fix lost or delayed wakes in sem_post under certain race conditionsRich Felker2024-08-101-1/+1
* m68k: fix POLLWRNORM and POLLWRBANDBaruch Siach2024-08-091-0/+2
* fix missing make dependency for Scrt1.o due to typoRich Felker2024-08-091-1/+1
* timer_create: replace pthread barrier with semaphores for thread startRich Felker2024-07-241-4/+14
* atexit: fail rather than deadlocking after last handler is calledRich Felker2024-07-241-0/+12
* exit: add back lock to make concurrent calls to exit safeRich Felker2024-07-231-0/+14
* move __utc string object to its own translation unitRich Felker2024-07-232-1/+3
* syslog: revert LOG_FAC/LOG_FACMASK changesRich Felker2024-07-052-3/+3
* siglongjmp: document why this function just calls longjmpRich Felker2024-06-231-0/+5
* inet_ntop: fix the IPv6 leading zero sequence compressionJakub Stasiak2024-06-221-1/+6
* dynlink: avoid copying to temp buffer in get_lfs64Rich Felker2024-06-221-9/+4
* sys/epoll.h: add epoll ioctlsJoe Damato2024-06-221-0/+12
* getusershell: skip blank lines and commentsRich Felker2024-06-211-2/+4
* dynlink: fix get_lfs64() with posix_fallocate64Florian Ziesche2024-06-201-1/+1
* syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macrosRich Felker2024-06-132-4/+4
* add renameat2 linux syscall wrapperTony Ambardar2024-05-232-0/+18
* fix mismatched type in posix_getdents definitionRich Felker2024-05-121-1/+1
* aarch64 crti.o: fix alignment of _init/_finimojyack2024-05-121-0/+2
* fix typo that broke sys/reg.h and sys/user.hGonzalo Alvarez2024-05-112-2/+2
* implement posix_getdents adopted for next issue of POSIXRich Felker2024-05-082-3/+26
* stdint.h: derive limits from __LONG_MAX, use common fast16 typesRich Felker2024-05-0718-340/+9
* sys/user.h: derive __WORDSIZE from __LONG_MAXRich Felker2024-05-075-12/+9
* sys/reg.h: derive __WORDSIZE from __LONG_MAXRich Felker2024-05-0719-42/+9
* unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bitsRich Felker2024-05-0719-37/+7
* unify bits/stat.h for all archs sharing a common definitionRich Felker2024-05-074-54/+0
* align aarch64, riscv64, loongarch64 stat structure padding typeRich Felker2024-05-073-3/+3
* ldso: fix non-functional fix to early dynamic PAGE_SIZE accessRich Felker2024-05-071-3/+5
* strptime: implement conversion specifiers adopted for next POSIX issueRich Felker2024-05-061-1/+65
* printf decimal integer formatting: shave off one divisionRich Felker2024-05-061-1/+2
* riscv mcontext_t/sigcontext: use __aligned__ instead of alignedMichael Forney2024-05-062-2/+2
* add missing STATX_ATTR_* macros omitted when statx was addedRich Felker2024-04-241-0/+10
* initgroups: do not artificially limit number of supplementary groupsRich Felker2024-04-131-4/+22
* printf: fix edge case where hex float precision was not honoredRich Felker2024-04-121-9/+2
* complex: fix comment in cacoshSzabolcs Nagy2024-03-141-1/+1