summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-04fix dynamic linker regression processing R_*_NONE type relocationsRich Felker-0/+1
2015-05-29fix failure of ungetc and ungetwc to work on files in eof statusRich Felker-10/+11
2015-05-27implement fail-safe static locales for newlocaleRich Felker-13/+46
2015-05-27rename internal locale file handling locale mapsRich Felker-0/+0
2015-05-27overhaul locale internals to treat categories roughly uniformlyRich Felker-136/+112
2015-05-27replace atomics with locks in locale-setting codeRich Felker-32/+51
2015-05-25reprocess all libc/ldso symbolic relocations in dynamic linking stage 3Rich Felker-11/+43
2015-05-25move call to dynamic linker stage-3 into stage-2 functionRich Felker-12/+9
2015-05-25mark mips cancellable syscall code as codeRich Felker-0/+3
2015-05-25simplify/shrink relocation processing in dynamic linker stage 1Rich Felker-24/+16
2015-05-25remove processing of DT_JMPREL from dynamic linker stage 1 bootstrapRich Felker-1/+0
2015-05-21remove outdated and misleading comment in iconv.cRich Felker-6/+0
2015-05-21in iconv_open, accept "CHAR" and "" as aliases for "UTF-8"Rich Felker-1/+2
2015-05-18reprocess libc/ldso RELA relocations in stage 3 of dynamic linkingRich Felker-1/+1
2015-05-18fix null pointer dereference in dcngettext under specific conditionsRich Felker-1/+1
2015-05-16eliminate costly tricks to avoid TLS access for current locale stateRich Felker-27/+4
2015-05-16in i386 __set_thread_area, don't assume %gs register is initially zeroRich Felker-4/+9
2015-05-06fix futimes legacy function with null tv pointerRich Felker-0/+1
2015-05-06fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker-3/+8
2015-05-02fix crash in x32 sigsetjmpRich Felker-0/+1
2015-05-02fix x32 __set_thread_area failure due to junk in upper bitsRich Felker-1/+1
2015-05-01complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)Szabolcs Nagy-2/+4
2015-05-01fix mishandling of ENOMEM return case in internal getgrent_a functionRich Felker-1/+2
2015-04-27fix sh jmp_buf size to match ABIRich Felker-2/+2
2015-04-24fix build regression in aarch64 sigsetjmpRich Felker-2/+2
2015-04-24fix build regression in sh-nofpu subarch due to missing symbolRich Felker-0/+3
2015-04-23fix misalignment of dtv in static-linked programs with odd-sized TLSRich Felker-1/+2
2015-04-23remove dead store from static __init_tlsRich Felker-2/+0
2015-04-23make __init_tp function static when static linkingRich Felker-0/+3
2015-04-23fix regression in x86_64 math asm with old binutilsRich Felker-6/+6
2015-04-22minor optimization to pthread_spin_trylockRich Felker-2/+4
2015-04-22optimize spin lock not to dirty cache line while spinningRich Felker-1/+1
2015-04-22in visibility preinclude, remove overrides for stdin/stdout/stderrRich Felker-3/+0
2015-04-22fix inconsistent visibility for __hwcap and __sysinfo symbolsRich Felker-5/+3
2015-04-22remove additional libc struct accessor cruftRich Felker-12/+0
2015-04-22remove useless visibility application from static-linking-only codeRich Felker-3/+2
2015-04-22remove libc.h dependency from otherwise-independent multibyte codeRich Felker-2/+4
2015-04-22remove cruft for libc struct accessor function and broken visibilityRich Felker-18/+0
2015-04-21fix duplocale clobbering of new locale struct with memcpy of oldRich Felker-1/+2
2015-04-21remove dead case for F_SETLKW in fcntlRich Felker-1/+0
2015-04-21fix mmap leak in sem_open failure path for link callRich Felker-0/+1
2015-04-21remove always-true conditional in dynamic linker TLSDESC processingRich Felker-1/+1
2015-04-21remove redundant code in do_dlsym functionRich Felker-1/+1
2015-04-19add optional global visibility overrideRich Felker-0/+40
2015-04-19remove invalid PLT calls from or1k asmRich Felker-3/+7
2015-04-19remove possible-textrels from powerpc asmRich Felker-2/+6
2015-04-19remove invalid PLT calls from microblaze asmRich Felker-2/+6
2015-04-19remove invalid PLT calls from sh asmRich Felker-2/+6
2015-04-18remove potentially PIC-incompatible relocations from x86_64 and x32 asmRich Felker-7/+11
2015-04-18remove the last of possible-textrels from i386 asmRich Felker-4/+16