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
...
*
sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
sys/membarrier.h: add new constants from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+4
*
bits/syscall.h: add process_madvise from linux v5.10
Szabolcs Nagy
2021-02-15
16
-0
/
+16
*
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
*
riscv64: define ELF_NFPREG
Khem Raj
2021-02-12
1
-0
/
+1
*
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
*
release 1.2.2
v1.2.2
Rich Felker
2021-01-14
2
-1
/
+52
*
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
*
sh: fix incorrect mcontext_t member naming
Ariadne Conill
2020-12-12
2
-4
/
+13
*
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
*
riscv64: fix inconsistent ucontext_t struct tag
Drew DeVault
2020-12-06
1
-2
/
+2
*
fix failure to preserve r6 in s390x asm; per ABI it is call-saved
Rich Felker
2020-12-04
2
-0
/
+8
*
s390x: derive float_t from compiler or default to float
Marius Hillenbrand
2020-12-03
2
-1
/
+9
*
implement reallocarray
Ariadne Conill
2020-11-30
2
-0
/
+14
*
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
*
configure: do not use obsolescent form of test -a|o
Issam E. Maghni
2020-11-29
1
-3
/
+3
*
fix segfault in lutimes when tv argument is NULL
Érico Rolim
2020-11-29
1
-5
/
+7
*
netinet/in.h: add IP_RECVERR_4884 from linux v5.9
Szabolcs Nagy
2020-11-29
1
-0
/
+1
*
sys/fanotify.h: add new FAN_* macros from linux v5.9
Szabolcs Nagy
2020-11-29
1
-0
/
+4
*
bits/syscall.h: add __NR_close_range from linux v5.9
Szabolcs Nagy
2020-11-29
16
-0
/
+16
*
add missing personality values
William Woodruff
2020-11-29
1
-0
/
+3
*
arm fabs and sqrt: support single-precision-only fpu variants
Jinliang Li
2020-11-29
2
-2
/
+2
*
fix typo in INSTALL
Érico Rolim
2020-11-29
1
-1
/
+1
*
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
17
-4
/
+170
*
convert malloc use under libc-internal locks to use internal allocator
Rich Felker
2020-11-11
8
-0
/
+41
*
give libc access to its own malloc even if public malloc is interposed
Rich Felker
2020-11-11
7
-1
/
+43
[prev]
[next]