Re: svn commit: r349791 - head/sys/vm

2019-07-09 Thread Bruce Evans
On Mon, 8 Jul 2019, Scott Long wrote: This isn???t the first time I???ve witnessed your passion on this topic. It would help immensely if there was some documentation, maybe in /sys/sys/param.h, or maybe even in a manual page, on what a ???click??? is, what a ???db??? is, why they???re import

Re: svn commit: r349791 - head/sys/vm

2019-07-08 Thread Scott Long
Hi Bruce, This isn’t the first time I’ve witnessed your passion on this topic. It would help immensely if there was some documentation, maybe in /sys/sys/param.h, or maybe even in a manual page, on what a “click” is, what a “db” is, why they’re important, and how they should be used. Do you have

btoc()/ctob() (was Re: svn commit: r349791 - head/sys/vm)

2019-07-07 Thread Mike Karels
--- Blind-Carbon-Copy To: a...@freebsd.org cc: b...@optusnet.com.au, a...@feeebsd.org From: Mike Karels Reply-to: m...@karels.net Subject: btoc()/ctob() (was Re: svn commit: r349791 - head/sys/vm) In-reply-to: Your message of Sun, 07 Jul 2019 03:48:54 +1000. <20190707023441

Re: svn commit: r349791 - head/sys/vm

2019-07-06 Thread Bruce Evans
On Sat, 6 Jul 2019, Doug Moore wrote: Log: Fix style(9) violations involving division by PAGE_SIZE. It is style violation to even use an explicit division by PAGE_SIZE instead of the btoc() conversion macro (*). Modified: head/sys/vm/swap_pager.c