oweals/musl.git
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...
2016-02-23 Bobby Binghamallow implementing a_cas_p with pointer-sized ll/sc
2016-02-22 Rich Felkerrelease 1.1.14 v1.1.14
2016-02-19 Rich Felkergenerate list of crt files to install instead of hard...
2016-02-19 Rich Felkeradd arch tuple matching for nt32 and nt64 in configure
2016-02-19 Rich Felkerwork around regression building for armhf with clang...
2016-02-18 Rich Felkerimprove macro logic for enabling arm math asm
2016-02-18 Rich Felkerupdate authors/contributors list
2016-02-18 Rich Felkerfix regression in SH/FDPIC dynamic linker
2016-02-18 Rich Felkerpartly revert detection of broken float in configure
2016-02-17 Rich Felkersupport clean/distclean make targets in unconfigured...
2016-02-17 Rich Felkeradjust makefile to make crt/ and ldso/ sources arch...
2016-02-17 Rich Felkermake configure attempt to catch broken floating point...
2016-02-16 Rich Felkerin crypt-sha*, reject excessive rounds as error rather...
2016-02-16 Rich Felkerfix unlikely corner cases in getopt's message printing
2016-02-16 Rich Felkerfix assumption in fputs that fwrite returning 0 implies...
2016-02-16 Rich Felkerrelease 1.1.13 v1.1.13
2016-02-12 Rich Felkerdo not define static_assert macro for pre-C11 compilers
2016-02-12 Rich Felkeradd declarations for utmpname/utmpxname to appropriate...
2016-02-11 Rich Felkerfix return value for fread/fwrite when size argument...
2016-02-11 Rich Felkerfix line-buffered flush omission for odd usage of putc...
2016-02-10 Rich Felkerfix failed write reporting by fwrite in line-buffered...
2016-02-08 Rich Felkerremove workaround for broken mips assemblers
2016-02-04 Rich Felkerin mips cancellable syscall asm, don't assume gp regist...
2016-02-04 Rich Felkeravoid using signals when a thread attempts to cancel...
2016-02-03 Rich Felkermake configure accept -h as an alias for --help
2016-02-02 Rich Felkerupdate INSTALL file with new archs, compiler info
2016-01-31 Szabolcs Nagyfix malloc_usable_size for NULL input
2016-01-31 Szabolcs Nagyregex: increase the stack tre uses for tnfa creation
2016-01-31 Szabolcs Nagybetter a_sc inline asm constraint on aarch64 and arm
2016-01-31 Rich Felkerdon't suppress shared libc when linker lacks -Bsymbolic...
2016-01-31 Felix Fietkauldso: fix GDB dynamic linker info on MIPS
2016-01-31 Szabolcs Nagyregex: simplify the {,} repetition parsing logic
2016-01-31 Szabolcs Nagyregex: treat \+, \? as repetitions in BRE
2016-01-31 Szabolcs Nagyregex: rewrite the repetition parsing code
2016-01-31 Szabolcs Nagyregex: treat \| in BRE as alternation
2016-01-31 Szabolcs Nagyregex: reject repetitions in some cases with REG_BADRPT
2016-01-31 Szabolcs Nagyregex: clean up position accounting for literal nodes
2016-01-31 Rich Felkerfix misaligned pointer-like objects in arm atomics...
2016-01-30 Rich Felkerfix regression in dynamic-linked tls when both main...
2016-01-29 Rich Felkerreuse parsed resolv.conf in dns core to avoid re-readin...
2016-01-29 Rich Felkerfix uninitialized variable in new resolv.conf parser
2016-01-29 Rich Felkeradd support for search domains to dns resolver
2016-01-29 Rich Felkerfix handling of dns response codes
2016-01-29 Rich Felkerfix logic for matching search/domain keywords in resolv...
2016-01-28 Rich Felkerfactor resolv.conf parsing out of res_msend to its...
2016-01-28 Rich Felkeradd errno setting to stub utmpxname function
2016-01-28 Kylie McClainlegacy/utmpx: Add utmp{,x}name stubs
2016-01-28 Rich Felkerdeduplicate the bulk of the arch bits headers
2016-01-28 Rich Felkeradd arch/generic include fallback to build rules
2016-01-28 Rich Felkerremove unneeded -I options from configure test for...
2016-01-27 Hauke Mehrtensmips: add vdso support
2016-01-27 Rich Felkerimprove clock_gettime and adapt it to support slightly...
2016-01-27 Szabolcs Nagyfix siginfo_t for mips
2016-01-27 Szabolcs Nagymove bits/signal.h include close to the top of signal.h
2016-01-26 Szabolcs Nagyadd new PTRACE_SECCOMP_GET_FILTER ptrace command
2016-01-26 Szabolcs Nagyadd MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2...
2016-01-26 Szabolcs Nagyadd mlock2 syscall number from linux v4.4
2016-01-26 Szabolcs Nagyadd new PTRACE_O_SUSPEND_SECCOMP ptrace option
2016-01-26 Szabolcs Nagyadd new PR_CAP_AMBIENT and related defines to sys/prctl.h
2016-01-26 Szabolcs Nagyupdate netpacket/packet.h to linux v4.3
2016-01-26 Szabolcs Nagyadd new membarrier, userfaultfd and switch_endian syscalls
2016-01-26 Szabolcs Nagyadd new i386 socket syscall numbers
2016-01-26 Szabolcs Nagychange the internal socketcall selection logic
2016-01-26 Rich Felkeradd ssp suppression to some arch-override files that...
2016-01-26 Rich Felkeruse same object files for libc.a and libc.so if compile...
2016-01-26 Rich Felkermove dynamic linker to its own top-level directory...
2016-01-26 Rich Felkeradapt static dl_iterate_phdr not to depend on !defined...
2016-01-26 Rich Felkermove static-linked stub dlsym out of dynlink.c
2016-01-25 Rich Felkermove static-linked stub dlopen out of dynlink.c
next