Date: Fri, 07 Oct 2011 14:14:46 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: "David E. O'Brien" <obrien@FreeBSD.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r226090 - head/sys/sys Message-ID: <4E8EDF26.6040409@FreeBSD.org> In-Reply-To: <201110070600.p97600Ut095709@svn.freebsd.org> References: <201110070600.p97600Ut095709@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
on 07/10/2011 09:00 David E. O'Brien said the following: > Author: obrien > Date: Fri Oct 7 06:00:00 2011 > New Revision: 226090 > URL: http://svn.freebsd.org/changeset/base/226090 > > Log: > Increase MSGBUF_SIZE. > The previous size lead to truncated /var/run/dmesg.boot when booted with "-v". > > Modified: > head/sys/sys/msgbuf.h > > Modified: head/sys/sys/msgbuf.h > ============================================================================== > --- head/sys/sys/msgbuf.h Fri Oct 7 05:47:30 2011 (r226089) > +++ head/sys/sys/msgbuf.h Fri Oct 7 06:00:00 2011 (r226090) > @@ -77,7 +77,7 @@ int msgbuf_peekbytes(struct msgbuf *mbp, > void msgbuf_reinit(struct msgbuf *mbp, void *ptr, int size); > > #ifndef MSGBUF_SIZE > -#define MSGBUF_SIZE (32768 * 2) > +#define MSGBUF_SIZE (32768 * 3) Heck, I am going to five! :-) > #endif > #endif /* KERNEL */ > -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E8EDF26.6040409>