oweals/musl.git
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
2015-10-15 Rich Felkerfix visibility mismatch in dynamic linker stage 2 funct...
2015-10-15 Rich Felkersuppress sh assembler rejection of instructions based...
2015-10-15 Rich Felkerprevent reordering of or1k and powerpc thread pointer...
2015-10-15 Rich Felkermark arm thread-pointer-loading inline asm as volatile
2015-10-15 Rich Felkeradd comment documenting hard-coded opcode for reading...
2015-10-15 Rich Felkerremove attribute((const)) from arm __pthread_self inlin...
2015-10-14 Rich Felkerfix strftime handling of out-of-range struct tm fields
2015-10-14 Rich Felkerremove hand-written crt1.s and Scrt1.s files for all...
2015-10-13 Alex Dowadadd CFI generation script for x86_64
2015-10-13 Alex Dowadrecognize partial register operands in i386 CFI generation
2015-10-13 Alex Dowadfix misinterpretation of indexed memory operand in...
2015-10-13 Alex Dowadfix misinterpretation of operand order in i386 CFI...
2015-10-08 Rich Felkerfix integer overflows in time_t/struct tm conversion...
2015-10-08 Rich Felkerfix open_[w]memstream behavior when no writes take...
2015-10-08 Alex Dowadfix instruction matching errors in i386 CFI generation
2015-10-08 Alex Dowadfactor common awk functions for CFI generation scripts...
2015-10-01 Rich Felkermake nl_langinfo(CODESET) always return "ASCII" in...
2015-10-01 Rich Felkerfix mips fesetround failure to write back resulting...
2015-09-29 Rich Felkereliminate protected-visibility data in libc.so with...
2015-09-25 Rich Felkeravoid attempting to lookup IP literals as hostnames
2015-09-25 Rich Felkermake getaddrinfo return error if both host and service...
2015-09-24 Rich Felkerfix localeconv field value for unavailable values
2015-09-24 Szabolcs Nagyavoid reading uninitialized memory in __map_file
2015-09-24 Szabolcs Nagyregcomp: propagate allocation failures
2015-09-23 Rich Felkerfix signal return for sh/fdpic
2015-09-22 Rich Felkerfix dlsym RTLD_NEXT behavior for fdpic
2015-09-22 Rich Felkerfix dlsym lookup of function symbols on fdpic
2015-09-22 Rich Felkerhave sh/fdpic entry point set fdpic personality if...
2015-09-22 Rich Felkermove calls to application init functions after crt1...
2015-09-22 Rich Felkerfix breakage in non-fdpic dynamic linker init/fini...
2015-09-22 Rich Felkerfix resolving interp string address on fdpic ldd command
next