aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* storeio: Port to x86_64Sergey Bugaev2023-05-101-3/+10
* sutils: Avoid warnings about prototype mismatchSergey Bugaev2023-05-101-2/+2
* sutils: Port to x86_64Sergey Bugaev2023-05-101-3/+3
* elfcore: Add support for saving x86_64 registersSergey Bugaev2023-05-101-1/+71
* exec: Port to x86_64Sergey Bugaev2023-05-102-5/+5
* proc: Fix use-after-reallocSergey Bugaev2023-05-101-2/+4
* proc: Port to x86_64Sergey Bugaev2023-05-105-28/+29
* auth: Port to x86_64Sergey Bugaev2023-05-101-14/+15
* utils: Avoid warnings about prototype mismatchSergey Bugaev2023-05-102-2/+5
* utils: Port to x86_64Sergey Bugaev2023-05-1013-50/+65
* libmachdev: Port to x86_64Sergey Bugaev2023-05-101-1/+1
* libps: Port to x86_64Sergey Bugaev2023-05-104-21/+31
* libpipe: Fix use-after-reallocSergey Bugaev2023-05-101-4/+5
* libstore: Port to x86_64Sergey Bugaev2023-05-107-33/+71
* libdiskfs: Port to x86_64Sergey Bugaev2023-05-1016-82/+99
* libnetfs: Port to x86_64Sergey Bugaev2023-05-102-26/+29
* libtrivfs: Port to x86_64Sergey Bugaev2023-05-107-15/+21
* libfshelp-tests: Port to x86_64Sergey Bugaev2023-05-102-2/+3
* libfshelp: Port to x86_64Sergey Bugaev2023-05-104-19/+29
* libiohelp: Port to x86_64Sergey Bugaev2023-05-101-1/+1
* libports: Port to x86_64Sergey Bugaev2023-05-101-1/+1
* libshouldbeinlibc: Port to x86_64Sergey Bugaev2023-05-103-10/+10
* Stop checking if MiG supports retcode.Flavio Cruz2023-05-083-31/+0
* Implement device_open_new for all the translators implementing the device int...Flavio Cruz2023-05-078-3/+47
* Update eth-multiplexer/vdev.c to be more portableFlavio Cruz2023-05-061-17/+22
* proc: Add CPU_TYPE_X86_64 supportSamuel Thibault2023-05-061-0/+6
* Use designated initializers when building mach_msg_type_tFlavio Cruz2023-05-0410-146/+146
* Make dev_t word typeSamuel Thibault2023-05-021-1/+1
* Use uintptr_t for message payloads.Flavio Cruz2023-05-0217-31/+31
* Use c_string for default_pager_filename_t to define a new default_pager_pagin...Flavio Cruz2023-04-254-10/+50
* Improve portability for rpctrace on x86_64Flavio Cruz2023-04-241-3/+5
* utils/msgport.c: Add cmd_report_waitSergey Bugaev2023-04-182-1/+75
* procfs: Fix process creation time in /proc/pid/statSergey Bugaev2023-04-181-1/+1
* Remove default_pager_paging_file RPC from default pagerFlavio Cruz2023-04-156-148/+9
* Link libshouldbeinlibc with default pager user stubsFlavio Cruz2023-04-091-1/+2
* Use long_integer_t for exception_raise RPCsFlavio Cruz2023-04-085-5/+5
* Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz2023-04-0839-115/+161
* Fix build error for boot/boot.cFlavio Cruz2023-04-081-13/+0
* Use default pager MiG stubs from Hurd instead of gnumachFlavio Cruz2023-04-076-6/+7
* Use the new host_get_kernel_version introduced recently.Flavio Cruz2023-04-031-1/+6
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-0381-401/+325
* libstore: Fix zero store size computationSamuel Thibault2023-02-271-2/+3
* pfinet: Fix shifting left into bit 31Samuel Thibault2023-02-234-6/+6
* pfinet: Align packetsSamuel Thibault2023-02-193-2/+28
* mach-defpager: Add defpager_server_nameSamuel Thibault2023-02-161-0/+2
* mach-defpager: Fix crash on pthread_cond_broadcastSamuel Thibault2023-02-161-3/+3
* nfs: Fix shifting leftSamuel Thibault2023-02-151-1/+1
* Fix accessing bit 31Samuel Thibault2023-02-153-11/+11
* libstore: Fix undefined behaviorSamuel Thibault2023-02-101-1/+1
* procfs: Actually add padding to align struct direntSamuel Thibault2023-02-031-0/+2