aboutsummaryrefslogtreecommitdiff
path: root/mach
AgeCommit message (Expand)AuthorFilesLines
2024-01-03mach: Drop some unnecessary vm_param.h includesSergey Bugaev1-1/+0
2024-01-03hurd: Add some missing includesSergey Bugaev1-0/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert22-22/+22
2023-12-17Update code to handle the new ABI for sending inlined port rights.Flavio Cruz1-3/+9
2023-12-03Revert "Update code to handle the new ABI for sending inlined port rights."Samuel Thibault1-9/+3
2023-12-03Update code to handle the new ABI for sending inlined port rights.Flavio Cruz1-3/+9
2023-11-19Remove untyped mach RPC code.Flavio Cruz2-68/+0
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