aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2023-07-27<sys/platform/x86.h>: Add APX supportH.J. Lu4-0/+11
2023-07-26linux: Fix i686 with gcc6Adhemerval Zanella Netto1-0/+9
2023-07-26i386: Remove memset_chk-nonshared.SAdhemerval Zanella Netto4-30/+6
2023-07-26i386: Fix build with --enable-fortify=3Adhemerval Zanella Netto4-65/+1
2023-07-26powerpc: Fix powerpc64 strchrnul build with old gccAdhemerval Zanella Netto1-7/+7
2023-07-25MIPS: Update mips32 and mip64 libm test ulpsAurelien Jarno2-0/+2
2023-07-25Include sys/rseq.h in tst-rseq-disable.cStefan Liebler1-0/+1
2023-07-22riscv: Update rvd libm test ulpsAurelien Jarno1-0/+1
2023-07-19Update x86_64 libm-test-ulps (x32 ABI)Andreas K. Hüttel1-13/+14
2023-07-18[PATCH v1] x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein1-3/+12
2023-07-18x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein1-2/+2
2023-07-19Update i686 libm-test-ulps (again)Andreas K. Hüttel1-1/+1
2023-07-18Update i686 libm-test-ulpsAndreas K. Hüttel1-0/+1
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar67-1209/+1568
2023-07-17Update sparc libm-test-ulpsAdhemerval Zanella1-0/+1
2023-07-13s390: Add the clone3 wrapperAdhemerval Zanella3-0/+157
2023-07-12sparc: Fix la_symbind for bind-now (BZ 23734)Adhemerval Zanella6-7/+56
2023-07-12i386: make debug wrappers compatible with static PIEAndreas Schwab4-8/+8
2023-07-11LoongArch: Fix soft-float bug about _dl_runtime_resolve{,lsx,lasx}caiyinyu3-11/+9
2023-07-11LoongArch: Add vector implementation for _dl_runtime_resolve.caiyinyu8-69/+244
2023-07-11LoongArch: config: Added HAVE_LOONGARCH_VEC_ASM.caiyinyu2-0/+43
2023-07-10sysdeps: Add missing hidden definitions for i386Frédéric Bérat2-0/+2
2023-07-10sysdeps/s390: Exclude fortified routines from being built with _FORTIFY_SOURCEFrédéric Bérat1-0/+20
2023-07-07LoongArch: config: Rewrite check on static PIE.caiyinyu2-14/+14
2023-07-06Revert "hppa: Drop 16-byte pthread lock alignment"John David Anglin2-9/+3
2023-07-05sysdeps/ieee754/ldbl-128ibm-compat: Fix warn unused resultFrédéric Bérat2-14/+17
2023-07-05misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat1-0/+1
2023-07-05wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat1-0/+4
2023-07-05stdio: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat4-0/+4
2023-07-05string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat22-1/+46
2023-07-05sysdeps: Ensure ieee128*_chk routines to be properly namedFrédéric Bérat19-40/+40
2023-07-05Exclude routines from fortificationFrédéric Bérat4-16/+101
2023-07-03hurd: Implement MAP_EXCLSergey Bugaev2-10/+23
2023-07-03hurd: Fix mapping at address 0 with MAP_FIXEDSergey Bugaev1-2/+9
2023-07-03hurd: Fix calling vm_deallocate (NULL)Sergey Bugaev1-3/+7
2023-07-03hurd: Map brk non-executableSergey Bugaev1-2/+2
2023-07-03htl: Let Mach place thread stacksSergey Bugaev1-29/+6
2023-07-02mach: strerror must not return NULL (bug 30555)Samuel Thibault1-7/+19
2023-07-01hppa: xfail debug/tst-ssp-1 when have-ssp is yes (gcc-12 and later)John David Anglin1-0/+4
2023-07-01hurd: Make getrandom return ENOSYS when /dev/random is not set upSamuel Thibault1-2/+7
2023-06-30ld.so: Always use MAP_COPY to map the first segment [BZ #30452]H.J. Lu3-0/+9
2023-06-30aarch64: Add vector implementations of exp routinesJoe Ramsay15-1/+597
2023-06-30aarch64: Add vector implementations of log routinesJoe Ramsay15-1/+563
2023-06-30aarch64: Add vector implementations of sin routinesJoe Ramsay13-6/+430
2023-06-30aarch64: Add vector implementations of cos routinesJoe Ramsay13-123/+609
2023-06-28Update syscall lists for Linux 6.4Joseph Myers5-2/+7
2023-06-28linux: Return unsupported if procfs can not be mount on tst-ttyname-namespaceAdhemerval Zanella1-12/+16
2023-06-28linux: Split tst-ttynameAdhemerval Zanella4-206/+259
2023-06-26x86: Adjust Linux x32 dl-cache inclusion pathAdhemerval Zanella1-1/+1
2023-06-26check_native: Get rid of allocaJoe Simmons-Talbott1-24/+11