aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-22Stop c32rtomb and mbrtoc32 aliasing wcrtomb and mbrtowc (bug 23793).Joseph Myers7-12/+124
2018-10-21x86: Don't include <x86intrin.h>H.J. Lu2-4/+10
2018-10-19Handle surrogate pairs in c16rtomb (bug 23794, DR#488, C2X).Joseph Myers4-4/+141
2018-10-19signal: Use correct type for si_band in siginfo_t [BZ #23562]Ilya Yu. Malakhov2-1/+7
2018-10-19resource: Update struct rusage comments [BZ #23689]Florian Weimer2-2/+9
2018-10-18Add VDSO support to sparc.David S. Miller6-0/+109
2018-10-18Regenerate sparc ulps.David S. Miller2-44/+48
2018-10-17x86: Use _rdtsc intrinsic for HP_TIMING_NOWH.J. Lu8-55/+79
2018-10-17Do not allow divide-by-zero exception for pow(+/- 0, -Inf).Joseph Myers2-2/+12
2018-10-17[manual] Job control is no longer optional.Zack Weinberg3-29/+20
2018-10-17Remove unnecessary locking when reading iconv configuration [BZ #22062]Arjun Shankar6-108/+275
2018-10-17Use single bits/shm.h for all architectures.Joseph Myers14-552/+240
2018-10-17Move SHMLBA to its own header.Joseph Myers18-325/+225
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler17-50/+386
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab62-91/+64
2018-10-16Remove extra space at end of line.Steve Ellcey1-1/+1
2018-10-16aarch64: optimized memcpy implementation for thunderx2Anton Youdkevitch3-18/+609
2018-10-15Use single bits/sem.h for all architectures.Joseph Myers14-460/+199
2018-10-14regex: simplify by using intprops.hPaul Eggert2-17/+7
2018-10-14regex: __builtin_expect → __glibc_unlikelyPaul Eggert6-401/+437
2018-10-11Use single bits/msq.h for all architectures.Joseph Myers14-449/+213
2018-10-10Use common bits/shm.h for more architectures.Joseph Myers5-324/+14
2018-10-10Use common bits/sem.h for more architectures.Joseph Myers6-355/+13
2018-10-10Use common bits/msq.h for more architectures.Joseph Myers6-321/+17
2018-10-09Increase timeout of nss/tst-nss-files-hosts-multiSzabolcs Nagy2-0/+5
2018-10-09Increase timeout of libio/tst-readlineSzabolcs Nagy2-0/+5
2018-10-08mktime fix for Gnulib + coreutilsPaul Eggert2-1/+13
2018-10-08benchtests: Set float type on --threshold argumentLeonardo Sandoval2-1/+6
2018-10-08kl_GL: Update the month names and date formats (bug 23740).Rafal Luzynski2-14/+34
2018-10-04Use bits/mman-linux.h for hppa.Joseph Myers2-51/+77
2018-10-04Fix libnldbl_nonshared.a references to internal libm symbols (bug 23735).Joseph Myers4-1/+62
2018-10-04Adjust name of ld.so in test-container.c.Stefan Liebler5-2/+23
2018-10-02kl_GL: Fix spelling of Sunday, should be "sapaat" (bug 20209).Rafal Luzynski2-2/+10
2018-10-02Add more fma tests.Joseph Myers2-0/+197
2018-10-02sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]Martin Jansa2-0/+19
2018-10-02Fix build from commit 0b727edAdhemerval Zanella2-0/+6
2018-10-02x86: Use RTM intrinsics in pthread mutex lock elisionH.J. Lu3-67/+16
2018-10-02libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella9-49/+214
2018-10-01Move MREMAP_* to bits/mman-shared.h.Joseph Myers4-12/+16
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers87-86/+92
2018-09-28i386: Use _dl_runtime_[resolve|profile]_shstk for SHSTK [BZ #23716]H.J. Lu3-69/+21
2018-09-28Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella8-7/+83
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers57-110/+202
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers25-35/+74
2018-09-27Fix stack overflow in tst-setcontext9 (bug 23717)Andreas Schwab2-2/+8
2018-09-26Add missing unwind information to ld.so on powerpc32 (bug 23707)Andreas Schwab5-2/+86
2018-09-26Share MAP_* flags between more architectures.Joseph Myers6-46/+66
2018-09-26Remove leading space from testrun.shAndreas Schwab2-1/+6
2018-09-25Fix ifunc support with DT_TEXTREL segments (BZ#20480)Adhemerval Zanella7-12/+155
2018-09-25Complete sys/procfs.h unification.Joseph Myers7-130/+105