| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tmpfs: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -1/+1 |
* | mach-defpager: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 3 | -18/+18 |
* | startup: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -8/+12 |
* | pflocal: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 3 | -12/+27 |
* | eth-multiplexer: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 2 | -10/+12 |
* | boot: Port to x64_64 | Sergey Bugaev | 2023-05-10 | 4 | -54/+61 |
* | boot: Fix use-after-realloc | Sergey Bugaev | 2023-05-10 | 1 | -3/+4 |
* | daemons: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -4/+5 |
* | devnode: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -8/+12 |
* | storeio: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -3/+10 |
* | sutils: Avoid warnings about prototype mismatch | Sergey Bugaev | 2023-05-10 | 1 | -2/+2 |
* | sutils: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -3/+3 |
* | elfcore: Add support for saving x86_64 registers | Sergey Bugaev | 2023-05-10 | 1 | -1/+71 |
* | exec: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 2 | -5/+5 |
* | proc: Fix use-after-realloc | Sergey Bugaev | 2023-05-10 | 1 | -2/+4 |
* | proc: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 5 | -28/+29 |
* | auth: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -14/+15 |
* | utils: Avoid warnings about prototype mismatch | Sergey Bugaev | 2023-05-10 | 2 | -2/+5 |
* | utils: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 13 | -50/+65 |
* | libmachdev: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -1/+1 |
* | libps: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 4 | -21/+31 |
* | libpipe: Fix use-after-realloc | Sergey Bugaev | 2023-05-10 | 1 | -4/+5 |
* | libstore: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 7 | -33/+71 |
* | libdiskfs: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 16 | -82/+99 |
* | libnetfs: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 2 | -26/+29 |
* | libtrivfs: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 7 | -15/+21 |
* | libfshelp-tests: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 2 | -2/+3 |
* | libfshelp: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 4 | -19/+29 |
* | libiohelp: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -1/+1 |
* | libports: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -1/+1 |
* | libshouldbeinlibc: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 3 | -10/+10 |
* | Stop checking if MiG supports retcode. | Flavio Cruz | 2023-05-08 | 3 | -31/+0 |
* | Implement device_open_new for all the translators implementing the device int... | Flavio Cruz | 2023-05-07 | 8 | -3/+47 |
* | Update eth-multiplexer/vdev.c to be more portable | Flavio Cruz | 2023-05-06 | 1 | -17/+22 |
* | proc: Add CPU_TYPE_X86_64 support | Samuel Thibault | 2023-05-06 | 1 | -0/+6 |
* | Use designated initializers when building mach_msg_type_t | Flavio Cruz | 2023-05-04 | 10 | -146/+146 |
* | Make dev_t word type | Samuel Thibault | 2023-05-02 | 1 | -1/+1 |
* | Use uintptr_t for message payloads. | Flavio Cruz | 2023-05-02 | 17 | -31/+31 |
* | Use c_string for default_pager_filename_t to define a new default_pager_pagin... | Flavio Cruz | 2023-04-25 | 4 | -10/+50 |
* | Improve portability for rpctrace on x86_64 | Flavio Cruz | 2023-04-24 | 1 | -3/+5 |
* | utils/msgport.c: Add cmd_report_wait | Sergey Bugaev | 2023-04-18 | 2 | -1/+75 |
* | procfs: Fix process creation time in /proc/pid/stat | Sergey Bugaev | 2023-04-18 | 1 | -1/+1 |
* | Remove default_pager_paging_file RPC from default pager | Flavio Cruz | 2023-04-15 | 6 | -148/+9 |
* | Link libshouldbeinlibc with default pager user stubs | Flavio Cruz | 2023-04-09 | 1 | -1/+2 |
* | Use long_integer_t for exception_raise RPCs | Flavio Cruz | 2023-04-08 | 5 | -5/+5 |
* | Further modernize Hurd code by enforcing strict prototypes and no implicit fu... | Flavio Cruz | 2023-04-08 | 39 | -115/+161 |
* | Fix build error for boot/boot.c | Flavio Cruz | 2023-04-08 | 1 | -13/+0 |
* | Use default pager MiG stubs from Hurd instead of gnumach | Flavio Cruz | 2023-04-07 | 6 | -6/+7 |
* | Use the new host_get_kernel_version introduced recently. | Flavio Cruz | 2023-04-03 | 1 | -1/+6 |
* | Modernize code by removing use of old style definitions. | Flavio Cruz | 2023-04-03 | 81 | -401/+325 |