COMMITS
August 15, 2024
R
catan: remove no-op reduction mod pi and unused code
Rich Felker committed
R
remove incorrect comment regarding powl exceptional cases
Rich Felker committed
August 11, 2024
R
strerror: add error strings for EUCLEAN and ENAVAIL
Rich Felker committed
August 10, 2024
R
use hidden visibility for C entry point function _start_c
Rich Felker committed
R
fix lost or delayed wakes in sem_post under certain race conditions
Rich Felker committed
R
fix missing make dependency for Scrt1.o due to typo
Rich Felker committed
August 7, 2024
B
m68k: fix POLLWRNORM and POLLWRBAND
Baruch Siach committed
July 24, 2024
R
timer_create: replace pthread barrier with semaphores for thread start
Rich Felker committed
R
atexit: fail rather than deadlocking after last handler is called
Rich Felker committed
R
exit: add back lock to make concurrent calls to exit safe
Rich Felker committed
July 23, 2024
R
move __utc string object to its own translation unit
Rich Felker committed
July 5, 2024
R
syslog: revert LOG_FAC/LOG_FACMASK changes
Rich Felker committed
June 24, 2024
R
siglongjmp: document why this function just calls longjmp
Rich Felker committed
June 13, 2024
J
inet_ntop: fix the IPv6 leading zero sequence compression
Jakub Stasiak committed
R
syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macros
Rich Felker committed
June 22, 2024
R
dynlink: avoid copying to temp buffer in get_lfs64
Rich Felker committed
R
getusershell: skip blank lines and comments
Rich Felker committed
May 29, 2024
J
sys/epoll.h: add epoll ioctls
Joe Damato committed
June 21, 2024
F
dynlink: fix get_lfs64() with posix_fallocate64
Florian Ziesche committed
May 7, 2024
T
add renameat2 linux syscall wrapper
Tony Ambardar committed
R
stdint.h: derive limits from __LONG_MAX, use common fast16 types
Rich Felker committed
R
sys/user.h: derive __WORDSIZE from __LONG_MAX
Rich Felker committed
R
sys/reg.h: derive __WORDSIZE from __LONG_MAX
Rich Felker committed
R
unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bits
Rich Felker committed
R
unify bits/stat.h for all archs sharing a common definition
Rich Felker committed
R
align aarch64, riscv64, loongarch64 stat structure padding type
Rich Felker committed
May 12, 2024
R
fix mismatched type in posix_getdents definition
Rich Felker committed
M
aarch64 crti.o: fix alignment of _init/_fini
mojyack committed
May 11, 2024
G
fix typo that broke sys/reg.h and sys/user.h
Gonzalo Alvarez committed
May 8, 2024
R
implement posix_getdents adopted for next issue of POSIX
Rich Felker committed