about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* getaddrinfo: translate ENOMEM to EAI_MEMORY (bug 31163)Andreas Schwab2024-01-021-1/+8
* x86-64: Fix the tcb field load for x32 [BZ #31185]H.J. Lu2023-12-231-2/+2
* x86-64: Fix the dtv field load for x32 [BZ #31184]H.J. Lu2023-12-231-1/+1
* Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer2023-10-181-4/+0
* i686: Regenerate ulpsAndreas K. Hüttel2023-09-291-1/+1
* Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler2023-09-261-3/+1
* x86: Fix for cache computation on AMD legacy cpus.Sajan Karumanchi2023-09-261-27/+199
* x86/dl-cacheinfo: remove unsused parameter from handle_amdAndreas Schwab2023-09-261-35/+29
* getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar2023-09-151-8/+17
* elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer2023-09-111-0/+4
* io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno2023-09-071-1/+1
* x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein2023-08-281-4/+3
* x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein2023-08-281-1/+10
* x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein2023-08-281-2/+2
* x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein2023-08-281-28/+44
* sparc: Fix la_symbind for bind-now (BZ 23734)Adhemerval Zanella2023-07-126-7/+56
* nptl: Fix tst-cancel30 on sparc64Adhemerval Zanella2023-07-101-3/+1
* hppa: xfail debug/tst-ssp-1 when have-ssp is yes (gcc-12 and later)John David Anglin2023-07-011-0/+4
* 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
* __check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2023-05-232-0/+17
* Ignore MAP_VARIABLE in tst-mman-consts.pyJoseph Myers2023-05-171-2/+5
* posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi2023-04-281-3/+3
* x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer2023-04-241-2/+2
* elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]Joan Bruguera2023-02-201-2/+0
* x86: Fix strncat-avx2.S reading past length [BZ #30065]Noah Goldstein2023-01-311-2/+2
* Regenerate configure.Carlos O'Donell2023-01-312-3/+4
* sparc (64bit): Regenerate ulpsAndreas K. Hüttel2023-01-241-3/+4
* ia64: Regenerate ulpsAndreas K. Hüttel2023-01-241-2/+2
* x86: Cache computation for AMD architecture.Sajan Karumanchi2023-01-181-159/+45
* AArch64: Improve strrchrWilco Dijkstra2023-01-171-25/+33
* AArch64: Optimize strnlenWilco Dijkstra2023-01-171-21/+18
* AArch64: Optimize strlenWilco Dijkstra2023-01-171-8/+12
* AArch64: Optimize strcpyWilco Dijkstra2023-01-171-17/+19
* AArch64: Improve strchrnulWilco Dijkstra2023-01-171-2/+10
* AArch64: Optimize strchrWilco Dijkstra2023-01-171-28/+24
* AArch64: Improve strlen_asimdWilco Dijkstra2023-01-171-12/+4
* AArch64: Optimize memrchrWilco Dijkstra2023-01-171-9/+11
* AArch64: Optimize memchrWilco Dijkstra2023-01-171-13/+14
* math: Suppress -O0 warnings for soft-fp fsqrt [BZ #19444]Adhemerval Zanella2023-01-111-0/+11
* Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.hJoseph Myers2023-01-101-0/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-067110-7110/+7110
* Fix ldbl-128 built-in function useJoseph Myers2023-01-053-2/+6
* x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu2023-01-031-9/+16
* i686: Regenerate ulpsAndreas K. Hüttel2023-01-021-7/+7
* hurd getcwd: Fix memory leak on errorSamuel Thibault2023-01-021-0/+2
* hurd fcntl: Make LOCKED macro more robustSamuel Thibault2023-01-021-2/+3
* hurd: Make dl-sysdep __sbrk check __vm_allocate callSamuel Thibault2023-01-021-1/+2
* htl: Drop duplicate check in __pthread_stack_allocSamuel Thibault2023-01-021-3/+0
* htl: Fix sem_wait race between read and gsync_waitSamuel Thibault2022-12-301-2/+2