prevent psignal/psiginfo from clobbering stderr orientation, errno
[oweals/musl.git] / src /
2018-08-30 Rich Felkerprevent psignal/psiginfo from clobbering stderr orienta...
2018-08-30 Rich Felkermake vfprintf set stream orientation even for zero...
2018-08-30 Rich Felkerre-fix vfprintf temporary buffer logic
2018-08-30 Rich Felkerfix missing flush of stderr at exit if it was put in...
2018-08-29 Rich Felkerfix async thread cancellation on sh-fdpic
2018-08-29 Rich Felkerfix async thread cancellation on powerpc64
2018-08-29 A. Wilcoxvfwprintf: honor field width with 'c' format type
2018-08-29 Rich Felkerfix several values reported by sysconf
2018-08-29 Rich Felkerfix return value of system on failure to spawn child...
2018-08-29 Rich Felkerset stream orientations in open_[w]memstream
2018-08-28 Rich Felkermake fmemopen's w+ mode truncate the buffer
2018-08-28 Rich Felkerset errno when fileno is called on a FILE with no under...
2018-08-28 Rich Felkerreject invalid arguments to pthread_barrierattr_setpshared
2018-08-28 Szabolcs Nagyrewrite __aeabi_read_tp in asm
2018-08-28 Rich Felkerfix deadlock in async thread self-cancellation
2018-08-27 A. Wilcoxtime: fix incorrect DST offset when using POSIX timezon...
2018-08-23 Szabolcs Nagyfix tls access on arm targets before armv6k
2018-08-23 Rich Felkerfix missing strerror text for EMULTIHOP
2018-08-23 Rich Felkerfix printf precision specifier for hex floats on non...
2018-08-22 Rich Felkergetopt: update optarg and optind correctly on missing...
2018-08-21 Rich Felkerremove erroneous SYMLINK_MAX definition from limits...
2018-08-18 Segev Finermips archs: fix runaway execution if start fn passed...
2018-08-16 Rich Felkerfix pthread_create return value with PTHREAD_EXPLICIT_SCHED
2018-08-08 Rich Felkerfix sign of strftime %z output with offsets <1 hour...
2018-07-27 Rich Felkermake pthread_attr_init honor defaults set by pthread_se...
2018-07-23 Fangrui Songbsearch: simplify and optimize
2018-07-18 Rich Felkerremove spurious declaration of __getdents from readdir.c
2018-07-18 Rich Felkerfix regression in alignment of dirent structs produced...
2018-07-15 Rich Felkerimplement getaddrinfo's AI_ADDRCONFIG flag
2018-07-14 Rich Felkerfix writes outside buffer by ungetc after setvbuf
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
next