oweals/musl.git
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...
2016-01-17 Kylie McClainnetinet/tcp: Add TCPOPT, TCPOLEN constants
2016-01-17 Ron Yorstonfix if_nametoindex return value when socket open fails
2016-01-17 Petr Hoseksupport out-of-tree build
2016-01-06 Timo Teräsadd missing protocols to protoent lookup functions
2015-12-29 Rich Felkeradjust mips crt_arch entry point asm to avoid assembler...
2015-12-29 Rich Felkeradjust i386 max_align_t definition to work around some...
2015-12-20 Rich Felkerfix overly pessimistic realloc strategy in getdelim
2015-12-20 Rich Felkeravoid updating caller's size when getdelim fails to...
2015-12-16 Rich Felkerfix crash when signal number 0 is passed to sigaction
2015-12-16 Rich Felkerremove visibility suppression by SHARED macro in mips...
2015-12-08 Szabolcs Nagyfix tsearch, tfind, tdelete to handle null pointer...
2015-12-08 Szabolcs Nagytsearch code cleanup
2015-12-08 Szabolcs Nagyfix tsearch to avoid crash on oom
2015-12-08 Szabolcs Nagyfix tdelete to properly balance the tree
2015-11-30 Jo-Philipp... properly handle point-to-point interfaces in getifaddrs()
2015-11-28 Szabolcs Nagyldso: fix the dtv update logic in __tls_get_new
2015-11-22 Rich Felkermath: explicitly promote expressions to excess-precisio...
2015-11-20 Rich Felkerremove undef weak refs to init/fini array symbols in...
2015-11-19 Rich Felkerfix build regression from removal of #ifdef SHARED
2015-11-16 Rich Felkeruse private maps even for read-only segments of FDPIC...
2015-11-12 Rich Felkerremove use of SHARED macro in dynamic linker version...
2015-11-12 Rich Felkerunify static and dynamic linked implementations of...
2015-11-12 Rich Felkerunify static and dynamic libc init/fini code paths
2015-11-12 Rich Felkereliminate use of SHARED macro in __tls_get_addr
2015-11-12 Rich Felkereliminate use of SHARED macro to suppress visibility...
2015-11-11 Rich Felkeruse correct nofpu versions of setjmp/longjmp used on...
2015-11-11 Rich Felkerfix dynamic loader library mapping for nommu systems
2015-11-11 Rich Felkerfix return value of nl_langinfo for invalid item arguments
2015-11-10 Rich Felkerexplicitly assemble all arm asm sources as UAL
2015-11-10 Rich Felkerremove non-working pre-armv4t support from arm asm
2015-11-10 Rich Felkeruse vfp mnemonics rather than hard-coded opcodes in...
2015-11-08 Rich Felkerwork around toolchains with broken visibility in libgcc...
2015-11-05 Szabolcs Nagyuse vfp mnemonics instead of p10 coprocessor ones in...
2015-11-05 Rich Felkerconvert arm memcpy asm to UAL, remove .word hacks
2015-11-05 Rich Felkerremove external linkage from __simple_malloc definition
next