about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* PowerPC64 ENTRY_TOCLESSAlan Modra2017-06-14103-138/+286
* PowerPC64 strncpy, stpncpy and strstr fixesAlan Modra2017-06-149-0/+56
* PowerPC64 sysdep.h tidyAlan Modra2017-06-143-59/+74
* PowerPC64 FRAME_PARM_SAVEAlan Modra2017-06-143-37/+26
* PowerPC64, fix calls to _mcountAlan Modra2017-06-142-8/+8
* mips: Fix store/load gp registers to/from ucontext_tGordana Cmiljanovic2017-06-137-81/+194
* configure: Suppress expected compiler error messageFlorian Weimer2017-06-133-2/+8
* dynarray: Implement begin/end functions in the spirit of C++Florian Weimer2017-06-134-0/+63
* Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573]H.J. Lu2017-06-135-2/+29
* localedata: ce_RU: update weekdays from CLDR [BZ #21207]Rafal Luzynski2017-06-132-14/+23
* localedata: Remove trailing spaces [BZ #20275]Rafal Luzynski2017-06-1322-210/+242
* Correct indentation in posix/bits/cpu-set.h.Zack Weinberg2017-06-132-22/+27
* Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg2017-06-127-243/+163
* Fix build issue on x86.Wilco Dijkstra2017-06-122-0/+5
* float128: Add test-{float128,ifloat128,float128-finite}Paul E. Murphy2017-06-1216-5/+112
* Allow macros prefixed with FLT128 in include/float.hGabriel F. T. Gomes2017-06-122-16/+21
* float128: Add strfromf128, strtof128, and wcstof128 to the manualGabriel F. T. Gomes2017-06-123-7/+77
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-06-1221-29/+466
* Fix XPG4 bsd_signal namespace (bug 21552).Joseph Myers2017-06-123-2/+6
* Fix sigwait namespace (bug 21550).Joseph Myers2017-06-122-0/+7
* x86-64: Implement strcpy family IFUNC selectors in CH.J. Lu2017-06-1215-131/+278
* 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2017-06-126-134/+19
* Replace all internal uses of __bzero with memset. This removes the needWilco Dijkstra2017-06-1210-11/+23
* Correct collation rules for Malayalam.Santhosh Thottingal2017-06-112-4/+30
* Correct an outdated comment in stdlib/errno.h.Zack Weinberg2017-06-102-1/+5
* powerpc: add sysconf support for cache geometriesPaul Clarke2017-06-094-0/+181
* Add a way to bypass the PLT when calling getauxvalTulio Magno Quites Machado Filho2017-06-093-0/+14
* Fix waitid namespace (bug 21561).Joseph Myers2017-06-094-9/+23
* Update nios2, sparc32 localplt.data files for recent GCC change.Joseph Myers2017-06-093-4/+13
* Fix sigpause namespace (bug 21554).Joseph Myers2017-06-092-1/+5
* Condition signal.h inclusion in sys/wait.h (bug 21560).Joseph Myers2017-06-092-2/+17
* Remove bare use of __attribute__ in include/errno.h.Zack Weinberg2017-06-092-1/+6
* Polish the treatment of dl-tunable-list.h in Makeconfig.Zack Weinberg2017-06-092-9/+19
* x86-64: Correct comments in ifunc-impl-list.cH.J. Lu2017-06-092-6/+10
* x86-64: Optimize strrchr/wcsrchr with AVX2H.J. Lu2017-06-099-0/+382
* x86-64: Optimize memrchr with AVX2H.J. Lu2017-06-096-0/+435