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 stale lock when allocation of ctor queue fails during dlopen
Rich Felker
2020-10-14
1
-1
/
+2
*
drop use of pthread_once in mutexattr kernel support tests
Rich Felker
2020-10-14
2
-21
/
+18
*
fix missing synchronization of fork with abort
Rich Felker
2020-10-14
1
-0
/
+3
*
move __abort_lock to its own file and drop pointless weak_alias trick
Rich Felker
2020-10-14
4
-8
/
+5
*
fix fork of processes with active async io contexts
Rich Felker
2020-09-28
3
-0
/
+19
*
avoid set*id/setrlimit misbehavior and hang in vforked/cloned child
Rich Felker
2020-09-17
1
-1
/
+2
*
use new SYS_faccessat2 syscall to implement faccessat with flags
Rich Felker
2020-09-09
1
-3
/
+8
*
netinet/if_ether.h: add ETH_P_MRP from linux v5.8
Szabolcs Nagy
2020-09-09
1
-0
/
+1
*
elf.h: add .note.gnu.property related definitions
Szabolcs Nagy
2020-09-09
1
-0
/
+2
*
bits/syscall.h: add __NR_faccessat2 from linux v5.8
Szabolcs Nagy
2020-09-09
16
-0
/
+16
*
netinet/tcp.h: update to linux v5.7
Szabolcs Nagy
2020-09-09
1
-0
/
+3
*
sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7
Szabolcs Nagy
2020-09-09
1
-0
/
+1
*
sys/fanotify.h: update to linux v5.7
Szabolcs Nagy
2020-09-09
1
-1
/
+3
*
aarch64: add new HWCAP2_ macros from linux v5.6
Szabolcs Nagy
2020-09-09
1
-0
/
+8
*
aarch64: add HWCAP2_ macros from linux v5.3
Szabolcs Nagy
2020-09-09
1
-0
/
+2
*
sched.h: add CLONE_NEWTIME from linux v5.6
Szabolcs Nagy
2020-09-09
1
-0
/
+1
*
sys/random.h: add GRND_INSECURE from linux v5.6
Szabolcs Nagy
2020-09-09
1
-0
/
+1
*
sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6
Szabolcs Nagy
2020-09-09
1
-0
/
+3
*
netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6
Szabolcs Nagy
2020-09-09
1
-0
/
+1
*
netinet/tcp.h: update for linux v5.6
Szabolcs Nagy
2020-09-09
1
-2
/
+4
*
netinet/in.h: add IPPROTO_ macros from linux v5.6
Szabolcs Nagy
2020-09-09
1
-1
/
+3
*
add pidfd_getfd and openat2 syscall numbers from linux v5.6
Szabolcs Nagy
2020-09-09
16
-0
/
+34
*
netinet/tcp.h: update tcp_info for linux v5.5
Szabolcs Nagy
2020-09-09
1
-1
/
+8
*
use generic bits/fcntl.h for x86_64 and riscv64
Rich Felker
2020-09-03
2
-78
/
+0
*
make generic bits/fcntl.h shareable with 64-bit archs
Rich Felker
2020-09-03
1
-0
/
+6
*
fix missing O_LARGEFILE values on x86_64, x32, and mips64
Rich Felker
2020-09-03
3
-3
/
+3
*
fix missing newline in herror output
Rich Felker
2020-09-03
1
-1
/
+1
*
fix i386 __set_thread_area fallback
Rich Felker
2020-08-30
1
-0
/
+1
*
restore h_errno ABI compatibility with ancient binaries
Rich Felker
2020-08-30
1
-0
/
+4
*
clean up overinclusion in files using TIOCGWINSZ
Rich Felker
2020-08-30
3
-3
/
+0
*
fix regression with applications that expect struct winsize in ioctl.h
Rich Felker
2020-08-30
3
-7
/
+5
*
configure: enable warnings by default
Rich Felker
2020-08-27
1
-2
/
+2
*
configure: use additive warnings instead of subtracting from -Wall
Rich Felker
2020-08-27
1
-9
/
+15
*
configure: add further -Werror=... options to detected CFLAGS
Rich Felker
2020-08-27
1
-0
/
+4
*
remove redundant pthread struct members repeated for layout purposes
Rich Felker
2020-08-27
8
-18
/
+19
*
deduplicate __pthread_self thread pointer adjustment out of each arch
Rich Felker
2020-08-27
17
-65
/
+65
*
deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET
Rich Felker
2020-08-24
17
-21
/
+16
*
report res_query failures, including nxdomain/nodata, via h_errno
Rich Felker
2020-08-24
1
-1
/
+15
*
make h_errno thread-local
Rich Felker
2020-08-24
2
-4
/
+3
*
add tcgetwinsize and tcsetwinsize functions, move struct winsize
Rich Felker
2020-08-24
7
-7
/
+29
*
fix MUSL_LOCPATH search
Rich Felker
2020-08-22
1
-1
/
+1
*
add gettid function
Rich Felker
2020-08-17
2
-0
/
+9
*
aarch64: fix setjmp return value
Szabolcs Nagy
2020-08-12
1
-4
/
+3
*
setjmp: optimize longjmp prologues
Alexander Monakov
2020-08-12
3
-14
/
+8
*
setjmp: optimize x86 longjmp epilogues
Alexander Monakov
2020-08-11
3
-12
/
+6
*
setjmp: avoid useless REX-prefix on xor %eax, %eax
Alexander Monakov
2020-08-11
2
-2
/
+2
*
setjmp: fix x86-64 longjmp argument adjustment
Alexander Monakov
2020-08-11
2
-6
/
+6
*
prefer new socket syscalls, fallback to SYS_socketcall only if needed
Rich Felker
2020-08-08
6
-14
/
+27
*
math: new software sqrtl
Szabolcs Nagy
2020-08-05
1
-1
/
+253
*
math: add __math_invalidl
Szabolcs Nagy
2020-08-05
2
-0
/
+12
[prev]
[next]