svn commit: r334514 - head/usr.bin/top

Eitan Adler eadler at freebsd.org
Thu Jun 14 02:14:16 UTC 2018


On 13 June 2018 at 17:10, Allan Jude <allanjude at freebsd.org> wrote:
>
> This broke compressed ARC display in top. The sysctl
> vfs.zfs.compressed_arc_enabled is backed by a boolean_t (which is the
> same size as an int), so trying to read it into a bool (1 byte) fails
> and returns ENOMEM.
>
> Fixed in r335099

Sorry for the breakage and thanks for the fix. As discussed on IRC,
the type of the sysctl might change to int (from boolean_t) and we
don't have a great way of asserting that the size is right.



-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams


More information about the svn-src-head mailing list