4966 Commits (6d8000d3c6e1026415f8398f540f5f3783622538)
 

Author SHA1 Message Date
Rich Felker 6d8000d3c6 abstract missing SYS_pause syscall with macros 2 years ago
Rich Felker 23ab04a863 statx: add new struct statx fields and corresponding mask macros 2 years ago
Rich Felker 4ca8c26776 statx: fix uninitialized attributes/mask in fallback path 2 years ago
Gabriel Ravier 251cbb6366 statx: fix ENOSYS emulation not setting stx_rdev_* 2 years ago
Rich Felker 8c43c56269 sysconf: fix _SC_MINSIGSTKSZ computation to match kernel interpretation 2 years ago
Rich Felker 300a1f5390 sigaltstack: enforce dynamic MINSIGSTKSZ limit 2 years ago
Rich Felker 572a2e2eb9 printf: drastically reduce stack usage without [long] double args 2 years ago
Rich Felker c94a0c16f0 isatty: don't collapse all non-EBADF errors to ENOTTY 2 years ago
Rich Felker ee18e584bf printf core: replace if(0) blocks around switch cases with explicit gotos 2 years ago
Rich Felker 06a9647093 iconv: add cp858 2 years ago
Rich Felker e1b57ede3e catan: remove no-op reduction mod pi and unused code 2 years ago
Rich Felker ca4e632df4 remove incorrect comment regarding powl exceptional cases 2 years ago
Rich Felker c851b268bd strerror: add error strings for EUCLEAN and ENAVAIL 2 years ago
Rich Felker 9c78557af0 use hidden visibility for C entry point function _start_c 2 years ago
Rich Felker 882aedf6a1 fix lost or delayed wakes in sem_post under certain race conditions 2 years ago
Baruch Siach b09e3174a6 m68k: fix POLLWRNORM and POLLWRBAND 2 years ago
Rich Felker 2de6b42605 fix missing make dependency for Scrt1.o due to typo 2 years ago
Rich Felker cde213f9c3 timer_create: replace pthread barrier with semaphores for thread start 2 years ago
Rich Felker 9ee6f10407 atexit: fail rather than deadlocking after last handler is called 2 years ago
Rich Felker 8cca79a72c exit: add back lock to make concurrent calls to exit safe 2 years ago
Rich Felker ef7d0ae212 move __utc string object to its own translation unit 2 years ago
Rich Felker dd1e63c363 syslog: revert LOG_FAC/LOG_FACMASK changes 2 years ago
Rich Felker 008f737ddf siglongjmp: document why this function just calls longjmp 2 years ago
Jakub Stasiak 947b4574fa inet_ntop: fix the IPv6 leading zero sequence compression 2 years ago
Rich Felker 50ab830633 dynlink: avoid copying to temp buffer in get_lfs64 2 years ago
Joe Damato 1b97d0060b sys/epoll.h: add epoll ioctls 2 years ago
Rich Felker ab31e9d6a0 getusershell: skip blank lines and comments 2 years ago
Florian Ziesche 53ac44ff4c dynlink: fix get_lfs64() with posix_fallocate64 2 years ago
Rich Felker 895736d49b syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macros 2 years ago
Tony Ambardar 05ce67fea9 add renameat2 linux syscall wrapper 2 years ago
Rich Felker 0079972992 fix mismatched type in posix_getdents definition 2 years ago
mojyack cbf59dd662 aarch64 crti.o: fix alignment of _init/_fini 2 years ago
Gonzalo Alvarez 84015cee17 fix typo that broke sys/reg.h and sys/user.h 2 years ago
Rich Felker 1b0d48517f implement posix_getdents adopted for next issue of POSIX 2 years ago
Rich Felker 2c124e13bd stdint.h: derive limits from __LONG_MAX, use common fast16 types 2 years ago
Rich Felker 7019fbe103 sys/user.h: derive __WORDSIZE from __LONG_MAX 2 years ago
Rich Felker e709a6f07a sys/reg.h: derive __WORDSIZE from __LONG_MAX 2 years ago
Rich Felker 29b216b2f2 unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bits 2 years ago
Rich Felker 0dfa1d8caa unify bits/stat.h for all archs sharing a common definition 2 years ago
Rich Felker ef600888d2 align aarch64, riscv64, loongarch64 stat structure padding type 2 years ago
Rich Felker 6f666231bf ldso: fix non-functional fix to early dynamic PAGE_SIZE access 2 years ago
Rich Felker fced99e93d strptime: implement conversion specifiers adopted for next POSIX issue 2 years ago
Rich Felker 3f9d4224d8 printf decimal integer formatting: shave off one division 2 years ago
Michael Forney a23cf8f9c5 riscv mcontext_t/sigcontext: use __aligned__ instead of aligned 2 years ago
Rich Felker cbf1c7b605 add missing STATX_ATTR_* macros omitted when statx was added 2 years ago
Rich Felker 3f49203c55 initgroups: do not artificially limit number of supplementary groups 2 years ago
Rich Felker 24ebbbdedc printf: fix edge case where hex float precision was not honored 2 years ago
Szabolcs Nagy e3b0ace505 complex: fix comment in cacosh 2 years ago
Szabolcs Nagy 9683bd6241 math: fix fma(x,y,0) when x*y rounds to -0 2 years ago
Rich Felker 5370070fde fix pwrite/pwritev handling of O_APPEND files 2 years ago