Re: [PATCH hurd] Fix build problems

2023-04-06 Thread Sergey Bugaev
Hi — thank you for working on this! I have something like this applied locally, but it's intermixed with the other 64-bit changes. So since you're submitting this now, let's go with your version. Just a few suggestions: On Fri, Apr 7, 2023, 08:17 Flavio Cruz wrote: > diff --git a/boot/boot.c b/

[PATCH hurd] Link libshouldbeinlibc with default pager user stubs

2023-04-06 Thread Flavio Cruz
There was an implicit dependency on -lmachuser. Adding a dependency to generated stubs from hurd so that we can stop providing the stubs in machuser from glibc. --- libshouldbeinlibc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libshouldbeinlibc/Makefile b/libshou

[PATCH hurd] Fix build problems

2023-04-06 Thread Flavio Cruz
* boot/boot.c: bootstrap stubs no longer exist, removed in https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=f9b1676d4526ce89e6c6d41d8caf5759007d8c75 * mach-defpager/default_pager.c: Use long_integer_t due to https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=4096bd9d9cbdba

Re: [PATCH hurd] Use default pager MiG stubs from Hurd instead of gnumach

2023-04-06 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le jeu. 06 avril 2023 01:20:40 -0400, a ecrit: > Hurd code relies on gnumach default_pager.defs headers when making calls > using the default pager RPC. Those stubs were checked in back in the 90s > and are essentially unused because gnumach does not implement or use

Re: [PATCH gnumach] Remove host_get_boot_info and host_get_kernel_boot_info since they are not used.

2023-04-06 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le jeu. 06 avril 2023 01:04:15 -0400, a ecrit: > host_get_kernel_boot_info was added recently to fix the use of > MACH_MSG_TYPE_STRING. > --- > doc/mach.texi| 14 -- > include/mach/host_info.h | 3 --- > include/mach/mach_host.defs |