summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2015-10-19release 1.1.12v1.1.12Rich Felker-1/+36
2015-10-19declare fpu usage to the assembler in arm hard-float asm filesSzabolcs Nagy-0/+6
2015-10-15add missing memory barrier to pthread_joinBobby Bingham-0/+1
2015-10-15fix dladdr treatment of function descriptors for fdpicRich Felker-9/+22
2015-10-15fix visibility mismatch in dynamic linker stage 2 function definitionRich Felker-0/+2
2015-10-15suppress sh assembler rejection of instructions based on isa levelRich Felker-0/+1
2015-10-15prevent reordering of or1k and powerpc thread pointer loadsRich Felker-0/+2
2015-10-15mark arm thread-pointer-loading inline asm as volatileRich Felker-3/+3
2015-10-15add comment documenting hard-coded opcode for reading mips thread pointerRich Felker-0/+1
2015-10-15remove attribute((const)) from arm __pthread_self inline functionRich Felker-2/+2
2015-10-14fix strftime handling of out-of-range struct tm fieldsRich Felker-8/+12
2015-10-14remove hand-written crt1.s and Scrt1.s files for all archsRich Felker-192/+0
2015-10-13add CFI generation script for x86_64Alex Dowad-0/+196
2015-10-13recognize partial register operands in i386 CFI generationAlex Dowad-10/+19
2015-10-13fix misinterpretation of indexed memory operand in i386 CFI generationAlex Dowad-1/+1
2015-10-13fix misinterpretation of operand order in i386 CFI generationAlex Dowad-5/+5
2015-10-08fix integer overflows in time_t/struct tm conversion codeRich Felker-3/+3
2015-10-08fix open_[w]memstream behavior when no writes take placeRich Felker-4/+18
2015-10-08fix instruction matching errors in i386 CFI generationAlex Dowad-3/+3
2015-10-08factor common awk functions for CFI generation scripts into new fileAlex Dowad-28/+27
2015-10-01make nl_langinfo(CODESET) always return "ASCII" in byte-based C localeRich Felker-1/+1
2015-10-01fix mips fesetround failure to write back resulting modeRich Felker-0/+1
2015-09-29eliminate protected-visibility data in libc.so with vis.h preincludeRich Felker-3/+14
2015-09-25avoid attempting to lookup IP literals as hostnamesRich Felker-27/+32
2015-09-25make getaddrinfo return error if both host and service name are nullRich Felker-0/+2
2015-09-24fix localeconv field value for unavailable valuesRich Felker-14/+15
2015-09-24avoid reading uninitialized memory in __map_fileSzabolcs Nagy-2/+3
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