summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
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
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-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
2015-04-14fix inconsistent visibility for internal syscall symbolsRich Felker-1/+16
2015-04-14use hidden visibility for call from dlsym to internal __dlsymRich Felker-3/+14
2015-04-14consistently use hidden visibility for cancellable syscall internalsRich Felker-30/+96
2015-04-14fix inconsistent visibility for internal __tls_get_new functionRich Felker-3/+3
2015-04-14use hidden visibility for i386 asm-internal __vsyscall symbolRich Felker-0/+2
2015-04-14make _dlstart_c function use hidden visibilityRich Felker-0/+1
2015-04-13remove initializers for decoded aux/dyn arrays in dynamic linkerRich Felker-5/+5
2015-04-13allow libc itself to be built with stack protector enabledRich Felker-0/+10
2015-04-13remove remnants of support for running in no-thread-pointer modeRich Felker-32/+13
2015-04-13move thread pointer setup to beginning of dynamic linker stage 3Rich Felker-8/+23
2015-04-13stabilize dynamic linker's layout of static TLSRich Felker-9/+6
2015-04-13allow i386 __set_thread_area to be called more than onceRich Felker-1/+5
2015-04-13dynamic linker bootstrap overhaulRich Felker-442/+338
2015-04-11remove mismatched arguments from vmlock function definitionsRich Felker-2/+2
2015-04-10apply vmlock wait to __unmapself in pthread_exitRich Felker-0/+4
2015-04-10redesign and simplify vmlock systemRich Felker-45/+29
2015-04-10optimize out setting up robust list with kernel when not neededRich Felker-7/+8
2015-04-10process robust list in pthread_exit to fix detached thread use-after-unmapRich Felker-26/+27
2015-04-04fix getdelim to set the error indicator on all failuresSzabolcs Nagy-2/+5
2015-04-04fix rpath string memory leak on failed dlopenRich Felker-0/+2
2015-04-03halt dynamic linker library search on errors resolving $ORIGIN in rpathRich Felker-8/+18
2015-04-01harden dynamic linker library path searchRich Felker-5/+16
2015-03-27regex: fix character class repetitionsSzabolcs Nagy-0/+5
2015-03-23do not treat \0 as a backref in BRESzabolcs Nagy-1/+1
2015-03-23fix internal buffer overrun in inet_ptonRich Felker-2/+3
2015-03-20suppress backref processing in ERE regcompRich Felker-1/+1
2015-03-20fix memory-corruption in regcomp with backslash followed by high byteRich Felker-1/+1
2015-03-16block all signals (even internal ones) in cancellation signal handlerRich Felker-1/+2