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
...
*
bits/syscall.h: add epoll_pwait2 from linux v5.11
Szabolcs Nagy
2022-03-08
16
-0
/
+16
*
nice: return EPERM instead of EACCES
Alexey Kodanev
2022-03-08
1
-1
/
+8
*
protect stack canary from leak via read-as-string by zeroing second byte
jvoisin
2022-03-08
1
-0
/
+9
*
math: avoid runtime conversions of floating-point constants
Szabolcs Nagy
2022-03-08
2
-2
/
+6
*
fix spurious failures by fgetws when buffer ends with partial character
Rich Felker
2022-02-20
1
-6
/
+1
*
add missing strerror text for key management
pelco
2022-02-19
1
-0
/
+4
*
fix out-of-bound read processing time zone data with distant-past dates
Rich Felker
2022-02-09
1
-14
/
+12
*
fix potentially wrong-sign zero in cproj functions at infinity
Rich Felker
2022-01-18
3
-3
/
+3
*
make fseek detect and produce an error for invalid whence arguments
Rich Felker
2022-01-09
1
-0
/
+7
*
add SEEK_DATA and SEEK_HOLE to unistd.h
Érico Nogueira
2022-01-09
1
-0
/
+2
*
fix failure to use add-cfi scripts on asm when building out-of-tree
Wesley Wiser
2022-01-07
1
-1
/
+1
*
fix wcwidth of hangul combining (vowel/final) letters
Rich Felker
2021-12-27
1
-58
/
+60
*
fix mismatched signatures for strtod_l family
Rich Felker
2021-12-09
2
-7
/
+22
*
define NULL as nullptr when used in C++11 or later
Ismael Luceno
2021-11-29
8
-8
/
+24
*
fix hwcap access in powerpc-sf setjmp/longjmp
Rich Felker
2021-11-29
2
-2
/
+2
*
fix struct layout mismatch in sound ioctl time32 fallback conversion
Rich Felker
2021-10-19
1
-2
/
+7
*
add qsort_r and make qsort a wrapper around it
Érico Nogueira
2021-09-23
4
-17
/
+36
*
add SPE FPU support to powerpc-sf
Rich Felker
2021-09-23
11
-13
/
+71
*
fix undefined behavior in getdelim via null pointer arithmetic and memcpy
Rich Felker
2021-09-11
1
-3
/
+5
*
fix excessively slow TLS performance on some mips models
Rich Felker
2021-08-12
1
-2
/
+1
*
fix error checking in pthread_getname_np
Érico Nogueira
2021-08-06
1
-1
/
+1
*
fix libc-internal signal blocking on mips archs
Rich Felker
2021-07-29
1
-2
/
+2
*
fix broken struct shmid_ds on powerpc (32-bit)
Rich Felker
2021-07-06
1
-1
/
+1
*
math: fix fmaf not to depend on FE_TOWARDZERO
Szabolcs Nagy
2021-07-06
1
-11
/
+10
*
fix TZ parsing logic for identifying POSIX-form strings
Rich Felker
2021-06-23
1
-1
/
+13
*
riscv: rename __NR_fstatat __NR_newfstatat
Khem Raj
2021-06-05
1
-1
/
+1
*
remove return with expression in void function
Michael Forney
2021-04-27
1
-1
/
+1
*
remove unnecessary cast for map_library return
Érico Nogueira
2021-04-20
1
-1
/
+1
*
add pthread_getname_np function
Érico Rolim
2021-04-20
2
-0
/
+26
*
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
*
define __STDC_UTF_{16,32}__ macros
Érico Nogueira
2021-04-19
1
-0
/
+3
*
fix regression in dl_iterate_phdr reporting of modules with no TLS
Rich Felker
2021-04-16
1
-1
/
+2
*
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
[prev]
[next]