aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-30tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar6-26/+106
2017-06-30aarch64: Call all string function implementations in testsSiddhesh Poyarekar2-4/+8
2017-06-30i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]H.J. Lu5-10/+64
2017-06-30resolv: Improve debugging output from tst-resolv-res_initFlorian Weimer2-2/+19
2017-06-30resolv: Remove source argument fron res_optionsFlorian Weimer2-4/+9
2017-06-30resolv: Remove DEBUG from resolv/res_query.cFlorian Weimer2-36/+4
2017-06-30resolv: Reformat resolv/res_data.c to GNU styleFlorian Weimer2-13/+38
2017-06-30resolv: Move res_query, res_search res_querydomain, hostaliasFlorian Weimer3-81/+63
2017-06-30resolv: Move res_isourserver, res_send from res_data.c to res_send.cFlorian Weimer3-16/+20
2017-06-30resolv: Turn _res_opcodes into a compatibility symbolFlorian Weimer4-6/+21
2017-06-30resolv: Move fp_nquery, fp_query, p_query, _res_opcodesFlorian Weimer4-59/+71
2017-06-30resolv: Remove unused resolv/res_debug.h header fileFlorian Weimer3-35/+5
2017-06-30resolv: Remove DEBUG from resolv/res_send.cFlorian Weimer2-144/+7
2017-06-30resolv: Move the res_mkquery function to the resolv/mk_query.c fileFlorian Weimer3-21/+26
2017-06-30resolv: Reformat resolv/res_mkquery.c to GNU styleFlorian Weimer2-144/+145
2017-06-30resolv: Remove DEBUG macro from resolv/res_mkquery.cFlorian Weimer2-18/+23
2017-06-30support: Report actual exit status in support_capture_subprocess_checkFlorian Weimer2-1/+6
2017-06-30resolv: Make RES_ROTATE start with a random name server [BZ #19570]Florian Weimer5-28/+354
2017-06-30localedata: CLDRv29: update LC_ADDRESS.lang_name translationsMike Frysinger81-73/+86
2017-06-29SPARC sys/ucontext.h namespace fixes (bug 21457).Joseph Myers4-121/+236
2017-06-29vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-typeFlorian Weimer3-4/+15
2017-06-29posix: Improve default posix_spawn implementationAdhemerval Zanella2-183/+184
2017-06-29vfprintf: Reuse work_buffer in group_numberFlorian Weimer2-29/+44
2017-06-29vfprintf: Use struct scratch_buffer for positional arguments allocationFlorian Weimer2-40/+34
2017-06-29_i18n_number_rewrite: Use struct scratch_bufferFlorian Weimer2-14/+14
2017-06-29vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t buildsFlorian Weimer2-1/+6
2017-06-29vfprintf: Add test case for multi-byte/wide strings and precisionFlorian Weimer3-0/+549
2017-06-29vfprintf: Add test case for user-defined types and format specifiersFlorian Weimer3-1/+224
2017-06-28posix: Adapt tst-spawn{2,3} to use libsupport.Adhemerval Zanella3-73/+46
2017-06-28Fix gen-tgmath-tests.py output for GCC 7 <float.h>.Joseph Myers2-1/+5
2017-06-28Support _Float128 in tgmath.h.Joseph Myers4-40/+160
2017-06-28Use clog10 not __clog10 in tgmath.h log10 macro.Joseph Myers3-2/+8
2017-06-28Fix tgmath.h totalorder, totalordermag return type (bug 21687).Joseph Myers4-9/+31
2017-06-28Simplify tgmath.h for integer return types.Joseph Myers2-18/+32
2017-06-28Remove NO_LONG_DOUBLE conditionals in libm tests (bug 21607).Joseph Myers18-48/+36
2017-06-28Add more thorough generated tgmath.h test.Joseph Myers3-0/+623
2017-06-28Require binutils 2.25 or later to build glibc.Joseph Myers10-145/+20
2017-06-28Support building glibc with gold 1.14 or above [BZ #14995]H.J. Lu3-6/+89
2017-06-28Miscellaneous sys/ucontext.h namespace fixes (bug 21457).Joseph Myers6-7/+30
2017-06-27Fix elf/loadtest.c build with GCC 8.Joseph Myers2-6/+12