Re: [PATCH gnumach] Fix assertion for i686 since mach_port_name_t and mach_port_t have the same size

2023-11-06 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le lun. 06 nov. 2023 18:01:44 -0500, a ecrit: > --- > ipc/ipc_kmsg.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/ipc/ipc_kmsg.c b/ipc/ipc_kmsg.c > index 1b98445d..fb8de249 100644 > --- a/ipc/ipc_kmsg.c > +++ b/ipc/ipc_kmsg.c > @@ -2385

[PATCH gnumach] Fix assertion for i686 since mach_port_name_t and mach_port_t have the same size

2023-11-06 Thread Flavio Cruz
--- ipc/ipc_kmsg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ipc/ipc_kmsg.c b/ipc/ipc_kmsg.c index 1b98445d..fb8de249 100644 --- a/ipc/ipc_kmsg.c +++ b/ipc/ipc_kmsg.c @@ -2385,7 +2385,8 @@ ipc_kmsg_copyout_body( /* first allocate memory i

Re: [PATCH glibc] Update BAD_TYPECHECK to work on x86_64

2023-11-06 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le dim. 05 nov. 2023 23:13:32 -0500, a ecrit: > --- > sysdeps/mach/mach_rpc.h | 9 +++-- > 1 file changed, 3 insertions(+), 6 deletions(-) > > diff --git a/sysdeps/mach/mach_rpc.h b/sysdeps/mach/mach_rpc.h > index 152f057ca7..ed81403be6 100644 > --- a/sysdeps/ma

Re: 64bit startup

2023-11-06 Thread Samuel Thibault
Hello, Flávio Cruz, le dim. 05 nov. 2023 23:17:49 -0500, a ecrit: > On Tue, Oct 31, 2023 at 9:14 PM Samuel Thibault <[1]samuel.thiba...@gnu.org> > wrote: > > > Realizing only now by reading the __mach_msg_destroy assembly... > > > >     unsigned int        msgt_inline : 1, > >