svn commit: r223753 - head/sys/netinet

2011-07-03 Thread Andrey V. Elsukov
Author: ae Date: Mon Jul 4 05:47:48 2011 New Revision: 223753 URL: http://svn.freebsd.org/changeset/base/223753 Log: ARP code reuses mbuf from ARP request to make a reply, but it does not reset rcvif to NULL. Since rcvif is not NULL, ipfw(4) supposes that ARP replies were received on specif

svn commit: r223752 - head/usr.sbin/rtadvd

2011-07-03 Thread Hiroki Sato
Author: hrs Date: Mon Jul 4 03:19:06 2011 New Revision: 223752 URL: http://svn.freebsd.org/changeset/base/223752 Log: Add sanity check for ifm_version in struct if_msghdr. Modified: head/usr.sbin/rtadvd/if.c Modified: head/usr.sbin/rtadvd/if.c ===

svn commit: r223747 - in head/sys/fs: nfs nfsclient

2011-07-03 Thread Rick Macklem
Author: rmacklem Date: Sun Jul 3 21:44:26 2011 New Revision: 223747 URL: http://svn.freebsd.org/changeset/base/223747 Log: Modify the new NFSv4 client so that it appends a file handle to the lock_owner4 string that goes on the wire. Also, add code to do a ReleaseLockOwner Op on the lock_own

svn commit: r223744 - head/usr.sbin/config

2011-07-03 Thread Ed Schouten
Author: ed Date: Sun Jul 3 20:59:57 2011 New Revision: 223744 URL: http://svn.freebsd.org/changeset/base/223744 Log: Improve portability of config(8). - Use strlen(dp->d_name) instead of the unportable dp->d_namlen. Rename i to len to make it slightly more descriptive and prevent negat

svn commit: r223741 - in head/sys: dev/iicbus dev/lmc dev/ppbus dev/usb/net net netgraph

2011-07-03 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jul 3 16:08:38 2011 New Revision: 223741 URL: http://svn.freebsd.org/changeset/base/223741 Log: Tag mbufs of all incoming frames or packets with the interface's FIB setting (either default or if supported as set by SIOCSIFFIB, e.g. from ifconfig). Submitted by: Ale

svn commit: r223739 - head/sys/net

2011-07-03 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jul 3 15:34:09 2011 New Revision: 223739 URL: http://svn.freebsd.org/changeset/base/223739 Log: Remove extra white space to comply with style for the rest of the struct. MFC after:2 weeks Modified: head/sys/net/if_var.h Modified: head/sys/net/if_var.h =

svn commit: r223736 - in head/sys/dev: sound/usb usb usb/quirk

2011-07-03 Thread Hans Petter Selasky
Author: hselasky Date: Sun Jul 3 13:27:23 2011 New Revision: 223736 URL: http://svn.freebsd.org/changeset/base/223736 Log: Introduce a quirk for broken USB MIDI hardware instead of limiting performance in general. MFC after:1 week Modified: head/sys/dev/sound/usb/uaudio.c head/s

Re: svn commit: r223519 - head/etc/devd

2011-07-03 Thread Ronald Klop
On Tue, 28 Jun 2011 18:01:37 +0200, Warner Losh wrote: On Jun 28, 2011, at 2:45 AM, Alexey Dokuchaev wrote: On Sun, Jun 26, 2011 at 10:14:13PM -0600, Warner Losh wrote: Not in GENERIC. 9.0 is getting ready to feature freeze any minute, so there's no time to do the testing that a radical ch

svn commit: r223735 - in head: sbin/ifconfig share/man/man9 sys/kern sys/net sys/sys

2011-07-03 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jul 3 12:22:02 2011 New Revision: 223735 URL: http://svn.freebsd.org/changeset/base/223735 Log: Add infrastructure to allow all frames/packets received on an interface to be assigned to a non-default FIB instance. You may need to recompile world or ports due to the c