Re: [PATCH] Use long_natural_t in kern/task.h and kern/slab.h

2022-12-07 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mar. 06 déc. 2022 23:57:32 -0500, a ecrit: > RPC interfaces already use long_natural_t so internally we can also use > this type. > --- > kern/slab.h | 10 +- > kern/task.h | 14 +++--- > 2 files changed, 12 insertions(+), 12 deletions(-) > > diff

Re: [PATCH] Update kern/ directory to use mach_port_name_t.

2022-12-07 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mar. 06 déc. 2022 23:57:08 -0500, a ecrit: > Make it clear where exactly we use port names vs port addresses. > --- > kern/boot_script.c | 4 ++-- > kern/boot_script.h | 4 ++-- > kern/bootstrap.c| 12 ++-- > kern/ipc_host.c | 2 +- > kern/ipc

Re: [PATCH] Use mach_port_name in db_lookup_port

2022-12-07 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mar. 06 déc. 2022 23:57:49 -0500, a ecrit: > --- > ddb/db_print.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ddb/db_print.c b/ddb/db_print.c > index 832faf57..8a76beea 100644 > --- a/ddb/db_print.c > +++ b/ddb/db_print.c > @@ -493,7