svn commit: r283469 - head/sys/compat/linux
John Baldwin
jhb at freebsd.org
Mon May 25 11:45:14 UTC 2015
On Sunday, May 24, 2015 05:40:14 PM Dmitry Chagin wrote:
> Author: dchagin
> Date: Sun May 24 17:40:14 2015
> New Revision: 283469
> URL: https://svnweb.freebsd.org/changeset/base/283469
>
> Log:
> As fo_fill_kinfo() does not check fo_fill_kinfo to NULL
> add a fo_fill_kinfo op to eventfdops.
Yes, it is mandatory on purpose. :)
Can you add a new KF_* file type (you can just call it eventfd in case we
decide to grow a native eventfd)? Can you also add any meaningful data to
the record that is exported to userland (e.g. old POSIX semaphores export
their current count value) and update libprocstat/procstat/fstat to handle
this file type?
--
John Baldwin
More information about the svn-src-head
mailing list