[PATCH hurd] Replace msgh_kind with msgh_seqno

2023-06-12 Thread Flavio Cruz
msgh_kind is deprecated and is an alias to msgh_seqno. --- eth-multiplexer/vdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth-multiplexer/vdev.c b/eth-multiplexer/vdev.c index f441803d..62042ee6 100644 --- a/eth-multiplexer/vdev.c +++ b/eth-multiplexer/vdev.c @@ -276,7

Debian GNU/Hurd 2023 released!

2023-06-12 Thread Nathan Dehnel
Congrats to all!

[PATCH gnumach] Update the 64bit RPC ABI to be simpler (v2)

2023-06-12 Thread Flavio Cruz
* Make full use of the 8 bytes available in mach_msg_type_t by moving into the unused 4 bytes. This allows us to use 32bits for mach_msg_type_number_t whether we use the longform or not. * Make mach_msg_type_long_t exactly the same as mach_msg_type_t. Updating MiG is strongly encouraged since

Re: [PATCH gnumach] Update the 64bit RPC ABI to be simpler

2023-06-12 Thread Flávio Cruz
Hi Luca, Spent some time doing more testing on this patch since initially I had only tested it on basic programs. After "copyinmsg: allow for the last message element to have msgt_number = 0."

Re: [PATCH v3 1/2] include/fcntl.h: Define O_IGNORE_CTTY

2023-06-12 Thread Adhemerval Zanella Netto
On 09/06/23 06:29, Sergey Bugaev wrote: > Hello, > > On Mon, Jun 5, 2023 at 9:25 PM Adhemerval Zanella Netto > wrote: >> We currently are trying to avoid the >> "#ifdef ...", so a code that does not define, where is should, would fail >> at compile time. > > Yes, this makes perfect sense, and