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
2022-10-19
clean up dns_parse_callback
Rich Felker
-13
/
+13
2022-10-19
dns response handling: don't treat too many addresses as an error
Rich Felker
-1
/
+1
2022-10-19
dns response handling: ignore presence of wrong-type RRs
Rich Felker
-2
/
+8
2022-10-19
fix missing synchronization of pthread TSD keys with MT-fork
Rich Felker
-0
/
+12
2022-10-19
fgets: avoid arithmetic overflow when n==INT_MIN is passed
Rich Felker
-2
/
+3
2022-10-19
fix AS-safety of close when aio is in use and fd map is expanded
Rich Felker
-0
/
+6
2022-10-19
fix use of uninitialized dummy_fut in aio_suspend
Alexey Izbyshev
-1
/
+1
2022-10-19
fix potential deadlock between multithreaded fork and aio
Rich Felker
-4
/
+21
2022-10-19
fix potential unsynchronized access to killlock state at thread exit
Rich Felker
-6
/
+10
2022-10-19
fix potential deadlock in dlerror buffer handling at thread exit
Rich Felker
-19
/
+18
2022-10-19
configure: disable TBAA optimization because most compilers are buggy
Rich Felker
-0
/
+8
2022-10-19
disable MADV_FREE usage in mallocng
Rich Felker
-1
/
+3
2022-10-19
remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE
Rich Felker
-16
/
+16
2022-10-19
remove LFS64 symbol aliases; replace with dynamic linker remapping
Rich Felker
-135
/
+38
2022-10-19
dns query core: detect udp truncation at recv time
Rich Felker
-4
/
+13
2022-10-19
getaddrinfo dns lookup: use larger answer buffer to handle long CNAMEs
Rich Felker
-3
/
+5
2022-09-22
arpa/nameser.h: update RR types list
Rich Felker
-0
/
+71
2022-09-22
dns: implement tcp fallback in __res_msend query core
Rich Felker
-2
/
+117
2022-09-22
res_send: use a temp buffer if caller's buffer is under 512 bytes
Rich Felker
-1
/
+9
2022-09-21
adapt res_msend DNS query core for working with multiple sockets
Rich Felker
-6
/
+11
2022-09-20
getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomain
Rich Felker
-6
/
+13
2022-09-19
fix error cases in gethostbyaddr_r
Rich Felker
-2
/
+3
2022-09-19
remove impossible error case from gethostbyname2_r
Rich Felker
-1
/
+0
2022-09-19
fix return value of gethostnbyname[2]_r on result not found
Rich Felker
-1
/
+1
2022-09-19
dns: treat names rejected by res_mkquery as nonexistent rather than error
Rich Felker
-1
/
+1
2022-09-19
res_mkquery: error out on consecutive final dots in name
Rich Felker
-0
/
+1
2022-09-19
fix thread leak on timer_create(SIGEV_THREAD) failure
Alexey Izbyshev
-1
/
+5
2022-09-19
re-enable vdso clock_gettime on arm (32-bit) with workaround
Rich Felker
-0
/
+10
2022-09-12
process DT_RELR relocations in ldso-startup/static-pie
Rich Felker
-0
/
+15
2022-09-07
fix fwprintf missing output to open_wmemstream FILEs
Rich Felker
-1
/
+5
2022-08-26
dns: fail if ipv6 is disabled and resolv.conf has only v6 nameserves
Rich Felker
-0
/
+5
2022-08-26
use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ)
Rich Felker
-2
/
+12
2022-08-26
add sysconf keys/values for signal stack size
Rich Felker
-0
/
+5
2022-08-24
fix fallback when ipv6 is disabled but resolv.conf has v6 nameserves
Rich Felker
-1
/
+2
2022-08-24
epoll_create: fail with EINVAL if size is non-positive
Kristina Martsenko
-0
/
+1
2022-08-20
use alt signal stack when present for implementation-internal signals
Rich Felker
-3
/
+3
2022-08-17
ldso: make exit condition clearer in fixup_rpath
Érico Nogueira
-1
/
+1
2022-08-17
freopen: reset stream orientation (byte/wide) and encoding rule
Rich Felker
-0
/
+2
2022-08-02
ldso: process RELR only for non-FDPIC archs
Rich Felker
-1
/
+2
2022-08-02
ldso: support DT_RELR relative relocation format
Fangrui Song
-4
/
+27
2022-08-02
use syscall_arg_t and __scc macro for arguments to __alt_socketcall
Alex Xu (Hello71)
-3
/
+3
2022-08-01
fix strings.h feature test macro usage due to missing features.h
Michael Pratt
-0
/
+1
2022-08-01
fix ESRCH error handling for clock_getcpuclockid
Eugene Yudin
-0
/
+1
2022-08-01
aarch64: add vfork
Szabolcs Nagy
-0
/
+9
2022-08-01
fix mishandling of errno in getaddrinfo AI_ADDRCONFIG logic
Rich Felker
-0
/
+2
2022-07-19
early stage ldso: remove symbolic references via error handling function
Rich Felker
-2
/
+11
2022-07-02
in early stage ldso before __dls2b, call mprotect with __syscall
Alex Xu (Hello71)
-6
/
+8
2022-06-23
avoid limited space of random temp file names if clock resolution is low
Rich Felker
-1
/
+1
2022-06-03
remove random filename obfuscation that leaks ASLR information
Rich Felker
-1
/
+2
2022-06-03
ensure distinct query id for parallel A and AAAA queries in resolver
Rich Felker
-0
/
+3
[prev]
[next]