aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-04-17hurd: Avoid extra ctty RPCs in init_dtable ()Sergey Bugaev1-6/+38
2023-04-17math: Improve fmod(f) performanceWilco Dijkstra2-77/+101
2023-04-17Benchtests: Adjust timingWilco Dijkstra11-11/+11
2023-04-14hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev6-33/+83
2023-04-14hurd: Remove __hurd_local_reply_portSergey Bugaev4-21/+60
2023-04-14malloc: Assure that THP mode read do write OOB end of stringtAdhemerval Zanella1-0/+2
2023-04-13malloc: Assure that THP mode is always null terminatedAdhemerval Zanella1-0/+1
2023-04-13hurd: Mark two tests as unsupportedSamuel Thibault1-0/+10
2023-04-13hurd: Restore destroying receive rights on sigreturnSamuel Thibault1-2/+2
2023-04-12aio: Fix freeing memorySamuel Thibault1-1/+1
2023-04-11Revert "hurd: Only check for TLS initialization inside rtld or in static builds"Samuel Thibault6-83/+33
2023-04-11hurd: Don't leak __hurd_reply_port0Sergey Bugaev2-1/+13
2023-04-10hurd: Improve reply port handling when exiting signal handlersSergey Bugaev2-29/+16
2023-04-10hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev6-34/+85
2023-04-10elf: Stop including tls.h in ldsodefs.hSergey Bugaev1-1/+0
2023-04-10hurd: Port trampoline.c to x86_64Sergey Bugaev1-7/+151
2023-04-10hurd: Do not declare local variables volatileSergey Bugaev2-3/+3
2023-04-10hurd: Implement x86_64/intr-msg.hSergey Bugaev1-0/+119
2023-04-10hurd: Add sys/ucontext.h and sigcontext.h for x86_64Sergey Bugaev3-0/+326
2023-04-10hurd: Stop depending on the default_pager stubs provided by gnumachFlavio Cruz2-4/+2
2023-04-08manual: update AddressSanitizer discussionPaul Eggert1-5/+4
2023-04-08manual: document snprintf truncation betterPaul Eggert1-1/+4
2023-04-08manual: improve string section wordingPaul Eggert1-13/+21
2023-04-08manual: fix texinfo typoPaul Eggert1-2/+1
2023-04-06<stdio.h>: Make fopencookie, vasprintf, asprintf available by defaultFlorian Weimer1-3/+3
2023-04-06<string.h>: Make strchrnul, strcasestr, memmem available by defaultFlorian Weimer1-3/+3
2023-04-05<sys/platform/x86.h>: Add PREFETCHI supportH.J. Lu5-0/+10
2023-04-05<sys/platform/x86.h>: Add AMX-COMPLEX supportH.J. Lu5-0/+11
2023-04-05<sys/platform/x86.h>: Add AVX-NE-CONVERT supportH.J. Lu5-0/+11
2023-04-05<sys/platform/x86.h>: Add AVX-VNNI-INT8 supportH.J. Lu5-0/+20
2023-04-05<sys/platform/x86.h>: Add MSRLIST supportH.J. Lu3-0/+6
2023-04-05<sys/platform/x86.h>: Add AVX-IFMA supportH.J. Lu5-0/+11
2023-04-05<sys/platform/x86.h>: Add AMX-FP16 supportH.J. Lu5-0/+11
2023-04-05<sys/platform/x86.h>: Add WRMSRNS supportH.J. Lu3-0/+5
2023-04-05<sys/platform/x86.h>: Add ArchPerfmonExt supportH.J. Lu3-0/+6
2023-04-05<sys/platform/x86.h>: Add CMPCCXADD supportH.J. Lu5-0/+10
2023-04-05<sys/platform/x86.h>: Add LASS supportH.J. Lu3-0/+5
2023-04-05<sys/platform/x86.h>: Add RAO-INT supportH.J. Lu5-0/+10
2023-04-05<sys/platform/x86.h>: Add LBR supportH.J. Lu3-1/+5
2023-04-05<sys/platform/x86.h>: Add RTM_FORCE_ABORT supportH.J. Lu3-1/+5
2023-04-05<sys/platform/x86.h>: Add SGX-KEYS supportH.J. Lu3-1/+5
2023-04-05<sys/platform/x86.h>: Add BUS_LOCK_DETECT supportH.J. Lu3-1/+5
2023-04-05<sys/platform/x86.h>: Add LA57 supportH.J. Lu3-1/+5
2023-04-05platform.texi: Move LAM after LAHF64_SAHF64H.J. Lu1-3/+3
2023-04-05<bits/platform/x86.h>: Rename to x86_cpu_INDEX_7_ECX_15H.J. Lu1-1/+1
2023-04-05hppa: Update struct __pthread_rwlock_arch_t comment.John David Anglin1-5/+5
2023-04-05hppa: Revise __TIMESIZE define to use __WORDSIZEJohn David Anglin1-1/+3
2023-04-05libio: Remove unused pragma weak on vtableAdhemerval Zanella1-2/+0
2023-04-05malloc: Only set pragma weak for rpc freemem if requiredAdhemerval Zanella1-2/+4
2023-04-05htl: move pthread_self info libc.Guy-Fleury Iteriteka9-16/+18