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
*
remove utterly wrong includes from mips64/n32 bits/stat.h
Rich Felker
2019-07-18
2
-6
/
+0
*
use register constraint instead of memory operand for riscv64 atomics
Rich Felker
2019-07-17
1
-8
/
+8
*
fix riscv64 atomic asm constraints
Rich Felker
2019-07-17
1
-6
/
+10
*
fix riscv64 syscall asm constraint
Rich Felker
2019-07-17
1
-1
/
+1
*
fix broken lseek on x32 (x86_64/ILP32) with offsets larger than LONG_MAX
Rich Felker
2019-07-16
1
-0
/
+15
*
fix broken lseek on mipsn32 with offsets larger than LONG_MAX
Rich Felker
2019-07-16
1
-0
/
+20
*
clean up mips64/n32 syscall asm constraints
Rich Felker
2019-07-16
2
-54
/
+56
*
deduplicate mips64/n32 syscall clobbered register lists
Rich Felker
2019-07-16
2
-28
/
+22
*
use namespace-safe __lseek for __stdio_seek instead of direct syscall
Rich Felker
2019-07-16
3
-10
/
+6
*
release 1.1.23
v1.1.23
Rich Felker
2019-07-16
2
-1
/
+39
*
update year in COPYRIGHT file
Rich Felker
2019-07-15
1
-1
/
+1
*
update authors/contributors list
Rich Felker
2019-07-15
1
-0
/
+15
*
fix build failure on arm building C code in thumb1 mode
Rich Felker
2019-07-15
1
-1
/
+1
*
fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIX
James Y Knight
2019-07-13
1
-1
/
+1
*
use the correct attributes for ___errno_location
Samuel Holland
2019-07-10
1
-0
/
+3
*
fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro
Samuel Holland
2019-07-10
5
-5
/
+5
*
fix restrict violations in internal use of several functions
Samuel Holland
2019-07-10
3
-10
/
+10
*
mention mips64 n32 ABI support in INSTALL doc
Rich Felker
2019-07-09
1
-1
/
+1
*
document riscv64 support in INSTALL document
Rich Felker
2019-07-09
1
-0
/
+5
*
prevent dup2 action for posix_spawn internal pipe fd
Rich Felker
2019-07-08
1
-0
/
+4
*
fix inadvertent use of uninitialized variable in dladdr
Rich Felker
2019-07-06
1
-1
/
+1
*
remove spurious MAP_32BIT definition from riscv64 arch
Rich Felker
2019-07-04
1
-1
/
+0
*
configure: make AR and RANLIB customizable
Fangrui Song
2019-07-04
1
-0
/
+4
*
remove stray .end directives from powerpc[64] asm
Fangrui Song
2019-07-02
2
-2
/
+0
*
add new syscall numbers from linux v5.1
Szabolcs Nagy
2019-07-01
15
-0
/
+327
*
ipc: prefer SYS_ipc when it is defined
Szabolcs Nagy
2019-07-01
12
-12
/
+12
*
mips64: fix syscall numbers of io_pgetevents and rseq
Szabolcs Nagy
2019-07-01
1
-2
/
+2
*
elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1
Szabolcs Nagy
2019-07-01
1
-0
/
+2
*
netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1
Szabolcs Nagy
2019-07-01
1
-0
/
+1
*
sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1
Szabolcs Nagy
2019-07-01
1
-0
/
+1
*
s390x: drop SO_ definitions from bits/socket.h
Szabolcs Nagy
2019-07-01
1
-28
/
+0
*
netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1
Szabolcs Nagy
2019-07-01
1
-0
/
+1
*
sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1
Szabolcs Nagy
2019-07-01
1
-0
/
+1
*
fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1
Szabolcs Nagy
2019-07-01
1
-0
/
+1
*
sys/fanotify.h: update for linux v5.1
Szabolcs Nagy
2019-07-01
1
-1
/
+33
*
fix deadlock in synccall after threaded fork
Samuel Holland
2019-07-01
1
-0
/
+1
*
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
[next]