aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-19Disable lock elision for mutex pretty printer tests.Stefan Liebler2-0/+7
2018-04-19Use volatile global counters in test-tgmath.c.Stefan Liebler2-6/+12
2018-04-19hurd: Update struct statfs according to struct statvfsSamuel Thibault2-8/+10
2018-04-19hurd: Fix standard compliance of some statvfs fieldsSamuel Thibault2-8/+12
2018-04-19hurd: xfail some structure fields ABI incompatibility with standardsSamuel Thibault8-12/+38
2018-04-19hurd: Fix mach installed headers testSamuel Thibault5-0/+13
2018-04-19Revert "Fix sched_param"Samuel Thibault9-66/+17
2018-04-18conform sys/un.h: Allow sun_ prefix, not only sun_lenSamuel Thibault2-3/+3
2018-04-18Fix sched_paramSamuel Thibault9-17/+66
2018-04-18Make build-many-glibcs.py build GCC for powerpcspe with --enable-obsolete.Joseph Myers2-2/+8
2018-04-18hurd: Fix spurious installation of headers defining hidden prototypesSamuel Thibault5-0/+4
2018-04-18hurd: fix conformity test for sys/un.hSamuel Thibault2-0/+6
2018-04-16arm: Remove ununsed ARM code in optimized implementationAdhemerval Zanella5-86/+8
2018-04-16Add aliases to recognize normalized charset names (bug 19527)Andreas Schwab2-0/+7
2018-04-15Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397Patrick McGehearty3-7/+216
2018-04-12Update kernel version in syscall-names.list to 4.16.DJ Delorie2-2/+7
2018-04-12S390: Fix struct sigaction for 31bit in kernel_sigaction.h.Stefan Liebler2-6/+16
2018-04-09resolv: Fully initialize struct mmsghdr in send_dg [BZ #23037]Florian Weimer2-19/+27
2018-04-06Consolidate Linux readdir{64}{_r} implementationAdhemerval Zanella21-80/+141
2018-04-06Update i386 libm-test-ulps.Adhemerval Zanella2-4/+14
2018-04-06Fix missing @ before texinfo commandAndreas Schwab2-1/+5
2018-04-05Update SPARC libm-test-ulps.Adhemerval Zanella2-0/+8
2018-04-05Update ARM libm-test-ulps.Adhemerval Zanella2-0/+10
2018-04-05linux: Consolidate sigaction implementationAdhemerval Zanella22-585/+237
2018-04-05S390: Regenerate ULPs.Stefan Liebler2-0/+10
2018-04-05manual: Various fixes to the mbstouwcs example, and mbrtowc updateFlorian Weimer3-43/+88
2018-04-05manual: Move mbstouwcs to an example C fileFlorian Weimer3-22/+34
2018-04-05Revert "hurd: Avoid PLTs for longjmp & siglongjmp"Samuel Thibault4-9/+0
2018-04-05hurd: Avoid PLT for dirfdSamuel Thibault5-0/+8
2018-04-04hurd: Avoid PLTs for longjmp & siglongjmpSamuel Thibault4-0/+12
2018-04-04powerpc: Update sin, cos and sincos ULPsTulio Magno Quites Machado Filho2-0/+11
2018-04-04elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki7-3/+105
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki27-50/+97
2018-04-04Make sysdeps/generic/internal-signals.h less stubby.Zack Weinberg2-3/+20
2018-04-04inet: Actually build and run tst-deadlineFlorian Weimer2-2/+9
2018-04-04hurd: Fix typoSamuel Thibault1-1/+1
2018-04-04hurd: fix buildSamuel Thibault3-0/+4
2018-04-04hurd: Add missing symbolsSamuel Thibault3-0/+5
2018-04-04hurd: Silence warningSamuel Thibault2-0/+10
2018-04-04hurd: Fix missing trailing NUL in __if_nametoindexSamuel Thibault1-1/+1
2018-04-03hurd: Make __if_nametoindex return ENODEV if ifname is too longSamuel Thibault2-4/+8
2018-04-03Revert parts of "hurd: Avoid more libc.so local PLTs"Samuel Thibault6-20/+4
2018-04-03Revert "s390x: Fix hidden aliases"Samuel Thibault2-4/+0
2018-04-03Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu5-1/+19
2018-04-03Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella13-96/+150
2018-04-03hurd: Fix buffer overrun in __if_nametoindexSamuel Thibault2-1/+8
2018-04-03[PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra3-45/+59
2018-04-03[PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra2-27/+22
2018-04-03[PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra2-444/+20
2018-04-03[PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra3-64/+45