aboutsummaryrefslogtreecommitdiff
path: root/mach
AgeCommit message (Expand)Author
2024-01-03mach: Drop some unnecessary vm_param.h includesSergey Bugaev
2024-01-03hurd: Add some missing includesSergey Bugaev
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-12-17Update code to handle the new ABI for sending inlined port rights.Flavio Cruz
2023-12-03Revert "Update code to handle the new ABI for sending inlined port rights."Samuel Thibault
2023-12-03Update code to handle the new ABI for sending inlined port rights.Flavio Cruz
2023-11-19Remove untyped mach RPC code.Flavio Cruz
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-05-27mach: Fix startup with stack protectorSamuel Thibault
2023-05-22mach: Fix mach_setup_thread_impl with NULL stack_baseSamuel Thibault
2023-05-17mach: Add __mach_setup_thread_call ()Sergey Bugaev
2023-05-07Enable new device_open_new RPC in libmachuser.Flavio Cruz
2023-05-01Define __mig_strlen to support dynamically sized strings in hurd RPCsFlavio Cruz
2023-05-01Make __mach_msg_destroy portable for x86_64Flavio Cruz
2023-02-20mach: Use PAGE_SIZESergey Bugaev
2023-02-20hurd: Move thread state manipulation into _hurd_tls_new ()Sergey Bugaev
2023-02-12mach, hurd: Cast through uintptr_tSergey Bugaev
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra
2022-02-14mach: Fix LLL_SHARED valueSamuel Thibault
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-14mach: Fix spurious inclusion of stack_chk_fail_local in libmachuser.aSamuel Thibault
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-16hurd: Add LLL_PRIVATE and LLL_SHAREDSamuel Thibault
2020-12-16hurd: Add __lll_abstimed_wait_intrSamuel Thibault
2020-12-16hurd: make lll_* take a variable instead of a ptrSamuel Thibault
2020-12-16hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZERSamuel Thibault
2020-11-15hurd: Remove some remnants of cthreadsSamuel Thibault
2020-11-14hurd: break relocation loop between libc.so and lib{mach,hurd}user.soSamuel Thibault
2020-04-14hurd: add mach_print functionSamuel Thibault
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-01hurd: make strerror(0) coherent with other portsSamuel Thibault
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-02-22Break some lines before not after operators.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-08-01hurd: Fix exec usage of mach_setup_threadSamuel Thibault
2018-06-16hurd: Avoid PLT references to syscallsSamuel Thibault
2018-06-16hurd: Avoid PLT ref to __mach_msgSamuel Thibault
2018-06-16hurd: Avoid PLT references to shortcutsSamuel Thibault
2018-06-14hurd: Avoid PLTs for __mach_thread_self and __mach_reply_portSamuel Thibault
2018-04-04hurd: Add missing symbolsSamuel Thibault
2018-04-02hurd: Avoid some libc.so PLTsSamuel Thibault
2018-04-02hurd: Avoid some PLTs in libc and librtSamuel Thibault
2018-03-20hurd: Code style fixesSamuel Thibault
2018-03-18hurd: Fix copyright yearsSamuel Thibault
2018-03-18hurd: Reimplement libc locks using mach's gsyncAgustina Arzille
2018-03-18hurd: Fix coding styleSamuel Thibault
2018-03-17hurd: add TLS supportSamuel Thibault
2018-03-04hurd: Fix inclusion of mach headers in all standardsSamuel Thibault
2018-03-04hurd: Avoid using ino64_t and loff_t in headersSamuel Thibault