On 2/11/23 18:23, Kyle Evans wrote:
+/*
+ * This syscall was created to make sysctlbyname(3) more efficient.
+ * Unfortunately, because we have to fake some sysctls, we can't do that.

Can't do what?  Directly use sysctlbyname?


How about:

/*
  * This syscall was created to make sysctlbyname(3) more efficient, but
  * we can't really provide it in bsd-user.  Notably, we must always translate
  * the names independently since some sysctl values have to be faked
  * for the target environment, so it still has to break down to two syscalls
  * for the underlying implementation.
  */

Better, thanks.


r~

Reply via email to