Re: [PATCH gnumach] Add thread_get_name RPC to get the name of a thread.

2024-07-14 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le jeu. 11 juil. 2024 23:36:39 +0100, a ecrit: > --- > include/mach/gnumach.defs | 8 > kern/thread.c | 21 + > 2 files changed, 29 insertions(+) > > diff --git a/include/mach/gnumach.defs b/include/mach/gnumach.defs > index

[PATCH gnumach] Add thread_get_name RPC to get the name of a thread.

2024-07-11 Thread Flavio Cruz
--- include/mach/gnumach.defs | 8 kern/thread.c | 21 + 2 files changed, 29 insertions(+) diff --git a/include/mach/gnumach.defs b/include/mach/gnumach.defs index 7ecf74d..f13e866 100644 --- a/include/mach/gnumach.defs +++ b/include/mach/gnumach.defs @@