summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-23prevent user CFLAGS overrides from exposing executable stackRich Felker1-7/+7
2015-10-22fix breakage when user overrides CFLAGS on the make command lineRich Felker1-4/+4
2015-10-19release 1.1.12v1.1.12Rich Felker2-1/+36
2015-10-19declare fpu usage to the assembler in arm hard-float asm filesSzabolcs Nagy5-0/+6
2015-10-15add missing memory barrier to pthread_joinBobby Bingham1-0/+1
2015-10-15fix dladdr treatment of function descriptors for fdpicRich Felker1-9/+22
2015-10-15fix visibility mismatch in dynamic linker stage 2 function definitionRich Felker2-0/+2
2015-10-15suppress sh assembler rejection of instructions based on isa levelRich Felker1-0/+1
2015-10-15prevent reordering of or1k and powerpc thread pointer loadsRich Felker2-0/+2
2015-10-15mark arm thread-pointer-loading inline asm as volatileRich Felker1-3/+3
2015-10-15add comment documenting hard-coded opcode for reading mips thread pointerRich Felker1-0/+1
2015-10-15remove attribute((const)) from arm __pthread_self inline functionRich Felker1-2/+2
2015-10-14fix strftime handling of out-of-range struct tm fieldsRich Felker1-8/+12
2015-10-14remove hand-written crt1.s and Scrt1.s files for all archsRich Felker9-192/+0
2015-10-13add CFI generation script for x86_64Alex Dowad1-0/+196
2015-10-13recognize partial register operands in i386 CFI generationAlex Dowad1-10/+19
2015-10-13fix misinterpretation of indexed memory operand in i386 CFI generationAlex Dowad1-1/+1
2015-10-13fix misinterpretation of operand order in i386 CFI generationAlex Dowad1-5/+5
2015-10-08fix integer overflows in time_t/struct tm conversion codeRich Felker1-3/+3
2015-10-08fix open_[w]memstream behavior when no writes take placeRich Felker2-4/+18
2015-10-08fix instruction matching errors in i386 CFI generationAlex Dowad1-3/+3
2015-10-08factor common awk functions for CFI generation scripts into new fileAlex Dowad3-28/+27
2015-10-01make nl_langinfo(CODESET) always return "ASCII" in byte-based C localeRich Felker1-1/+1
2015-10-01fix mips fesetround failure to write back resulting modeRich Felker1-0/+1
2015-09-29eliminate protected-visibility data in libc.so with vis.h preincludeRich Felker2-3/+14
2015-09-25avoid attempting to lookup IP literals as hostnamesRich Felker1-27/+32
2015-09-25make getaddrinfo return error if both host and service name are nullRich Felker1-0/+2
2015-09-24fix localeconv field value for unavailable valuesRich Felker1-14/+15
2015-09-24avoid reading uninitialized memory in __map_fileSzabolcs Nagy1-2/+3
2015-09-24regcomp: propagate allocation failuresSzabolcs Nagy1-1/+2
2015-09-23fix signal return for sh/fdpicRich Felker5-4/+12
2015-09-22fix dlsym RTLD_NEXT behavior for fdpicRich Felker1-4/+28
2015-09-22fix dlsym lookup of function symbols on fdpicRich Felker1-0/+6
2015-09-22have sh/fdpic entry point set fdpic personality if neededRich Felker1-0/+12
2015-09-22move calls to application init functions after crt1 entry pointRich Felker2-1/+8
2015-09-22fix breakage in non-fdpic dynamic linker init/fini processingRich Felker1-1/+1
2015-09-22fix resolving interp string address on fdpic ldd commandRich Felker1-2/+1
2015-09-22add real fdpic loading of shared librariesRich Felker3-9/+59
2015-09-22try to suppress linking libc.so if there are undefined symbolsRich Felker1-0/+6
2015-09-22remove configure's suppression of enable sh/fdpic shared library buildRich Felker1-1/+0
2015-09-22size-optimize sh/fdpic dynamic entry pointRich Felker1-0/+4
2015-09-22work around breakage in sh/fdpic __unmapself functionRich Felker1-0/+5
2015-09-22add general fdpic support in dynamic linker and arch support for shRich Felker5-17/+214
2015-09-21factor symbol counting out of dladdr as its own functionRich Felker1-19/+20
2015-09-21simplify dlstart code by using integer type for base addressRich Felker1-8/+7
2015-09-17refactor some more dynamic linker load address computationsRich Felker1-7/+7
2015-09-17remove some useless casts in dynamic linkerRich Felker1-2/+2
2015-09-17add fdpic structs and reloc types for dynamic linkingRich Felker1-0/+16
2015-09-17further refactoring of dynamic linker load address computationsRich Felker1-2/+2
2015-09-17begin refactoring load address computations in dynamic linkerRich Felker1-19/+22