Hello, Flavio Cruz, le lun. 05 déc. 2022 01:22:14 -0500, a ecrit: > Changed vm_size_t to rpc_size_t so that both userland and kernel agree > on the same size. Also changed the denominator for the maximum struct > sizes to be integer_t to match the other declarations. > > Introduced long_natural_t and rpc_long_natural_t to represent large > counters. Replaced rpc_unsigned_long with rpc_long_natural_t.
Thanks, but > diff --git a/doc/mach.texi b/doc/mach.texi > index fecd097b..86a557cb 100644 > --- a/doc/mach.texi > +++ b/doc/mach.texi > @@ -5011,10 +5011,10 @@ suspend count for task > @item integer_t base_priority > base scheduling priority > -@item vm_size_t virtual_size > +@item rpc_vm_size_t virtual_size > number of virtual pages > -@item vm_size_t resident_size > +@item rpc_vm_size_t resident_size > number of resident pages > @item time_value_t user_time It seems your mailer mangled empty lines? Samuel