about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* recognize partial register operands in i386 CFI generationAlex Dowad2015-10-131-10/+19
* fix misinterpretation of indexed memory operand in i386 CFI generationAlex Dowad2015-10-131-1/+1
* fix misinterpretation of operand order in i386 CFI generationAlex Dowad2015-10-131-5/+5
* fix integer overflows in time_t/struct tm conversion codeRich Felker2015-10-081-3/+3
* fix open_[w]memstream behavior when no writes take placeRich Felker2015-10-082-4/+18
* fix instruction matching errors in i386 CFI generationAlex Dowad2015-10-081-3/+3
* factor common awk functions for CFI generation scripts into new fileAlex Dowad2015-10-083-28/+27
* make nl_langinfo(CODESET) always return "ASCII" in byte-based C localeRich Felker2015-10-011-1/+1
* fix mips fesetround failure to write back resulting modeRich Felker2015-10-011-0/+1
* eliminate protected-visibility data in libc.so with vis.h preincludeRich Felker2015-09-292-3/+14
* avoid attempting to lookup IP literals as hostnamesRich Felker2015-09-251-27/+32
* make getaddrinfo return error if both host and service name are nullRich Felker2015-09-251-0/+2
* fix localeconv field value for unavailable valuesRich Felker2015-09-241-14/+15
* avoid reading uninitialized memory in __map_fileSzabolcs Nagy2015-09-241-2/+3
* regcomp: propagate allocation failuresSzabolcs Nagy2015-09-241-1/+2
* fix signal return for sh/fdpicRich Felker2015-09-235-4/+12
* fix dlsym RTLD_NEXT behavior for fdpicRich Felker2015-09-221-4/+28
* fix dlsym lookup of function symbols on fdpicRich Felker2015-09-221-0/+6
* have sh/fdpic entry point set fdpic personality if neededRich Felker2015-09-221-0/+12
* move calls to application init functions after crt1 entry pointRich Felker2015-09-222-1/+8
* fix breakage in non-fdpic dynamic linker init/fini processingRich Felker2015-09-221-1/+1
* fix resolving interp string address on fdpic ldd commandRich Felker2015-09-221-2/+1
* add real fdpic loading of shared librariesRich Felker2015-09-223-9/+59
* try to suppress linking libc.so if there are undefined symbolsRich Felker2015-09-221-0/+6
* remove configure's suppression of enable sh/fdpic shared library buildRich Felker2015-09-221-1/+0
* size-optimize sh/fdpic dynamic entry pointRich Felker2015-09-221-0/+4
* work around breakage in sh/fdpic __unmapself functionRich Felker2015-09-221-0/+5
* add general fdpic support in dynamic linker and arch support for shRich Felker2015-09-225-17/+214
* factor symbol counting out of dladdr as its own functionRich Felker2015-09-211-19/+20
* simplify dlstart code by using integer type for base addressRich Felker2015-09-211-8/+7
* refactor some more dynamic linker load address computationsRich Felker2015-09-171-7/+7
* remove some useless casts in dynamic linkerRich Felker2015-09-171-2/+2
* add fdpic structs and reloc types for dynamic linkingRich Felker2015-09-171-0/+16
* further refactoring of dynamic linker load address computationsRich Felker2015-09-171-2/+2
* begin refactoring load address computations in dynamic linkerRich Felker2015-09-171-19/+22
* remove old dlstart stage-2 symbolic lookup code; add new genericRich Felker2015-09-171-14/+8
* new dlstart stage-2 chaining for x86_64 and x32Rich Felker2015-09-172-0/+10
* new dlstart stage-2 chaining for powerpcRich Felker2015-09-171-0/+9
* new dlstart stage-2 chaining for or1kRich Felker2015-09-171-0/+9
* new dlstart stage-2 chaining for mipsRich Felker2015-09-171-0/+15
* new dlstart stage-2 chaining for microblazeRich Felker2015-09-171-0/+7
* introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker2015-09-172-0/+13
* remove attribute((const)) from pthread_self and errno location declsRich Felker2015-09-173-9/+0
* add format argument attributes to gettext function prototypesKhem Raj2015-09-151-6/+14
* reindent powerpc's bits/termios.h to be consistent with other archsFelix Janda2015-09-151-140/+138
* fix namespace violations in aarch64/bits/termios.hFelix Janda2015-09-151-7/+7
* add sh fdpic subarch variantsRich Felker2015-09-122-1/+20
* add fdpic version of entry point code for shRich Felker2015-09-121-0/+29
* provide arch-generic fdpic self-relocation code for crt1 to useRich Felker2015-09-121-0/+28
* make sh clone asm fdpic-compatibleRich Felker2015-09-122-3/+14