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
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
===
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
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
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
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
=
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
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
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