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
...
*
cap getdents length argument to INT_MAX
Rich Felker
2019-06-28
1
-0
/
+2
*
remove unnecessary and problematic _Noreturn from crt/ldso startup
Rich Felker
2019-06-25
3
-5
/
+5
*
allow fmemopen with zero size
Rich Felker
2019-06-25
1
-1
/
+1
*
do not use _Noreturn for a function pointer in dynamic linker
Matthew Maurer
2019-06-21
1
-1
/
+1
*
remove implicit include of sys/sysmacros.h from sys/types.h
Rich Felker
2019-06-21
1
-1
/
+0
*
add riscv64 architecture support
Rich Felker
2019-06-14
51
-0
/
+1362
*
optimize aarch64 dynamic tlsdesc function to spill fewer registers
Rich Felker
2019-05-26
1
-10
/
+7
*
make powerpc64 vrregset_t logical layout match expected API
Rich Felker
2019-05-22
1
-1
/
+4
*
fix vrregset_t layout and member naming on powerpc64
Rich Felker
2019-05-22
1
-4
/
+8
*
fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets
Szabolcs Nagy
2019-05-16
2
-4
/
+6
*
fix static tls offsets of shared libs on TLS_ABOVE_TP targets
Szabolcs Nagy
2019-05-16
1
-4
/
+2
*
fix format strings for uid/gid values in putpwent/putgrent
Rich Felker
2019-05-16
2
-2
/
+2
*
remove unused struct dso members from dynlink.c
Fangrui Song
2019-05-12
1
-1
/
+0
*
improve i386 inline syscall asm on non-broken compilers
Rich Felker
2019-05-11
2
-1
/
+34
*
fix regression in i386 inline syscall asm producing invalid code
Rich Felker
2019-05-10
1
-6
/
+6
*
make fgetwc set error indicator for stream on encoding errors
Rich Felker
2019-05-05
1
-2
/
+8
*
fix broken posix_fadvise on mips due to missing 7-arg syscall support
Rich Felker
2019-05-05
1
-0
/
+25
*
allow archs to provide a 7-argument syscall if needed
Rich Felker
2019-05-05
1
-0
/
+1
*
fix build regression on mips n32 due to typo in new inline syscall
Rich Felker
2019-05-05
1
-1
/
+1
*
fix passing of 64-bit syscall arguments on microblaze
Rich Felker
2019-05-05
1
-1
/
+1
*
fix regression in s390x SO_PEERSEC definition
Rich Felker
2019-04-23
1
-0
/
+1
*
make new math code compatible with unused variable warning/error
Rich Felker
2019-04-20
1
-3
/
+6
*
math: new pow
Szabolcs Nagy
2019-04-17
4
-303
/
+521
*
math: new exp and exp2
Szabolcs Nagy
2019-04-17
4
-480
/
+434
*
math: new log2
Szabolcs Nagy
2019-04-17
3
-106
/
+335
*
math: new log
Szabolcs Nagy
2019-04-17
3
-104
/
+454
*
math: new powf
Szabolcs Nagy
2019-04-17
4
-240
/
+232
*
math: new exp2f and expf
Szabolcs Nagy
2019-04-17
5
-179
/
+193
*
math: new log2f
Szabolcs Nagy
2019-04-17
3
-58
/
+108
*
math: new logf
Szabolcs Nagy
2019-04-17
3
-54
/
+109
*
math: add configuration macros
Szabolcs Nagy
2019-04-17
1
-0
/
+5
*
math: add macros for static branch prediction hints
Szabolcs Nagy
2019-04-17
1
-0
/
+9
*
math: add double precision error handling functions
Szabolcs Nagy
2019-04-17
6
-0
/
+35
*
math: add single precision error handling functions
Szabolcs Nagy
2019-04-17
6
-0
/
+37
*
math: add eval_as_float and eval_as_double
Szabolcs Nagy
2019-04-17
1
-0
/
+17
*
math: add fp_arch.h with fp_barrier and fp_force_eval
Szabolcs Nagy
2019-04-17
3
-6
/
+90
*
math: remove sun copyright from libm.h
Szabolcs Nagy
2019-04-17
1
-23
/
+0
*
math: add asuint, asuint64, asfloat and asdouble
Szabolcs Nagy
2019-04-17
1
-33
/
+15
*
math: move complex math out of libm.h
Szabolcs Nagy
2019-04-17
67
-80
/
+87
*
define FP_FAST_FMA* when fma* can be inlined
Szabolcs Nagy
2019-04-17
1
-0
/
+12
*
fcntl.h: define O_TTY_INIT to 0
A. Wilcox
2019-04-10
1
-2
/
+3
*
remove external __syscall function and last remaining users
Rich Felker
2019-04-10
18
-264
/
+2
*
implement inline 5- and 6-argument syscalls for mipsn32 and mips64
Rich Felker
2019-04-10
2
-29
/
+68
*
cleanup mips64 syscall_arch functions
Rich Felker
2019-04-10
1
-18
/
+9
*
implement inline 5- and 6-argument syscalls for mips
Rich Felker
2019-04-10
1
-6
/
+33
*
use inline syscalls for powerpc (32-bit)
Rich Felker
2019-04-10
1
-2
/
+84
*
remove cruft for supposedly-buggy clang from or1k & microblaze syscall_arch
Rich Felker
2019-04-10
2
-18
/
+0
*
overhaul i386 syscall mechanism not to depend on external asm source
Rich Felker
2019-04-10
9
-80
/
+51
*
release 1.1.22
v1.1.22
Rich Felker
2019-04-09
2
-1
/
+42
*
in membarrier fallback, allow for possibility that sigaction fails
Rich Felker
2019-04-09
1
-8
/
+9
[prev]
[next]