oweals/musl.git
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...
2018-02-22 Szabolcs Nagyelf.h: add DT_SYMTAB_SHNDX
2018-02-22 Szabolcs Nagyelf.h: syncronize DF_1_ flags with binutils
2018-02-22 Szabolcs Nagyelf.h: update NT_* coredump elf notes for linux v4.15
2018-02-22 Szabolcs Nagyelf.h: add PPC64_OPT_LOCALENTRY
2018-02-22 Szabolcs Nagyelf.h: add AT_* auxval macros for cache geometry
2018-02-22 Szabolcs Nagysys/prctl.h: add new PR_SVE_* macros from linux v4.15
2018-02-22 Szabolcs Nagyaarch64: update hwcap.h for linux v4.15
2018-02-22 Szabolcs Nagyarm: add get_tls syscall from linux v4.15
2018-02-22 Szabolcs Nagypowerpc: update hwcap.h for linux v4.15
2018-02-22 Szabolcs Nagys390x: add s390_sthyi system call from v4.15
2018-02-22 Szabolcs Nagynetinet/in.h: add new IPV6_FREEBIND from linux v4.15
2018-02-22 Szabolcs Nagynetinet/tcp.h: add TCP_* socket options from linux...
2018-02-22 Szabolcs Nagyadd MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
2018-02-22 Szabolcs Nagymips,powerpc: fix TIOCSER_TEMT in termios.h
2018-02-22 Szabolcs Nagynetinet/tcp.h: add tcp_diag_md5sig struct from linux...
2018-02-22 Szabolcs Nagysys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux...
2018-02-22 Szabolcs Nagynetinet/if_ether.h: add new ETH_P_ macros from linux...
2018-02-22 Szabolcs Nagynet/if_arp.h: add ARPHRD_RAWIP from linux v4.14
2018-02-22 Szabolcs Nagysignal.h: add missing SIGTRAP si_codes
2018-02-22 Szabolcs Nagyaarch64: add HWCAP_DCPOP from linux v4.14
2018-02-22 Szabolcs Nagysys/mman.h: add MADV_WIPEONFORK from linux v4.14
2018-02-22 Szabolcs Nagysys/socket.h: add MSG_ZEROCOPY from linux v4.14
2018-02-22 Szabolcs Nagysys/socket.h: add SOL_TLS from linux v4.13
2018-02-22 Szabolcs Nagysys/socket.h: add PF_SMC from linux v4.11
2018-02-22 Rich Felkerrelease 1.1.19 v1.1.19
2018-02-21 Rich Felkerupdate authors/contributors list
2018-02-21 Matúš Olekšákfix detection of LIBCC for compiler-rt with clang
2018-02-21 Rich Felkerconvert execvp error handling to switch statement
2018-02-21 Przemyslaw... fix execvp failing on not-dir entries in PATH.
2018-02-12 Rich Felkerfix incorrect overflow check for allocation in fmemopen
2018-02-07 Szabolcs Nagybetter configure check for long double support
2018-02-07 Dmitry V. Levinmake getcwd fail if it cannot obtain an absolute path
next