Re: Hurd No rule to make target 'mach/machine/mach_i386.h', needed by 'trivfs_server.o'

2024-07-30 Thread Samuel Thibault
Nathan Dehnel, le mar. 30 juil. 2024 02:59:55 -0500, a ecrit: > make[1]: *** No rule to make target 'mach/machine/mach_i386.h', needed It's supposed to be installed by glibc, do you have it installed? Samuel

Re: [PATCH] x86_64 hurd: ensure we have a large enough buffer to receive exception_raise requests.

2024-07-30 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mar. 30 juil. 2024 00:51:20 -0400, a ecrit: > --- > > This is likely to help with some of the issues we are seeing with x86_64 > related to signal handling but I don't know how to reproduce it. > > hurd/hurdfault.c | 9 - > 1 file changed, 8 insertions(+

[PATCH] Remove the remaining untyped mach message handling

2024-07-30 Thread Flavio Cruz
Some leftovers from 6ae7b5f43d4b13f24606d7108d822e469a96af3d --- hurd/hurdselect.c | 23 --- hurd/intr-msg.c | 4 sysdeps/mach/hurd/ioctl.c | 48 --- 3 files changed, 75 deletions(-) diff --git a/hurd/hurdselect.c b/hurd/