about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix if_nametoindex return value when socket open failsRon Yorston2016-01-171-1/+1
* add missing protocols to protoent lookup functionsTimo Teräs2016-01-061-1/+16
* 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
* 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
* 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-112-4/+19
* 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-1014-0/+15
* remove non-working pre-armv4t support from arm asmRich Felker2015-11-096-16/+2
* use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmpRich Felker2015-11-092-2/+10
* 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
* 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-021-3/+4
* 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
* 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-151-0/+1
* fix strftime handling of out-of-range struct tm fieldsRich Felker2015-10-141-8/+12
* 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
* 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-291-0/+3
* 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