svn commit: r368005 - in head: lib/libprocstat share/man/man4 sys/opencrypto sys/sys tools/tools/crypto usr.bin/procstat
John Baldwin
jhb at FreeBSD.org
Mon Dec 7 20:41:46 UTC 2020
On 12/7/20 12:37 PM, Kyle Evans wrote:
> On Mon, Dec 7, 2020 at 2:36 PM John Baldwin <jhb at freebsd.org> wrote:
>>
>> qemu-user uses this flag? What on earth can it be using it for?
>>
>
> It was faithfully responding that it wasn't implemented to any
> target-application usage, apparently. :-)
I mean, it is only a flag in the struct kinfo_file flags field. Even
if it is doing some kind of compat shim for kinfo_file it should just
copy the flags field across, not be checking any of the bits. Does it
try to log the type of a file descriptor in debug traces perhaps?
--
John Baldwin
More information about the svn-src-head
mailing list