about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.1.12 v1.1.12Rich Felker2015-10-192-1/+36
* declare fpu usage to the assembler in arm hard-float asm filesSzabolcs Nagy2015-10-195-0/+6
* add missing memory barrier to pthread_joinBobby Bingham2015-10-151-0/+1
* fix dladdr treatment of function descriptors for fdpicRich Felker2015-10-151-9/+22
* fix visibility mismatch in dynamic linker stage 2 function definitionRich Felker2015-10-152-0/+2
* suppress sh assembler rejection of instructions based on isa levelRich Felker2015-10-151-0/+1
* prevent reordering of or1k and powerpc thread pointer loadsRich Felker2015-10-152-0/+2
* mark arm thread-pointer-loading inline asm as volatileRich Felker2015-10-151-3/+3
* add comment documenting hard-coded opcode for reading mips thread pointerRich Felker2015-10-151-0/+1
* remove attribute((const)) from arm __pthread_self inline functionRich Felker2015-10-151-2/+2
* fix strftime handling of out-of-range struct tm fieldsRich Felker2015-10-141-8/+12
* remove hand-written crt1.s and Scrt1.s files for all archsRich Felker2015-10-149-192/+0
* add CFI generation script for x86_64Alex Dowad2015-10-131-0/+196
* 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