svn commit: r240689 - in head/share/man: man4 man5

2012-09-19 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Wed Sep 19 09:34:21 2012 New Revision: 240689 URL: http://svn.freebsd.org/changeset/base/240689 Log: Do not install pf related man pages if WITHOUT_PF is set. PR: bin/171767 Submitted by: zeising Approved by: joel (mentor), glebius

svn commit: r240693 - in head/sys/dev: ahci alc cxgbe e1000 re

2012-09-19 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 19 12:27:23 2012 New Revision: 240693 URL: http://svn.freebsd.org/changeset/base/240693 Log: Switch some PCI register reads from using magic numbers to using the names defined in pcireg.h MFC after:1 week Modified: head/sys/dev/ahci/ahci.c

svn commit: r240694 - head/sys/dev/pci

2012-09-19 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 19 12:54:25 2012 New Revision: 240694 URL: http://svn.freebsd.org/changeset/base/240694 Log: Add PCI subclass for NVM Express devices. Reference: http://www.nvmexpress.org/index.php/download_file/view/42/1/NVM_Express_1_0b.pdf section 2.1.5. MFC after:

svn commit: r240695 - head/sys/dev/pci

2012-09-19 Thread Jim Harris
Author: jimharris Date: Wed Sep 19 15:43:30 2012 New Revision: 240695 URL: http://svn.freebsd.org/changeset/base/240695 Log: Add constants for programming interfaces for NVM/solid state storage controller sub-class code. Reference: PCI Code and ID Assignment Specification Rev 1.2

svn commit: r240696 - in head/cddl: contrib/opensolaris/cmd/zfs sbin/zfs

2012-09-19 Thread Baptiste Daroussin
Author: bapt Date: Wed Sep 19 16:20:49 2012 New Revision: 240696 URL: http://svn.freebsd.org/changeset/base/240696 Log: Allow zfs jail and zfs unjail to use both jailnames and jailid Reviewed by: pjd MFC after:1 month Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs.8

svn commit: r240697 - head/sys/dev/nvme

2012-09-19 Thread Jim Harris
Author: jimharris Date: Wed Sep 19 16:21:23 2012 New Revision: 240697 URL: http://svn.freebsd.org/changeset/base/240697 Log: Report nvme(4) as a generic driver for NVMe devices if PCI class, subclass and programming interface codes match. Sponsored by: Intel Modified:

svn commit: r240698 - head/cddl/contrib/opensolaris/cmd/zfs

2012-09-19 Thread Baptiste Daroussin
Author: bapt Date: Wed Sep 19 16:28:38 2012 New Revision: 240698 URL: http://svn.freebsd.org/changeset/base/240698 Log: Update usage to show the possiblity to use jail name Reported by: bdrewery MFC after:1 month Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c

Re: svn commit: r240697 - head/sys/dev/nvme

2012-09-19 Thread John Baldwin
On Wednesday, September 19, 2012 12:21:24 pm Jim Harris wrote: Author: jimharris Date: Wed Sep 19 16:21:23 2012 New Revision: 240697 URL: http://svn.freebsd.org/changeset/base/240697 Log: Report nvme(4) as a generic driver for NVMe devices if PCI class, subclass and programming

svn commit: r240719 - head/lib/libc/sys

2012-09-19 Thread Kevin Lo
Author: kevlo Date: Thu Sep 20 02:25:18 2012 New Revision: 240719 URL: http://svn.freebsd.org/changeset/base/240719 Log: Remove the restrict qualifier to match function prototype. Modified: head/lib/libc/sys/recv.2 Modified: head/lib/libc/sys/recv.2

svn commit: r240720 - in head/sys/fs: nfs nfsclient nfsserver

2012-09-19 Thread Rick Macklem
Author: rmacklem Date: Thu Sep 20 02:49:25 2012 New Revision: 240720 URL: http://svn.freebsd.org/changeset/base/240720 Log: Modify the NFSv4 client so that it can handle owner and owner_group strings that consist entirely of digits, interpreting them as the uid/gid number. This change was

svn commit: r240721 - head/sys/dev/ath

2012-09-19 Thread Adrian Chadd
Author: adrian Date: Thu Sep 20 03:03:01 2012 New Revision: 240721 URL: http://svn.freebsd.org/changeset/base/240721 Log: Add a work-around for some strange net80211 BAR races in the wireless stack. There are unfortunately quite a few odd cases in BAR TX and BAR TX retransmission that

svn commit: r240722 - head/sys/dev/ath

2012-09-19 Thread Adrian Chadd
Author: adrian Date: Thu Sep 20 03:04:19 2012 New Revision: 240722 URL: http://svn.freebsd.org/changeset/base/240722 Log: Place the comment where it should be. Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c

svn commit: r240723 - head/sys/net

2012-09-19 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 20 03:09:58 2012 New Revision: 240723 URL: http://svn.freebsd.org/changeset/base/240723 Log: Add missing break. Pointy hat to:glebius Modified: head/sys/net/pfvar.h Modified: head/sys/net/pfvar.h

svn commit: r240724 - head/sys/dev/ath

2012-09-19 Thread Adrian Chadd
Author: adrian Date: Thu Sep 20 03:13:20 2012 New Revision: 240724 URL: http://svn.freebsd.org/changeset/base/240724 Log: Introduce the CLRDMASK gating based on tid-clrdmask, enabling filtered frames to occur. * Create a new function which will set the bf_flags CLRDMASK bit if

svn commit: r240725 - in head: contrib/libpcap sys/contrib/ipfilter/netinet sys/netinet/libalias

2012-09-19 Thread Kevin Lo
Author: kevlo Date: Thu Sep 20 03:29:43 2012 New Revision: 240725 URL: http://svn.freebsd.org/changeset/base/240725 Log: Fix typo: s/pakcet/packet Modified: head/contrib/libpcap/pcap-snoop.c head/sys/contrib/ipfilter/netinet/ip_auth.c head/sys/netinet/libalias/alias_skinny.c Modified:

svn commit: r240728 - head/share/man/man7

2012-09-19 Thread Eitan Adler
Author: eadler Date: Thu Sep 20 03:48:36 2012 New Revision: 240728 URL: http://svn.freebsd.org/changeset/base/240728 Log: Rewrite portions of development.7 to make sense in the world of subversion. Approved by: gjb MFC after:2 weeks Modified: head/share/man/man7/development.7

svn commit: r240729 - in head/contrib/bind9: . lib/dns lib/dns/include/dns

2012-09-19 Thread Doug Barton
Author: dougb Date: Thu Sep 20 04:12:09 2012 New Revision: 240729 URL: http://svn.freebsd.org/changeset/base/240729 Log: Upgrade to 9.8.3-P3: Prevents a crash when queried for a record whose RDATA exceeds 65535 bytes. Prevents a crash when validating caused by using Bad cache data

svn commit: r240733 - head/share/man/man7

2012-09-19 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Sep 20 04:53:12 2012 New Revision: 240733 URL: http://svn.freebsd.org/changeset/base/240733 Log: mdoc: remove superfluous paragraph macro. Modified: head/share/man/man7/development.7 Modified: head/share/man/man7/development.7

svn commit: r240734 - head/contrib/bsnmp/snmpd

2012-09-19 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 20 05:41:20 2012 New Revision: 240734 URL: http://svn.freebsd.org/changeset/base/240734 Log: Re-do r240271: - Set IP_RECVDSTADDR sockopt on the socket only in case if it is INADDR_ANY bound. - Supply IP_SENDSRCADDR control message only if we did receive

svn commit: r240735 - head/share/man/man4

2012-09-19 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 20 05:49:31 2012 New Revision: 240735 URL: http://svn.freebsd.org/changeset/base/240735 Log: Redo r240386 providing more correct information. Modified: head/share/man/man4/ip.4 Modified: head/share/man/man4/ip.4