about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add optional global visibility overrideRich Felker2015-04-191-0/+40
* 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
* 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
* fix inconsistent visibility for internal syscall symbolsRich Felker2015-04-1412-1/+16
* use hidden visibility for call from dlsym to internal __dlsymRich Felker2015-04-1411-3/+14
* consistently use hidden visibility for cancellable syscall internalsRich Felker2015-04-1411-30/+96
* fix inconsistent visibility for internal __tls_get_new functionRich Felker2015-04-142-3/+3
* use hidden visibility for i386 asm-internal __vsyscall symbolRich Felker2015-04-141-0/+2
* make _dlstart_c function use hidden visibilityRich Felker2015-04-141-0/+1
* remove initializers for decoded aux/dyn arrays in dynamic linkerRich Felker2015-04-131-5/+5
* allow libc itself to be built with stack protector enabledRich Felker2015-04-131-0/+10
* remove remnants of support for running in no-thread-pointer modeRich Felker2015-04-1310-32/+13
* move thread pointer setup to beginning of dynamic linker stage 3Rich Felker2015-04-131-8/+23
* stabilize dynamic linker's layout of static TLSRich Felker2015-04-131-9/+6
* allow i386 __set_thread_area to be called more than onceRich Felker2015-04-131-1/+5
* dynamic linker bootstrap overhaulRich Felker2015-04-1314-442/+338
* remove mismatched arguments from vmlock function definitionsRich Felker2015-04-111-2/+2
* apply vmlock wait to __unmapself in pthread_exitRich Felker2015-04-101-0/+4
* redesign and simplify vmlock systemRich Felker2015-04-108-45/+29
* optimize out setting up robust list with kernel when not neededRich Felker2015-04-104-7/+8
* process robust list in pthread_exit to fix detached thread use-after-unmapRich Felker2015-04-102-26/+27
* fix getdelim to set the error indicator on all failuresSzabolcs Nagy2015-04-041-2/+5
* fix rpath string memory leak on failed dlopenRich Felker2015-04-041-0/+2
* halt dynamic linker library search on errors resolving $ORIGIN in rpathRich Felker2015-04-031-8/+18
* harden dynamic linker library path searchRich Felker2015-04-011-5/+16
* regex: fix character class repetitionsSzabolcs Nagy2015-03-271-0/+5
* do not treat \0 as a backref in BRESzabolcs Nagy2015-03-231-1/+1
* fix internal buffer overrun in inet_ptonRich Felker2015-03-231-2/+3
* suppress backref processing in ERE regcompRich Felker2015-03-201-1/+1
* fix memory-corruption in regcomp with backslash followed by high byteRich Felker2015-03-201-1/+1
* block all signals (even internal ones) in cancellation signal handlerRich Felker2015-03-161-1/+2
* avoid sending huge names as nscd passwd/group queriesRich Felker2015-03-151-2/+3
* simplify nscd lookup code for alt passwd/group backendsRich Felker2015-03-154-15/+15