about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* support: Add optstring supportAdhemerval Zanella2017-06-154-1/+20
* x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in CH.J. Lu2017-06-1514-115/+233
* x86-64: Implement wcscpy IFUNC selector in CH.J. Lu2017-06-152-17/+26
* x86-64: Implement strcat family IFUNC selectors in CH.J. Lu2017-06-157-90/+105
* x86-64: Implement memcmp family IFUNC selectors in CH.J. Lu2017-06-158-113/+138
* x86-64: Implement memset family IFUNC selectors in CH.J. Lu2017-06-1513-147/+236
* Enable tunables by defaultSiddhesh Poyarekar2017-06-156-19/+27
* nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)Adhemerval Zanella2017-06-148-9/+175
* x86-64: Implement memmove family IFUNC selectors in CH.J. Lu2017-06-1421-474/+450
* i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer2017-06-143-3/+12
* Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg2017-06-1420-601/+713
* Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg2017-06-1411-103/+164
* PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2017-06-1425-37/+124