oweals/musl.git
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
2015-11-05 Rich Felkerhave configure check/add --gc-sections linker option
2015-11-05 Rich Felkerhave configure check/add linker options to reduce size...
2015-11-04 Rich Felkerhave configure check/add -ffunction-sections and -fdata...
2015-11-03 Rich Felkerfix mismatched parens in CMPLX def for annex-g-conformi...
2015-11-02 Rich Felkergeneralize sh entry point asm not to assume call dests...
2015-11-02 Rich Felkerkeep user-provided CFLAGS/LDFLAGS separate from those...
2015-11-02 Rich Felkerfix mremap memory synchronization and use of variadic...
2015-11-02 Daniel Micayprevent allocs than PTRDIFF_MAX via mremap
2015-11-02 Rich Felkeruse explicit __cp_cancel label in cancellable syscall...
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-10-29 Rich Felkerfix missing bss handling in FDPIC ELF loader
2015-10-27 Hauke Mehrtensgetnameinfo: make size check not fail for bigger sizes
2015-10-26 Rich Felkersafely handle failure to open hosts, services, resolv...
2015-10-25 Rich Felkerfix single-byte overflow of malloc'd buffer in getdelim
2015-10-23 Rich Felkerprevent user CFLAGS overrides from exposing executable...
2015-10-23 Rich Felkerfix breakage when user overrides CFLAGS on the make...
2015-10-19 Rich Felkerrelease 1.1.12 v1.1.12
2015-10-19 Szabolcs Nagydeclare fpu usage to the assembler in arm hard-float...
2015-10-16 Bobby Binghamadd missing memory barrier to pthread_join
2015-10-16 Rich Felkerfix dladdr treatment of function descriptors for fdpic
next