aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Remove Falkor memcpyWilco Dijkstra2024-04-182-7/+0
* AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra2024-04-182-0/+4
* Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.hJoseph Myers2024-04-181-0/+1
* linux: Use rseq area unconditionally in sched_getcpu (bug 31479)Florian Weimer2024-04-181-8/+0
* S390: Do not clobber r7 in clone [BZ #31402]Stefan Liebler2024-04-183-13/+65
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)gentoo/glibc-2.38-11Adhemerval Zanella2024-02-191-1/+1
* sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman2024-02-191-4/+7
* sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella2024-02-191-2/+5
* Mitigation for "clone on sparc might fail with -EFAULT for no valid reason"Michael Karcher2024-02-172-0/+6
* io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno2023-09-151-1/+1
* sysdeps: tst-bz21269: fix -Wreturn-typeSam James2023-09-151-2/+0
* sysdeps: tst-bz21269: handle ENOSYS & skip appropriatelySam James2023-09-151-1/+10
* sysdeps: tst-bz21269: fix test parameterSam James2023-09-151-1/+1
* nscd: Do not rebuild getaddrinfo (bug 30709)Florian Weimer2023-08-231-16/+1
* linux: Use getdents64 on readdir64 compat implementationgentoo/glibc-2.38-1Adhemerval Zanella2023-07-314-108/+50
* linux: Add __old_readdir64_unlockedAdhemerval Zanella2023-07-313-70/+35
* linux: Add __readdir64_unlockedAdhemerval Zanella2023-07-312-68/+32
* linux: Set internal DIR filepos as off64_t (BZ #23960, BZ #24050)Adhemerval Zanella2023-07-3112-7/+311
* linux: Use getdents64 on non-LFS readdirAdhemerval Zanella2023-07-312-27/+61
* Fix miscompilation on ia64's gcc-10Sergei Trofimovich2023-07-311-1/+3
* linux: Fix i686 with gcc6Adhemerval Zanella Netto2023-07-261-0/+9
* Include sys/rseq.h in tst-rseq-disable.cStefan Liebler2023-07-251-0/+1
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-1726-272/+376
* s390: Add the clone3 wrapperAdhemerval Zanella2023-07-133-0/+157
* LoongArch: Add vector implementation for _dl_runtime_resolve.caiyinyu2023-07-112-0/+66
* Exclude routines from fortificationFrédéric Bérat2023-07-051-0/+3
* hppa: xfail debug/tst-ssp-1 when have-ssp is yes (gcc-12 and later)John David Anglin2023-07-011-0/+4
* aarch64: Add vector implementations of exp routinesJoe Ramsay2023-06-301-0/+4
* aarch64: Add vector implementations of log routinesJoe Ramsay2023-06-301-0/+4
* aarch64: Add vector implementations of sin routinesJoe Ramsay2023-06-301-0/+4
* Update syscall lists for Linux 6.4Joseph Myers2023-06-285-2/+7
* linux: Return unsupported if procfs can not be mount on tst-ttyname-namespaceAdhemerval Zanella2023-06-281-12/+16
* linux: Split tst-ttynameAdhemerval Zanella2023-06-284-206/+259
* x86: Adjust Linux x32 dl-cache inclusion pathAdhemerval Zanella2023-06-261-1/+1
* check_native: Get rid of allocaJoe Simmons-Talbott2023-06-261-24/+11
* ifaddrs: Get rid of allocaJoe Simmons-Talbott2023-06-261-26/+20
* x86: Make dl-cache.h and readelflib.c not Linux-specificSergey Bugaev2023-06-262-141/+0
* benchtests: fix warn unused resultFrederic Berat2023-06-221-1/+2
* Add the wcslcpy, wcslcat functionsFlorian Weimer2023-06-1434-0/+136
* Implement strlcpy and strlcat [BZ #178]Florian Weimer2023-06-1434-0/+136
* linux: Fail as unsupported if personality call is filteredAdhemerval Zanella2023-06-051-12/+21
* Remove MAP_VARIABLE from hppa bits/mman.hJoseph Myers2023-06-051-1/+0
* Use __nonnull for the epoll_wait(2) family of syscallsAlejandro Colomar2023-06-011-4/+4
* Fix invalid use of NULL in epoll_pwait2(2) testAlejandro Colomar2023-06-011-1/+3
* getipv4sourcefilter: Get rid of allocaJoe Simmons-Talbott2023-06-011-17/+7
* getsourcefilter: Get rid of alloca.Joe Simmons-Talbott2023-06-011-17/+7
* io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64Adhemerval Zanella2023-05-311-0/+6
* io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella2023-05-301-1/+1
* LoongArch: Fix inconsistency in SHMLBA macro values between glibc and kernelcaiyinyu2023-05-301-0/+24
* riscv: Add the clone3 wrapperAdhemerval Zanella2023-05-292-0/+80