summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2015-09-24regcomp: propagate allocation failuresSzabolcs Nagy-1/+2
2015-09-23fix signal return for sh/fdpicRich Felker-4/+12
2015-09-22fix dlsym RTLD_NEXT behavior for fdpicRich Felker-4/+28
2015-09-22fix dlsym lookup of function symbols on fdpicRich Felker-0/+6
2015-09-22have sh/fdpic entry point set fdpic personality if neededRich Felker-0/+12
2015-09-22move calls to application init functions after crt1 entry pointRich Felker-1/+8
2015-09-22fix breakage in non-fdpic dynamic linker init/fini processingRich Felker-1/+1
2015-09-22fix resolving interp string address on fdpic ldd commandRich Felker-2/+1
2015-09-22add real fdpic loading of shared librariesRich Felker-9/+59
2015-09-22try to suppress linking libc.so if there are undefined symbolsRich Felker-0/+6
2015-09-22remove configure's suppression of enable sh/fdpic shared library buildRich Felker-1/+0
2015-09-22size-optimize sh/fdpic dynamic entry pointRich Felker-0/+4
2015-09-22work around breakage in sh/fdpic __unmapself functionRich Felker-0/+5
2015-09-22add general fdpic support in dynamic linker and arch support for shRich Felker-17/+214
2015-09-21factor symbol counting out of dladdr as its own functionRich Felker-19/+20
2015-09-21simplify dlstart code by using integer type for base addressRich Felker-8/+7
2015-09-17refactor some more dynamic linker load address computationsRich Felker-7/+7
2015-09-17remove some useless casts in dynamic linkerRich Felker-2/+2
2015-09-17add fdpic structs and reloc types for dynamic linkingRich Felker-0/+16
2015-09-17further refactoring of dynamic linker load address computationsRich Felker-2/+2
2015-09-17begin refactoring load address computations in dynamic linkerRich Felker-19/+22
2015-09-17remove old dlstart stage-2 symbolic lookup code; add new genericRich Felker-14/+8
2015-09-17new dlstart stage-2 chaining for x86_64 and x32Rich Felker-0/+10
2015-09-17new dlstart stage-2 chaining for powerpcRich Felker-0/+9
2015-09-17new dlstart stage-2 chaining for or1kRich Felker-0/+9
2015-09-17new dlstart stage-2 chaining for mipsRich Felker-0/+15
2015-09-17new dlstart stage-2 chaining for microblazeRich Felker-0/+7
2015-09-17introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker-0/+13
2015-09-17remove attribute((const)) from pthread_self and errno location declsRich Felker-9/+0
2015-09-15add format argument attributes to gettext function prototypesKhem Raj-6/+14
2015-09-15reindent powerpc's bits/termios.h to be consistent with other archsFelix Janda-140/+138
2015-09-15fix namespace violations in aarch64/bits/termios.hFelix Janda-7/+7
2015-09-12add sh fdpic subarch variantsRich Felker-1/+20
2015-09-12add fdpic version of entry point code for shRich Felker-0/+29
2015-09-12provide arch-generic fdpic self-relocation code for crt1 to useRich Felker-0/+28
2015-09-12make sh clone asm fdpic-compatibleRich Felker-3/+14
2015-09-12make sh crti/crtn init/fini fragments setup proper stack frameRich Felker-2/+14
2015-09-12add sh relocation types needed for fdpic to elf.hRich Felker-0/+8
2015-09-11fix uninitialized scopeid in lookups from hosts file and ip literalsTimo Teräs-2/+2
2015-09-09fix missing earlyclobber flag in i386 a_ctz_64 asmRich Felker-1/+1
2015-09-09remove unused (and invalid) C version of sigsetjmpRich Felker-17/+0
2015-09-09fix breakage in nl_langinfo from previous commitRich Felker-1/+1
2015-09-09make nl_langinfo(CODESET) always return "UTF-8"Rich Felker-2/+1
2015-09-09fix fclose of permanent (stdin/out/err) streamsRich Felker-2/+3
2015-08-31implement arm eabi mem* functionsTimo Teräs-0/+36
2015-08-30remove use of buggy .SECONDARY special target in makefileRich Felker-2/+0
2015-08-30release 1.1.11v1.1.11Rich Felker-1/+44
2015-08-27fix makefile suppression of intermediate file removalRich Felker-1/+1
2015-08-26Build process uses script to add CFI directives to x86 asmAlex Dowad-2/+254
2015-08-21getsubopt: don't include leading = in value stringSteven Barth-1/+1