summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't install libio.h or _G_config.h.zack/headers-cleanupsZack Weinberg2017-06-2057-537/+567
* Make error_t available on all supported hosts.Zack Weinberg2017-06-207-396/+225
* 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
* Fix signal stack namespace (bug 21584).Joseph Myers2017-06-192-4/+13
* Define struct rusage in sys/wait.h when required (bug 21575).Joseph Myers2017-06-1910-278/+162
* dynarray: Use libc_hidden_proto only for !_ISOMACFlorian Weimer2017-06-192-4/+11
* Fix typo when undefining weak_aliasSiddhesh Poyarekar2017-06-192-1/+5
* Fix gen-tunables.awk to work with older awkAdhemerval Zanella2017-06-192-34/+38
* S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537]Stefan Liebler2017-06-194-24/+28
* s390: optimize syscall functionChristian Borntraeger2017-06-193-18/+12
* Remove _dl_out_of_memory from elf/VersionsH.J. Lu2017-06-162-1/+5
* Update timezone code from tzcode 2017b.Joseph Myers2017-06-168-615/+877
* manual: Complete @standards in string.texi.Rical Jasan2017-06-162-2/+8
* manual: Complete @standards in arith.texi.Rical Jasan2017-06-162-7/+27
* manual: Complete @standards in argp.texi.Rical Jasan2017-06-162-0/+32
* manual: Replace summary.awk with summary.pl.Rical Jasan2017-06-1541-4870/+2611
* manual: Create empty placeholder macros for @standards.Rical Jasan2017-06-152-0/+13
* linux: Consolidate sync_file_range implementationAdhemerval Zanella2017-06-154-2/+7