about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86_64: Sort fpu/multiarch/MakefileH.J. Lu2023-08-101-20/+74
* i686: Fix build with --disable-multiarchAdhemerval Zanella2023-08-106-2/+10
* x86_64: Fix build with --disable-multiarch (BZ 30721)Adhemerval Zanella2023-08-103-1/+5
* Add PTRACE_SET_SYSCALL_USER_DISPATCH_CONFIG etc. from Linux 6.4 to sys/ptrace.hJoseph Myers2023-08-089-7/+103
* Add PACKET_VNET_HDR_SZ from Linux 6.4 to netpacket/packet.hJoseph Myers2023-08-081-0/+1
* hurd: Make error_t an int in C++Samuel Thibault2023-08-081-0/+6
* linux: statvfs: allocate spare for f_typeнаб2023-08-082-2/+6
* hurd: statvfs: __f_type -> f_typeнаб2023-08-081-2/+2
* htl: Initialize ___pthread_self earlySamuel Thibault2023-08-081-0/+14
* htl: Add support for static TSD dataSamuel Thibault2023-08-087-18/+97
* x86: Fix for cache computation on AMD legacy cpus.Sajan Karumanchi2023-08-061-27/+199
* hurd: Rework generating errno.hSamuel Thibault2023-08-063-41/+19
* powerpc longjmp: Fix build after chk hidden builtin fixSamuel Thibault2023-08-041-0/+3
* LoongArch: Fix static PIE condition for toolchain bootstrapping.Yang Yujie2023-08-042-2/+2
* Add IP_PROTOCOL from Linux 6.4 to bits/in.hJoseph Myers2023-08-011-0/+1
* Update kernel version to 6.4 in header constant testsJoseph Myers2023-08-013-4/+4
* PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLESMahesh Bodapati2023-08-0112-73/+410
* <sys/platform/x86.h>: Add APX supportH.J. Lu2023-07-274-0/+11
* linux: Fix i686 with gcc6Adhemerval Zanella Netto2023-07-261-0/+9
* i386: Remove memset_chk-nonshared.SAdhemerval Zanella Netto2023-07-264-30/+6
* i386: Fix build with --enable-fortify=3Adhemerval Zanella Netto2023-07-264-65/+1
* powerpc: Fix powerpc64 strchrnul build with old gccAdhemerval Zanella Netto2023-07-261-7/+7
* MIPS: Update mips32 and mip64 libm test ulpsAurelien Jarno2023-07-252-0/+2
* Include sys/rseq.h in tst-rseq-disable.cStefan Liebler2023-07-251-0/+1
* riscv: Update rvd libm test ulpsAurelien Jarno2023-07-221-0/+1
* Update x86_64 libm-test-ulps (x32 ABI)Andreas K. Hüttel2023-07-191-13/+14
* [PATCH v1] x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein2023-07-181-3/+12
* x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein2023-07-181-2/+2
* Update i686 libm-test-ulps (again)Andreas K. Hüttel2023-07-191-1/+1
* Update i686 libm-test-ulpsAndreas K. Hüttel2023-07-181-0/+1
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-1767-1209/+1568
* Update sparc libm-test-ulpsAdhemerval Zanella2023-07-171-0/+1
* s390: Add the clone3 wrapperAdhemerval Zanella2023-07-133-0/+157
* sparc: Fix la_symbind for bind-now (BZ 23734)Adhemerval Zanella2023-07-126-7/+56
* i386: make debug wrappers compatible with static PIEAndreas Schwab2023-07-124-8/+8
* LoongArch: Fix soft-float bug about _dl_runtime_resolve{,lsx,lasx}caiyinyu2023-07-113-11/+9
* LoongArch: Add vector implementation for _dl_runtime_resolve.caiyinyu2023-07-118-69/+244
* LoongArch: config: Added HAVE_LOONGARCH_VEC_ASM.caiyinyu2023-07-112-0/+43
* sysdeps: Add missing hidden definitions for i386Frédéric Bérat2023-07-102-0/+2
* sysdeps/s390: Exclude fortified routines from being built with _FORTIFY_SOURCEFrédéric Bérat2023-07-101-0/+20
* LoongArch: config: Rewrite check on static PIE.caiyinyu2023-07-072-14/+14
* Revert "hppa: Drop 16-byte pthread lock alignment"John David Anglin2023-07-062-9/+3
* sysdeps/ieee754/ldbl-128ibm-compat: Fix warn unused resultFrédéric Bérat2023-07-052-14/+17
* misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat2023-07-051-0/+1
* wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-0/+4
* stdio: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat2023-07-054-0/+4
* string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat2023-07-0522-1/+46
* sysdeps: Ensure ieee128*_chk routines to be properly namedFrédéric Bérat2023-07-0519-40/+40
* Exclude routines from fortificationFrédéric Bérat2023-07-054-16/+101
* hurd: Implement MAP_EXCLSergey Bugaev2023-07-032-10/+23