oweals/musl.git
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
2015-09-22 Rich Felkeradd real fdpic loading of shared libraries
2015-09-22 Rich Felkertry to suppress linking libc.so if there are undefined...
2015-09-22 Rich Felkerremove configure's suppression of enable sh/fdpic share...
2015-09-22 Rich Felkersize-optimize sh/fdpic dynamic entry point
2015-09-22 Rich Felkerwork around breakage in sh/fdpic __unmapself function
2015-09-22 Rich Felkeradd general fdpic support in dynamic linker and arch...
2015-09-21 Rich Felkerfactor symbol counting out of dladdr as its own function
2015-09-21 Rich Felkersimplify dlstart code by using integer type for base...
2015-09-17 Rich Felkerrefactor some more dynamic linker load address computations
2015-09-17 Rich Felkerremove some useless casts in dynamic linker
2015-09-17 Rich Felkeradd fdpic structs and reloc types for dynamic linking
2015-09-17 Rich Felkerfurther refactoring of dynamic linker load address...
2015-09-17 Rich Felkerbegin refactoring load address computations in dynamic...
2015-09-17 Rich Felkerremove old dlstart stage-2 symbolic lookup code; add...
2015-09-17 Rich Felkernew dlstart stage-2 chaining for x86_64 and x32
2015-09-17 Rich Felkernew dlstart stage-2 chaining for powerpc
2015-09-17 Rich Felkernew dlstart stage-2 chaining for or1k
2015-09-17 Rich Felkernew dlstart stage-2 chaining for mips
2015-09-17 Rich Felkernew dlstart stage-2 chaining for microblaze
2015-09-17 Rich Felkerintroduce new symbol-lookup-free rcrt1/dlstart stage...
2015-09-17 Rich Felkerremove attribute((const)) from pthread_self and errno...
2015-09-15 Khem Rajadd format argument attributes to gettext function...
2015-09-15 Felix Jandareindent powerpc's bits/termios.h to be consistent...
2015-09-15 Felix Jandafix namespace violations in aarch64/bits/termios.h
2015-09-12 Rich Felkeradd sh fdpic subarch variants
2015-09-12 Rich Felkeradd fdpic version of entry point code for sh
2015-09-12 Rich Felkerprovide arch-generic fdpic self-relocation code for...
2015-09-12 Rich Felkermake sh clone asm fdpic-compatible
2015-09-12 Rich Felkermake sh crti/crtn init/fini fragments setup proper...
2015-09-12 Rich Felkeradd sh relocation types needed for fdpic to elf.h
2015-09-11 Timo Teräsfix uninitialized scopeid in lookups from hosts file...
2015-09-09 Rich Felkerfix missing earlyclobber flag in i386 a_ctz_64 asm
2015-09-09 Rich Felkerremove unused (and invalid) C version of sigsetjmp
2015-09-09 Rich Felkerfix breakage in nl_langinfo from previous commit
2015-09-09 Rich Felkermake nl_langinfo(CODESET) always return "UTF-8"
2015-09-09 Rich Felkerfix fclose of permanent (stdin/out/err) streams
2015-08-31 Timo Teräsimplement arm eabi mem* functions
2015-08-30 Rich Felkerremove use of buggy .SECONDARY special target in makefile
2015-08-30 Rich Felkerrelease 1.1.11 v1.1.11
2015-08-27 Rich Felkerfix makefile suppression of intermediate file removal
2015-08-26 Alex DowadBuild process uses script to add CFI directives to...
2015-08-21 Steven Barthgetsubopt: don't include leading = in value string
2015-08-16 Rich Felkermitigate performance regression in libc-internal locks...
2015-08-14 Natanael Copamatch historical behavior for tm_gmtoff member of struct tm
2015-08-11 Szabolcs Nagyaarch64: fix 64-bit syscall argument passing
2015-08-09 Rich Felkerfix failure of tempnam to null-terminate result
2015-08-07 Rich Felkermitigate blow-up of heap size under malloc/free contention
2015-07-28 Rich Felkerfix missing synchronization in atomic store on i386...
2015-07-25 Rich Felkerfix undefined left-shift of negative values in utf...
2015-07-24 Rich Felkerfix atexit when it is called from an atexit handler
2015-07-21 Roman Yeryominsocket.h: cleanup/reorder mips and powerpc bits/socket.h
2015-07-21 Roman Yeryominsocket.h: fix SO_* for mips
2015-07-21 Felix Fietkaumips: fix mcontext_t register array field name
2015-07-09 Rich Felkerhandle loss of syslog socket connection
2015-07-09 Rich Felkerfix incorrect void return type for syncfs function
2015-07-08 Rich Felkerfix negated return value of ns_skiprr, breakage in...
2015-07-06 Shizadd musl-clang, a wrapper for system clang installs
2015-07-06 Shizbuild: fix musl-targeting toolchain test
2015-07-06 Shizbuild: overhaul wrapper script system for multiple...
2015-07-06 Rich Felkertreat empty TZ environment variable as GMT rather than...
2015-06-28 Alexander Monakovdynlink.c: pass gnu-hash table pointer to gnu_lookup
2015-06-28 Alexander Monakovdynlink.c: slim down gnu_lookup
2015-06-28 Alexander Monakovdynlink.c: use bloom filter in gnu hash lookup
2015-06-28 Alexander Monakovdynlink.c: use a faster expression in gnu_hash
2015-06-25 Rich Felkerfix local-dynamic model TLS on mips and powerpc
next