about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* elf: Remove Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT) maskray/x86-mpxFangrui Song2021-10-1012-184/+6
* benchtests: Add medium cases and increase iters in bench-memset.cNoah Goldstein2021-10-081-2/+2
* x86: Modify ENTRY in sysdep.h so that p2align can be specifiedNoah Goldstein2021-10-081-2/+5
* resolv: make res_randomid use random_bits()Cristian Rodríguez2021-10-081-1/+2
* Linux: implement getloadavg(3) using sysinfo(2)Cristian Rodríguez2021-10-081-36/+14
* Remove unreliable parts of rt/tst-cpuclock2DJ Delorie2021-10-071-78/+13
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-0728-323/+380
* Add run-time check for indirect external accessH.J. Lu2021-10-072-0/+59
* Initial support for GNU_PROPERTY_1_NEEDEDH.J. Lu2021-10-075-7/+43
* io: Fix ftw internal realloc buffer (BZ #28126)Adhemerval Zanella2021-10-073-20/+117
* Fix subscript error with odd TZif file [BZ #28338]Paul Eggert2021-10-071-2/+1
* S390: Add PCI_MIO and SIE HWCAPsStefan Liebler2021-10-073-3/+12
* support: Also return fd when it is 0Siddhesh Poyarekar2021-10-061-7/+7
* ld.so: Don't fill the DT_DEBUG entry in ld.so [BZ #28129]H.J. Lu2021-10-061-6/+0
* S390: update libm test ulpsStefan Liebler2021-10-061-1/+1
* powerpc: update libm test ulpsAdhemerval Zanella2021-10-061-1/+1
* math: Also xfail the new j0f tests for ibm128-libgccAdhemerval Zanella2021-10-062-1144/+1144
* y2038: Use a common definition for stat for sparc32Adhemerval Zanella2021-10-061-23/+31
* Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compareJoseph Myers2021-10-051-1/+1
* aarch64: update libm test ulpsSzabolcs Nagy2021-10-051-1/+1
* Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann2021-10-053-3/+1148
* Fix stdio-common tests for GCC 12 -WaddressJoseph Myers2021-10-043-10/+0
* benchtests: Building benchmarks as static executablesH.J. Lu2021-10-042-7/+29
* elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy2021-10-0410-12/+235
* time: Ignore interval nanoseconds on tst-itimerAdhemerval Zanella2021-10-041-9/+10
* io: Do not skip timestamps tests for 32-bit time_tAdhemerval Zanella2021-10-041-1/+3
* Update to Unicode 14.0.0 [BZ #28390]Mike FABIAN2021-10-0415-2246/+4913
* nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer2021-10-013-3/+94
* support: Add check for TID zero in support_wait_for_thread_exitFlorian Weimer2021-10-011-1/+4
* nptl: Add CLOCK_MONOTONIC support for PI mutexesAdhemerval Zanella2021-10-014-38/+54
* support: Add support_mutex_pi_monotonicAdhemerval Zanella2021-10-013-0/+41
* nptl: Use FUTEX_LOCK_PI2 when availableAdhemerval Zanella2021-10-015-56/+72
* Linux: Add FUTEX_LOCK_PI2Kurt Kanzenbach2021-10-011-0/+8
* Add C2X _PRINTF_NAN_LEN_MAXJoseph Myers2021-09-303-1/+12
* Add exp10 macro to <tgmath.h> (bug 26108)Joseph Myers2021-09-305-4/+24
* elf: Replace nsid with args.nsid [BZ #27609]H.J. Lu2021-09-301-1/+1
* Add missing braces to bsearch inline implementation [BZ #28400]Florian Weimer2021-09-301-1/+3
* Update alpha libm-test-ulpsAdhemerval Zanella2021-09-301-49/+53
* Suppress -Wcast-qual warnings in bsearchJonathan Wakely2021-09-301-1/+8
* elf: Copy l_addr/l_ld when adding ld.so to a new namespaceH.J. Lu2021-09-291-0/+4
* powerpc: Fix unrecognized instruction errors with recent binutilsPaul A. Clarke2021-09-292-6/+2
* Do not declare fmax, fmin _FloatN, _FloatNx versions for C2XJoseph Myers2021-09-292-2/+12
* Do not define tgmath.h fmaxmag, fminmag macros for C2X (bug 28397)Joseph Myers2021-09-291-0/+2
* Add fmaximum, fminimum functionsJoseph Myers2021-09-2866-11/+3634
* Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer2021-09-283-159/+22
* pthread/tst-cancel28: Fix barrier re-init race conditionStafford Horne2021-09-281-1/+0
* powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOCFangrui Song2021-09-272-4/+0
* posix: Remove spawni.cAdhemerval Zanella2021-09-271-343/+0
* Disable symbol hack in libc_nonshared.aH.J. Lu2021-09-272-2/+4
* linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)Adhemerval Zanella2021-09-271-5/+134