summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2015-04-24fix failure of sh reloc.h to properly detect endianness for ldso nameRich Felker-0/+2
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-23add dependency of dlstart.lo on crt_arch.h to MakefileRich Felker-1/+1
2015-04-23fix regression in x86_64 math asm with old binutilsRich Felker-6/+6
2015-04-22fix syntax errors in configure scriptRich Felker-2/+2
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-22make configure check for visibility preinclude compatible with pccRich Felker-3/+3
2015-04-21fix duplocale clobbering of new locale struct with memcpy of oldRich Felker-1/+2
2015-04-21configure: check for -march and -mtune passed via CCAndre McCurdy-2/+4
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-20fix breakage in x32 dynamic linker due to mismatching register sizeRich Felker-1/+1
2015-04-20fix regression in configure script with new visibility optionRich Felker-3/+3
2015-04-19add optional global visibility overrideRich Felker-1/+72
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
2015-04-18make dlerror state and message thread-local and dynamically-allocatedRich Felker-32/+65
2015-04-18add missing 'void' in prototypes of internal pthread functionsAlexander Monakov-6/+6
2015-04-18math: fix pow(+-0,-inf) not to raise divbyzero flagSzabolcs Nagy-3/+3
2015-04-17apply hidden visibility to tlsdesc accessor functionsRich Felker-0/+10
2015-04-17comment fixes in aarch64 tlsdesc asmSzabolcs Nagy-4/+4
2015-04-17ensure debugger hook for dynamic linker does not point to a PLT slotRich Felker-2/+4
2015-04-17add PR_*_FP_MODE prctl optionsSzabolcs Nagy-0/+5
2015-04-17add PR_MPX_*_MANAGEMENT prctl optionsSzabolcs Nagy-0/+3
2015-04-17add IP_CHECKSUM socket option to netinet/in.hSzabolcs Nagy-0/+1
2015-04-17add execveat syscall number to microblazeSzabolcs Nagy-0/+2
2015-04-17improve ctype.h macros to diagnose errorsRich Felker-6/+6
2015-04-17fix missing quotation mark in mips crt_arch.h that broke buildRich Felker-1/+1
2015-04-17fix mips fesetenv(FE_DFL_ENV) againRich Felker-0/+1
2015-04-17fix PLT call offset in sh dlsym asmRich Felker-3/+3
2015-04-17fix sh build regressions in asmRich Felker-2/+2
2015-04-17fix sh __set_thread_area uninitialized return valueRich Felker-1/+2
2015-04-17redesign sigsetjmp so that signal mask is restored after longjmpRich Felker-133/+177
2015-04-14use hidden __tls_get_new for tls/tlsdesc lookup fallback casesRich Felker-5/+13
2015-04-14cleanup use of visibility attributes in pthread_cancel.cRich Felker-8/+9