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
*
fix popen not to leak pipes from one child to another
Rich Felker
2021-04-20
1
-0
/
+6
*
remove spurious lock in popen
Rich Felker
2021-04-20
1
-2
/
+0
*
nscd: fall back gracefully on kernels without AF_UNIX support
Joakim Sindholt
2021-04-16
1
-1
/
+9
*
mallocng/aligned_alloc: check for malloc failure
Dominic Chen
2021-04-16
1
-0
/
+3
*
make epoll_[p]wait a cancellation point
Rich Felker
2021-04-03
1
-2
/
+2
*
fix dl_iterate_phdr dlpi_tls_data reporting to match spec
Rich Felker
2021-03-26
1
-1
/
+2
*
remove no-longer-needed special case handling in popen
Rich Felker
2021-03-15
1
-16
/
+0
*
use internal malloc for posix_spawn file actions objects
Rich Felker
2021-03-15
1
-0
/
+5
*
fix error return value for cuserid
Rich Felker
2021-02-13
1
-2
/
+3
*
fix misuse of getpwuid_r in cuserid
Rich Felker
2021-02-13
1
-1
/
+2
*
cuserid: don't return truncated results
Rich Felker
2021-02-13
1
-1
/
+5
*
cuserid: support invocation with a null pointer argument
Sören Tempel
2021-02-13
1
-0
/
+2
*
math: fix expm1f overflow threshold
Szabolcs Nagy
2021-02-10
1
-2
/
+1
*
math: fix acoshf for negative inputs
Szabolcs Nagy
2021-02-10
1
-4
/
+4
*
fix possible fd leak via missing O_CLOEXEC in pthread_setname_np
Érico Rolim
2021-01-30
1
-1
/
+1
*
oldmalloc: preserve errno across free
Rich Felker
2021-01-30
1
-0
/
+4
*
fix build regression in oldmalloc
Rich Felker
2021-01-30
1
-1
/
+1
*
preserve errno across free
Rich Felker
2021-01-30
1
-2
/
+10
*
fix inconsistent signature of __libc_start_main
Rich Felker
2021-01-30
1
-1
/
+2
*
fail posix_spawn file_actions operations with negative fds
Rich Felker
2021-01-30
4
-0
/
+4
*
fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernels
Rich Felker
2020-12-14
1
-1
/
+9
*
fix v4l2 buffer ioctl fallbacks for pre-5.6 kernels
Arnd Bergmann
2020-12-14
1
-4
/
+4
*
use libc-internal malloc for newlocale/freelocale
Rich Felker
2020-12-09
2
-0
/
+10
*
drop use of pthread_once in newlocale
Rich Felker
2020-12-09
1
-9
/
+7
*
lift locale lock out of internal __get_locale
Rich Felker
2020-12-09
4
-18
/
+19
*
fix misleading comment in strstr
Rich Felker
2020-12-09
1
-1
/
+1
*
drop use of pthread_once for aio thread stack size init
Rich Felker
2020-12-08
1
-10
/
+8
*
fix omission of non-stub pthread_mutexattr_getprotocol
Rich Felker
2020-12-07
1
-1
/
+1
*
fix failure to preserve r6 in s390x asm; per ABI it is call-saved
Rich Felker
2020-12-04
2
-0
/
+8
*
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
[next]