aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-15Split helper classification macros from mathcalls.hGabriel F. T. Gomes6-29/+59
2017-03-15Use internal __feraiseexcept in __iseqsigGabriel F. T. Gomes2-1/+6
2017-03-15support: Explain ignored failures of temporary file removal [BZ #21243]Florian Weimer2-1/+10
2017-03-15support: Add error checking to close system calls [BZ #21244]Florian Weimer7-15/+63
2017-03-15support_format_dns_packet: Fix CNAME and multiple RR handlingFlorian Weimer4-7/+123
2017-03-14Fix missing posix_fadvise64 mips64 static build (BZ #21232)Adhemerval Zanella2-0/+8
2017-03-14Remove _dl_platform_stringAndreas Schwab7-36/+13
2017-03-13hurd: Make send/recv more posixishSamuel Thibault3-2/+16
2017-03-13build-many-glibcs: Remove no_isolate from SH configAdhemerval Zanella2-19/+11
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra15-98/+41
2017-03-13Add more IPV6_* macros to sysdeps/unix/sysv/linux/bits/in.h.Joseph Myers2-0/+26
2017-03-13Add missing ChangeLog entries.Thorsten Kukuk1-0/+9
2017-03-13The rpcgen tests should not run if we don't build rpcgen.Thorsten Kukuk1-0/+2
2017-03-12sh: Fix building with gcc5/6Alexey Neyman2-1/+7
2017-03-12Fix send consolidation typoMarko Myllynen2-1/+7
2017-03-11If sunrpc code is disabled, rpcsvc header files, rpcgen andThorsten Kukuk2-6/+15
2017-03-10Update auto-libm-test-out for catan / catanh.Stefan Liebler4-912/+918
2017-03-09Regenerate MIPS catan, catanh long double ulps.Joseph Myers2-16/+21
2017-03-09Consolidate Linux send implementationAdhemerval Zanella23-77/+62
2017-03-09Consolidate Linux sendto implementationAdhemerval Zanella17-19/+30
2017-03-09Consolidate Linux recv implementationAdhemerval Zanella19-81/+42
2017-03-09Consolidate Linux recvfrom implementationAdhemerval Zanella18-19/+33
2017-03-09Consolidate Linux connect implementationAdhemerval Zanella15-16/+26
2017-03-09Consolidate Linux accept implementationAdhemerval Zanella18-20/+45
2017-03-08Test for correct setting of errno.Yury Norov5-2/+305
2017-03-08S390: Regenerate ULPsStefan Liebler2-128/+140
2017-03-07Fix auto-merge issue in ChangeLogFlorian Weimer1-2/+0
2017-03-07tzset: Clean up preprocessor macros min, max, signFlorian Weimer2-7/+15
2017-03-07timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer7-79/+28
2017-03-07Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar5-2/+27
2017-03-07hppa: set __IPC_64 as zero for SysV IPC callsAdhemerval Zanella2-0/+25
2017-03-06S390: Optimize atomic macros.Stefan Liebler2-64/+124
2017-03-04hurd: Provide truncate64 and ftruncate64.Justus Winter3-0/+81
2017-03-03tzset: Remove unused NOID macroFlorian Weimer3-3/+5
2017-03-03tzset: Remove __attribute_noinline__ from compute_offsetFlorian Weimer2-1/+4
2017-03-02Remove header file inclusion guard from elf/get-dynamic-info.hFlorian Weimer2-4/+6
2017-03-02Document and fix --enable-bind-now [BZ #21015]Florian Weimer9-9/+47
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg55-99/+171
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg10-23/+38
2017-02-28Add scripts/backport-support.shFlorian Weimer2-0/+114
2017-02-28sunrpc: Improvements for UDP client timeout handling [BZ #20257]Florian Weimer10-59/+1347
2017-02-28sunrpc: Do not unregister services if not registered [BZ #5010]Florian Weimer4-12/+316
2017-02-28Refer to <signal.h> instead of <pthread.h> in <bits/sigthread.h>Andreas Schwab3-2/+7
2017-02-27sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115]Florian Weimer4-2/+73
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg13-53/+212
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg25-75/+148
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg9-43/+62
2017-02-24Use independent type literals in libm-test-support.cTulio Magno Quites Machado Filho2-9/+14
2017-02-24Get rid of duplicate const declaration specifier warning in tst-resolv-qtypes.c.Stefan Liebler2-1/+6
2017-02-24Run libm tests separately for each function.Joseph Myers161-973/+1512