aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd
AgeCommit message (Expand)Author
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-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-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-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-12hurd: Use mach_msg_type_number_t where appropriateSergey Bugaev
2023-02-12hurd: Refactor readlinkat()Sergey Bugaev
2023-02-09hurd: Fix unwinding over INTR_MSG_TRAPSamuel Thibault
2023-02-02hurd: Move some i386 bits to x86Samuel Thibault
2023-02-01hurd: Implement SHM_ANONSergey Bugaev
2023-02-01hurd: Implement O_TMPFILESergey Bugaev
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2023-01-02hurd getcwd: Fix memory leak on errorSamuel Thibault
2023-01-02hurd fcntl: Make LOCKED macro more robustSamuel Thibault
2023-01-02hurd: Make dl-sysdep __sbrk check __vm_allocate callSamuel Thibault