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