Re: svn commit: r281787 - head/sbin/dmesg

2015-04-21 Thread Bruce Evans
On Mon, 20 Apr 2015, Eric van Gyzen wrote: Log: dmesg: accommodate message buffer growth between the sysctl calls Allocate 12.5% extra space to avoid ENOMEM when the message buffer is growing steadily. This is bogus allocation. The message buffer has a small fixed size so that it fits in

svn commit: r281787 - head/sbin/dmesg

2015-04-20 Thread Eric van Gyzen
Author: vangyzen Date: Mon Apr 20 20:07:39 2015 New Revision: 281787 URL: https://svnweb.freebsd.org/changeset/base/281787 Log: dmesg: accommodate message buffer growth between the sysctl calls Allocate 12.5% extra space to avoid ENOMEM when the message buffer is growing steadily. Re