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
*
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
*
math: fix fma(x,y,0) when x*y rounds to -0
Szabolcs Nagy
2024-03-14
1
-1
/
+1
*
fix pwrite/pwritev handling of O_APPEND files
Rich Felker
2024-03-14
2
-1
/
+20
*
uio.h: add RWF_NOAPPEND flag for pwritev2
Rich Felker
2024-03-13
1
-0
/
+1
*
iconv: fix missing bounds checking for shift_jis decoding
Rich Felker
2024-03-02
1
-0
/
+1
*
add missing inline keyword on default a_barrier definition
Rich Felker
2024-03-02
1
-1
/
+1
*
iconv: add aliases for GBK
Rich Felker
2024-03-01
1
-1
/
+1
*
iconv: add euro symbol to GBK as single byte 0x80
Rich Felker
2024-03-01
1
-0
/
+4
*
release 1.2.5
v1.2.5
Rich Felker
2024-02-29
2
-1
/
+43
*
iconv: add cp932 as an alias for shift_jis
Rich Felker
2024-02-29
1
-1
/
+1
*
update INSTALL file archs list with riscv32, loongarch64 additions
Rich Felker
2024-02-29
1
-1
/
+6
*
loongarch64: add new syscall numbers
wanghongliang
2024-02-29
1
-0
/
+15
*
loongarch64: remove getrlimit/setrlimit syscall numbers
Rich Felker
2024-02-29
1
-2
/
+0
*
loongarch64: remove ptrace.h macros
wanghongliang
2024-02-29
1
-4
/
+0
*
configure: enable riscv32 port
Stefan O'Rear
2024-02-29
1
-1
/
+2
*
riscv: define REG_S1 and REG_S2
Khem Raj
2024-02-29
2
-0
/
+4
*
riscv32: add new syscall numbers
Khem Raj
2024-02-29
1
-1
/
+15
*
riscv32: add sysvipc msg/sem/shm bits
Rich Felker
2024-02-29
4
-0
/
+68
*
riscv32: add thread support
Stefan O'Rear
2024-02-29
4
-0
/
+76
*
riscv32: add setjmp/longjmp and sigreturn
Stefan O'Rear
2024-02-29
4
-0
/
+114
*
riscv32: add dlsym
Stefan O'Rear
2024-02-29
1
-0
/
+6
*
riscv32: add fenv and math
Stefan O'Rear
2024-02-29
14
-0
/
+239
*
riscv32: add arch headers
Stefan O'Rear
2024-02-29
17
-0
/
+659
*
getnameinfo: fix calling __dns_parse with potentially too large rlen
Alexey Izbyshev
2024-02-29
1
-1
/
+3
*
posix_spawn: fix child spinning on write to a broken pipe
Alexey Izbyshev
2024-02-29
1
-1
/
+6
*
loongarch64 __clone: align stack pointer mod 16
wanghongliang
2024-02-26
1
-0
/
+1
*
add loongarch64 user.h structs; adjust elf_fpreg_t and ELF_NFPREG
Hongliang Wang
2024-02-26
1
-2
/
+21
*
add loongarch64 signal.h register index macros
wanghongliang
2024-02-26
1
-0
/
+11
*
switch __STDC_UTF_{16,32}__ macro definitions from #undef to #ifndef
Rich Felker
2024-02-26
1
-2
/
+4
*
riscv: fall back to syscall __riscv_flush_icache
Stefan O'Rear
2024-02-25
1
-0
/
+1
*
sh dlsym: fix passing of return address for RTLD_NEXT use
Rich Felker
2024-02-25
1
-1
/
+1
*
add statx interface using syscall, fallback to fstatat
Duncan Bellamy
2024-02-24
2
-0
/
+97
*
use new SYS_fchmodat2 syscall to implement fchmodat with flags
Gaël PORTAY
2024-02-22
1
-1
/
+4
*
bits/syscall.h: add __NR_fchmodat2 from linux v6.6
Gaël PORTAY
2024-02-22
16
-0
/
+16
*
remove flag argument from fchmodat syscall
Gaël PORTAY
2024-02-22
1
-1
/
+1
*
bits/syscall.h: add cachestat from linux v6.4
Gaël PORTAY
2024-02-22
16
-0
/
+16
[next]