about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* fix build regression from removal of #ifdef SHAREDRich Felker2015-11-181-1/+1
* use private maps even for read-only segments of FDPIC librariesRich Felker2015-11-151-1/+1
* remove use of SHARED macro in dynamic linker version reportingRich Felker2015-11-122-4/+2
* unify static and dynamic linked implementations of thread-local storageRich Felker2015-11-124-132/+111
* unify static and dynamic libc init/fini code pathsRich Felker2015-11-113-28/+22
* eliminate use of SHARED macro in __tls_get_addrRich Felker2015-11-111-6/+6
* eliminate use of SHARED macro to suppress visibility attributesRich Felker2015-11-116-32/+5
* use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpicRich Felker2015-11-114-0/+4
* fix dynamic loader library mapping for nommu systemsRich Felker2015-11-113-4/+21
* fix return value of nl_langinfo for invalid item argumentsRich Felker2015-11-101-5/+5
* explicitly assemble all arm asm sources as UALRich Felker2015-11-1017-0/+20
* remove non-working pre-armv4t support from arm asmRich Felker2015-11-099-31/+2
* use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmpRich Felker2015-11-092-2/+10
* work around toolchains with broken visibility in libgcc/libpccRich Felker2015-11-071-0/+5
* use vfp mnemonics instead of p10 coprocessor ones in armhf fenv asmSzabolcs Nagy2015-11-051-10/+10
* convert arm memcpy asm to UAL, remove .word hacksRich Felker2015-11-051-22/+24
* remove external linkage from __simple_malloc definitionRich Felker2015-11-041-1/+1
* have configure check/add --gc-sections linker optionRich Felker2015-11-041-0/+4
* have configure check/add linker options to reduce size lost to paddingRich Felker2015-11-041-0/+6
* have configure check/add -ffunction-sections and -fdata-sectionsRich Felker2015-11-041-0/+11
* fix mismatched parens in CMPLX def for annex-g-conforming compilersRich Felker2015-11-021-1/+1
* generalize sh entry point asm not to assume call dests fit in 12 bitsRich Felker2015-11-021-5/+12
* keep user-provided CFLAGS/LDFLAGS separate from those added by configureRich Felker2015-11-022-6/+12
* fix mremap memory synchronization and use of variadic argumentRich Felker2015-11-021-4/+11
* prevent allocs than PTRDIFF_MAX via mremapDaniel Micay2015-11-021-1/+8
* use explicit __cp_cancel label in cancellable syscall asm for all archsRich Felker2015-11-028-28/+32
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-0211-15/+14
* fix missing bss handling in FDPIC ELF loaderRich Felker2015-10-281-0/+13
* getnameinfo: make size check not fail for bigger sizesHauke Mehrtens2015-10-261-2/+2
* safely handle failure to open hosts, services, resolv.conf filesRich Felker2015-10-263-4/+29
* fix single-byte overflow of malloc'd buffer in getdelimRich Felker2015-10-241-1/+1
* prevent user CFLAGS overrides from exposing executable stackRich Felker2015-10-231-7/+7
* fix breakage when user overrides CFLAGS on the make command lineRich Felker2015-10-221-4/+4
* 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