svn commit: r223818 - head/usr.sbin/pwd_mkdb

2011-07-06 Thread Gordon Tetlow
Author: gordon Date: Wed Jul 6 06:34:08 2011 New Revision: 223818 URL: http://svn.freebsd.org/changeset/base/223818 Log: Only increment the ypcnt once per data record. The old implementation was incrementing it twice making it impossible to iterate the table since the records were 1, 3, 5,

svn commit: r223819 - stable/8/sys/netinet/ipfw

2011-07-06 Thread Andrey V. Elsukov
Author: ae Date: Wed Jul 6 06:56:31 2011 New Revision: 223819 URL: http://svn.freebsd.org/changeset/base/223819 Log: MFC r222582: O_FORWARD_IP is only action which depends from the result of lookup of dynamic rules. We are doing forwarding in the following cases: o For the simple

svn commit: r223820 - stable/7/sys/netinet

2011-07-06 Thread Andrey V. Elsukov
Author: ae Date: Wed Jul 6 06:57:07 2011 New Revision: 223820 URL: http://svn.freebsd.org/changeset/base/223820 Log: MFC r222582: O_FORWARD_IP is only action which depends from the result of lookup of dynamic rules. We are doing forwarding in the following cases: o For the simple

svn commit: r223821 - stable/8/sys/dev/uart

2011-07-06 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jul 6 07:13:28 2011 New Revision: 223821 URL: http://svn.freebsd.org/changeset/base/223821 Log: MFC r223672: Add support for new UART PCI device. Modified: stable/8/sys/dev/uart/uart_bus_pci.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r223822 - head/sys/netgraph/netflow

2011-07-06 Thread Gleb Smirnoff
Author: glebius Date: Wed Jul 6 09:43:25 2011 New Revision: 223822 URL: http://svn.freebsd.org/changeset/base/223822 Log: Add missing unlocks. Modified: head/sys/netgraph/netflow/netflow.c Modified: head/sys/netgraph/netflow/netflow.c

svn commit: r223823 - head/sys/vm

2011-07-06 Thread Attilio Rao
Author: attilio Date: Wed Jul 6 15:09:52 2011 New Revision: 223823 URL: http://svn.freebsd.org/changeset/base/223823 Log: Handle a race between device_pager and devsw in a more graceful manner: return an error code rather than panic the kernel. Sponsored by: Sandvine Incorporated

svn commit: r223824 - head/usr.sbin/flowctl

2011-07-06 Thread Sergey Kandaurov
Author: pluknet Date: Wed Jul 6 15:18:32 2011 New Revision: 223824 URL: http://svn.freebsd.org/changeset/base/223824 Log: Conditionally compile in the IPv4/IPv6 address family support. Test it with feature_present(3), so that we do not end up with passing an unsupported version to

svn commit: r223825 - in head/sys: kern vm

2011-07-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 6 20:06:44 2011 New Revision: 223825 URL: http://svn.freebsd.org/changeset/base/223825 Log: All the racct_*() calls need to happen with the proc locked. Fixing this won't happen before 9.0. This commit adds #ifdef RACCT around all the PROC_LOCK(p);

svn commit: r223829 - stable/8/sys/fs/nfs

2011-07-06 Thread Rick Macklem
Author: rmacklem Date: Thu Jul 7 00:14:20 2011 New Revision: 223829 URL: http://svn.freebsd.org/changeset/base/223829 Log: MFC: r223436 Fix the new NFSv4 client so that it uses the same uid as was used for doing a mount when performing system operations on AUTH_SYS mounts. This resolved

svn commit: r223830 - stable/8/sys/fs/nfs

2011-07-06 Thread Rick Macklem
Author: rmacklem Date: Thu Jul 7 00:30:34 2011 New Revision: 223830 URL: http://svn.freebsd.org/changeset/base/223830 Log: MFC: r223441 Plug an mbuf leak in the new NFS client that occurred when a server replied NFS3ERR_JUKEBOX/NFS4ERR_DELAY to an rpc. This affected both NFSv3 and NFSv4.

svn commit: r223831 - head/sys/dev/e1000

2011-07-06 Thread Jack F Vogel
Author: jfv Date: Thu Jul 7 00:46:50 2011 New Revision: 223831 URL: http://svn.freebsd.org/changeset/base/223831 Log: A fix to make the LINT-NOINET build happy, if this works out the ixgbe driver should be changed as well. Modified: head/sys/dev/e1000/if_igb.c Modified:

svn commit: r223832 - head/usr.sbin/bsdinstall/partedit

2011-07-06 Thread Kevin Lo
Author: kevlo Date: Thu Jul 7 01:22:50 2011 New Revision: 223832 URL: http://svn.freebsd.org/changeset/base/223832 Log: Add an extra tab between fs_file and fs_vfstype Reviewed by: nwhitehorn Modified: head/usr.sbin/bsdinstall/partedit/partedit.c Modified:

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

2011-07-06 Thread Warner Losh
On Jul 3, 2011, at 7:15 AM, Ronald Klop wrote: On Tue, 28 Jun 2011 18:01:37 +0200, Warner Losh i...@bsdimp.com 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