Re: svn commit: r278545 - head/sys/kern

2015-02-10 Thread Oliver Pinter
On Wed, Feb 11, 2015 at 1:58 AM, Rui Paulo wrote: > Author: rpaulo > Date: Wed Feb 11 00:58:15 2015 > New Revision: 278545 > URL: https://svnweb.freebsd.org/changeset/base/278545 > > Log: > Restore the data array in coredump(), but use a different style to > calculate the length. > > Request

svn commit: r278545 - head/sys/kern

2015-02-10 Thread Rui Paulo
Author: rpaulo Date: Wed Feb 11 00:58:15 2015 New Revision: 278545 URL: https://svnweb.freebsd.org/changeset/base/278545 Log: Restore the data array in coredump(), but use a different style to calculate the length. Requested by: kib Modified: head/sys/kern/kern_sig.c Modified: head/sy