Re: [PATCH 13/16] bsd-user: Implement sysctl kern.proc, except kern.proc.full_path

2023-04-08 Thread Richard Henderson
On 4/5/23 14:36, Warner Losh wrote: From: Stacey Son Use the recently committed conversion routines to implement all the kern.proc flavors, except for the full path (the prereqs of which aren't yet in qemu-project's master branch). Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-

[PATCH 13/16] bsd-user: Implement sysctl kern.proc, except kern.proc.full_path

2023-04-05 Thread Warner Losh
From: Stacey Son Use the recently committed conversion routines to implement all the kern.proc flavors, except for the full path (the prereqs of which aren't yet in qemu-project's master branch). Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/freebsd/os-sys.c | 35 +