index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
update contributor name in authorship notices
Rich Felker
2024-10-10
2
-3
/
+3
*
fix compile regression in exit on archs without SYS_pause
Rich Felker
2024-10-10
1
-1
/
+1
*
abstract missing SYS_pause syscall with macros
Rich Felker
2024-10-10
2
-5
/
+12
*
statx: add new struct statx fields and corresponding mask macros
Rich Felker
2024-09-13
1
-1
/
+8
*
statx: fix uninitialized attributes/mask in fallback path
Rich Felker
2024-09-13
1
-1
/
+1
*
statx: fix ENOSYS emulation not setting stx_rdev_*
Gabriel Ravier
2024-09-13
1
-0
/
+2
*
sysconf: fix _SC_MINSIGSTKSZ computation to match kernel interpretation
Rich Felker
2024-08-31
1
-2
/
+7
*
sigaltstack: enforce dynamic MINSIGSTKSZ limit
Rich Felker
2024-08-31
1
-1
/
+3
*
printf: drastically reduce stack usage without [long] double args
Rich Felker
2024-08-26
1
-4
/
+8
*
isatty: don't collapse all non-EBADF errors to ENOTTY
Rich Felker
2024-08-20
1
-4
/
+2
*
printf core: replace if(0) blocks around switch cases with explicit gotos
Rich Felker
2024-08-18
1
-3
/
+3
*
iconv: add cp858
Rich Felker
2024-08-18
1
-0
/
+11
*
catan: remove no-op reduction mod pi and unused code
Rich Felker
2024-08-16
3
-74
/
+3
*
remove incorrect comment regarding powl exceptional cases
Rich Felker
2024-08-14
1
-8
/
+0
*
strerror: add error strings for EUCLEAN and ENAVAIL
Rich Felker
2024-08-10
1
-0
/
+2
*
use hidden visibility for C entry point function _start_c
Rich Felker
2024-08-10
1
-1
/
+1
*
fix lost or delayed wakes in sem_post under certain race conditions
Rich Felker
2024-08-10
1
-1
/
+1
*
m68k: fix POLLWRNORM and POLLWRBAND
Baruch Siach
2024-08-09
1
-0
/
+2
*
fix missing make dependency for Scrt1.o due to typo
Rich Felker
2024-08-09
1
-1
/
+1
*
timer_create: replace pthread barrier with semaphores for thread start
Rich Felker
2024-07-24
1
-4
/
+14
*
atexit: fail rather than deadlocking after last handler is called
Rich Felker
2024-07-24
1
-0
/
+12
*
exit: add back lock to make concurrent calls to exit safe
Rich Felker
2024-07-23
1
-0
/
+14
*
move __utc string object to its own translation unit
Rich Felker
2024-07-23
2
-1
/
+3
*
syslog: revert LOG_FAC/LOG_FACMASK changes
Rich Felker
2024-07-05
2
-3
/
+3
*
siglongjmp: document why this function just calls longjmp
Rich Felker
2024-06-23
1
-0
/
+5
*
inet_ntop: fix the IPv6 leading zero sequence compression
Jakub Stasiak
2024-06-22
1
-1
/
+6
*
dynlink: avoid copying to temp buffer in get_lfs64
Rich Felker
2024-06-22
1
-9
/
+4
*
sys/epoll.h: add epoll ioctls
Joe Damato
2024-06-22
1
-0
/
+12
*
getusershell: skip blank lines and comments
Rich Felker
2024-06-21
1
-2
/
+4
*
dynlink: fix get_lfs64() with posix_fallocate64
Florian Ziesche
2024-06-20
1
-1
/
+1
*
syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macros
Rich Felker
2024-06-13
2
-4
/
+4
*
add renameat2 linux syscall wrapper
Tony Ambardar
2024-05-23
2
-0
/
+18
*
fix mismatched type in posix_getdents definition
Rich Felker
2024-05-12
1
-1
/
+1
*
aarch64 crti.o: fix alignment of _init/_fini
mojyack
2024-05-12
1
-0
/
+2
*
fix typo that broke sys/reg.h and sys/user.h
Gonzalo Alvarez
2024-05-11
2
-2
/
+2
*
implement posix_getdents adopted for next issue of POSIX
Rich Felker
2024-05-08
2
-3
/
+26
*
stdint.h: derive limits from __LONG_MAX, use common fast16 types
Rich Felker
2024-05-07
18
-340
/
+9
*
sys/user.h: derive __WORDSIZE from __LONG_MAX
Rich Felker
2024-05-07
5
-12
/
+9
*
sys/reg.h: derive __WORDSIZE from __LONG_MAX
Rich Felker
2024-05-07
19
-42
/
+9
*
unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bits
Rich Felker
2024-05-07
19
-37
/
+7
*
unify bits/stat.h for all archs sharing a common definition
Rich Felker
2024-05-07
4
-54
/
+0
*
align aarch64, riscv64, loongarch64 stat structure padding type
Rich Felker
2024-05-07
3
-3
/
+3
*
ldso: fix non-functional fix to early dynamic PAGE_SIZE access
Rich Felker
2024-05-07
1
-3
/
+5
*
strptime: implement conversion specifiers adopted for next POSIX issue
Rich Felker
2024-05-06
1
-1
/
+65
*
printf decimal integer formatting: shave off one division
Rich Felker
2024-05-06
1
-1
/
+2
*
riscv mcontext_t/sigcontext: use __aligned__ instead of aligned
Michael Forney
2024-05-06
2
-2
/
+2
*
add missing STATX_ATTR_* macros omitted when statx was added
Rich Felker
2024-04-24
1
-0
/
+10
*
initgroups: do not artificially limit number of supplementary groups
Rich Felker
2024-04-13
1
-4
/
+22
*
printf: fix edge case where hex float precision was not honored
Rich Felker
2024-04-12
1
-9
/
+2
*
complex: fix comment in cacosh
Szabolcs Nagy
2024-03-14
1
-1
/
+1
[next]