about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* posix: Fix default posix_spawn return valueAdhemerval Zanella2017-07-052-20/+25
* Fixup localedata/ChangeLog.Carlos O'Donell2017-07-051-6/+9
* Edit and shorten float128 NEWS item.Joseph Myers2017-07-051-93/+14
* support: Add resolver testing mode which does not patch _resFlorian Weimer2017-07-055-3/+549
* support: Add support_chroot_create and support_chroot_freeFlorian Weimer2017-07-055-47/+140
* support: Check isolation of loopback addresses in tst-support-namespaceFlorian Weimer2017-07-052-2/+88
* Added Tok-Pisin locale.Akhilesh Kumar2017-07-053-0/+223
* Consistently say "GNU C Library" in NEWS, not "glibc".Joseph Myers2017-07-051-20/+20
* Reorganize and revise NEWS for 2.26.Zack Weinberg2017-07-051-135/+144
* For Breton yesstr/nostr locale are missingAkhilesh Kumar2017-07-042-0/+7
* Single threaded stdio optimizationSzabolcs Nagy2017-07-0415-0/+76
* sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [BZ #21542]Florian Weimer2017-07-044-2/+109
* resolv: Fix resolv_conf _res matchingFlorian Weimer2017-07-043-5/+61
* Update versions in build-many-glibcs.py.Joseph Myers2017-07-042-3/+9
* resolv: Fix improper assert in __resolv_conf_attachFlorian Weimer2017-07-044-8/+108
* resolv: Introduce free list for resolv_conf index slostsFlorian Weimer2017-07-034-32/+142
* resolv: Automatically reload a changed /etc/resolv.conf file [BZ #984]Florian Weimer2017-07-0311-94/+272
* resolv: Mirror the entire resolver configuration in struct resolv_confFlorian Weimer2017-07-037-116/+572
* resolv: Lift domain search list limits [BZ #19569] [BZ #21475]Florian Weimer2017-07-038-81/+382
* resolv: Introduce struct resolv_conf with extended resolver stateFlorian Weimer2017-07-039-10/+470
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-0324-371/+1033
* resolv: Add preinit tests to resolv/tst-resolv-res_init-skeleton.cFlorian Weimer2017-07-032-1/+201
* More fixes after the recent import from CLDR-31Rafal Luzynski2017-07-039-64/+103
* powerpc: Clean up strlen and strnlen for power8Rajalakshmi Srinivasaraghavan2017-07-033-20/+6
* Use __builtin_popcount in __sched_cpucount [BZ #21696]H.J. Lu2017-07-012-17/+17
* Fix typo in glibc.tune.cpu nameSiddhesh Poyarekar2017-07-012-1/+6
* float128: Add signbit alternative for old compilersGabriel F. T. Gomes2017-06-306-1/+71
* Consolidate Linux fcntl implementationAdhemerval Zanella2017-06-3015-224/+54
* tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar2017-06-306-26/+106
* aarch64: Call all string function implementations in testsSiddhesh Poyarekar2017-06-302-4/+8
* i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]H.J. Lu2017-06-305-10/+64
* resolv: Improve debugging output from tst-resolv-res_initFlorian Weimer2017-06-302-2/+19
* resolv: Remove source argument fron res_optionsFlorian Weimer2017-06-302-4/+9
* resolv: Remove DEBUG from resolv/res_query.cFlorian Weimer2017-06-302-36/+4
* resolv: Reformat resolv/res_data.c to GNU styleFlorian Weimer2017-06-302-13/+38
* resolv: Move res_query, res_search res_querydomain, hostaliasFlorian Weimer2017-06-303-81/+63
* resolv: Move res_isourserver, res_send from res_data.c to res_send.cFlorian Weimer2017-06-303-16/+20
* resolv: Turn _res_opcodes into a compatibility symbolFlorian Weimer2017-06-304-6/+21
* resolv: Move fp_nquery, fp_query, p_query, _res_opcodesFlorian Weimer2017-06-304-59/+71
* resolv: Remove unused resolv/res_debug.h header fileFlorian Weimer2017-06-303-35/+5
* resolv: Remove DEBUG from resolv/res_send.cFlorian Weimer2017-06-302-144/+7
* resolv: Move the res_mkquery function to the resolv/mk_query.c fileFlorian Weimer2017-06-303-21/+26
* resolv: Reformat resolv/res_mkquery.c to GNU styleFlorian Weimer2017-06-302-144/+145
* resolv: Remove DEBUG macro from resolv/res_mkquery.cFlorian Weimer2017-06-302-18/+23
* support: Report actual exit status in support_capture_subprocess_checkFlorian Weimer2017-06-302-1/+6
* resolv: Make RES_ROTATE start with a random name server [BZ #19570]Florian Weimer2017-06-305-28/+354
* localedata: CLDRv29: update LC_ADDRESS.lang_name translationsMike Frysinger2017-06-3081-73/+86
* SPARC sys/ucontext.h namespace fixes (bug 21457).Joseph Myers2017-06-294-121/+236
* vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-typeFlorian Weimer2017-06-293-4/+15
* posix: Improve default posix_spawn implementationAdhemerval Zanella2017-06-292-183/+184