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
*
fix async thread cancellation stack alignment
Rich Felker
2022-11-05
1
-1
/
+6
*
fix return value of gethostby{name[2],addr} with no result but no error
Rich Felker
2022-10-20
2
-2
/
+2
*
clean up dns_parse_callback
Rich Felker
2022-10-19
1
-13
/
+13
*
dns response handling: don't treat too many addresses as an error
Rich Felker
2022-10-19
1
-1
/
+1
*
dns response handling: ignore presence of wrong-type RRs
Rich Felker
2022-10-19
1
-2
/
+8
*
fix missing synchronization of pthread TSD keys with MT-fork
Rich Felker
2022-10-19
3
-0
/
+12
*
fgets: avoid arithmetic overflow when n==INT_MIN is passed
Rich Felker
2022-10-19
1
-2
/
+3
*
fix AS-safety of close when aio is in use and fd map is expanded
Rich Felker
2022-10-19
1
-0
/
+6
*
fix use of uninitialized dummy_fut in aio_suspend
Alexey Izbyshev
2022-10-19
1
-1
/
+1
*
fix potential deadlock between multithreaded fork and aio
Rich Felker
2022-10-19
3
-4
/
+21
*
fix potential unsynchronized access to killlock state at thread exit
Rich Felker
2022-10-19
1
-6
/
+10
*
fix potential deadlock in dlerror buffer handling at thread exit
Rich Felker
2022-10-19
3
-19
/
+18
*
disable MADV_FREE usage in mallocng
Rich Felker
2022-10-19
2
-1
/
+3
*
remove LFS64 symbol aliases; replace with dynamic linker remapping
Rich Felker
2022-10-19
50
-121
/
+0
*
dns query core: detect udp truncation at recv time
Rich Felker
2022-10-19
1
-4
/
+13
*
getaddrinfo dns lookup: use larger answer buffer to handle long CNAMEs
Rich Felker
2022-10-19
1
-3
/
+5
*
dns: implement tcp fallback in __res_msend query core
Rich Felker
2022-09-22
1
-2
/
+117
*
res_send: use a temp buffer if caller's buffer is under 512 bytes
Rich Felker
2022-09-22
1
-1
/
+9
*
adapt res_msend DNS query core for working with multiple sockets
Rich Felker
2022-09-21
1
-6
/
+11
*
getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomain
Rich Felker
2022-09-20
5
-6
/
+12
*
fix error cases in gethostbyaddr_r
Rich Felker
2022-09-19
1
-2
/
+3
*
remove impossible error case from gethostbyname2_r
Rich Felker
2022-09-19
1
-1
/
+0
*
fix return value of gethostnbyname[2]_r on result not found
Rich Felker
2022-09-19
1
-1
/
+1
*
dns: treat names rejected by res_mkquery as nonexistent rather than error
Rich Felker
2022-09-19
1
-1
/
+1
*
res_mkquery: error out on consecutive final dots in name
Rich Felker
2022-09-19
1
-0
/
+1
*
fix thread leak on timer_create(SIGEV_THREAD) failure
Alexey Izbyshev
2022-09-19
1
-1
/
+5
*
re-enable vdso clock_gettime on arm (32-bit) with workaround
Rich Felker
2022-09-19
1
-0
/
+3
*
fix fwprintf missing output to open_wmemstream FILEs
Rich Felker
2022-09-07
1
-1
/
+5
*
dns: fail if ipv6 is disabled and resolv.conf has only v6 nameserves
Rich Felker
2022-08-26
1
-0
/
+5
*
use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ)
Rich Felker
2022-08-26
1
-2
/
+12
*
add sysconf keys/values for signal stack size
Rich Felker
2022-08-26
1
-0
/
+3
*
fix fallback when ipv6 is disabled but resolv.conf has v6 nameserves
Rich Felker
2022-08-24
1
-1
/
+2
*
epoll_create: fail with EINVAL if size is non-positive
Kristina Martsenko
2022-08-24
1
-0
/
+1
*
use alt signal stack when present for implementation-internal signals
Rich Felker
2022-08-20
3
-3
/
+3
*
freopen: reset stream orientation (byte/wide) and encoding rule
Rich Felker
2022-08-17
1
-0
/
+2
*
ldso: support DT_RELR relative relocation format
Fangrui Song
2022-08-02
1
-1
/
+1
*
use syscall_arg_t and __scc macro for arguments to __alt_socketcall
Alex Xu (Hello71)
2022-08-02
1
-3
/
+3
*
fix ESRCH error handling for clock_getcpuclockid
Eugene Yudin
2022-08-01
1
-0
/
+1
*
aarch64: add vfork
Szabolcs Nagy
2022-08-01
1
-0
/
+9
*
fix mishandling of errno in getaddrinfo AI_ADDRCONFIG logic
Rich Felker
2022-08-01
1
-0
/
+2
*
avoid limited space of random temp file names if clock resolution is low
Rich Felker
2022-06-23
1
-1
/
+1
*
remove random filename obfuscation that leaks ASLR information
Rich Felker
2022-06-03
1
-1
/
+2
*
ensure distinct query id for parallel A and AAAA queries in resolver
Rich Felker
2022-06-03
1
-0
/
+3
*
mntent: fix potential mishandling of extremely long lines
Rich Felker
2022-05-15
1
-0
/
+2
*
mntent: fix parsing lines with optional fields
Alyssa Ross
2022-05-15
1
-3
/
+7
*
fix constraint violation in qsort wrapper around qsort_r
Rich Felker
2022-05-06
1
-1
/
+1
*
use __fstat instead of __fstatat with AT_EMPTY_PATH in __map_file
Rich Felker
2022-05-04
1
-2
/
+1
*
provide an internal namespace-safe __fstat
Rich Felker
2022-05-04
2
-2
/
+5
*
only use fstatat and others legacy stat syscalls if they exist
Rich Felker
2022-05-01
1
-1
/
+9
*
drop direct use of stat syscalls in internal __map_file
Rich Felker
2022-05-01
1
-3
/
+3
[next]