Rich Felker
|
dd1e63c363
syslog: revert LOG_FAC/LOG_FACMASK changes
|
4 months ago |
Rich Felker
|
008f737ddf
siglongjmp: document why this function just calls longjmp
|
4 months ago |
Jakub Stasiak
|
947b4574fa
inet_ntop: fix the IPv6 leading zero sequence compression
|
4 months ago |
Rich Felker
|
50ab830633
dynlink: avoid copying to temp buffer in get_lfs64
|
4 months ago |
Joe Damato
|
1b97d0060b
sys/epoll.h: add epoll ioctls
|
5 months ago |
Rich Felker
|
ab31e9d6a0
getusershell: skip blank lines and comments
|
4 months ago |
Florian Ziesche
|
53ac44ff4c
dynlink: fix get_lfs64() with posix_fallocate64
|
4 months ago |
Rich Felker
|
895736d49b
syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macros
|
4 months ago |
Tony Ambardar
|
05ce67fea9
add renameat2 linux syscall wrapper
|
6 months ago |
Rich Felker
|
0079972992
fix mismatched type in posix_getdents definition
|
6 months ago |
mojyack
|
cbf59dd662
aarch64 crti.o: fix alignment of _init/_fini
|
6 months ago |
Gonzalo Alvarez
|
84015cee17
fix typo that broke sys/reg.h and sys/user.h
|
6 months ago |
Rich Felker
|
1b0d48517f
implement posix_getdents adopted for next issue of POSIX
|
6 months ago |
Rich Felker
|
2c124e13bd
stdint.h: derive limits from __LONG_MAX, use common fast16 types
|
6 months ago |
Rich Felker
|
7019fbe103
sys/user.h: derive __WORDSIZE from __LONG_MAX
|
6 months ago |
Rich Felker
|
e709a6f07a
sys/reg.h: derive __WORDSIZE from __LONG_MAX
|
6 months ago |
Rich Felker
|
29b216b2f2
unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bits
|
6 months ago |
Rich Felker
|
0dfa1d8caa
unify bits/stat.h for all archs sharing a common definition
|
6 months ago |
Rich Felker
|
ef600888d2
align aarch64, riscv64, loongarch64 stat structure padding type
|
6 months ago |
Rich Felker
|
6f666231bf
ldso: fix non-functional fix to early dynamic PAGE_SIZE access
|
6 months ago |
Rich Felker
|
fced99e93d
strptime: implement conversion specifiers adopted for next POSIX issue
|
6 months ago |
Rich Felker
|
3f9d4224d8
printf decimal integer formatting: shave off one division
|
6 months ago |
Michael Forney
|
a23cf8f9c5
riscv mcontext_t/sigcontext: use __aligned__ instead of aligned
|
6 months ago |
Rich Felker
|
cbf1c7b605
add missing STATX_ATTR_* macros omitted when statx was added
|
6 months ago |
Rich Felker
|
3f49203c55
initgroups: do not artificially limit number of supplementary groups
|
7 months ago |
Rich Felker
|
24ebbbdedc
printf: fix edge case where hex float precision was not honored
|
7 months ago |
Szabolcs Nagy
|
e3b0ace505
complex: fix comment in cacosh
|
8 months ago |
Szabolcs Nagy
|
9683bd6241
math: fix fma(x,y,0) when x*y rounds to -0
|
8 months ago |
Rich Felker
|
5370070fde
fix pwrite/pwritev handling of O_APPEND files
|
8 months ago |
Rich Felker
|
bdc9a9ff6f
uio.h: add RWF_NOAPPEND flag for pwritev2
|
8 months ago |