aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-12release 1.1.9v1.1.9Rich Felker
2015-05-08fix netinet/ether.h for c++Szabolcs Nagy
2015-05-06fix futimes legacy function with null tv pointerRich Felker
2015-05-06fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker
2015-05-02improve iswdigit macro to diagnose errorsRich Felker
2015-05-02fix broken cancellation on x32 due to incorrect saved-PC offsetRich Felker
2015-05-02fix crash in x32 sigsetjmpRich Felker
2015-05-02fix x32 __set_thread_area failure due to junk in upper bitsRich Felker
2015-05-01fix dangling pointers in x32 syscall timespec fixup codeRich Felker
2015-05-01add IPTOS_CLASS_* macros to netinet/ip.hSzabolcs Nagy
2015-05-01complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)Szabolcs Nagy
2015-05-01fix integer overflow in elf.h macro SHF_EXCLUDERich Felker
2015-05-01fix mishandling of ENOMEM return case in internal getgrent_a functionRich Felker
2015-04-30fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy
2015-04-30aarch64: fix CRTJMP in reloc.hSzabolcs Nagy
2015-04-27fix sh jmp_buf size to match ABIRich Felker
2015-04-27fix name of sh crt asm directoryRich Felker
2015-04-24fix build regression in aarch64 sigsetjmpRich Felker
2015-04-24fix ldso name for sh-nofpu subarchRich Felker
2015-04-24fix build regression in sh-nofpu subarch due to missing symbolRich Felker
2015-04-24fix failure of sh reloc.h to properly detect endianness for ldso nameRich Felker
2015-04-23fix misalignment of dtv in static-linked programs with odd-sized TLSRich Felker
2015-04-23remove dead store from static __init_tlsRich Felker
2015-04-23make __init_tp function static when static linkingRich Felker
2015-04-23add dependency of dlstart.lo on crt_arch.h to MakefileRich Felker
2015-04-23fix regression in x86_64 math asm with old binutilsRich Felker
2015-04-22fix syntax errors in configure scriptRich Felker
2015-04-22minor optimization to pthread_spin_trylockRich Felker
2015-04-22optimize spin lock not to dirty cache line while spinningRich Felker
2015-04-22in visibility preinclude, remove overrides for stdin/stdout/stderrRich Felker
2015-04-22fix inconsistent visibility for __hwcap and __sysinfo symbolsRich Felker
2015-04-22remove additional libc struct accessor cruftRich Felker
2015-04-22remove useless visibility application from static-linking-only codeRich Felker
2015-04-22remove libc.h dependency from otherwise-independent multibyte codeRich Felker
2015-04-22remove cruft for libc struct accessor function and broken visibilityRich Felker
2015-04-22make configure check for visibility preinclude compatible with pccRich Felker
2015-04-21fix duplocale clobbering of new locale struct with memcpy of oldRich Felker
2015-04-21configure: check for -march and -mtune passed via CCAndre McCurdy
2015-04-21remove dead case for F_SETLKW in fcntlRich Felker
2015-04-21fix mmap leak in sem_open failure path for link callRich Felker
2015-04-21remove always-true conditional in dynamic linker TLSDESC processingRich Felker
2015-04-21remove redundant code in do_dlsym functionRich Felker
2015-04-20fix breakage in x32 dynamic linker due to mismatching register sizeRich Felker
2015-04-20fix regression in configure script with new visibility optionRich Felker
2015-04-19add optional global visibility overrideRich Felker
2015-04-19remove invalid PLT calls from or1k asmRich Felker
2015-04-19remove possible-textrels from powerpc asmRich Felker
2015-04-19remove invalid PLT calls from microblaze asmRich Felker
2015-04-19remove invalid PLT calls from sh asmRich Felker
2015-04-18remove potentially PIC-incompatible relocations from x86_64 and x32 asmRich Felker