Re: [PATCH gnumach] Use host_get_time64 in glue code

2023-03-13 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le lun. 13 mars 2023 01:43:37 -0400, a ecrit: > --- > linux/dev/glue/misc.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/linux/dev/glue/misc.c b/linux/dev/glue/misc.c > index 92541c7b..5646e5ea 100644 > --- a/linux/dev/glue/misc.c > +

Re: [PATCH gnumach] Track task and thread time using time_value64_t.

2023-03-13 Thread Samuel Thibault
Hello, Flavio Cruz, le lun. 13 mars 2023 01:42:12 -0400, a ecrit: > @@ -854,21 +849,22 @@ kern_return_t task_info( > task_thread_times_info_t times_info; > thread_tthread; > > - if (*task_info_count < TASK_THREAD_TIMES_INFO_COUNT) { > +

Re: [PATCH gnumach] Use c_string to define host_get_kernel_version and host_get_kernel_boot_info.

2023-03-13 Thread Samuel Thibault
Hello, Flavio Cruz, le lun. 13 mars 2023 01:41:57 -0400, a ecrit: > The existing definitions for kernel_version_t and kernel_boot_info_t use > (MACH_MSG_TYPE_STRING, length*8) which result in message types that have > a single element of 512 or 4096 bytes (set as msgt_size). This results > in MiG