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