oweals/musl.git
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-26 Rich Felkerfix regression in powerpc[64] SO_PEERSEC definition
2018-06-26 Rich Felkerfix value of SO_PEERSEC on mips archs
2018-06-26 Rich Felkeradd m68k reg.h and user.h
2018-06-26 Rich Felkerfix dynamic linker mapping/clearing bss in first/only...
2018-06-21 Szabolcs Nagyadd memfd_create syscall wrapper
2018-06-21 Szabolcs Nagyadd mlock2 linux syscall wrapper
2018-06-20 Rich Felkerfix m68k float.h long double exponent range
2018-06-20 Rich Felkerwork around broken kernel struct ipc_perm on some big...
2018-06-19 Szabolcs Nagys390x: add kexec_file_load syscall number from linux...
2018-06-19 Szabolcs Nagymips: add HWCAP_ flags from linux v4.17
2018-06-19 Szabolcs Nagyaarch64: add HWCAP_ flags from linux v4.17
2018-06-19 Szabolcs Nagyadd speculation control prctls from linux v4.17
2018-06-19 Szabolcs Nagyadd ETH_P_PREAUTH ethertype from linux v4.17
2018-06-19 Szabolcs Nagyadd TCP_NLA_* from linux v4.17
2018-06-19 Szabolcs Nagyadd {MSG,SEM,SHM}_STAT_ANY from linux v4.17
2018-06-19 Szabolcs Nagyadd MAP_FIXED_NOREPLACE from linux v4.17
2018-06-19 Szabolcs Nagypowerpc: add pkey syscall numbers from linux v4.16
2018-06-19 Szabolcs Nagyaarch64: add HWCAP_ASIMDFHM from linux v4.16
2018-06-19 Szabolcs Nagysys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from...
2018-06-19 Szabolcs Nagynetinet/if_ether.h: add ETH_TLEN from linux v4.16
2018-06-19 Szabolcs Nagynetinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16
2018-06-19 Szabolcs Nagysys/epoll.h: add EPOLLNVAL from linux v4.16
2018-06-19 Rich Felkeradd m68k port
2018-06-14 Rich Felkeradd support for m68k 80-bit long double variant
2018-06-12 Rich Felkeradd missing m68k relocation types in elf.h
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-05-01 Rich Felkerwork around arm gcc's rejection of r7 asm constraints...
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 McCurdyarm: use a_ll/a_sc atomics when building for ARMv6T2
2018-04-19 Andre McCurdyarm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__...
2018-04-19 Andre McCurdyprovide optimized a_ctz_32 for arm
2018-04-19 Andre McCurdyremove a_ctz_l from arch specific atomic_arch.h
2018-04-19 Marc André... fix 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 Felkerenable reclaim_gaps for fdpic
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 Felkeruse explicit dynamic-list rather than symbolic-function...
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-28 Rich Felkerfix default feature profile in tar.h
2018-03-25 Rich Felkeradjust makefile target-specific CFLAGS rules to be...
2018-03-24 Rich Felkerfix out-of-tree build of crt files with stack protector...
2018-03-13 Rich Felkerexplicitly use signed keyword to define intNN_t and...
2018-03-10 Rich Felkerfix minor namespace issues in termios.h
2018-03-10 Rich Felkerremove spurious const keyword in sigqueue declaration
2018-03-10 Rich Felkerfix minor namespace issue in unistd.h
2018-03-10 Rich Felkerfix minor namespace issue in tar.h
2018-03-10 Rich Felkerfix minor namespace issues in limits.h
2018-03-10 Rich Felkeruse PAGESIZE rather than PAGE_SIZE in user.h bits
2018-03-10 Rich Felkerreverse definition dependency between PAGESIZE and...
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-22 Szabolcs Nagyaarch64: add sve_context struct and related defines...
next