about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* fix global visibility (vis.h) support for out-of-tree buildsRich Felker2016-01-201-1/+1
* exclude vis.h when compiling assembly filesKhem Raj2016-01-201-1/+1
* simplify "make clean" and remove unneeded lib dir from treeRich Felker2016-01-202-7/+1
* deduplicate compiler invocation command line in makefileRich Felker2016-01-201-7/+9
* remove outdated/incorrect comment about AS_CMD from makefileRich Felker2016-01-201-1/+0
* remove support for subarch .sub files from the makefileRich Felker2016-01-201-16/+2
* fix build regression for arm pre-v7 from out-of-tree build patchRich Felker2016-01-203-1/+1
* switch arm, sh, and mips fenv asm from .sub system to .S filesRich Felker2016-01-2012-6/+21
* switch sh and mips setjmp asm from .sub system to .S filesRich Felker2016-01-2020-109/+12
* fix dynamic linker path file selection for arm vs armhfRich Felker2016-01-201-3/+3
* replace armhf math asm source files with inline asmRich Felker2016-01-2016-40/+60
* adapt build of arm memcpy asm not to use .sub filesRich Felker2016-01-204-2/+7
* eliminate separate static/shared CFLAGS vars in makefileRich Felker2016-01-191-13/+13
* add support for arch-provided replacement files as .c or .SRich Felker2016-01-191-3/+9
* netinet/tcp: Add TCPOPT, TCPOLEN constantsKylie McClain2016-01-171-0/+13
* fix if_nametoindex return value when socket open failsRon Yorston2016-01-171-1/+1
* support out-of-tree buildPetr Hosek2016-01-173-60/+101
* add missing protocols to protoent lookup functionsTimo Teräs2016-01-061-1/+16
* adjust mips crt_arch entry point asm to avoid assembler bugsRich Felker2015-12-291-1/+4
* adjust i386 max_align_t definition to work around some broken compilersRich Felker2015-12-291-3/+5
* fix overly pessimistic realloc strategy in getdelimRich Felker2015-12-201-1/+1
* avoid updating caller's size when getdelim fails to reallocRich Felker2015-12-191-5/+6
* fix crash when signal number 0 is passed to sigactionRich Felker2015-12-151-5/+1
* remove visibility suppression by SHARED macro in mips and x32 arch filesRich Felker2015-12-152-6/+0
* fix tsearch, tfind, tdelete to handle null pointer inputSzabolcs Nagy2015-12-081-0/+6
* tsearch code cleanupSzabolcs Nagy2015-12-081-24/+28
* fix tsearch to avoid crash on oomSzabolcs Nagy2015-12-081-1/+1
* fix tdelete to properly balance the treeSzabolcs Nagy2015-12-081-5/+14
* properly handle point-to-point interfaces in getifaddrs()Jo-Philipp Wich2015-11-301-3/+16
* ldso: fix the dtv update logic in __tls_get_newSzabolcs Nagy2015-11-281-1/+1
* math: explicitly promote expressions to excess-precision typesRich Felker2015-11-213-4/+4
* remove undef weak refs to init/fini array symbols in libc.soRich Felker2015-11-194-14/+20
* 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