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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
implement reallocarray
Ariadne Conill
2020-11-30
1
-0
/
+13
*
implement realpath directly instead of using procfs readlink
Rich Felker
2020-11-30
1
-23
/
+136
*
fix mallocng regression in malloc_usable_size with null argument
Dominic Chen
2020-11-29
1
-0
/
+1
*
fix segfault in lutimes when tv argument is NULL
Érico Rolim
2020-11-29
1
-5
/
+7
*
arm fabs and sqrt: support single-precision-only fpu variants
Jinliang Li
2020-11-29
2
-2
/
+2
*
work around linux bug in readlink syscall with zero buffer size
Rich Felker
2020-11-23
2
-3
/
+17
*
parse v3 or future-unknown zoneinfo file versions as v2+
Rich Felker
2020-11-22
1
-1
/
+1
*
explicitly prefer 64-bit/v2 zoneinfo tables
Rich Felker
2020-11-22
1
-1
/
+1
*
fix regression in pthread_exit
Rich Felker
2020-11-20
2
-1
/
+3
*
rewrite wcsnrtombs to fix buffer overflow and other bugs
Rich Felker
2020-11-19
1
-27
/
+19
*
protect destruction of process-shared mutexes against robust list races
Rich Felker
2020-11-19
1
-1
/
+5
*
pthread_exit: don't __vm_wait under thread list lock
Rich Felker
2020-11-19
1
-9
/
+15
*
lift child restrictions after multi-threaded fork
Rich Felker
2020-11-11
16
-4
/
+151
*
convert malloc use under libc-internal locks to use internal allocator
Rich Felker
2020-11-11
7
-0
/
+36
*
give libc access to its own malloc even if public malloc is interposed
Rich Felker
2020-11-11
7
-1
/
+43
*
dlerror: don't gratuitously hold freebuf_queue lock while freeing
Rich Felker
2020-11-11
1
-5
/
+8
*
fix erroneous pthread_cond_wait mutex waiter count logic due to typo
Rich Felker
2020-10-30
1
-1
/
+1
*
fix missing-wake regression in pthread_cond_wait
Rich Felker
2020-10-30
1
-0
/
+5
*
add support for SIGEV_THREAD_ID timers
James Y Knight
2020-10-28
1
-2
/
+6
*
fix sem_close unmapping of still-referenced semaphore
Rich Felker
2020-10-28
1
-3
/
+5
*
refactor setxid return path to use __syscall_ret
Rich Felker
2020-10-27
1
-14
/
+9
*
fix setgroups behavior in multithreaded process
Rich Felker
2020-10-27
1
-1
/
+29
*
avoid __synccall for setrlimit on kernels with prlimit syscall
Rich Felker
2020-10-27
1
-20
/
+17
*
fix reintroduction of errno clobbering by atfork handlers
Rich Felker
2020-10-26
1
-0
/
+3
*
fix pthread_cond_wait paired with with priority-inheritance mutex
Rich Felker
2020-10-26
1
-6
/
+5
*
lift sigaction abort locking to fix posix_spawn child deadlock
Rich Felker
2020-10-24
1
-13
/
+16
*
update crypt_blowfish to support $2b$ prefix
Julien Ramseier
2020-10-18
1
-15
/
+23
*
remove unused weak definition of __tl_sync in membarrier.c
Rich Felker
2020-10-14
1
-5
/
+0
*
move aio implementation details to a proper internal header
Rich Felker
2020-10-14
8
-4
/
+14
*
remove long-unused struct __timer from pthread_impl.h
Rich Felker
2020-10-14
1
-5
/
+0
*
drop use of pthread_once in timer_create
Rich Felker
2020-10-14
1
-10
/
+7
*
remove unused SIGTIMER handler in timer_create
Rich Felker
2020-10-14
1
-6
/
+1
*
remove incorrect fflush from assert failure handler
Rich Felker
2020-10-14
1
-1
/
+0
*
fix getgrouplist when nscd reports an empty list
Rich Felker
2020-10-14
1
-1
/
+2
*
fix posix_spawn interaction with fork and abort by taking lock
Rich Felker
2020-10-14
1
-3
/
+13
*
fix unintended observability of SIGABRT disposition reset via sigaction
Rich Felker
2020-10-14
1
-9
/
+8
*
implement _Fork and refactor fork using it
Rich Felker
2020-10-14
2
-9
/
+15
*
rename fork source file
Rich Felker
2020-10-14
1
-0
/
+0
*
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
*
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
*
remove redundant pthread struct members repeated for layout purposes
Rich Felker
2020-08-27
4
-12
/
+17
*
deduplicate __pthread_self thread pointer adjustment out of each arch
Rich Felker
2020-08-27
1
-0
/
+2
[next]