summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-04-23fix regression in x86_64 math asm with old binutilsRich Felker2-6/+6
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-21fix duplocale clobbering of new locale struct with memcpy of oldRich Felker1-1/+2
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-19add optional global visibility overrideRich Felker1-0/+40
2015-04-19remove invalid PLT calls from or1k asmRich Felker2-3/+7
2015-04-19remove possible-textrels from powerpc asmRich Felker2-2/+6
2015-04-19remove invalid PLT calls from microblaze asmRich Felker2-2/+6
2015-04-19remove invalid PLT calls from sh asmRich Felker2-2/+6
2015-04-18remove potentially PIC-incompatible relocations from x86_64 and x32 asmRich Felker6-7/+11
2015-04-18remove the last of possible-textrels from i386 asmRich Felker6-4/+16
2015-04-18make dlerror state and message thread-local and dynamically-allocatedRich Felker3-32/+65
2015-04-18add missing 'void' in prototypes of internal pthread functionsAlexander Monakov1-6/+6
2015-04-18math: fix pow(+-0,-inf) not to raise divbyzero flagSzabolcs Nagy3-3/+3
2015-04-17apply hidden visibility to tlsdesc accessor functionsRich Felker5-0/+10
2015-04-17comment fixes in aarch64 tlsdesc asmSzabolcs Nagy1-4/+4
2015-04-17ensure debugger hook for dynamic linker does not point to a PLT slotRich Felker1-2/+4
2015-04-17fix mips fesetenv(FE_DFL_ENV) againRich Felker1-0/+1
2015-04-17fix PLT call offset in sh dlsym asmRich Felker1-3/+3
2015-04-17fix sh build regressions in asmRich Felker2-2/+2
2015-04-17fix sh __set_thread_area uninitialized return valueRich Felker1-1/+2
2015-04-17redesign sigsetjmp so that signal mask is restored after longjmpRich Felker12-133/+177
2015-04-14use hidden __tls_get_new for tls/tlsdesc lookup fallback casesRich Felker4-5/+13
2015-04-14cleanup use of visibility attributes in pthread_cancel.cRich Felker1-8/+9
2015-04-14fix inconsistent visibility for internal syscall symbolsRich Felker12-1/+16
2015-04-14use hidden visibility for call from dlsym to internal __dlsymRich Felker11-3/+14
2015-04-14consistently use hidden visibility for cancellable syscall internalsRich Felker11-30/+96
2015-04-14fix inconsistent visibility for internal __tls_get_new functionRich Felker2-3/+3
2015-04-14use hidden visibility for i386 asm-internal __vsyscall symbolRich Felker1-0/+2
2015-04-14make _dlstart_c function use hidden visibilityRich Felker1-0/+1
2015-04-13remove initializers for decoded aux/dyn arrays in dynamic linkerRich Felker1-5/+5
2015-04-13allow libc itself to be built with stack protector enabledRich Felker1-0/+10
2015-04-13remove remnants of support for running in no-thread-pointer modeRich Felker10-32/+13
2015-04-13move thread pointer setup to beginning of dynamic linker stage 3Rich Felker1-8/+23
2015-04-13stabilize dynamic linker's layout of static TLSRich Felker1-9/+6
2015-04-13allow i386 __set_thread_area to be called more than onceRich Felker1-1/+5
2015-04-13dynamic linker bootstrap overhaulRich Felker14-442/+338
2015-04-11remove mismatched arguments from vmlock function definitionsRich Felker1-2/+2
2015-04-10apply vmlock wait to __unmapself in pthread_exitRich Felker1-0/+4
2015-04-10redesign and simplify vmlock systemRich Felker8-45/+29