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
*
fix incorrect use of fabs on long double operand in floatscan.c
Rich Felker
2019-10-18
1
-4
/
+1
*
move pthread types out of per-arch alltypes.h
Rich Felker
2019-10-17
17
-128
/
+8
*
define LONG_MAX via arch alltypes.h, strip down bits/limits.h
Rich Felker
2019-10-17
34
-117
/
+35
*
make endian.h expose unprefixed macros, functions in standard profile
Rich Felker
2019-10-17
1
-16
/
+20
*
remove use of endian.h from arch reloc.h headers, clean up
Rich Felker
2019-10-17
9
-24
/
+0
*
remove indirect use of endian.h from public headers
Rich Felker
2019-10-17
12
-18
/
+0
*
move __BYTE_ORDER definition to alltypes.h
Rich Felker
2019-10-17
34
-69
/
+68
*
remove per-arch definitions for va_list
Rich Felker
2019-10-17
17
-48
/
+3
*
remove i386 support for legacy struct __va_list
Rich Felker
2019-10-17
1
-5
/
+0
*
mips: add single-instruction math functions
info@mobile-stream.com
2019-10-14
4
-0
/
+64
*
fix cacosh results for arguments with negative imaginary part
Michael Morrell
2019-10-14
3
-3
/
+12
*
release 1.1.24
v1.1.24
Rich Felker
2019-10-13
2
-1
/
+50
*
math: fix signed int left shift ub in sqrt
Szabolcs Nagy
2019-10-13
2
-4
/
+2
*
fix aliasing-based undefined behavior in mbsrtowcs
Rich Felker
2019-10-13
1
-2
/
+8
*
add Arm to the copyright file
Szabolcs Nagy
2019-10-06
1
-1
/
+2
*
reintroduce riscv64 struct sigcontext
Rich Felker
2019-10-02
1
-6
/
+10
*
fix riscv64 elf_fpregset_t type and member names mismatch
Rich Felker
2019-09-29
1
-5
/
+2
*
fix riscv64 signal.h namespace violations and ucontext API mismatches
Rich Felker
2019-09-29
2
-27
/
+20
*
remove remaining traces of __tls_get_new
Szabolcs Nagy
2019-09-29
5
-12
/
+1
*
math: optimize lrint on 32bit targets
Szabolcs Nagy
2019-09-27
1
-1
/
+27
*
clean up mips (32-bit, o32) syscall asm constraints
Rich Felker
2019-09-27
1
-31
/
+32
*
document mips r6 in INSTALL file
Rich Felker
2019-09-27
1
-1
/
+2
*
fix mips setjmp/longjmp fpu state on r6, related issues
Rich Felker
2019-09-26
2
-24
/
+12
*
fix mips r6 syscall clobber lists not to include hi/lo registers
Rich Felker
2019-09-26
3
-16
/
+30
*
arm: fix setjmp and longjmp asm for armv8-a
Szabolcs Nagy
2019-09-26
2
-0
/
+14
*
fix data race in timer_create with SIGEV_THREAD notification
Rich Felker
2019-09-25
1
-2
/
+2
*
correct the operand specifiers in the riscv64 CAS routines
Palmer Dabbelt
2019-09-25
1
-2
/
+2
*
harden thread start with failed scheduling against broken __clone
Rich Felker
2019-09-13
1
-1
/
+1
*
fix %lf in wprintf
Brion Vibber
2019-09-13
1
-0
/
+2
*
fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5
Rich Felker
2019-09-11
1
-0
/
+4
*
fix arm __a_barrier_oldkuser when built as thumb
Rich Felker
2019-09-11
1
-2
/
+2
*
fix code path where child function returns in arm __clone built as thumb
Rich Felker
2019-09-11
1
-7
/
+3
*
aarch64: add HWCAP2 flags from linux v5.2
Szabolcs Nagy
2019-09-11
1
-0
/
+8
*
add new syscall numbers from linux v5.2
Szabolcs Nagy
2019-09-11
16
-0
/
+97
*
fcntl.h: add AT_RECURSIVE from linux v5.2
Szabolcs Nagy
2019-09-11
1
-0
/
+1
*
fcntl.h: add AT_STATX_ statx sync flag definitions
Szabolcs Nagy
2019-09-11
1
-0
/
+4
*
sched.h: add CLONE_PIDFD from linux v5.2
Szabolcs Nagy
2019-09-11
1
-0
/
+1
*
netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2
Szabolcs Nagy
2019-09-11
1
-0
/
+1
*
honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_t
Rich Felker
2019-09-08
4
-0
/
+16
*
synchronously clean up pthread_create failure due to scheduling errors
Rich Felker
2019-09-06
1
-13
/
+18
*
set explicit scheduling for new thread from calling thread, not self
Rich Felker
2019-09-06
1
-21
/
+12
*
fix unsynchronized decrement of thread count on pthread_create error
Rich Felker
2019-09-06
1
-1
/
+2
*
add public declaration for optreset under appropriate feature profiles
Rich Felker
2019-08-30
2
-0
/
+2
*
add posix_spawn [f]chdir file actions
Rich Felker
2019-08-30
5
-0
/
+50
*
add copy_file_range system call wrapper
Árni Dagur
2019-08-23
2
-0
/
+9
*
fix clash between sys/user.h and kernel ptrace.h on powerpc[64], sh
Rich Felker
2019-08-19
3
-41
/
+13
*
fix external dummy_lock symbol inadvertently introduced in sigaction
Rich Felker
2019-08-17
1
-1
/
+1
*
remove sporadic server members from struct sched_param
Rich Felker
2019-08-14
1
-4
/
+6
*
re-add ELF gregs and fpregs types to riscv64 user.h
Khem Raj
2019-08-13
1
-0
/
+8
*
fix regression whereby main thread didn't get TLS relocations
Rich Felker
2019-08-13
1
-7
/
+13
[next]