svn commit: r368005 - in head: lib/libprocstat share/man/man4 sys/opencrypto sys/sys tools/tools/crypto usr.bin/procstat

Kyle Evans kevans at freebsd.org
Mon Dec 7 20:44:54 UTC 2020


On Mon, Dec 7, 2020 at 2:41 PM John Baldwin <jhb at freebsd.org> wrote:
>
> 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?
>

Apparently we were just that convinced we needed to enumerate the
values we didn't have to touch, see:
https://github.com/seanbruno/qemu-bsd-user/pull/150/files -> it was
actually CRIOGET that we referenced for the sole purpose of declaring
it unsupported.


More information about the svn-src-all mailing list