aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/x86/init-first.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04hurd: Make init-first.c no longer x86-specificSergey Bugaev1-253/+0
2024-01-04hurd: Drop x86-specific assembly from init-first.cSergey Bugaev1-9/+1
2024-01-04hurd: Pass the data pointer to _hurd_stack_setup explicitlySergey Bugaev1-9/+7
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-04-21hurd: Don't migrate reply port into __init1_tcbheadSergey Bugaev1-6/+1
2023-04-14hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev1-10/+1
2023-04-11Revert "hurd: Only check for TLS initialization inside rtld or in static builds"Samuel Thibault1-1/+10
2023-04-10hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev1-10/+1
2023-04-03hurd: More 64-bit integer casting fixesSergey Bugaev1-2/+2
2023-04-03hurd: Remove __hurd_threadvar_stack_{offset,mask}Sergey Bugaev1-3/+0
2023-02-27hurd: Implement TLS for x86_64Sergey Bugaev1-1/+13
2023-02-24hurd: Generalize init-first.c to support x86_64Sergey Bugaev1-0/+268