Re: svn commit: r185739 - head/sys/ufs/ufs

2008-12-09 Thread Steve Kargl
On Tue, Dec 09, 2008 at 04:00:30PM -0500, John Baldwin wrote: > > Hmm, I wonder what it would take to update our in-tree gdb. Is 6.8 gplv3? > gdb-6.8 distribution includes COPYING3 and COPYING3.LIB. grep "either version 3" *.[ch] amd64fbsd-nat.c: the Free Software Foundation; either version

Re: svn commit: r185739 - head/sys/ufs/ufs

2008-12-09 Thread John Baldwin
On Monday 08 December 2008 02:42:29 pm Kostik Belousov wrote: > On Mon, Dec 08, 2008 at 11:41:39AM -0500, John Baldwin wrote: > > On Sunday 07 December 2008 08:25:06 am Konstantin Belousov wrote: > > > Author: kib > > > Date: Sun Dec 7 13:25:06 2008 > > > New Revision: 185739 > > > URL: http://svn

Re: svn commit: r185739 - head/sys/ufs/ufs

2008-12-08 Thread Kostik Belousov
On Mon, Dec 08, 2008 at 11:41:39AM -0500, John Baldwin wrote: > On Sunday 07 December 2008 08:25:06 am Konstantin Belousov wrote: > > Author: kib > > Date: Sun Dec 7 13:25:06 2008 > > New Revision: 185739 > > URL: http://svn.freebsd.org/changeset/base/185739 > > > > Log: > > Improve usefulness

Re: svn commit: r185739 - head/sys/ufs/ufs

2008-12-08 Thread John Baldwin
On Sunday 07 December 2008 08:25:06 am Konstantin Belousov wrote: > Author: kib > Date: Sun Dec 7 13:25:06 2008 > New Revision: 185739 > URL: http://svn.freebsd.org/changeset/base/185739 > > Log: > Improve usefulness of the panic by printing the pointer to the problematic > dquot. In-tree gdb

svn commit: r185739 - head/sys/ufs/ufs

2008-12-07 Thread Konstantin Belousov
Author: kib Date: Sun Dec 7 13:25:06 2008 New Revision: 185739 URL: http://svn.freebsd.org/changeset/base/185739 Log: Improve usefulness of the panic by printing the pointer to the problematic dquot. In-tree gdb is often unable to get the dq value, so supply it in panic message. MFC af