oweals/musl.git
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
2018-02-07 Rich Felkerdisallow non-absolute rpath $ORIGIN for suid/sgid/AT_SE...
2018-02-07 Rich Felkerhonor rpath $ORIGIN for ldd/ldso command with program...
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-02 Rich Felkeradjust dladdr dli_fbase definition to match other imple...
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-02-01 William Pitcockaarch64: fix mismatched type of ucontext_t uc_link...
2018-01-12 Rostislav Skudnovadd _DIRENT_HAVE_D_* macros to dirent.h
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...
2018-01-09 Hauke Mehrtensadd additional uapi guards for Linux kernel header...
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 Rich Felkerfix endian errors in netinet/icmp6.h due to failure...
2017-12-15 Jo-Philipp... fix endian errors in arpa/nameser.h due to failure...
next