oweals/musl.git
2016-07-05 Rich Felkerrelease 1.1.15 v1.1.15
2016-07-04 Rich Felkeradd stdc-predef.h for library-level predefined macros
2016-07-03 Rich Felkerimprove abort fallback behavior when raising SIGABRT...
2016-07-03 Rich Felkermake brace placement in public header typedef'd structs...
2016-07-03 Szabolcs Nagyadd EF_SH_ sh specific macros to elf.h
2016-07-03 Szabolcs Nagyadd NT_ARM_SYSTEM_CALL to elf.h
2016-07-03 Szabolcs Nagyadd missing x86 relocs to elf.h
2016-07-03 Szabolcs Nagyadd DT_MIPS_RLD_MAP_REL to elf.h
2016-07-03 Szabolcs Nagyadd SHF_COMPRESSED section flag to elf.h
2016-07-03 Szabolcs Nagyadd powerpc tls optimization related definitions to...
2016-07-03 Szabolcs Nagyadd nios2 definitions to elf.h
2016-07-03 Szabolcs Nagyupdate elf.h with mips abi flags support
2016-07-03 Szabolcs Nagyupdate elf.h with new aarch64 relocs
2016-07-03 Szabolcs Nagyupdate elf.h with powerpc64 elfv2 abi related macros
2016-07-03 Szabolcs Nagyadd new powerpc64 relocations to elf.h
2016-07-03 Szabolcs Nagyadd EM_OPENRISC again to elf.h
2016-07-03 Rich Felkermake brace placement in public header struct definition...
2016-07-03 Rich Felkerfix misplaced indention in sys/procfs.h
2016-07-03 Rich Felkerformat mips bits/termios.h consistently mips64 and...
2016-07-03 Szabolcs Nagyfix CBAUDEX in powerpc termios.h
2016-07-03 Szabolcs Nagyfix TCS* definitions in mips termios.h
2016-07-03 Szabolcs Nagyfix mips termios.h macro exposure/namespace issues
2016-07-03 Szabolcs Nagyfix powerpc termios.h macro exposure/namespace issues
2016-07-03 Szabolcs Nagyfix generic termios.h macro exposure/namespace issues
2016-07-03 Rich Felkerdefine appropriate feature test macros to get CBAUD...
2016-07-03 Szabolcs Nagyfix FIOQSIZE in arm ioctl.h
2016-07-03 Szabolcs Nagyremove termios2 related ioctls from sh ioctl.h
2016-07-03 Szabolcs Nagyfix TIOCMSET in mips ioctl.h
2016-07-03 Szabolcs Nagyfix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h
2016-07-03 Szabolcs Nagyremove mips and powerpc ioctls that are missing from...
2016-07-03 Szabolcs Nagyadd missing TIOC* macros to ioctl.h
2016-07-03 Szabolcs Nagyadd missing SIOCSIFNAME from linux/sockios.h to ioctl.h
2016-07-03 Szabolcs Nagyremove ioctl macros that were removed from linux uapi
2016-07-03 Szabolcs Nagyuse the generic ioctl.h for x86_64, x32 and aarch64
2016-07-03 Rich Felkeradd consistent reserved fields in mips64/n32 termios...
2016-07-01 Rich Felkerfix posix_fadvise syscall args on powerpc, unify with...
2016-07-01 Bobby Binghampthread: implement try/timed join variants
2016-06-29 Rich Felkerfix misordered syscall arguments for posix_fadvise...
2016-06-29 Rich Felkerin posix_fadvise, don't bypass __syscall macro infrastr...
2016-06-29 Natanael Coparefactor name_from_dns in hostname lookup backend
2016-06-29 Natanael Copain performing dns lookups, check result from res_mkquery
2016-06-29 Rich Felkeradd RUSAGE_THREAD (Linux extension) definition to sys...
2016-06-29 Rich Felkerfix incorrect definition of RUSAGE_CHILDREN in sys...
2016-06-27 Rich Felkerfix misaligned address buffers in gethostbyname[2]...
2016-06-27 Rich Felkerfix failure to obtain EOWNERDEAD status for process...
2016-06-21 Rich Felkerremove comments on copyright status from UTF-8 implemen...
2016-06-09 Rich Felkeravoid padding gaps in struct sockaddr_storage
2016-06-09 Szabolcs Nagyupdate sys/socket.h to linux v4.6
2016-06-09 Szabolcs Nagyadd new tcp_info fields from linux v4.6
2016-06-09 Szabolcs Nagyadd CLONE_NEWCGROUP clone flag, new in linux v4.6
2016-06-09 Szabolcs Nagyupdate siginfo struct for linux v4.6
2016-06-09 Szabolcs Nagyadd ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6
2016-06-09 Szabolcs Nagyadd SO_CNX_ADVICE to sys/socket.h, new in linux v4.6
2016-06-09 Szabolcs Nagyadd preadv2 and pwritev2 syscall numbers for linux...
2016-05-23 Rich Felkerfix a64l undefined behavior on ILP32 archs, wrong resul...
2016-05-22 Rich Felkerfix undefined pointer arithmetic in CMSG_NXTHDR macro
2016-05-22 Szabolcs Nagyfix the use of uninitialized value in regcomp
2016-05-12 Bobby Binghamdeduplicate __NR_* and SYS_* syscall number definitions
2016-05-12 Bobby Binghamx32: eliminate __X32_SYSCALL_BIT constant
2016-05-12 Bobby Binghamx32: remove arch-specific syscall remapping
2016-05-09 Rich Felkerfix spurious trailing whitespace in powerpc & powerpc64...
2016-05-09 Bobby Binghamadd powerpc64 port
2016-05-04 LeMay, Michaelfix redundant processing of --build flag in configure...
2016-05-04 Andrew Kelleyfix incorrect protocol name and number for egp
2016-04-29 Rich Felkerfollow standard configure behavior for cross compile...
2016-04-29 Rich Felkerupdate COPYRIGHT file to clarify that permissions apply...
2016-04-26 Rich Felkerfix FILE buffer underflow in ungetwc
2016-04-25 Rich Felkerfix thread structure/dtv-pointer corruption on powerpc
2016-04-18 Petr Vaněkremove dead store in res_msend
2016-04-18 Rich Felkeradd mips n32 port (ILP32 ABI for mips64)
2016-04-03 Rich Felkeradd support for mips and mips64 r6 isa
2016-04-01 Rich Felkerfix read past end of haystack buffer for short needles...
2016-03-30 Rich Felkerfix regression disabling use of pause instruction for...
2016-03-29 Rich Felkerfix undefined pointer comparison in stdio-internal...
2016-03-24 Timo Teräsfix gethostbyaddr_r to fill struct hostent.h_length...
2016-03-19 Szabolcs Nagyadd MADV_FREE madvise command from linux v4.5
2016-03-19 Szabolcs Nagyadd EPOLLEXCLUSIVE epoll flag from linux v4.5
2016-03-19 Szabolcs Nagyadd SO_ATTACH_REUSEPORT_[CE]BPF socket options from...
2016-03-19 Szabolcs Nagyadd IPV6_HDRINCL socket option from linux v4.5
2016-03-19 Szabolcs Nagyadd copy_file_range syscall numbers from linux v4.5
2016-03-19 Szabolcs Nagymips64: add recent linux syscall numbers
2016-03-19 Rich Felkerfix outdated pathnames in COPYRIGHT file
2016-03-19 Szabolcs Nagydeduplicate bits/mman.h
2016-03-16 Rich Felkerfix padding string formats to width in wide printf...
2016-03-11 Rich Felkercorrect pointer types for a_ll_p and a_sc_p primitives...
2016-03-11 Rich Felkermake mips64 a_sc_p atomic primitive's asm constraints...
2016-03-06 Rich Felkermake configure check for unsupported (SPE) powerpc...
2016-03-06 Felix Fietkauadd powerpc soft-float support
2016-03-06 Alexander Monakovenv: avoid leaving dangling pointers in __env_map
2016-03-06 Rich Felkerupdate documentation files for mips64 port
2016-03-06 Rich Felkeradd mips64 port
2016-03-06 Rich Felkergeneralize mips-specific reloc code not to hard-code...
2016-03-04 Szabolcs Nagymath: fix expf(-NAN) and exp2f(-NAN) to return -NAN...
2016-03-03 Nathan Zadoksadd sched_getcpu vDSO support
2016-03-03 Nathan Zadoksadd sched_getcpu
2016-03-02 Szabolcs Nagyfix ^* at the start of a complete BRE
2016-03-02 Szabolcs Nagyfix * at the start of a BRE subexpression
2016-03-02 Michael Meeuwisseexplicitly include stdio.h to get EOF definition needed...
2016-03-02 Rich Felkerhandle non-matching address family entries in hosts...
2016-02-23 Rich Felkermake aarch64 atomic_arch.h report that it defines point...
next