about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* reuse parsed resolv.conf in dns core to avoid re-reading/re-parsingRich Felker2016-01-282-16/+22
* fix uninitialized variable in new resolv.conf parserRich Felker2016-01-281-1/+1
* add support for search domains to dns resolverRich Felker2016-01-281-1/+41
* fix handling of dns response codesRich Felker2016-01-281-1/+2
* fix logic for matching search/domain keywords in resolv.confRich Felker2016-01-281-1/+1
* factor resolv.conf parsing out of res_msend to its own fileRich Felker2016-01-283-60/+126
* add errno setting to stub utmpxname functionRich Felker2016-01-281-0/+2
* legacy/utmpx: Add utmp{,x}name stubsKylie McClain2016-01-281-0/+7
* improve clock_gettime and adapt it to support slightly-broken vdsoRich Felker2016-01-271-22/+39
* change the internal socketcall selection logicSzabolcs Nagy2016-01-261-1/+1
* move dynamic linker to its own top-level directory, ldsoRich Felker2016-01-253-2087/+0
* adapt static dl_iterate_phdr not to depend on !defined(SHARED)Rich Felker2016-01-251-4/+3
* move static-linked stub dlsym out of dynlink.cRich Felker2016-01-252-11/+15
* move static-linked stub dlopen out of dynlink.cRich Felker2016-01-252-5/+13
* move dlinfo out of dynlink.cRich Felker2016-01-252-16/+12
* move dlclose out of dynlink.c to its own source fileRich Felker2016-01-252-5/+9
* move static-linked stub invalid dso handle checking out of dynlink.cRich Felker2016-01-252-9/+20
* move static/stub version of dladdr out of dynlink.cRich Felker2016-01-252-9/+6
* factor dlerror and error-setting code out of dynlink.cRich Felker2016-01-252-32/+55
* add arch/abi info to dynamic linker's id/version outputRich Felker2016-01-221-1/+1
* move sh port's __shcall internal function from arch/sh/src to src treeRich Felker2016-01-221-0/+5
* move sh __unmapself code from arch/sh/src to main src treeRich Felker2016-01-222-0/+24
* move x32 sysinfo impl and syscall fixup code out of arch/x32/srcRich Felker2016-01-223-1/+88
* move arm-specific translation units out of arch/arm/src, to src/*/armRich Felker2016-01-229-1/+244
* overhaul sh atomics for new atomics framework, add j-core cas.l backendRich Felker2016-01-213-0/+105
* refactor internal atomic.hRich Felker2016-01-211-0/+275
* exclude vis.h when compiling assembly filesKhem Raj2016-01-201-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
* 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