about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add pretty-printer for errno. zack/errno-prettyprintZack Weinberg2017-06-228-0/+471
* Make error_t always int; make __errno_location return an __error_t.Zack Weinberg2017-06-2210-434/+175
* Improve testing of GDB pretty-printers.Zack Weinberg2017-06-222-40/+52
* _nl_load_domain: Use calloc instead of allocaFlorian Weimer2017-06-212-38/+12
* Implement allocation buffers for internal useFlorian Weimer2017-06-2110-1/+1240
* x86-64: Implement strcmp family IFUNC selectors in CH.J. Lu2017-06-2125-240/+643
* Fix tile SA_* conditions for POSIX.1:2008 (bug 21622).Joseph Myers2017-06-212-0/+11
* x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu2017-06-217-34/+41
* DCIGETTEXT: Use getcwd, asprintf to construct absolute pathnameFlorian Weimer2017-06-212-28/+19
* [AArch64] Add more cfi annotations to tlsdesc entry pointsSzabolcs Nagy2017-06-212-0/+76
* posix: Add invalid flags test for p{write,read}v2Adhemerval Zanella2017-06-214-0/+60
* [AArch64] Use hidden __GI__dl_argv in rtld startup codeSzabolcs Nagy2017-06-212-2/+7
* getaddrinfo: Avoid stack copy of IPv6 addressFlorian Weimer2017-06-212-40/+10
* __inet_pton_length: Implement new internal helper functionFlorian Weimer2017-06-219-73/+697
* inet: Add IPv6 getaddrinfo coverage to tst-inet6_scopeid_pton.cFlorian Weimer2017-06-212-10/+116
* powerpc: Optimize memchr for power8Rajalakshmi Srinivasaraghavan2017-06-216-1/+382
* powerpc: Add optimized version of [l]lrintfRajalakshmi Srinivasaraghavan2017-06-216-36/+80
* Factor out shared definitions from bits/signum.h.Zack Weinberg2017-06-2015-406/+417
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-2073-175/+211
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-2036-112/+120
* Consolidate Linux openat implementationAdhemerval Zanella2017-06-205-38/+71
* Move x86 specific tunables to x86/dl-tunables.listH.J. Lu2017-06-203-12/+39
* conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635).Joseph Myers2017-06-204-3/+18
* conformtest: XFAIL uc_sigmask test for ia64 (bug 21634).Joseph Myers2017-06-204-3/+19
* Add powf traceWilco Dijkstra2017-06-202-0/+2191
* tunables: Add IFUNC selection and cache sizesH.J. Lu2017-06-208-1/+464
* Improve math benchmark infrastructureWilco Dijkstra2017-06-203-18/+51
* Fix fallout from bits/string.h removal.Zack Weinberg2017-06-204-17/+12
* Add powf bench testsPaul Clarke2017-06-203-1/+337
* Mention in NEWS that __(NO|USE)_STRING_INLINES don't do anything anymore.Zack Weinberg2017-06-201-0/+4
* Remove bits/string.h.Zack Weinberg2017-06-2023-2452/+264
* manual: Complete @standards in lang.texi.Rical Jasan2017-06-202-20/+43
* Remove pre-GCC-4.9 MIPS code.Joseph Myers2017-06-193-327/+52
* DCIGETTEXT: Do not make copy of localenameFlorian Weimer2017-06-192-1/+6
* ld.so: Reject overly long LD_AUDIT path elementsFlorian Weimer2017-06-192-15/+106
* ld.so: Reject overly long LD_PRELOAD path elementsFlorian Weimer2017-06-192-16/+73
* Fix wait3 namespace (bug 21625).Joseph Myers2017-06-192-1/+8
* Require GCC 4.9 or later for building glibc.Joseph Myers2017-06-196-6/+18
* CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]Florian Weimer2017-06-192-1/+9
* S390: Sync ptrace.h with kernel. [BZ #21539]Stefan Liebler2017-06-196-22/+182
* resolv: Use getline for configuration file reading in res_vinit_1Florian Weimer2017-06-192-24/+49
* resolv: Report allocation errors in __res_vinitFlorian Weimer2017-06-194-34/+101
* resolv: Reformat res_vinit and related functions to GNU styleFlorian Weimer2017-06-192-334/+370
* resolv: Introduce is_sort_mask and call it from res_vinitFlorian Weimer2017-06-192-5/+16
* resolv: Remove DEBUG preprocessor conditionals from res_setoptionsFlorian Weimer2017-06-192-21/+5
* resolv: Move _res deallocation functions to their own fileFlorian Weimer2017-06-194-56/+145
* resolv: Move res_randomid to its own fileFlorian Weimer2017-06-194-8/+99
* resolv: Make __res_vinit hiddenFlorian Weimer2017-06-194-5/+7
* Fix another x86 sys/ucontext.h namespace issue (bug 21457).Joseph Myers2017-06-192-1/+5
* Fix siginterrupt namespace (bug 21597).Joseph Myers2017-06-192-5/+9