svn commit: r223734 - stable/7/libexec/comsat

2011-07-03 Thread Jaakko Heinonen
Author: jh Date: Sun Jul 3 07:16:59 2011 New Revision: 223734 URL: http://svn.freebsd.org/changeset/base/223734 Log: MFC r222825: Remove a gratuitous newline. PR: bin/153667 Modified: stable/7/libexec/comsat/comsat.c Directory Properties: stable/7/libexec/comsat/ (props

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

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

svn commit: r223742 - stable/8/etc

2011-07-03 Thread Jilles Tjoelker
Author: jilles Date: Sun Jul 3 16:32:03 2011 New Revision: 223742 URL: http://svn.freebsd.org/changeset/base/223742 Log: MFC r223227: rc.subr: Eliminate about 100 forks from the boot sequence. With the current sh, placing eval in a command substitution always results in a fork(), even

svn commit: r223743 - in stable/8/sbin: hastctl hastd

2011-07-03 Thread Mikolaj Golub
Author: trociny Date: Sun Jul 3 16:54:27 2011 New Revision: 223743 URL: http://svn.freebsd.org/changeset/base/223743 Log: MFC r219847, r221898, r221899, r24, r223584, r223585: r219847 (pjd): When dropping privileges prefer capsicum over chroot+setgid+setuid. We can use capsicum

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

svn commit: r223745 - stable/8/sys/dev/usb/wlan

2011-07-03 Thread Gavin Atkinson
Author: gavin Date: Sun Jul 3 21:05:10 2011 New Revision: 223745 URL: http://svn.freebsd.org/changeset/base/223745 Log: Merge r223446 from head: Use USB_VENDOR_OVISLINK define rather than the vendor ID. PR: usb/158142 Submitted by: Robert Millan rmh debian.org

svn commit: r223746 - stable/8/sbin/geom/class/part

2011-07-03 Thread Gavin Atkinson
Author: gavin Date: Sun Jul 3 21:07:21 2011 New Revision: 223746 URL: http://svn.freebsd.org/changeset/base/223746 Log: Merge r222778 from head: Rework parts of this man page to improve grammar. PR: docs/157467 (partially) Submitted by: Ben Kaduk kaduk mit.edu

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

svn commit: r223748 - in stable/8/sys: fs/nfs fs/nfsclient fs/nfsserver kgssapi modules modules/kgssapi_krb5 nfsclient nfsserver rpc

2011-07-03 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 4 00:24:59 2011 New Revision: 223748 URL: http://svn.freebsd.org/changeset/base/223748 Log: MFC: r223309 Fix the kgssapi so that it can be loaded as a module. Currently the NFS subsystems use five of the rpcsec_gss/kgssapi entry points, but since it was not

svn commit: r223749 - stable/8/sys/fs/nfsserver

2011-07-03 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 4 00:45:21 2011 New Revision: 223749 URL: http://svn.freebsd.org/changeset/base/223749 Log: MFC: r223312 Fix a number of places where the new NFS server did not lock the mutex when manipulating rc_flag in the DRC cache. This is believed to fix a hung server

svn commit: r223750 - stable/8/sys/fs/nfsserver

2011-07-03 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 4 01:06:19 2011 New Revision: 223750 URL: http://svn.freebsd.org/changeset/base/223750 Log: MFC: r223348 Fix the new NFSv4 server so that it allows Access and Readlink operations while traversing non-exported file systems. This is required for some

svn commit: r223751 - stable/8/sys/fs/nfsserver

2011-07-03 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 4 01:27:41 2011 New Revision: 223751 URL: http://svn.freebsd.org/changeset/base/223751 Log: MFC: r223349 Fix the new NFSv4 server so that it only allows Lookup of directories and symbolic links when traversing non-exported file systems. Found during the

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