aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-10x86-64: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu2-0/+11
2017-07-10Add iI and eE to yesexpr and noexpr respectively for ts_ZAMike FABIAN2-2/+6
2017-07-09Update hppa ulps.John David Anglin2-50/+56
2017-07-09Use generic pthread support on hppa.John David Anglin9-382/+42
2017-07-09x86-64: Update comments in IFUNC selectorsH.J. Lu17-21/+35
2017-07-09x86-64: Update comments in ifunc-impl-list.cH.J. Lu2-16/+20
2017-07-09Fix BZ #21049.John David Anglin2-4/+13
2017-07-08build-many-glibcs.py: also build profiled objectsAndreas Schwab2-0/+6
2017-07-07Added yesstr/nostr for kw_GBAkhilesh Kumar2-0/+7
2017-07-07Added missing yesstr and nostr for Tsonga language locale [LC_MESSAGES]Akhilesh Kumar2-0/+10
2017-07-07Fix LC_NAME for hi_INAkhilesh Kumar2-5/+9
2017-07-07yesstr/nostr missing for Xhosa language localeAkhilesh Kumar2-0/+7
2017-07-07Add yesstr and nostr to zh_CN localePeng Wu2-0/+7
2017-07-07Incorrect Full Weekday names for ks_IN@devanagariAkhilesh Kumar2-7/+16
2017-07-06* manual/tunables.texi: Add missing @end deftp.DJ Delorie2-1/+6
2017-07-06resolv: Deal with non-deterministic address order in tst-resolv-basicFlorian Weimer2-15/+69
2017-07-06Add per-thread cache to mallocDJ Delorie13-9/+490
2017-07-06Increase some test timeouts.Joseph Myers7-3/+14
2017-07-06Arabic scripts: More fixes after the recent import.Rafal Luzynski14-80/+138
2017-07-06nptl: Fix typo on __have_pthread_attr_t (BZ#21715)Matthew Krupcale2-1/+7
2017-07-06x86-64: Align the stack in __tls_get_addr [BZ #21609]H.J. Lu7-2/+143
2017-07-06Pashto yesstr/nostr locale are missingAkhilesh Kumar2-0/+7
2017-07-05posix: Fix default posix_spawn return valueAdhemerval Zanella2-20/+25
2017-07-05Fixup localedata/ChangeLog.Carlos O'Donell1-6/+9
2017-07-05Edit and shorten float128 NEWS item.Joseph Myers1-93/+14
2017-07-05support: Add resolver testing mode which does not patch _resFlorian Weimer5-3/+549
2017-07-05support: Add support_chroot_create and support_chroot_freeFlorian Weimer5-47/+140
2017-07-05support: Check isolation of loopback addresses in tst-support-namespaceFlorian Weimer2-2/+88
2017-07-05Added Tok-Pisin locale.Akhilesh Kumar3-0/+223
2017-07-05Consistently say "GNU C Library" in NEWS, not "glibc".Joseph Myers1-20/+20
2017-07-05Reorganize and revise NEWS for 2.26.Zack Weinberg1-135/+144
2017-07-04For Breton yesstr/nostr locale are missingAkhilesh Kumar2-0/+7
2017-07-04Single threaded stdio optimizationSzabolcs Nagy15-0/+76
2017-07-04sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [BZ #21542]Florian Weimer4-2/+109
2017-07-04resolv: Fix resolv_conf _res matchingFlorian Weimer3-5/+61
2017-07-04Update versions in build-many-glibcs.py.Joseph Myers2-3/+9
2017-07-04resolv: Fix improper assert in __resolv_conf_attachFlorian Weimer4-8/+108
2017-07-03resolv: Introduce free list for resolv_conf index slostsFlorian Weimer4-32/+142
2017-07-03resolv: Automatically reload a changed /etc/resolv.conf file [BZ #984]Florian Weimer11-94/+272
2017-07-03resolv: Mirror the entire resolver configuration in struct resolv_confFlorian Weimer7-116/+572
2017-07-03resolv: Lift domain search list limits [BZ #19569] [BZ #21475]Florian Weimer8-81/+382
2017-07-03resolv: Introduce struct resolv_conf with extended resolver stateFlorian Weimer9-10/+470
2017-07-03resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer24-371/+1033
2017-07-03resolv: Add preinit tests to resolv/tst-resolv-res_init-skeleton.cFlorian Weimer2-1/+201
2017-07-03More fixes after the recent import from CLDR-31Rafal Luzynski9-64/+103
2017-07-03powerpc: Clean up strlen and strnlen for power8Rajalakshmi Srinivasaraghavan3-20/+6
2017-07-01Use __builtin_popcount in __sched_cpucount [BZ #21696]H.J. Lu2-17/+17
2017-07-01Fix typo in glibc.tune.cpu nameSiddhesh Poyarekar2-1/+6
2017-06-30float128: Add signbit alternative for old compilersGabriel F. T. Gomes6-1/+71
2017-06-30Consolidate Linux fcntl implementationAdhemerval Zanella15-224/+54