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

2018-06-13 Thread Eitan Adler
On 13 June 2018 at 17:10, Allan Jude 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

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

2018-06-13 Thread Allan Jude
On 2018-06-01 23:25, Eitan Adler wrote: > Author: eadler > Date: Sat Jun 2 03:25:15 2018 > New Revision: 334514 > URL: https://svnweb.freebsd.org/changeset/base/334514 > > Log: > top(1): Use standard boolean rather than homegrown alternative > > Deleted: > head/usr.bin/top/boolean.h > Modifi

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

2018-06-01 Thread Eitan Adler
Author: eadler Date: Sat Jun 2 03:25:15 2018 New Revision: 334514 URL: https://svnweb.freebsd.org/changeset/base/334514 Log: top(1): Use standard boolean rather than homegrown alternative Deleted: head/usr.bin/top/boolean.h Modified: head/usr.bin/top/commands.c head/usr.bin/top/display.c