about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-2757-110/+202
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-2725-35/+74
* Fix stack overflow in tst-setcontext9 (bug 23717)Andreas Schwab2018-09-272-2/+8
* Add missing unwind information to ld.so on powerpc32 (bug 23707)Andreas Schwab2018-09-265-2/+86
* Share MAP_* flags between more architectures.Joseph Myers2018-09-266-46/+66
* Remove leading space from testrun.shAndreas Schwab2018-09-262-1/+6
* Fix ifunc support with DT_TEXTREL segments (BZ#20480)Adhemerval Zanella2018-09-257-12/+155
* Complete sys/procfs.h unification.Joseph Myers2018-09-257-130/+105
* Unify more sys/procfs.h headers.Joseph Myers2018-09-2525-892/+648
* Unify some sys/procfs.h headers.Joseph Myers2018-09-2520-1015/+347
* Use libsupport for tst-spawn.cAdhemerval Zanella2018-09-252-122/+97
* Clean up iconv/gconv_int.h for unnecessary declarationsArjun Shankar2018-09-254-22/+24
* Don't build libnsl for new ABIsAndreas Schwab2018-09-247-51/+113
* powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella2018-09-2112-100/+50
* it_CH/it_IT locales: Correct some LC_TIME formats (bug 10425).Rafal Luzynski2018-09-213-5/+15
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-2027-31/+76
* Invert sense of list of i686-class processors in sysdeps/x86/cpu-features.h.Joseph Myers2018-09-202-18/+16
* misc: New test misc/tst-gethostidFlorian Weimer2018-09-203-0/+121
* Linux gethostid: Check for NULL value from gethostbyname_r [BZ #23679]Mingli Yu2018-09-202-2/+7
* Fix tst-setcontext9 for optimized small stacks.Carlos O'Donell2018-09-192-9/+44