index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2021-06-23
fix TZ parsing logic for identifying POSIX-form strings
Rich Felker
-1
/
+13
2021-06-05
riscv: rename __NR_fstatat __NR_newfstatat
Khem Raj
-1
/
+1
2021-04-27
remove return with expression in void function
Michael Forney
-1
/
+1
2021-04-20
remove unnecessary cast for map_library return
Érico Nogueira
-1
/
+1
2021-04-20
add pthread_getname_np function
Érico Rolim
-0
/
+26
2021-04-20
fix popen not to leak pipes from one child to another
Rich Felker
-0
/
+6
2021-04-20
remove spurious lock in popen
Rich Felker
-2
/
+0
2021-04-19
define __STDC_UTF_{16,32}__ macros
Érico Nogueira
-0
/
+3
2021-04-16
fix regression in dl_iterate_phdr reporting of modules with no TLS
Rich Felker
-1
/
+2
2021-04-16
nscd: fall back gracefully on kernels without AF_UNIX support
Joakim Sindholt
-1
/
+9
2021-04-16
mallocng/aligned_alloc: check for malloc failure
Dominic Chen
-0
/
+3
2021-04-03
make epoll_[p]wait a cancellation point
Rich Felker
-2
/
+2
2021-03-26
fix dl_iterate_phdr dlpi_tls_data reporting to match spec
Rich Felker
-2
/
+3
2021-03-15
remove no-longer-needed special case handling in popen
Rich Felker
-16
/
+0
2021-03-15
use internal malloc for posix_spawn file actions objects
Rich Felker
-0
/
+5
2021-03-05
don't fail to map library/executable with zero-length segment maps
Rich Felker
-0
/
+1
2021-02-25
suppress isascii() macro for C++
Érico Rolim
-0
/
+2
2021-02-22
guard against compilers failing to handle setjmp specially by default
Rich Felker
-3
/
+11
2021-02-15
aarch64/bits/mman.h: add PROT_MTE from linux v5.10
Szabolcs Nagy
-0
/
+1
2021-02-15
aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10
Szabolcs Nagy
-0
/
+1
2021-02-15
add aarch64/bits/mman.h with PROT_BTI from linux v5.8
Szabolcs Nagy
-0
/
+1
2021-02-15
aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8
Szabolcs Nagy
-0
/
+1
2021-02-15
signal.h: add MTE specific SIGSEGV codes from linux v5.10
Szabolcs Nagy
-0
/
+2
2021-02-15
sys/prctl.h: add MTE related constants from linux v5.10
Szabolcs Nagy
-0
/
+7
2021-02-15
elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10
Szabolcs Nagy
-0
/
+1
2021-02-15
sys/mman.h: add MAP_HUGE_16KB from linux v5.10
Szabolcs Nagy
-0
/
+1
2021-02-15
sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10
Szabolcs Nagy
-0
/
+1
2021-02-15
sys/membarrier.h: add new constants from linux v5.10
Szabolcs Nagy
-0
/
+4
2021-02-15
bits/syscall.h: add process_madvise from linux v5.10
Szabolcs Nagy
-0
/
+16
2021-02-13
fix error return value for cuserid
Rich Felker
-2
/
+3
2021-02-13
fix misuse of getpwuid_r in cuserid
Rich Felker
-1
/
+2
2021-02-13
cuserid: don't return truncated results
Rich Felker
-1
/
+5
2021-02-13
cuserid: support invocation with a null pointer argument
Sören Tempel
-0
/
+2
2021-02-12
riscv64: define ELF_NFPREG
Khem Raj
-0
/
+1
2021-02-10
math: fix expm1f overflow threshold
Szabolcs Nagy
-2
/
+1
2021-02-10
math: fix acoshf for negative inputs
Szabolcs Nagy
-4
/
+4
2021-01-30
fix possible fd leak via missing O_CLOEXEC in pthread_setname_np
Érico Rolim
-1
/
+1
2021-01-30
oldmalloc: preserve errno across free
Rich Felker
-0
/
+4
2021-01-30
fix build regression in oldmalloc
Rich Felker
-1
/
+1
2021-01-30
preserve errno across free
Rich Felker
-2
/
+10
2021-01-30
fix inconsistent signature of __libc_start_main
Rich Felker
-1
/
+2
2021-01-30
fail posix_spawn file_actions operations with negative fds
Rich Felker
-0
/
+4
2021-01-14
release 1.2.2
v1.2.2
Rich Felker
-1
/
+52
2020-12-14
fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernels
Rich Felker
-1
/
+9
2020-12-14
fix v4l2 buffer ioctl fallbacks for pre-5.6 kernels
Arnd Bergmann
-4
/
+4
2020-12-12
sh: fix incorrect mcontext_t member naming
Ariadne Conill
-4
/
+13
2020-12-09
use libc-internal malloc for newlocale/freelocale
Rich Felker
-0
/
+10
2020-12-09
drop use of pthread_once in newlocale
Rich Felker
-9
/
+7
2020-12-09
lift locale lock out of internal __get_locale
Rich Felker
-18
/
+19
2020-12-09
fix misleading comment in strstr
Rich Felker
-1
/
+1
[prev]
[next]