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
*
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
*
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
*
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
3
-17
/
+35
*
add SPE FPU support to powerpc-sf
Rich Felker
2021-09-23
8
-8
/
+68
*
fix undefined behavior in getdelim via null pointer arithmetic and memcpy
Rich Felker
2021-09-11
1
-3
/
+5
*
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
*
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
*
remove return with expression in void function
Michael Forney
2021-04-27
1
-1
/
+1
*
add pthread_getname_np function
Érico Rolim
2021-04-20
1
-0
/
+25
*
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
[next]