resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrs
[oweals/musl.git] / src /
2018-07-11 Rich Felkerresolver: don't depend on v4mapped ipv6 to probe routab...
2018-07-02 Alexander Monakovoptimize explicit_bzero for size
2018-06-27 Patrick Oppenlanderfix missing timeout argument to futex syscall in __fute...
2018-06-26 David Carlieradd explicit_bzero implementation
2018-06-26 Arthur Jonesinet_ntop: do not compress single zeros in IPv6
2018-06-26 Daniel Sabogalstrftime: fix underlying format string in %z format
2018-06-26 Rich Felkerresolver: omit final dot (root/suppress-search) in...
2018-06-21 Szabolcs Nagyadd memfd_create syscall wrapper
2018-06-21 Szabolcs Nagyadd mlock2 linux syscall wrapper
2018-06-20 Rich Felkerwork around broken kernel struct ipc_perm on some big...
2018-06-19 Rich Felkeradd m68k port
2018-06-14 Rich Felkeradd support for m68k 80-bit long double variant
2018-06-02 Szabolcs Nagyfix TLS layout of TLS variant I when there is a gap...
2018-06-02 Rich Felkerfix output size handling for multi-unicode-char big5...
2018-06-02 Rich Felkerfix iconv mapping of big5-hkscs characters that map...
2018-05-09 Will Dietzfix iconv conversion to UTF-32 with implicit (big)...
2018-05-09 Will Dietzfix iconv buffer overflow converting to legacy JIS...
2018-05-09 Rich Felkermake linking of thread-start with explicit scheduling...
2018-05-09 Rich Felkerimprove design of thread-start with explicit scheduling...
2018-05-08 Rich Felkerclean up and reduce size of internal pthread structure
2018-05-06 Rich Felkerimprove joinable/detached thread state handling
2018-05-05 Rich Felkerimprove pthread_exit synchronization with functions...
2018-05-04 Rich Felkerremove incorrect ESRCH error from pthread_kill
2018-05-02 Rich Felkeruse a dedicated futex object for pthread_join instead...
2018-05-01 Rich Felkeroptimize sigisemptyset
2018-05-01 Rich Felkeravoid excessive stack usage in getcwd
2018-04-27 Rich Felkergetopt_long_only: don't prefix-match long-options that...
2018-04-20 Rich Felkerreintroduce hardening against partially-replaced allocator
2018-04-20 Rich Felkerreturn chunks split off by memalign using __bin_chunk...
2018-04-20 Rich Felkerusing malloc implementation types/macros/idioms for...
2018-04-19 Rich Felkermove malloc implementation types and macros to an inter...
2018-04-19 Rich Felkerrevert detection of partially-replaced allocator
2018-04-19 Will Dietzsetvbuf: minor comment typo fix
2018-04-19 Andre McCurdyremove a_ctz_l from arch specific atomic_arch.h
2018-04-19 Marc André Tannerfix out of bounds write for zero length buffer in getho...
2018-04-18 Rich Felkeradd support for caller-provided buffers to setvbuf
2018-04-18 Rich Felkerclean up allocation/setup logic for open_[w]memstream
2018-04-18 Rich Felkerclean up allocation/setup logic for fmemopen
2018-04-18 Rich Felkerminor cleanup in fopencookie
2018-04-18 Rich Felkerallow interposition/replacement of allocator (malloc)
2018-04-18 Rich Felkerrefactor flockfile not to duplicate lock mechanism...
2018-04-18 Rich Felkerfix stdio lock dependency on read-after-free not faulting
2018-04-17 Rich Felkerremove unused __brk function/source file
2018-04-17 Rich Felkercomment __malloc_donate overflow logic
2018-04-17 Alexander Monakovldso, malloc: implement reclaim_gaps via __malloc_donate
2018-04-17 Alexander Monakovmalloc: fix an over-allocation bug
2018-04-17 Rich Felkerfix return value of nice function
2018-04-11 Alexander Monakovoptimize malloc0
2018-04-11 Rich Felkerfix incorrect results for catan with some inputs
2018-04-09 Rich Felkerfix wrong result in casin and many related complex...
2018-04-07 Samuel Hollandimplement wcsftime padding specifier extensions
2018-04-05 Rich Felkerprevent bypass of guarantee that suids start with fd...
2018-04-02 Szabolcs Nagyfix fmaf wrong result
2018-03-07 Rich Felkerfix nl_langinfo_l(CODESET, loc) reporting wrong locale...
2018-02-26 Rich Felkeradd public interface headers to implementation files
2018-02-24 Rich Felkerfix aliasing violations in fgetpos/fsetpos
2018-02-24 Rich Felkeruse idiomatic safe form for FUNLOCK macro
2018-02-24 Rich Felkerin vswprintf, initialize the FILE rather than memset...
2018-02-24 Rich Felkerremove unused MIN macro from getdelim source file
2018-02-24 Rich Felkerremove useless null check before call to free in fclose
2018-02-24 Rich Felkerremove useless and confusing parentheses in stdio __tow...
2018-02-24 Rich Felkeravoid use of readv syscall in __stdio_read backend...
2018-02-24 Rich Felkerconsistently return number of bytes read from stdio...
2018-02-24 Rich Felkerremove obfuscated flags bit-twiddling logic in __stdio_read
2018-02-24 Rich Felkerfix getopt wrongly treating colons in optstring as...
2018-02-23 Rich Felkeradd getentropy function
2018-02-23 Hauke Mehrtensadd getrandom syscall wrapper
2018-02-21 Rich Felkerconvert execvp error handling to switch statement
2018-02-21 Przemyslaw Pawelczykfix execvp failing on not-dir entries in PATH.
2018-02-12 Rich Felkerfix incorrect overflow check for allocation in fmemopen
2018-02-07 Dmitry V. Levinmake getcwd fail if it cannot obtain an absolute path
2018-02-06 Rich Felkeradjust strftime + modifier to match apparent intent...
2018-02-05 Rich Felkerfix strftime field widths with %F format and zero year
2018-02-05 Rich Felkerdocument pthread structure ABI constraints in comments
2018-02-05 Alexander Monakovre-fix child reaping in wordexp
2018-02-05 Rich Felkerrevert regression in faccessat AT_EACCESS robustness
2018-02-03 William Pitcockstore pthread stack guard sizes for pthread_getattr_np
2018-02-01 Samuel Hollandgetopt_long: accept prefix match of long options contai...
2018-02-01 Samuel Hollandfix getopt_long arguments to partial matches
2018-01-11 Rich Felkerfix printf alt-form octal with value 0 and no explicit...
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2018-01-09 Jens Gustedtconsistently use the LOCK an UNLOCK macros
2018-01-09 Jens Gustedtnew lock algorithm with state and congestion count...
2017-12-19 Rich Felkerfix iconv output of surrogate pairs in ucs2
2017-12-19 Rich Felkeradd support for BOM-determined-endian UCS2, UTF-16...
2017-12-19 Rich Felkeradd cp866 (dos cyrillic) to iconv
2017-12-19 Rich Felkerupdate case mappings to unicode 10.0
2017-12-18 Rich Felkerupdate ctype tables to unicode 10.0
2017-12-18 Rich Felkerreformat ctype tables to be diff-friendly, match tool...
2017-12-15 Natanael Copause the name UTC instead of GMT for UTC timezone
2017-12-15 Natanael Copafix sysconf for infinite rlimits
2017-12-14 Rich Felkerfix data race in at_quick_exit
2017-12-12 Rich Felkeradd ibm1047 codepage (ebcdic representation of latin1...
2017-12-11 Timo Teräsimplement strftime padding specifier extensions
2017-12-06 William Pitcockimplement the fopencookie extension to stdio
2017-11-20 Rich Felkermake fgetwc handling of encoding errors consistent...
2017-11-20 Rich Felkerfix treatment by fgetws of encoding errors as eof
2017-11-19 Szabolcs Nagyfix fgetwc when decoding a character that crosses buffe...
2017-11-15 Rich Felkeradd reverse iconv mappings for JIS-based encodings
2017-11-13 Rich Felkergeneralize iconv framework for 8-bit codepages
next