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
*
disable lfs64 aliases for remapped time64 functions
Rich Felker
2019-10-28
6
-0
/
+14
*
prepare struct sched_param for change in time_t definition
Rich Felker
2019-10-28
1
-0
/
+4
*
add time64 symbol name redirects to public headers, under arch control
Rich Felker
2019-10-28
21
-0
/
+150
*
add missing m68k user.h/procfs.h regset types
Rich Felker
2019-10-28
1
-0
/
+5
*
update case mappings to unicode 12.1.0
Rich Felker
2019-10-25
1
-85
/
+92
*
update ctype data to unicode 12.1.0
u_quark
2019-10-25
4
-201
/
+232
*
overhaul wide character case mapping implementation
Rich Felker
2019-10-25
2
-290
/
+345
*
add missing case mapping between U+03F3 and U+037F
Rich Felker
2019-10-25
1
-0
/
+1
*
fix errno for posix_openpt with no free ptys available
Rich Felker
2019-10-24
1
-1
/
+3
*
adjust struct timespec definition to be time64-ready
Rich Felker
2019-10-20
1
-1
/
+1
*
clock_adjtime: generalize time64 not to assume old struct layout match
Rich Felker
2019-10-20
1
-11
/
+46
*
wait4, getrusage: add time64/x32 variant
Rich Felker
2019-10-19
2
-3
/
+61
*
internally, define time64 rusage syscalls on x32 as the existing ones
Rich Felker
2019-10-19
1
-0
/
+2
*
use struct pt_regs * rather than void * for powerpc[64] sigcontext regs
Rich Felker
2019-10-19
2
-2
/
+2
*
fix fpregset_t type on powerpc64
Rich Felker
2019-10-19
1
-5
/
+1
*
fix return value of ungetc when argument is outside unsigned char range
Rich Felker
2019-10-18
1
-1
/
+1
*
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
[next]