Re: svn commit: r219667 - head/usr.sbin/bsdinstall/partedit

2011-03-19 Thread Kirk McKusick
> Date: Fri, 18 Mar 2011 20:50:08 -0500 > From: Nathan Whitehorn > Subject: Re: svn commit: r219667 - head/usr.sbin/bsdinstall/partedit > To: Gavin Atkinson > Cc: src-committ...@freebsd.org, svn-src-...@freebsd.org, > svn-src-head@FreeBSD.org > > On 03/15/11 12:50, Gavin Atkinson wrote:

Re: svn commit: r219788 - head/release

2011-03-19 Thread Nathan Whitehorn
On 03/19/11 18:10, Garrett Cooper wrote: On Sat, Mar 19, 2011 at 4:06 PM, Nathan Whitehorn wrote: Author: nwhitehorn Date: Sat Mar 19 23:06:17 2011 New Revision: 219788 URL: http://svn.freebsd.org/changeset/base/219788 Log: Add support for checking out ports and doc trees from a CVS reposit

Re: svn commit: r219788 - head/release

2011-03-19 Thread Garrett Cooper
On Sat, Mar 19, 2011 at 4:06 PM, Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Sat Mar 19 23:06:17 2011 > New Revision: 219788 > URL: http://svn.freebsd.org/changeset/base/219788 > > Log: >  Add support for checking out ports and doc trees from a CVS repository, >  in addition to CVSUP, and

svn commit: r219788 - head/release

2011-03-19 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Mar 19 23:06:17 2011 New Revision: 219788 URL: http://svn.freebsd.org/changeset/base/219788 Log: Add support for checking out ports and doc trees from a CVS repository, in addition to CVSUP, and add support for alternate SVN roots for src. Requested by: jhb M

svn commit: r219787 - head/sys/dev/vte

2011-03-19 Thread Pyun YongHyeon
Author: yongari Date: Sat Mar 19 22:36:59 2011 New Revision: 219787 URL: http://svn.freebsd.org/changeset/base/219787 Log: Correct broadcast frame handling. Setting bit6 of MCR0 register enables broadcast filtering. Make sure to clear the bit to receive broadcast frames. While I'm here renam

svn commit: r219786 - head/sys/net

2011-03-19 Thread Dmitry Chagin
Author: dchagin Date: Sat Mar 19 21:10:57 2011 New Revision: 219786 URL: http://svn.freebsd.org/changeset/base/219786 Log: ouch, newrt is used on the return path, my fault. Partialy revert the previous change. MFC after:1 Week. Modified: head/sys/net/route.c Modified: head/sys/net

svn commit: r219785 - head/sys/sparc64/pci

2011-03-19 Thread Marius Strobl
Author: marius Date: Sat Mar 19 20:36:05 2011 New Revision: 219785 URL: http://svn.freebsd.org/changeset/base/219785 Log: - Make a panic message better reflect the actual problem. - A closer inspection of the OpenSolaris code indicates the block store workaround is only necessary in case o

svn commit: r219783 - head/sys/net

2011-03-19 Thread Dmitry Chagin
Author: dchagin Date: Sat Mar 19 19:50:36 2011 New Revision: 219783 URL: http://svn.freebsd.org/changeset/base/219783 Log: A bit rearranged rtalloc1_fib() code. Initialize a variable when it is really needed. To avoid code duplication move the miss label to line up and jump on it. MFC a

svn commit: r219782 - head/sys/sparc64/sparc64

2011-03-19 Thread Marius Strobl
Author: marius Date: Sat Mar 19 19:39:05 2011 New Revision: 219782 URL: http://svn.freebsd.org/changeset/base/219782 Log: On Serengeti-class machines the OFW root isn't the parent of the CPU nodes. Modified: head/sys/sparc64/sparc64/tick.c Modified: head/sys/sparc64/sparc64/tick.c

svn commit: r219781 - head/sys/netgraph

2011-03-19 Thread Gleb Smirnoff
Author: glebius Date: Sat Mar 19 19:37:53 2011 New Revision: 219781 URL: http://svn.freebsd.org/changeset/base/219781 Log: Remove spl(9) remnants. Modified: head/sys/netgraph/ng_iface.c Modified: head/sys/netgraph/ng_iface.c ===

svn commit: r219780 - head/sys/sparc64/pci

2011-03-19 Thread Marius Strobl
Author: marius Date: Sat Mar 19 19:30:49 2011 New Revision: 219780 URL: http://svn.freebsd.org/changeset/base/219780 Log: In case reading PCIR_MINGNT fails don't use it for calculating the latency. This is more or less a theoretical problem though as it typically indicates way bigger problem

svn commit: r219779 - head/sys/netinet

2011-03-19 Thread Bjoern A. Zeeb
Author: bz Date: Sat Mar 19 19:08:54 2011 New Revision: 219779 URL: http://svn.freebsd.org/changeset/base/219779 Log: Properly check for an IPv4 socket after r219579. In some cases as udp6_connect() without an earlier bind(2) to an address, v4-mapped scokets allowed and a non mapped desti

svn commit: r219776 - head/sys/net

2011-03-19 Thread Dmitry Chagin
Author: dchagin Date: Sat Mar 19 16:52:06 2011 New Revision: 219776 URL: http://svn.freebsd.org/changeset/base/219776 Log: Remove a now unused variable. MFC after:1 Week Modified: head/sys/net/route.c Modified: head/sys/net/route.c ===

svn commit: r219775 - in head/sys: amd64/conf i386/conf ia64/conf mips/conf

2011-03-19 Thread Bjoern A. Zeeb
Author: bz Date: Sat Mar 19 15:50:34 2011 New Revision: 219775 URL: http://svn.freebsd.org/changeset/base/219775 Log: For now remove options FLOWTABLE from the remaining GENERIC kernel configurations and make it opt-in for those who want it. LINT will still build it. While it may be a

svn commit: r219773 - head/sys/dev/ath/ath_hal

2011-03-19 Thread Adrian Chadd
Author: adrian Date: Sat Mar 19 14:38:28 2011 New Revision: 219773 URL: http://svn.freebsd.org/changeset/base/219773 Log: Add in the channel survey data structures. These will be filled out by the HAL at some point in the future. Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/d

svn commit: r219772 - head/sys/dev/ath/ath_hal

2011-03-19 Thread Adrian Chadd
Author: adrian Date: Sat Mar 19 14:37:13 2011 New Revision: 219772 URL: http://svn.freebsd.org/changeset/base/219772 Log: Reserve a new diagnostic code for the channel survey code I'll add soon. Modified: head/sys/dev/ath/ath_hal/ah_diagcodes.h Modified: head/sys/dev/ath/ath_hal/ah_diagcodes