aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd
AgeCommit message (Expand)AuthorFilesLines
2023-04-11hurd: Don't leak __hurd_reply_port0Sergey Bugaev2-1/+13
2023-04-10hurd: Improve reply port handling when exiting signal handlersSergey Bugaev1-16/+5
2023-04-10hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev6-34/+85
2023-04-10hurd: Port trampoline.c to x86_64Sergey Bugaev1-7/+151
2023-04-10hurd: Do not declare local variables volatileSergey Bugaev1-2/+2
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 Bugaev2-0/+169
2023-04-05htl: move pthread_self info libc.Guy-Fleury Iteriteka2-2/+2
2023-04-05htl: move ___pthread_self into libc.Guy-Fleury Iteriteka3-2/+25
2023-04-03hurd: Add vm_param.h for x86_64Sergey Bugaev1-0/+24
2023-04-03hurd: Implement _hurd_longjmp_thread_state for x86_64Sergey Bugaev1-0/+41
2023-04-03htl: Implement thread_set_pcsptp for x86_64Sergey Bugaev1-0/+73
2023-04-03hurd: Move a couple of signal-related files to x86Sergey Bugaev2-0/+0
2023-04-03hurd: Use uintptr_t for register values in trampoline.cSergey Bugaev1-7/+6
2023-04-03hurd: Move rtld-strncpy-c.c out of mach/hurd/Sergey Bugaev1-1/+0
2023-04-03hurd: More 64-bit integer casting fixesSergey Bugaev2-4/+4
2023-04-03mach, hurd: Drop __libc_lock_self0Sergey Bugaev2-6/+2
2023-04-03hurd: Remove __hurd_threadvar_stack_{offset,mask}Sergey Bugaev4-26/+2
2023-03-27libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto1-0/+28
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto1-1/+0
2023-03-02C2x scanf binary constant handlingJoseph Myers1-0/+12
2023-03-02hurd: Remove the ecx kludgeSergey Bugaev2-43/+18
2023-02-27hurd: Implement TLS for x86_64Sergey Bugaev2-1/+228
2023-02-27htl: Make pthread_mutex_t pointer-alignedSergey Bugaev1-5/+8
2023-02-24hurd: Generalize init-first.c to support x86_64Sergey Bugaev1-0/+6
2023-02-24hurd: Simplify init-first.c furtherSergey Bugaev4-140/+68
2023-02-24hurd: Mark some audit tests as unsupportedSamuel Thibault1-0/+10
2023-02-24htl: Mark select loop test as unsupportedSamuel Thibault1-0/+6
2023-02-24hurd: Mark RLIMIT_AS tests as unsupportedSamuel Thibault1-0/+11
2023-02-20hurd: Simplify init-first.c a bitSergey Bugaev1-16/+7
2023-02-20hurd: Make timer_t pointer-sizedSergey Bugaev1-1/+1
2023-02-20hurd: Fix xattr function return typeSergey Bugaev5-5/+5
2023-02-20hurd: Use proper integer typesSergey Bugaev5-7/+11
2023-02-20hurd: Move thread state manipulation into _hurd_tls_new ()Sergey Bugaev1-5/+20
2023-02-17[hurd] Fix i686 build breakage caused by 4fedebc91108Flavio Cruz3-4/+4
2023-02-16C2x strtol binary constant handlingJoseph Myers1-0/+20
2023-02-14hurd: i386 TLS tweaksSergey Bugaev1-13/+35
2023-02-12hurd, htl: Add some x86_64-specific codeSergey Bugaev2-0/+49
2023-02-12hurd: Set up the basic tree for x86_64-gnuSergey Bugaev5-2/+9
2023-02-12hurd: Use mach_msg_type_number_t where appropriateSergey Bugaev3-4/+6
2023-02-12hurd: Refactor readlinkat()Sergey Bugaev1-23/+32
2023-02-09hurd: Fix unwinding over INTR_MSG_TRAPSamuel Thibault1-13/+0
2023-02-02hurd: Move some i386 bits to x86Samuel Thibault5-79/+78
2023-02-01hurd: Implement SHM_ANONSergey Bugaev1-0/+25
2023-02-01hurd: Implement O_TMPFILESergey Bugaev1-0/+4
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers356-356/+356
2023-01-02hurd getcwd: Fix memory leak on errorSamuel Thibault1-0/+2
2023-01-02hurd fcntl: Make LOCKED macro more robustSamuel Thibault1-2/+3
2023-01-02hurd: Make dl-sysdep __sbrk check __vm_allocate callSamuel Thibault1-1/+2
2022-12-02hurd: Make getrandom cache the server portSergey Bugaev1-15/+102