oweals/musl.git
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
2016-01-25 Rich Felkermove dlinfo out of dynlink.c
2016-01-25 Rich Felkermove dlclose out of dynlink.c to its own source file
2016-01-25 Rich Felkermove static-linked stub invalid dso handle checking...
2016-01-25 Rich Felkermove static/stub version of dladdr out of dynlink.c
2016-01-25 Rich Felkerfactor dlerror and error-setting code out of dynlink.c
2016-01-25 Rich Felkerfix arm a_crash for big endian
2016-01-25 Rich Felkeradd native a_crash primitive for arm
2016-01-25 Szabolcs Nagyadd new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to...
2016-01-25 Szabolcs Nagyupdate netinet/tcp.h for linux v4.2
2016-01-25 Szabolcs Nagyadd MS_LAZYTIME mount option to sys/mount.h
2016-01-25 Szabolcs Nagyadd AF_MPLS (PF_MPLS) address family to socket.h
2016-01-25 Szabolcs Nagyadd MSG_FASTOPEN sendmsg/sendto flag to socket.h
2016-01-25 Szabolcs Nagyclean powerpc syscall.h
2016-01-25 Szabolcs Nagyadd missing powerpc specific PROT_SAO memory protection...
2016-01-25 Szabolcs Nagyfix powerpc MCL_* mlockall flags in bits/mman.h
2016-01-25 Szabolcs Nagyfix aarch64 atomics to load/store 32bit only
2016-01-23 Rich Felkerimprove aarch64 atomics
2016-01-22 Rich Felkeradd arch/abi info to dynamic linker's id/version output
2016-01-22 Rich Felkerremove arch/$(ARCH)/src from the build system
2016-01-22 Rich Felkerremove sh port's __fpscr_values source file
2016-01-22 Rich Felkermove sh port's __shcall internal function from arch...
2016-01-22 Rich Felkermove sh __unmapself code from arch/sh/src to main src...
2016-01-22 Rich Felkermove x32 sysinfo impl and syscall fixup code out of...
2016-01-22 Rich Felkeroverhaul powerpc atomics for new atomics framework
2016-01-22 Rich Felkerclean up x86_64 (and x32) atomics for new atomics framework
2016-01-22 Rich Felkerclean up i386 atomics for new atomics framework
2016-01-22 Rich Felkeroverhaul mips atomics for new atomics framework
2016-01-22 Rich Felkermove arm-specific translation units out of arch/arm...
2016-01-21 Rich Felkeroverhaul arm atomics for new atomics framework
2016-01-21 Rich Felkeroverhaul aarch64 atomics for new atomics framework
2016-01-21 Rich Felkeroverhaul sh atomics for new atomics framework, add...
2016-01-21 Rich Felkerrefactor internal atomic.h
2016-01-20 Rich Felkerfix global visibility (vis.h) support for out-of-tree...
2016-01-20 Khem Rajexclude vis.h when compiling assembly files
2016-01-20 Rich Felkersimplify "make clean" and remove unneeded lib dir from...
2016-01-20 Rich Felkerdeduplicate compiler invocation command line in makefile
2016-01-20 Rich Felkerremove outdated/incorrect comment about AS_CMD from...
2016-01-20 Rich Felkerremove support for subarch .sub files from the makefile
2016-01-20 Rich Felkerfix build regression for arm pre-v7 from out-of-tree...
2016-01-20 Rich Felkerswitch arm, sh, and mips fenv asm from .sub system...
2016-01-20 Rich Felkerswitch sh and mips setjmp asm from .sub system to ...
2016-01-20 Rich Felkerfix dynamic linker path file selection for arm vs armhf
2016-01-20 Rich Felkerreplace armhf math asm source files with inline asm
2016-01-20 Rich Felkeradapt build of arm memcpy asm not to use .sub files
2016-01-20 Rich Felkereliminate separate static/shared CFLAGS vars in makefile
2016-01-19 Rich Felkeradd support for arch-provided replacement files as...
next