about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* work around regression building for armhf with clang (compiler bug)Rich Felker2016-02-192-2/+2
* improve macro logic for enabling arm math asmRich Felker2016-02-182-2/+2
* in crypt-sha*, reject excessive rounds as error rather than clampingRich Felker2016-02-162-2/+2
* fix unlikely corner cases in getopt's message printingRich Felker2016-02-161-2/+2
* fix assumption in fputs that fwrite returning 0 implies an errorRich Felker2016-02-161-1/+2
* fix return value for fread/fwrite when size argument is 0Rich Felker2016-02-102-0/+2
* fix line-buffered flush omission for odd usage of putc-family functionsRich Felker2016-02-101-1/+2
* fix failed write reporting by fwrite in line-buffered modeRich Felker2016-02-101-2/+2
* remove workaround for broken mips assemblersRich Felker2016-02-081-5/+1
* in mips cancellable syscall asm, don't assume gp register is validRich Felker2016-02-041-2/+13
* avoid using signals when a thread attempts to cancel itselfRich Felker2016-02-041-0/+1
* fix malloc_usable_size for NULL inputSzabolcs Nagy2016-01-311-1/+1
* regex: increase the stack tre uses for tnfa creationSzabolcs Nagy2016-01-311-1/+1
* ldso: fix GDB dynamic linker info on MIPSFelix Fietkau2016-01-301-0/+4
* regex: simplify the {,} repetition parsing logicSzabolcs Nagy2016-01-301-20/+19
* regex: treat \+, \? as repetitions in BRESzabolcs Nagy2016-01-301-1/+5
* regex: rewrite the repetition parsing codeSzabolcs Nagy2016-01-301-30/+29
* regex: treat \| in BRE as alternationSzabolcs Nagy2016-01-301-2/+17
* regex: reject repetitions in some cases with REG_BADRPTSzabolcs Nagy2016-01-301-3/+12
* regex: clean up position accounting for literal nodesSzabolcs Nagy2016-01-301-4/+2
* fix misaligned pointer-like objects in arm atomics asm source fileRich Felker2016-01-301-0/+2
* 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