svn commit: r245222 - head/sys/sys

2013-01-09 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jan 9 09:09:09 2013 New Revision: 245222 URL: http://svnweb.freebsd.org/changeset/base/245222 Log: Fix compile warning when using GCC: Comparison between signed and unsigned. MFC after:1 week Modified: head/sys/sys/mbuf.h Modified: head/sys/sys/mbuf.h =

Re: svn commit: r245222 - head/sys/sys

2013-01-09 Thread Gleb Smirnoff
On Wed, Jan 09, 2013 at 09:09:09AM +, Hans Petter Selasky wrote: H> Author: hselasky H> Date: Wed Jan 9 09:09:09 2013 H> New Revision: 245222 H> URL: http://svnweb.freebsd.org/changeset/base/245222 H> H> Log: H> Fix compile warning when using GCC: H> Comparison between signed and unsigned

svn commit: r245223 - head/sys/sys

2013-01-09 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jan 9 09:29:22 2013 New Revision: 245223 URL: http://svnweb.freebsd.org/changeset/base/245223 Log: Change function argument type instead of casting. Suggested by: glebius @ Modified: head/sys/sys/mbuf.h Modified: head/sys/sys/mbuf.h ==

svn commit: r245225 - head/lib/libc/net

2013-01-09 Thread Hajimu UMEMOTO
Author: ume Date: Wed Jan 9 15:22:37 2013 New Revision: 245225 URL: http://svnweb.freebsd.org/changeset/base/245225 Log: Disable destination address selection support of getipnodebyname(1). RFC 2553 mentions IPv6 addresses are returned 1st. Spotted by: uqs MFC after:1 week Mo

svn commit: r245226 - head/sys/vm

2013-01-09 Thread Kenneth D. Merry
Author: ken Date: Wed Jan 9 16:48:38 2013 New Revision: 245226 URL: http://svnweb.freebsd.org/changeset/base/245226 Log: Fix a bug in the device pager code that can trigger an assertion in devfs if a particular race condition is hit in the device pager code. This was a side effect of c

svn commit: r245228 - head/sys/cam/ctl

2013-01-09 Thread Kenneth D. Merry
Author: ken Date: Wed Jan 9 17:02:08 2013 New Revision: 245228 URL: http://svnweb.freebsd.org/changeset/base/245228 Log: Make CTL work a little better with loading and unloading drivers. Previously CTL would leave individual LUNs enabled in the target driver, whether or not the port as a

svn commit: r245230 - in head: sbin/ifconfig sys/netinet6 usr.sbin/ndp

2013-01-09 Thread Hajimu UMEMOTO
Author: ume Date: Wed Jan 9 18:18:08 2013 New Revision: 245230 URL: http://svnweb.freebsd.org/changeset/base/245230 Log: Add no_prefer_iface option. It stops treating the address on the interface as special by source address selection rule even when the interface is outgoing interface. Th

svn commit: r245231 - head/tools/tools/ath/athspectral

2013-01-09 Thread Adrian Chadd
Author: adrian Date: Wed Jan 9 18:50:06 2013 New Revision: 245231 URL: http://svnweb.freebsd.org/changeset/base/245231 Log: Add the "enable at reset" functionality to trigger spectral scan upon a channel change/reset. Modified: head/tools/tools/ath/athspectral/athspectral.c Modified: head

svn commit: r245233 - head/sys/netinet6

2013-01-09 Thread Andrey V. Elsukov
Author: ae Date: Wed Jan 9 18:54:58 2013 New Revision: 245233 URL: http://svnweb.freebsd.org/changeset/base/245233 Log: Remove unneeded variable. MFC after:1 week Modified: head/sys/netinet6/scope6.c Modified: head/sys/netinet6/scope6.c =

Re: svn commit: r244585 - in head: . sys/geom/label

2013-01-09 Thread John Baldwin
On Tuesday, January 08, 2013 2:31:47 pm Jaakko Heinonen wrote: > On 2013-01-07, John Baldwin wrote: > > I think if it isn't hard to do so, we should aim to preserve labels as they > > are generally intended to be human readable as-is. Just preserving spaces > > is > > probably sufficient for th

svn commit: r245234 - head/lib/libradius

2013-01-09 Thread Andrey V. Elsukov
Author: ae Date: Wed Jan 9 19:49:35 2013 New Revision: 245234 URL: http://svnweb.freebsd.org/changeset/base/245234 Log: Fix the bindto parameter declaration. Submitted by: sem Modified: head/lib/libradius/libradius.3 Modified: head/lib/libradius/libradius.3

svn commit: r245236 - head/sys/sys

2013-01-09 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Wed Jan 9 20:10:45 2013 New Revision: 245236 URL: http://svnweb.freebsd.org/changeset/base/245236 Log: Update where porters handbook lives. MFC after:3 days Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h ===

svn commit: r245238 - head/sys/netinet

2013-01-09 Thread John Baldwin
Author: jhb Date: Wed Jan 9 20:27:06 2013 New Revision: 245238 URL: http://svnweb.freebsd.org/changeset/base/245238 Log: Don't drop options from the third retransmitted SYN by default. If the SYNs (or SYN/ACK replies) are dropped due to network congestion, then the remote end of the connec

svn commit: r245241 - in head: share/man/man5 share/mk tools/build/options usr.sbin/mtree usr.sbin/nmtree

2013-01-09 Thread Brooks Davis
Author: brooks Date: Wed Jan 9 21:07:08 2013 New Revision: 245241 URL: http://svnweb.freebsd.org/changeset/base/245241 Log: Always install our mtree as /usr/sbin/fmtree and link it as /usr/sbin/mtree by default. Add a src.conf option WITH_NMTREE that causes NetBSD's mtree to be linked

svn commit: r245243 - head/sys/dev/cxgbe/firmware

2013-01-09 Thread Navdeep Parhar
Author: np Date: Wed Jan 9 21:27:14 2013 New Revision: 245243 URL: http://svnweb.freebsd.org/changeset/base/245243 Log: cxgbe(4): updates to the configuration file that controls how hardware resources are partitioned. - Reduce the number of virtual interfaces reserved for PF4. This leav

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

2013-01-09 Thread Garrett Cooper
On Mon, Jan 7, 2013 at 6:49 AM, John Baldwin wrote: > On Saturday, January 05, 2013 02:18:51 PM Neel Natu wrote: >> Author: neel >> Date: Sat Jan 5 19:18:50 2013 >> New Revision: 245066 >> URL: http://svnweb.freebsd.org/changeset/base/245066 >> >> Log: >> Teach the kernel to recognize that it i

Re: svn commit: r245222 - head/sys/sys

2013-01-09 Thread Bruce Evans
On Wed, 9 Jan 2013, Gleb Smirnoff wrote: On Wed, Jan 09, 2013 at 09:09:09AM +, Hans Petter Selasky wrote: H> Log: H> Fix compile warning when using GCC: H> Comparison between signed and unsigned. o Add 3 style bugs: 2 sets of excessive parentheses 1 line longer

Re: svn commit: r244585 - in head: . sys/geom/label

2013-01-09 Thread Konstantin Belousov
On Wed, Jan 09, 2013 at 02:17:37PM -0500, John Baldwin wrote: > On Tuesday, January 08, 2013 2:31:47 pm Jaakko Heinonen wrote: > > On 2013-01-07, John Baldwin wrote: > > > I think if it isn't hard to do so, we should aim to preserve labels as > > > they > > > are generally intended to be human re

Re: svn commit: r244585 - in head: . sys/geom/label

2013-01-09 Thread Warner Losh
On Jan 9, 2013, at 4:45 PM, Konstantin Belousov wrote: > On Wed, Jan 09, 2013 at 02:17:37PM -0500, John Baldwin wrote: >> On Tuesday, January 08, 2013 2:31:47 pm Jaakko Heinonen wrote: >>> On 2013-01-07, John Baldwin wrote: I think if it isn't hard to do so, we should aim to preserve labels

svn commit: r245244 - head/sys/netinet6

2013-01-09 Thread Andrey V. Elsukov
Author: ae Date: Thu Jan 10 00:10:24 2013 New Revision: 245244 URL: http://svnweb.freebsd.org/changeset/base/245244 Log: Simplify in6_setscope() function to get better performance. Currently we use interface indeces as zone IDs for link-local and interface-local scopes, and since we don't ha

svn commit: r245248 - in head/sys/dev/usb: . input

2013-01-09 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 10 07:45:46 2013 New Revision: 245248 URL: http://svnweb.freebsd.org/changeset/base/245248 Log: Fix detection of Razer Copperhead as a USB mouse. Factor out USB mouse and keyboard detection logic. Reject USB keyboards which have mouse alike HID items in their