aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)Author
2023-04-17hurd: Fix restoring reply port in sigreturnSergey Bugaev
2023-04-14hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev
2023-04-14hurd: Remove __hurd_local_reply_portSergey Bugaev
2023-04-13hurd: Mark two tests as unsupportedSamuel Thibault
2023-04-13hurd: Restore destroying receive rights on sigreturnSamuel Thibault
2023-04-11Revert "hurd: Only check for TLS initialization inside rtld or in static builds"Samuel Thibault
2023-04-11hurd: Don't leak __hurd_reply_port0Sergey Bugaev
2023-04-10hurd: Improve reply port handling when exiting signal handlersSergey Bugaev
2023-04-10hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev
2023-04-10hurd: Port trampoline.c to x86_64Sergey Bugaev
2023-04-10hurd: Do not declare local variables volatileSergey Bugaev
2023-04-10hurd: Implement x86_64/intr-msg.hSergey Bugaev
2023-04-10hurd: Add sys/ucontext.h and sigcontext.h for x86_64Sergey Bugaev
2023-04-10hurd: Stop depending on the default_pager stubs provided by gnumachFlavio Cruz
2023-04-05htl: move pthread_self info libc.Guy-Fleury Iteriteka
2023-04-05htl: move ___pthread_self into libc.Guy-Fleury Iteriteka
2023-04-03hurd: Add vm_param.h for x86_64Sergey Bugaev
2023-04-03hurd: Implement _hurd_longjmp_thread_state for x86_64Sergey Bugaev
2023-04-03htl: Implement thread_set_pcsptp for x86_64Sergey Bugaev
2023-04-03hurd: Move a couple of signal-related files to x86Sergey Bugaev
2023-04-03hurd: Use uintptr_t for register values in trampoline.cSergey Bugaev
2023-04-03hurd: Move rtld-strncpy-c.c out of mach/hurd/Sergey Bugaev
2023-04-03hurd: More 64-bit integer casting fixesSergey Bugaev
2023-04-03mach, hurd: Drop __libc_lock_self0Sergey Bugaev
2023-04-03hurd: Remove __hurd_threadvar_stack_{offset,mask}Sergey Bugaev
2023-03-27libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-03-02C2x scanf binary constant handlingJoseph Myers
2023-03-02hurd: Remove the ecx kludgeSergey Bugaev
2023-02-27hurd: Implement TLS for x86_64Sergey Bugaev
2023-02-27htl: Make pthread_mutex_t pointer-alignedSergey Bugaev
2023-02-24hurd: Generalize init-first.c to support x86_64Sergey Bugaev
2023-02-24hurd: Simplify init-first.c furtherSergey Bugaev
2023-02-24hurd: Mark some audit tests as unsupportedSamuel Thibault
2023-02-24htl: Mark select loop test as unsupportedSamuel Thibault
2023-02-24hurd: Mark RLIMIT_AS tests as unsupportedSamuel Thibault
2023-02-20Define PC, SP and SYSRETURN for hurd x86_64Flavio Cruz
2023-02-20hurd: Simplify init-first.c a bitSergey Bugaev
2023-02-20hurd: Make timer_t pointer-sizedSergey Bugaev
2023-02-20hurd: Fix xattr function return typeSergey Bugaev
2023-02-20hurd: Use proper integer typesSergey Bugaev
2023-02-20hurd: Move thread state manipulation into _hurd_tls_new ()Sergey Bugaev
2023-02-17[hurd] Fix i686 build breakage caused by 4fedebc91108Flavio Cruz
2023-02-16C2x strtol binary constant handlingJoseph Myers
2023-02-14mach: undef ENTRY2Sergey Bugaev
2023-02-14hurd: i386 TLS tweaksSergey Bugaev
2023-02-12hurd, htl: Add some x86_64-specific codeSergey Bugaev
2023-02-12hurd: Set up the basic tree for x86_64-gnuSergey Bugaev
2023-02-12mach: Look for mach_i386.defs on x86_64 tooSergey Bugaev
2023-02-12hurd: Use mach_msg_type_number_t where appropriateSergey Bugaev