index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-26
fix reintroduction of errno clobbering by atfork handlers
Rich Felker
1
-0
/
+3
2020-10-26
fix pthread_cond_wait paired with with priority-inheritance mutex
Rich Felker
1
-6
/
+5
2020-10-24
lift sigaction abort locking to fix posix_spawn child deadlock
Rich Felker
1
-13
/
+16
2020-10-18
update crypt_blowfish to support $2b$ prefix
Julien Ramseier
1
-15
/
+23
2020-10-14
remove unused weak definition of __tl_sync in membarrier.c
Rich Felker
1
-5
/
+0
2020-10-14
move aio implementation details to a proper internal header
Rich Felker
8
-4
/
+14
2020-10-14
remove long-unused struct __timer from pthread_impl.h
Rich Felker
1
-5
/
+0
2020-10-14
drop use of pthread_once in timer_create
Rich Felker
1
-10
/
+7
2020-10-14
remove unused SIGTIMER handler in timer_create
Rich Felker
1
-6
/
+1
2020-10-14
remove incorrect fflush from assert failure handler
Rich Felker
1
-1
/
+0
2020-10-14
fix getgrouplist when nscd reports an empty list
Rich Felker
1
-1
/
+2
2020-10-14
fix posix_spawn interaction with fork and abort by taking lock
Rich Felker
1
-3
/
+13
2020-10-14
fix unintended observability of SIGABRT disposition reset via sigaction
Rich Felker
1
-9
/
+8
2020-10-14
implement _Fork and refactor fork using it
Rich Felker
2
-9
/
+15
2020-10-14
rename fork source file
Rich Felker
1
-0
/
+0
2020-10-14
drop use of pthread_once in mutexattr kernel support tests
Rich Felker
2
-21
/
+18
2020-10-14
fix missing synchronization of fork with abort
Rich Felker
1
-0
/
+3
2020-10-14
move __abort_lock to its own file and drop pointless weak_alias trick
Rich Felker
4
-8
/
+5
2020-09-28
fix fork of processes with active async io contexts
Rich Felker
3
-0
/
+19
2020-09-17
avoid set*id/setrlimit misbehavior and hang in vforked/cloned child
Rich Felker
1
-1
/
+2
2020-09-09
use new SYS_faccessat2 syscall to implement faccessat with flags
Rich Felker
1
-3
/
+8
2020-09-03
fix missing newline in herror output
Rich Felker
1
-1
/
+1
2020-08-30
fix i386 __set_thread_area fallback
Rich Felker
1
-0
/
+1
2020-08-30
restore h_errno ABI compatibility with ancient binaries
Rich Felker
1
-0
/
+4
2020-08-30
clean up overinclusion in files using TIOCGWINSZ
Rich Felker
3
-3
/
+0
2020-08-27
remove redundant pthread struct members repeated for layout purposes
Rich Felker
4
-12
/
+17
2020-08-27
deduplicate __pthread_self thread pointer adjustment out of each arch
Rich Felker
1
-0
/
+2
2020-08-24
deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET
Rich Felker
1
-0
/
+10
2020-08-24
report res_query failures, including nxdomain/nodata, via h_errno
Rich Felker
1
-1
/
+15
2020-08-24
make h_errno thread-local
Rich Felker
2
-4
/
+3
2020-08-24
add tcgetwinsize and tcsetwinsize functions, move struct winsize
Rich Felker
5
-0
/
+19
2020-08-22
fix MUSL_LOCPATH search
Rich Felker
1
-1
/
+1
2020-08-17
add gettid function
Rich Felker
1
-0
/
+8
2020-08-12
aarch64: fix setjmp return value
Szabolcs Nagy
1
-4
/
+3
2020-08-12
setjmp: optimize longjmp prologues
Alexander Monakov
3
-14
/
+8
2020-08-11
setjmp: optimize x86 longjmp epilogues
Alexander Monakov
3
-12
/
+6
2020-08-11
setjmp: avoid useless REX-prefix on xor %eax, %eax
Alexander Monakov
2
-2
/
+2
2020-08-11
setjmp: fix x86-64 longjmp argument adjustment
Alexander Monakov
2
-6
/
+6
2020-08-08
prefer new socket syscalls, fallback to SYS_socketcall only if needed
Rich Felker
1
-9
/
+23
2020-08-05
math: new software sqrtl
Szabolcs Nagy
1
-1
/
+253
2020-08-05
math: add __math_invalidl
Szabolcs Nagy
2
-0
/
+12
2020-08-05
math: new software sqrtf
Szabolcs Nagy
1
-70
/
+70
2020-08-05
math: new software sqrt
Szabolcs Nagy
3
-173
/
+179
2020-08-05
in hosts file lookups, honor first canonical name regardless of family
Rich Felker
1
-1
/
+1
2020-08-04
in hosts file lookups, use only first match for canonical name
Rich Felker
1
-2
/
+7
2020-08-02
add m68k sqrtl using native instruction
Rich Felker
1
-0
/
+15
2020-07-24
getentropy: fix UB if len==0
Bartosz Brachaczek
1
-1
/
+1
2020-07-06
fix async-cancel-safety of pthread_cancel
Rich Felker
1
-1
/
+4
2020-07-06
make thread killlock async-signal-safe for pthread_kill
Rich Felker
5
-5
/
+18
2020-07-05
fix C implementation of a_clz_32
Rich Felker
1
-1
/
+1
[next]