about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* fix failure of sh reloc.h to properly detect endianness for ldso nameRich Felker2015-04-241-0/+2
* fix misalignment of dtv in static-linked programs with odd-sized TLSRich Felker2015-04-231-1/+2
* remove dead store from static __init_tlsRich Felker2015-04-231-2/+0
* make __init_tp function static when static linkingRich Felker2015-04-231-0/+3
* add dependency of dlstart.lo on crt_arch.h to MakefileRich Felker2015-04-231-1/+1
* fix regression in x86_64 math asm with old binutilsRich Felker2015-04-232-6/+6
* fix syntax errors in configure scriptRich Felker2015-04-221-2/+2
* minor optimization to pthread_spin_trylockRich Felker2015-04-222-2/+4
* optimize spin lock not to dirty cache line while spinningRich Felker2015-04-221-1/+1
* in visibility preinclude, remove overrides for stdin/stdout/stderrRich Felker2015-04-221-3/+0
* fix inconsistent visibility for __hwcap and __sysinfo symbolsRich Felker2015-04-222-5/+3
* remove additional libc struct accessor cruftRich Felker2015-04-221-12/+0
* remove useless visibility application from static-linking-only codeRich Felker2015-04-222-3/+2
* remove libc.h dependency from otherwise-independent multibyte codeRich Felker2015-04-221-2/+4
* remove cruft for libc struct accessor function and broken visibilityRich Felker2015-04-222-18/+0
* make configure check for visibility preinclude compatible with pccRich Felker2015-04-221-3/+3
* fix duplocale clobbering of new locale struct with memcpy of oldRich Felker2015-04-211-1/+2
* configure: check for -march and -mtune passed via CCAndre McCurdy2015-04-211-2/+4
* remove dead case for F_SETLKW in fcntlRich Felker2015-04-211-1/+0
* fix mmap leak in sem_open failure path for link callRich Felker2015-04-211-0/+1
* remove always-true conditional in dynamic linker TLSDESC processingRich Felker2015-04-211-1/+1
* remove redundant code in do_dlsym functionRich Felker2015-04-211-1/+1
* fix breakage in x32 dynamic linker due to mismatching register sizeRich Felker2015-04-201-1/+1
* fix regression in configure script with new visibility optionRich Felker2015-04-201-3/+3
* add optional global visibility overrideRich Felker2015-04-193-1/+72
* remove invalid PLT calls from or1k asmRich Felker2015-04-192-3/+7
* remove possible-textrels from powerpc asmRich Felker2015-04-192-2/+6
* remove invalid PLT calls from microblaze asmRich Felker2015-04-192-2/+6
* remove invalid PLT calls from sh asmRich Felker2015-04-192-2/+6
* remove potentially PIC-incompatible relocations from x86_64 and x32 asmRich Felker2015-04-186-7/+11
* remove the last of possible-textrels from i386 asmRich Felker2015-04-186-4/+16
* make dlerror state and message thread-local and dynamically-allocatedRich Felker2015-04-183-32/+65
* add missing 'void' in prototypes of internal pthread functionsAlexander Monakov2015-04-181-6/+6
* math: fix pow(+-0,-inf) not to raise divbyzero flagSzabolcs Nagy2015-04-183-3/+3
* apply hidden visibility to tlsdesc accessor functionsRich Felker2015-04-175-0/+10
* comment fixes in aarch64 tlsdesc asmSzabolcs Nagy2015-04-171-4/+4
* ensure debugger hook for dynamic linker does not point to a PLT slotRich Felker2015-04-171-2/+4
* add PR_*_FP_MODE prctl optionsSzabolcs Nagy2015-04-171-0/+5
* add PR_MPX_*_MANAGEMENT prctl optionsSzabolcs Nagy2015-04-171-0/+3
* add IP_CHECKSUM socket option to netinet/in.hSzabolcs Nagy2015-04-171-0/+1
* add execveat syscall number to microblazeSzabolcs Nagy2015-04-171-0/+2
* improve ctype.h macros to diagnose errorsRich Felker2015-04-171-6/+6
* fix missing quotation mark in mips crt_arch.h that broke buildRich Felker2015-04-171-1/+1
* fix mips fesetenv(FE_DFL_ENV) againRich Felker2015-04-171-0/+1
* fix PLT call offset in sh dlsym asmRich Felker2015-04-171-3/+3
* fix sh build regressions in asmRich Felker2015-04-172-2/+2
* fix sh __set_thread_area uninitialized return valueRich Felker2015-04-171-1/+2
* redesign sigsetjmp so that signal mask is restored after longjmpRich Felker2015-04-1712-133/+177
* use hidden __tls_get_new for tls/tlsdesc lookup fallback casesRich Felker2015-04-144-5/+13
* cleanup use of visibility attributes in pthread_cancel.cRich Felker2015-04-141-8/+9