about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Y2038: provide size of default time_t for target architectureAlbert ARIBAUD (3ADEV)2018-10-2417-51/+74
* x86: Support RDTSCP for benchtestsH.J. Lu2018-10-244-1/+35
* Fix tst-preadvwritev2 build failure on HURDAdhemerval Zanella2018-10-232-0/+8
* x86: Fix Haswell strong flags (BZ#23709)Adhemerval Zanella2018-10-232-0/+12
* time/tst-mktime2: Improve test error reportingFlorian Weimer2018-10-232-30/+51
* Don't use PSEUDO_END for non-PSEUDO functionAndreas Schwab2018-10-232-2/+7
* Update kernel version in syscall-names.list to 4.19.Joseph Myers2018-10-222-2/+5
* Use Linux 4.19 in build-many-glibcs.py.Joseph Myers2018-10-222-1/+4
* Stop c32rtomb and mbrtoc32 aliasing wcrtomb and mbrtowc (bug 23793).Joseph Myers2018-10-227-12/+124
* x86: Don't include <x86intrin.h>H.J. Lu2018-10-212-4/+10
* Handle surrogate pairs in c16rtomb (bug 23794, DR#488, C2X).Joseph Myers2018-10-194-4/+141
* signal: Use correct type for si_band in siginfo_t [BZ #23562]Ilya Yu. Malakhov2018-10-192-1/+7
* resource: Update struct rusage comments [BZ #23689]Florian Weimer2018-10-192-2/+9
* Add VDSO support to sparc.David S. Miller2018-10-186-0/+109
* Regenerate sparc ulps.David S. Miller2018-10-182-44/+48
* x86: Use _rdtsc intrinsic for HP_TIMING_NOWH.J. Lu2018-10-178-55/+79
* Do not allow divide-by-zero exception for pow(+/- 0, -Inf).Joseph Myers2018-10-172-2/+12
* [manual] Job control is no longer optional.Zack Weinberg2018-10-173-29/+20
* Remove unnecessary locking when reading iconv configuration [BZ #22062]Arjun Shankar2018-10-176-108/+275
* Use single bits/shm.h for all architectures.Joseph Myers2018-10-1714-552/+240
* Move SHMLBA to its own header.Joseph Myers2018-10-1718-325/+225
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-1717-50/+386
* Don't reduce test timeout to less than defaultAndreas Schwab2018-10-1762-91/+64
* Remove extra space at end of line.Steve Ellcey2018-10-161-1/+1
* aarch64: optimized memcpy implementation for thunderx2Anton Youdkevitch2018-10-163-18/+609
* Use single bits/sem.h for all architectures.Joseph Myers2018-10-1514-460/+199
* regex: simplify by using intprops.hPaul Eggert2018-10-142-17/+7
* regex: __builtin_expect → __glibc_unlikelyPaul Eggert2018-10-146-401/+437
* Use single bits/msq.h for all architectures.Joseph Myers2018-10-1114-449/+213
* Use common bits/shm.h for more architectures.Joseph Myers2018-10-105-324/+14
* Use common bits/sem.h for more architectures.Joseph Myers2018-10-106-355/+13
* Use common bits/msq.h for more architectures.Joseph Myers2018-10-106-321/+17
* Increase timeout of nss/tst-nss-files-hosts-multiSzabolcs Nagy2018-10-092-0/+5
* Increase timeout of libio/tst-readlineSzabolcs Nagy2018-10-092-0/+5
* mktime fix for Gnulib + coreutilsPaul Eggert2018-10-082-1/+13
* benchtests: Set float type on --threshold argumentLeonardo Sandoval2018-10-082-1/+6
* kl_GL: Update the month names and date formats (bug 23740).Rafal Luzynski2018-10-082-14/+34
* Use bits/mman-linux.h for hppa.Joseph Myers2018-10-042-51/+77
* Fix libnldbl_nonshared.a references to internal libm symbols (bug 23735).Joseph Myers2018-10-044-1/+62
* Adjust name of ld.so in test-container.c.Stefan Liebler2018-10-045-2/+23
* kl_GL: Fix spelling of Sunday, should be "sapaat" (bug 20209).Rafal Luzynski2018-10-022-2/+10
* Add more fma tests.Joseph Myers2018-10-022-0/+197
* sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]Martin Jansa2018-10-022-0/+19
* Fix build from commit 0b727edAdhemerval Zanella2018-10-022-0/+6
* x86: Use RTM intrinsics in pthread mutex lock elisionH.J. Lu2018-10-023-67/+16
* libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella2018-10-029-49/+214
* Move MREMAP_* to bits/mman-shared.h.Joseph Myers2018-10-014-12/+16
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-2887-86/+92
* i386: Use _dl_runtime_[resolve|profile]_shstk for SHSTK [BZ #23716]H.J. Lu2018-09-283-69/+21
* Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella2018-09-288-7/+83