Age | Commit message (Expand) | Author | Files | Lines |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 2 | -2/+2 |
2023-05-27 | mach: Fix startup with stack protector | Samuel Thibault | 1 | -0/+1 |
2023-05-22 | mach: Fix mach_setup_thread_impl with NULL stack_base | Samuel Thibault | 1 | -7/+7 |
2023-05-17 | mach: Add __mach_setup_thread_call () | Sergey Bugaev | 3 | -16/+74 |
2023-05-07 | Enable new device_open_new RPC in libmachuser. | Flavio Cruz | 1 | -1/+2 |
2023-05-01 | Define __mig_strlen to support dynamically sized strings in hurd RPCs | Flavio Cruz | 4 | -1/+29 |
2023-05-01 | Make __mach_msg_destroy portable for x86_64 | Flavio Cruz | 1 | -4/+5 |
2023-02-20 | mach: Use PAGE_SIZE | Sergey Bugaev | 1 | -1/+5 |
2023-02-20 | hurd: Move thread state manipulation into _hurd_tls_new () | Sergey Bugaev | 1 | -16/+2 |
2023-02-12 | mach, hurd: Cast through uintptr_t | Sergey Bugaev | 1 | -4/+5 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 20 | -20/+20 |
2022-09-26 | Use atomic_exchange_release/acquire | Wilco Dijkstra | 1 | -2/+2 |
2022-02-14 | mach: Fix LLL_SHARED value | Samuel Thibault | 1 | -1/+1 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 20 | -20/+20 |
2021-12-14 | mach: Fix spurious inclusion of stack_chk_fail_local in libmachuser.a | Samuel Thibault | 1 | -0/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 20 | -20/+20 |
2020-12-16 | hurd: Add LLL_PRIVATE and LLL_SHARED | Samuel Thibault | 1 | -0/+3 |
2020-12-16 | hurd: Add __lll_abstimed_wait_intr | Samuel Thibault | 1 | -0/+18 |
2020-12-16 | hurd: make lll_* take a variable instead of a ptr | Samuel Thibault | 2 | -10/+20 |
2020-12-16 | hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZER | Samuel Thibault | 3 | -3/+3 |
2020-11-15 | hurd: Remove some remnants of cthreads | Samuel Thibault | 2 | -4/+12 |
2020-11-14 | hurd: break relocation loop between libc.so and lib{mach,hurd}user.so | Samuel Thibault | 4 | -15/+32 |
2020-04-14 | hurd: add mach_print function | Samuel Thibault | 1 | -0/+3 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 19 | -19/+19 |
2019-12-01 | hurd: make strerror(0) coherent with other ports | Samuel Thibault | 1 | -1/+1 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 19 | -19/+19 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 1 | -4/+4 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 19 | -19/+19 |
2018-08-01 | hurd: Fix exec usage of mach_setup_thread | Samuel Thibault | 3 | -10/+23 |
2018-06-16 | hurd: Avoid PLT references to syscalls | Samuel Thibault | 1 | -1/+2 |
2018-06-16 | hurd: Avoid PLT ref to __mach_msg | Samuel Thibault | 1 | -0/+2 |
2018-06-16 | hurd: Avoid PLT references to shortcuts | Samuel Thibault | 1 | -0/+2 |
2018-06-14 | hurd: Avoid PLTs for __mach_thread_self and __mach_reply_port | Samuel Thibault | 1 | -9/+0 |
2018-04-04 | hurd: Add missing symbols | Samuel Thibault | 1 | -0/+1 |
2018-04-02 | hurd: Avoid some libc.so PLTs | Samuel Thibault | 5 | -0/+10 |
2018-04-02 | hurd: Avoid some PLTs in libc and librt | Samuel Thibault | 1 | -6/+7 |
2018-03-20 | hurd: Code style fixes | Samuel Thibault | 1 | -5/+5 |
2018-03-18 | hurd: Fix copyright years | Samuel Thibault | 1 | -1/+1 |
2018-03-18 | hurd: Reimplement libc locks using mach's gsync | Agustina Arzille | 4 | -30/+129 |
2018-03-18 | hurd: Fix coding style | Samuel Thibault | 1 | -2/+2 |
2018-03-17 | hurd: add TLS support | Samuel Thibault | 1 | -2/+21 |
2018-03-04 | hurd: Fix inclusion of mach headers in all standards | Samuel Thibault | 1 | -13/+0 |
2018-03-04 | hurd: Avoid using ino64_t and loff_t in headers | Samuel Thibault | 1 | -1/+2 |
2018-03-04 | hurd: Move mach/param.h to bits/mach/param.h | Samuel Thibault | 1 | -1/+1 |
2018-03-04 | hurd: Add missing includes | Samuel Thibault | 1 | -3/+6 |
2018-02-17 | hurd: Define EXEC_PAGESIZE | Samuel Thibault | 1 | -1/+1 |
2018-01-29 | hurd: Add expected ABI lists | Samuel Thibault | 1 | -1/+1 |
2018-01-28 | hurd: Build stubs for new gnumach.defs | Samuel Thibault | 1 | -1/+1 |
2018-01-28 | hurd: take __USE_EXTERN_INLINES into account and restrict inlines | Samuel Thibault | 3 | -0/+24 |
2018-01-27 | hurd: drop elder MACH_IPC_COMPAT handling | Samuel Thibault | 2 | -3/+2 |