aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-16Remove _dl_out_of_memory from elf/VersionsH.J. Lu2-1/+5
2017-06-16Update timezone code from tzcode 2017b.Joseph Myers8-615/+877
2017-06-16manual: Complete @standards in string.texi.Rical Jasan2-2/+8
2017-06-16manual: Complete @standards in arith.texi.Rical Jasan2-7/+27
2017-06-16manual: Complete @standards in argp.texi.Rical Jasan2-0/+32
2017-06-15manual: Replace summary.awk with summary.pl.Rical Jasan41-4870/+2611
2017-06-15manual: Create empty placeholder macros for @standards.Rical Jasan2-0/+13
2017-06-15linux: Consolidate sync_file_range implementationAdhemerval Zanella4-2/+7
2017-06-15support: Add optstring supportAdhemerval Zanella4-1/+20
2017-06-15x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in CH.J. Lu14-115/+233
2017-06-15x86-64: Implement wcscpy IFUNC selector in CH.J. Lu2-17/+26
2017-06-15x86-64: Implement strcat family IFUNC selectors in CH.J. Lu7-90/+105
2017-06-15x86-64: Implement memcmp family IFUNC selectors in CH.J. Lu8-113/+138
2017-06-15x86-64: Implement memset family IFUNC selectors in CH.J. Lu13-147/+236
2017-06-15Enable tunables by defaultSiddhesh Poyarekar6-19/+27
2017-06-14nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)Adhemerval Zanella8-9/+175
2017-06-14x86-64: Implement memmove family IFUNC selectors in CH.J. Lu21-474/+450
2017-06-14i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer3-3/+12
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg20-601/+713
2017-06-14Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg11-103/+164
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra25-37/+124
2017-06-14PowerPC64 ENTRY_TOCLESSAlan Modra103-138/+286
2017-06-14PowerPC64 strncpy, stpncpy and strstr fixesAlan Modra9-0/+56
2017-06-14PowerPC64 sysdep.h tidyAlan Modra3-59/+74
2017-06-14PowerPC64 FRAME_PARM_SAVEAlan Modra3-37/+26
2017-06-14PowerPC64, fix calls to _mcountAlan Modra2-8/+8
2017-06-13mips: Fix store/load gp registers to/from ucontext_tGordana Cmiljanovic7-81/+194
2017-06-13configure: Suppress expected compiler error messageFlorian Weimer3-2/+8
2017-06-13dynarray: Implement begin/end functions in the spirit of C++Florian Weimer4-0/+63
2017-06-13Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573]H.J. Lu5-2/+29
2017-06-13localedata: ce_RU: update weekdays from CLDR [BZ #21207]Rafal Luzynski2-14/+23
2017-06-13localedata: Remove trailing spaces [BZ #20275]Rafal Luzynski22-210/+242
2017-06-13Correct indentation in posix/bits/cpu-set.h.Zack Weinberg2-22/+27
2017-06-12Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg7-243/+163
2017-06-12Fix build issue on x86.Wilco Dijkstra2-0/+5
2017-06-12float128: Add test-{float128,ifloat128,float128-finite}Paul E. Murphy16-5/+112
2017-06-12Allow macros prefixed with FLT128 in include/float.hGabriel F. T. Gomes2-16/+21
2017-06-12float128: Add strfromf128, strtof128, and wcstof128 to the manualGabriel F. T. Gomes3-7/+77