summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-17add PR_*_FP_MODE prctl optionsSzabolcs Nagy1-0/+5
2015-04-17add PR_MPX_*_MANAGEMENT prctl optionsSzabolcs Nagy1-0/+3
2015-04-17add IP_CHECKSUM socket option to netinet/in.hSzabolcs Nagy1-0/+1
2015-04-17add execveat syscall number to microblazeSzabolcs Nagy1-0/+2
2015-04-17improve ctype.h macros to diagnose errorsRich Felker1-6/+6
2015-04-17fix missing quotation mark in mips crt_arch.h that broke buildRich Felker1-1/+1
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 Felker12-30/+103
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 Felker2-7/+9
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 Felker3-1/+26
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 Felker37-909/+627
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
2015-04-10optimize out setting up robust list with kernel when not neededRich Felker4-7/+8
2015-04-10process robust list in pthread_exit to fix detached thread use-after-unmapRich Felker2-26/+27
2015-04-07fix possible clobbering of syscall return values on mipsRich Felker1-3/+6
2015-04-04fix getdelim to set the error indicator on all failuresSzabolcs Nagy1-2/+5
2015-04-04fix rpath string memory leak on failed dlopenRich Felker1-0/+2
2015-04-03halt dynamic linker library search on errors resolving $ORIGIN in rpathRich Felker1-8/+18
2015-04-01remove macro definition of longjmp from setjmp.hRich Felker1-1/+0
2015-04-01harden dynamic linker library path searchRich Felker1-5/+16
2015-04-01move O_PATH definition back to arch bitsRich Felker10-3/+11
2015-04-01aarch64: remove duplicate macro definitions in bits/fcntl.hRich Felker1-3/+0
2015-04-01aarch64: fix definition of sem_nsems in semid_ds structureRich Felker1-1/+7
2015-04-01aarch64: fix namespace pollution in bits/shm.hSzabolcs Nagy1-2/+2
2015-03-29release 1.1.8v1.1.8Rich Felker2-1/+16
2015-03-27regex: fix character class repetitionsSzabolcs Nagy1-0/+5
2015-03-23do not treat \0 as a backref in BRESzabolcs Nagy1-1/+1