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
*
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
2
-2
/
+3
*
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
*
don't fail to map library/executable with zero-length segment maps
Rich Felker
2021-03-05
1
-0
/
+1
*
suppress isascii() macro for C++
Érico Rolim
2021-02-25
1
-0
/
+2
*
guard against compilers failing to handle setjmp specially by default
Rich Felker
2021-02-22
1
-3
/
+11
*
aarch64/bits/mman.h: add PROT_MTE from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
add aarch64/bits/mman.h with PROT_BTI from linux v5.8
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
signal.h: add MTE specific SIGSEGV codes from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+2
*
sys/prctl.h: add MTE related constants from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+7
*
elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
sys/mman.h: add MAP_HUGE_16KB from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
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
[next]