about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* hurd 64bit: Add missing libanlSamuel Thibault2023-05-013-0/+6
* hurd: Also XFAIL missing SA_NOCLDWAIT on 64bitSamuel Thibault2023-05-011-0/+5
* hurd: Fix tst-writev testSamuel Thibault2023-05-011-0/+5
* nptl: move tst-x86-64-tls-1 to nptl-only testsSamuel Thibault2023-05-013-2/+4
* hurd: Add expected abilist files for x86_64Sergey Bugaev2023-05-0112-0/+3687
* hurd: Replace reply port with a dead name on failed interruptionSergey Bugaev2023-05-011-18/+7
* Define __mig_strlen to support dynamically sized strings in hurd RPCsFlavio Cruz2023-05-011-1/+2
* hurd: Make it possible to call memcpy very earlySergey Bugaev2023-05-011-0/+3
* hurd: Implement longjmp for x86_64Sergey Bugaev2023-05-012-0/+219
* hurd: Implement sigreturn for x86_64Sergey Bugaev2023-05-011-0/+162
* hurd: Make _exit work during early boot-upSergey Bugaev2023-04-291-2/+3
* __check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2023-04-282-0/+17
* riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC.Hsiangkai Wang2023-04-282-0/+47
* Fix Hurd getcwd build with GCC >= 13Joseph Myers2023-04-271-2/+3
* Regenerate sysdeps/mach/hurd/bits/errno.hJoseph Myers2023-04-261-0/+19
* if_index: Remove unneeded alloca.h includeJoe Simmons-Talbott2023-04-261-1/+0
* gethostid: Do not include alloca.hJoe Simmons-Talbott2023-04-261-1/+0
* hurd: Do not take any flag from the CMSG_DATASamuel Thibault2023-04-251-1/+3
* hurd: Implement MSG_CMSG_CLOEXECSergey Bugaev2023-04-242-2/+7
* hurd: Don't pass FD_CLOEXEC in CMSG_DATASamuel Thibault2023-04-241-2/+2
* hurd: Implement prefer_map_32bit_exec tunableSergey Bugaev2023-04-248-23/+33
* hurd: Don't attempt to deallocate MACH_PORT_DEADSergey Bugaev2023-04-242-4/+4
* hurd: Only deallocate addrport when it's validSergey Bugaev2023-04-245-6/+10
* hurd: Implement MAP_32BITSergey Bugaev2023-04-243-7/+12
* 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