summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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-7/+9
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-1/+26
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-909/+627
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-07fix possible clobbering of syscall return values on mipsRich Felker-3/+6
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-01remove macro definition of longjmp from setjmp.hRich Felker-1/+0
2015-04-01harden dynamic linker library path searchRich Felker-5/+16
2015-04-01move O_PATH definition back to arch bitsRich Felker-3/+11
2015-04-01aarch64: remove duplicate macro definitions in bits/fcntl.hRich Felker-3/+0
2015-04-01aarch64: fix definition of sem_nsems in semid_ds structureRich Felker-1/+7
2015-04-01aarch64: fix namespace pollution in bits/shm.hSzabolcs Nagy-2/+2
2015-03-29release 1.1.8v1.1.8Rich Felker-1/+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 FLT_ROUNDS regression in C++ applicationsRich Felker-0/+8
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-20fix missing max_align_t definition on aarch64Rich Felker-0/+2
2015-03-18release 1.1.7v1.1.7Rich Felker-1/+44
2015-03-18fix MINSIGSTKSZ values for archs with large signal contextsRich Felker-2/+50
2015-03-16block all signals (even internal ones) in cancellation signal handlerRich Felker-1/+2
2015-03-16update authors/contributors listRich Felker-0/+8
2015-03-15avoid sending huge names as nscd passwd/group queriesRich Felker-2/+3
2015-03-15simplify nscd lookup code for alt passwd/group backendsRich Felker-15/+15
2015-03-15add alternate backend support for getgrouplistJosiah Worcester-24/+86
2015-03-14aarch64: fix typo in bits/ioctl.hSzabolcs Nagy-1/+1
2015-03-14aarch64: add struct _aarch64_ctx to signal.hSzabolcs Nagy-0/+17
2015-03-12align x32 pthread type sizes to be common with 32-bit archsRich Felker-4/+4
2015-03-11add aarch64 portSzabolcs Nagy-0/+2202
2015-03-11math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy-4/+111
2015-03-11math: add ld128 exp2l based on the freebsd implementationSzabolcs Nagy-1/+366
2015-03-11copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archsSzabolcs Nagy-4/+5
2015-03-07fix regression in pthread_cond_wait with cancellation disabledRich Felker-0/+1
2015-03-07fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy-9/+22
2015-03-06fix over-alignment of TLS, insufficient builtin TLS on 64-bit archsRich Felker-4/+16