aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-21x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu7-34/+41
2017-06-21DCIGETTEXT: Use getcwd, asprintf to construct absolute pathnameFlorian Weimer2-28/+19
2017-06-21[AArch64] Add more cfi annotations to tlsdesc entry pointsSzabolcs Nagy2-0/+76
2017-06-21posix: Add invalid flags test for p{write,read}v2Adhemerval Zanella4-0/+60
2017-06-21[AArch64] Use hidden __GI__dl_argv in rtld startup codeSzabolcs Nagy2-2/+7
2017-06-21getaddrinfo: Avoid stack copy of IPv6 addressFlorian Weimer2-40/+10
2017-06-21__inet_pton_length: Implement new internal helper functionFlorian Weimer9-73/+697
2017-06-21inet: Add IPv6 getaddrinfo coverage to tst-inet6_scopeid_pton.cFlorian Weimer2-10/+116
2017-06-21powerpc: Optimize memchr for power8Rajalakshmi Srinivasaraghavan6-1/+382
2017-06-21powerpc: Add optimized version of [l]lrintfRajalakshmi Srinivasaraghavan6-36/+80
2017-06-20Factor out shared definitions from bits/signum.h.Zack Weinberg15-406/+417
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg73-175/+211
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg36-112/+120
2017-06-20Consolidate Linux openat implementationAdhemerval Zanella5-38/+71
2017-06-20Move x86 specific tunables to x86/dl-tunables.listH.J. Lu3-12/+39
2017-06-20conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635).Joseph Myers4-3/+18
2017-06-20conformtest: XFAIL uc_sigmask test for ia64 (bug 21634).Joseph Myers4-3/+19
2017-06-20Add powf traceWilco Dijkstra2-0/+2191
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu8-1/+464
2017-06-20Improve math benchmark infrastructureWilco Dijkstra3-18/+51
2017-06-20Fix fallout from bits/string.h removal.Zack Weinberg4-17/+12
2017-06-20Add powf bench testsPaul Clarke3-1/+337
2017-06-20Mention in NEWS that __(NO|USE)_STRING_INLINES don't do anything anymore.Zack Weinberg1-0/+4
2017-06-20Remove bits/string.h.Zack Weinberg23-2452/+264
2017-06-20manual: Complete @standards in lang.texi.Rical Jasan2-20/+43
2017-06-19Remove pre-GCC-4.9 MIPS code.Joseph Myers3-327/+52
2017-06-19DCIGETTEXT: Do not make copy of localenameFlorian Weimer2-1/+6
2017-06-19ld.so: Reject overly long LD_AUDIT path elementsFlorian Weimer2-15/+106
2017-06-19ld.so: Reject overly long LD_PRELOAD path elementsFlorian Weimer2-16/+73
2017-06-19Fix wait3 namespace (bug 21625).Joseph Myers2-1/+8
2017-06-19Require GCC 4.9 or later for building glibc.Joseph Myers6-6/+18
2017-06-19CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]Florian Weimer2-1/+9
2017-06-19S390: Sync ptrace.h with kernel. [BZ #21539]Stefan Liebler6-22/+182
2017-06-19resolv: Use getline for configuration file reading in res_vinit_1Florian Weimer2-24/+49
2017-06-19resolv: Report allocation errors in __res_vinitFlorian Weimer4-34/+101
2017-06-19resolv: Reformat res_vinit and related functions to GNU styleFlorian Weimer2-334/+370
2017-06-19resolv: Introduce is_sort_mask and call it from res_vinitFlorian Weimer2-5/+16
2017-06-19resolv: Remove DEBUG preprocessor conditionals from res_setoptionsFlorian Weimer2-21/+5
2017-06-19resolv: Move _res deallocation functions to their own fileFlorian Weimer4-56/+145
2017-06-19resolv: Move res_randomid to its own fileFlorian Weimer4-8/+99
2017-06-19resolv: Make __res_vinit hiddenFlorian Weimer4-5/+7
2017-06-19Fix another x86 sys/ucontext.h namespace issue (bug 21457).Joseph Myers2-1/+5
2017-06-19Fix siginterrupt namespace (bug 21597).Joseph Myers2-5/+9
2017-06-19Fix signal stack namespace (bug 21584).Joseph Myers2-4/+13
2017-06-19Define struct rusage in sys/wait.h when required (bug 21575).Joseph Myers10-278/+162
2017-06-19dynarray: Use libc_hidden_proto only for !_ISOMACFlorian Weimer2-4/+11
2017-06-19Fix typo when undefining weak_aliasSiddhesh Poyarekar2-1/+5
2017-06-19Fix gen-tunables.awk to work with older awkAdhemerval Zanella2-34/+38
2017-06-19S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537]Stefan Liebler4-24/+28
2017-06-19s390: optimize syscall functionChristian Borntraeger3-18/+12