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
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
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