aboutsummaryrefslogtreecommitdiff
path: root/mach
AgeCommit message (Expand)AuthorFilesLines
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2-2/+2
2023-05-27mach: Fix startup with stack protectorSamuel Thibault1-0/+1
2023-05-22mach: Fix mach_setup_thread_impl with NULL stack_baseSamuel Thibault1-7/+7
2023-05-17mach: Add __mach_setup_thread_call ()Sergey Bugaev3-16/+74
2023-05-07Enable new device_open_new RPC in libmachuser.Flavio Cruz1-1/+2
2023-05-01Define __mig_strlen to support dynamically sized strings in hurd RPCsFlavio Cruz4-1/+29
2023-05-01Make __mach_msg_destroy portable for x86_64Flavio Cruz1-4/+5
2023-02-20mach: Use PAGE_SIZESergey Bugaev1-1/+5
2023-02-20hurd: Move thread state manipulation into _hurd_tls_new ()Sergey Bugaev1-16/+2
2023-02-12mach, hurd: Cast through uintptr_tSergey Bugaev1-4/+5
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers20-20/+20
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra1-2/+2
2022-02-14mach: Fix LLL_SHARED valueSamuel Thibault1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert20-20/+20
2021-12-14mach: Fix spurious inclusion of stack_chk_fail_local in libmachuser.aSamuel Thibault1-0/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert20-20/+20
2020-12-16hurd: Add LLL_PRIVATE and LLL_SHAREDSamuel Thibault1-0/+3
2020-12-16hurd: Add __lll_abstimed_wait_intrSamuel Thibault1-0/+18
2020-12-16hurd: make lll_* take a variable instead of a ptrSamuel Thibault2-10/+20
2020-12-16hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZERSamuel Thibault3-3/+3
2020-11-15hurd: Remove some remnants of cthreadsSamuel Thibault2-4/+12
2020-11-14hurd: break relocation loop between libc.so and lib{mach,hurd}user.soSamuel Thibault4-15/+32
2020-04-14hurd: add mach_print functionSamuel Thibault1-0/+3
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers19-19/+19
2019-12-01hurd: make strerror(0) coherent with other portsSamuel Thibault1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert19-19/+19
2019-02-22Break some lines before not after operators.Joseph Myers1-4/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers19-19/+19
2018-08-01hurd: Fix exec usage of mach_setup_threadSamuel Thibault3-10/+23
2018-06-16hurd: Avoid PLT references to syscallsSamuel Thibault1-1/+2
2018-06-16hurd: Avoid PLT ref to __mach_msgSamuel Thibault1-0/+2
2018-06-16hurd: Avoid PLT references to shortcutsSamuel Thibault1-0/+2
2018-06-14hurd: Avoid PLTs for __mach_thread_self and __mach_reply_portSamuel Thibault1-9/+0
2018-04-04hurd: Add missing symbolsSamuel Thibault1-0/+1
2018-04-02hurd: Avoid some libc.so PLTsSamuel Thibault5-0/+10
2018-04-02hurd: Avoid some PLTs in libc and librtSamuel Thibault1-6/+7
2018-03-20hurd: Code style fixesSamuel Thibault1-5/+5
2018-03-18hurd: Fix copyright yearsSamuel Thibault1-1/+1
2018-03-18hurd: Reimplement libc locks using mach's gsyncAgustina Arzille4-30/+129
2018-03-18hurd: Fix coding styleSamuel Thibault1-2/+2
2018-03-17hurd: add TLS supportSamuel Thibault1-2/+21
2018-03-04hurd: Fix inclusion of mach headers in all standardsSamuel Thibault1-13/+0
2018-03-04hurd: Avoid using ino64_t and loff_t in headersSamuel Thibault1-1/+2
2018-03-04hurd: Move mach/param.h to bits/mach/param.hSamuel Thibault1-1/+1
2018-03-04hurd: Add missing includesSamuel Thibault1-3/+6
2018-02-17hurd: Define EXEC_PAGESIZESamuel Thibault1-1/+1
2018-01-29hurd: Add expected ABI listsSamuel Thibault1-1/+1
2018-01-28hurd: Build stubs for new gnumach.defsSamuel Thibault1-1/+1
2018-01-28hurd: take __USE_EXTERN_INLINES into account and restrict inlinesSamuel Thibault3-0/+24
2018-01-27hurd: drop elder MACH_IPC_COMPAT handlingSamuel Thibault2-3/+2