about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev2023-04-221-3/+6
* hurd: Don't migrate reply port into __init1_tcbheadSergey Bugaev2023-04-213-17/+19
* hurd: Make dl-sysdep's open () cope with O_IGNORE_CTTYSergey Bugaev2023-04-201-2/+2
* Created tunable to force small pages on stack allocation.Cupertino Miranda2023-04-201-0/+6
* linux: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella2023-04-201-48/+158
* hurd: Microoptimize sigreturnSergey Bugaev2023-04-181-3/+9
* hurd: Fix restoring reply port in sigreturnSergey Bugaev2023-04-171-12/+23
* math: Improve fmod(f) performanceWilco Dijkstra2023-04-172-77/+101
* hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev2023-04-146-33/+83
* hurd: Remove __hurd_local_reply_portSergey Bugaev2023-04-143-14/+60
* malloc: Assure that THP mode read do write OOB end of stringtAdhemerval Zanella2023-04-141-0/+2
* malloc: Assure that THP mode is always null terminatedAdhemerval Zanella2023-04-131-0/+1
* hurd: Mark two tests as unsupportedSamuel Thibault2023-04-131-0/+10
* hurd: Restore destroying receive rights on sigreturnSamuel Thibault2023-04-131-2/+2
* Revert "hurd: Only check for TLS initialization inside rtld or in static builds"Samuel Thibault2023-04-116-83/+33
* hurd: Don't leak __hurd_reply_port0Sergey Bugaev2023-04-112-1/+13
* hurd: Improve reply port handling when exiting signal handlersSergey Bugaev2023-04-101-16/+5
* hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev2023-04-106-34/+85
* elf: Stop including tls.h in ldsodefs.hSergey Bugaev2023-04-101-1/+0
* hurd: Port trampoline.c to x86_64Sergey Bugaev2023-04-101-7/+151
* hurd: Do not declare local variables volatileSergey Bugaev2023-04-101-2/+2
* hurd: Implement x86_64/intr-msg.hSergey Bugaev2023-04-101-0/+119
* hurd: Add sys/ucontext.h and sigcontext.h for x86_64Sergey Bugaev2023-04-103-0/+326
* hurd: Stop depending on the default_pager stubs provided by gnumachFlavio Cruz2023-04-102-4/+2
* <sys/platform/x86.h>: Add PREFETCHI supportH.J. Lu2023-04-054-0/+7
* <sys/platform/x86.h>: Add AMX-COMPLEX supportH.J. Lu2023-04-054-0/+8
* <sys/platform/x86.h>: Add AVX-NE-CONVERT supportH.J. Lu2023-04-054-0/+8
* <sys/platform/x86.h>: Add AVX-VNNI-INT8 supportH.J. Lu2023-04-054-0/+17
* <sys/platform/x86.h>: Add MSRLIST supportH.J. Lu2023-04-052-0/+2
* <sys/platform/x86.h>: Add AVX-IFMA supportH.J. Lu2023-04-054-0/+8
* <sys/platform/x86.h>: Add AMX-FP16 supportH.J. Lu2023-04-054-0/+8
* <sys/platform/x86.h>: Add WRMSRNS supportH.J. Lu2023-04-052-0/+2
* <sys/platform/x86.h>: Add ArchPerfmonExt supportH.J. Lu2023-04-052-0/+2
* <sys/platform/x86.h>: Add CMPCCXADD supportH.J. Lu2023-04-054-0/+7
* <sys/platform/x86.h>: Add LASS supportH.J. Lu2023-04-052-0/+2
* <sys/platform/x86.h>: Add RAO-INT supportH.J. Lu2023-04-054-0/+7
* <sys/platform/x86.h>: Add LBR supportH.J. Lu2023-04-052-1/+2
* <sys/platform/x86.h>: Add RTM_FORCE_ABORT supportH.J. Lu2023-04-052-1/+2
* <sys/platform/x86.h>: Add SGX-KEYS supportH.J. Lu2023-04-052-1/+2
* <sys/platform/x86.h>: Add BUS_LOCK_DETECT supportH.J. Lu2023-04-052-1/+2
* <sys/platform/x86.h>: Add LA57 supportH.J. Lu2023-04-052-1/+2
* <bits/platform/x86.h>: Rename to x86_cpu_INDEX_7_ECX_15H.J. Lu2023-04-051-1/+1
* hppa: Update struct __pthread_rwlock_arch_t comment.John David Anglin2023-04-051-5/+5
* hppa: Revise __TIMESIZE define to use __WORDSIZEJohn David Anglin2023-04-051-1/+3
* htl: move pthread_self info libc.Guy-Fleury Iteriteka2023-04-054-4/+4
* htl: move ___pthread_self into libc.Guy-Fleury Iteriteka2023-04-053-2/+25
* x86/dl-cacheinfo: remove unsused parameter from handle_amdAndreas Schwab2023-04-041-36/+30
* powerpc: Disable stack protector in early static initializationAdhemerval Zanella2023-04-031-0/+3
* nptl: Fix tst-cancel30 on sparc64Adhemerval Zanella2023-04-031-3/+1
* math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto2023-04-0335-7/+155