Re: [PATCH 2/2] Add thread_set_name RPC.

2024-02-12 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le lun. 12 févr. 2024 01:26:34 -0500, a ecrit: > Like task_set_name, we use the same size as the task name and will > inherit the task name, whenever it exists. This will be used to > implement pthread_setname_np. > --- > ddb/db_print.c| 9 + > i

Re: [PATCH gnumach] smp: Set processor set to non-empty when adding a processor

2024-02-12 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le lun. 12 févr. 2024 05:38:24 +, a ecrit: > This allows the slave_pset to be used for actual tasks > with the processor_set RPCs. > --- > kern/processor.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/kern/processor.c b/kern/processor.c > index f06

[PATCH] Port GDB to Hurd x86_64.

2024-02-12 Thread Flavio Cruz
This port extends the existing i686 port to support x86_64 by trying to reuse existing code whenever it makes sense. * gdb/amd64-gnu-tdep.c: Adds logic for handling signal frames and position of amd64 registers in the different Hurd structs, including i386_thread_state. The signal code is very