summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-02add sched_getcpu vDSO supportNathan Zadoks-0/+31
2016-03-02add sched_getcpuNathan Zadoks-0/+13
2016-03-02fix ^* at the start of a complete BRESzabolcs Nagy-0/+4
2016-03-02fix * at the start of a BRE subexpressionSzabolcs Nagy-4/+0
2016-03-02explicitly include stdio.h to get EOF definition needed by wctobMichael Meeuwisse-0/+1
2016-03-02handle non-matching address family entries in hosts fileRich Felker-3/+11
2016-02-23allow implementing a_cas_p with pointer-sized ll/scBobby Bingham-0/+18
2016-02-19work around regression building for armhf with clang (compiler bug)Rich Felker-2/+2
2016-02-18improve macro logic for enabling arm math asmRich Felker-2/+2
2016-02-16in crypt-sha*, reject excessive rounds as error rather than clampingRich Felker-2/+2
2016-02-16fix unlikely corner cases in getopt's message printingRich Felker-2/+2
2016-02-16fix assumption in fputs that fwrite returning 0 implies an errorRich Felker-1/+2
2016-02-10fix return value for fread/fwrite when size argument is 0Rich Felker-0/+2
2016-02-10fix line-buffered flush omission for odd usage of putc-family functionsRich Felker-1/+2
2016-02-10fix failed write reporting by fwrite in line-buffered modeRich Felker-2/+2
2016-02-08remove workaround for broken mips assemblersRich Felker-5/+1
2016-02-04in mips cancellable syscall asm, don't assume gp register is validRich Felker-2/+13
2016-02-04avoid using signals when a thread attempts to cancel itselfRich Felker-0/+1
2016-01-31fix malloc_usable_size for NULL inputSzabolcs Nagy-1/+1
2016-01-31regex: increase the stack tre uses for tnfa creationSzabolcs Nagy-1/+1
2016-01-30ldso: fix GDB dynamic linker info on MIPSFelix Fietkau-0/+4
2016-01-30regex: simplify the {,} repetition parsing logicSzabolcs Nagy-20/+19
2016-01-30regex: treat \+, \? as repetitions in BRESzabolcs Nagy-1/+5
2016-01-30regex: rewrite the repetition parsing codeSzabolcs Nagy-30/+29
2016-01-30regex: treat \| in BRE as alternationSzabolcs Nagy-2/+17
2016-01-30regex: reject repetitions in some cases with REG_BADRPTSzabolcs Nagy-3/+12
2016-01-30regex: clean up position accounting for literal nodesSzabolcs Nagy-4/+2
2016-01-30fix misaligned pointer-like objects in arm atomics asm source fileRich Felker-0/+2
2016-01-28reuse parsed resolv.conf in dns core to avoid re-reading/re-parsingRich Felker-16/+22
2016-01-28fix uninitialized variable in new resolv.conf parserRich Felker-1/+1
2016-01-28add support for search domains to dns resolverRich Felker-1/+41
2016-01-28fix handling of dns response codesRich Felker-1/+2
2016-01-28fix logic for matching search/domain keywords in resolv.confRich Felker-1/+1
2016-01-28factor resolv.conf parsing out of res_msend to its own fileRich Felker-60/+126
2016-01-28add errno setting to stub utmpxname functionRich Felker-0/+2
2016-01-28legacy/utmpx: Add utmp{,x}name stubsKylie McClain-0/+7
2016-01-27improve clock_gettime and adapt it to support slightly-broken vdsoRich Felker-22/+39
2016-01-26change the internal socketcall selection logicSzabolcs Nagy-1/+1
2016-01-25move dynamic linker to its own top-level directory, ldsoRich Felker-2087/+0
2016-01-25adapt static dl_iterate_phdr not to depend on !defined(SHARED)Rich Felker-4/+3
2016-01-25move static-linked stub dlsym out of dynlink.cRich Felker-11/+15
2016-01-25move static-linked stub dlopen out of dynlink.cRich Felker-5/+13
2016-01-25move dlinfo out of dynlink.cRich Felker-16/+12
2016-01-25move dlclose out of dynlink.c to its own source fileRich Felker-5/+9
2016-01-25move static-linked stub invalid dso handle checking out of dynlink.cRich Felker-9/+20
2016-01-25move static/stub version of dladdr out of dynlink.cRich Felker-9/+6
2016-01-25factor dlerror and error-setting code out of dynlink.cRich Felker-32/+55
2016-01-22add arch/abi info to dynamic linker's id/version outputRich Felker-1/+1
2016-01-22move sh port's __shcall internal function from arch/sh/src to src treeRich Felker-0/+5
2016-01-22move sh __unmapself code from arch/sh/src to main src treeRich Felker-0/+24