svn commit: r240736 - in head/sys: net netpfil/pf

2012-09-19 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 20 06:52:05 2012 New Revision: 240736 URL: http://svn.freebsd.org/changeset/base/240736 Log: Utilize Jenkins hash with random seed for source nodes storage. Modified: head/sys/net/pfvar.h head/sys/netpfil/pf/pf.c Modified: head/sys/net/pfvar.h

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

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: 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: r240732 - in stable/8/contrib/bind9: . bin/named bin/nsupdate lib/dns lib/dns/include/dns

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

svn commit: r240731 - vendor/bind9/9.6-ESV-R7-P3

2012-09-19 Thread Doug Barton
Author: dougb Date: Thu Sep 20 04:21:29 2012 New Revision: 240731 URL: http://svn.freebsd.org/changeset/base/240731 Log: Tag the 9.6-ESV-R7-P3 release Added: vendor/bind9/9.6-ESV-R7-P3/ - copied from r240730, vendor/bind9/dist-9.6/ ___ svn-src-

svn commit: r240730 - in vendor/bind9/dist-9.6: . bin/named bin/nsupdate lib/dns lib/dns/include/dns

2012-09-19 Thread Doug Barton
Author: dougb Date: Thu Sep 20 04:21:05 2012 New Revision: 240730 URL: http://svn.freebsd.org/changeset/base/240730 Log: Vendor import of BIND 9.6-ESV-R7-P3 Modified: vendor/bind9/dist-9.6/CHANGES vendor/bind9/dist-9.6/bin/named/server.c vendor/bind9/dist-9.6/bin/nsupdate/nsupdate.c ven

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

svn commit: r240727 - vendor/bind9/9.8.3-P3

2012-09-19 Thread Doug Barton
Author: dougb Date: Thu Sep 20 03:42:14 2012 New Revision: 240727 URL: http://svn.freebsd.org/changeset/base/240727 Log: Tag the 9.8.3-P3 release Added: vendor/bind9/9.8.3-P3/ - copied from r240726, vendor/bind9/dist/ ___ svn-src-all@freebsd.or

svn commit: r240726 - in vendor/bind9/dist: . lib/dns lib/dns/include/dns

2012-09-19 Thread Doug Barton
Author: dougb Date: Thu Sep 20 03:38:28 2012 New Revision: 240726 URL: http://svn.freebsd.org/changeset/base/240726 Log: Vendor import of BIND 9.8.3-P3 Modified: vendor/bind9/dist/CHANGES vendor/bind9/dist/lib/dns/include/dns/rdata.h vendor/bind9/dist/lib/dns/master.c vendor/bind9/dist/

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

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 requir

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

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: 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: r240718 - stable/9/sys/dev/ixgbe

2012-09-19 Thread Scott Long
Author: scottl Date: Thu Sep 20 01:23:54 2012 New Revision: 240718 URL: http://svn.freebsd.org/changeset/base/240718 Log: Sync the ixgbe driver from HEAD to stable/9 r236627 - Fix driver deadlock due to OACTIVE flag r236729 - Fix prefetch programming typo r239940 - Improve small RX pack

svn commit: r240717 - stable/9/sys/dev/isp

2012-09-19 Thread Matt Jacob
Author: mjacob Date: Thu Sep 20 00:51:09 2012 New Revision: 240717 URL: http://svn.freebsd.org/changeset/base/240717 Log: MFC of 239502: Remove dependence on MAXPHYS. Modified: stable/9/sys/dev/isp/isp_freebsd.h stable/9/sys/dev/isp/isp_pci.c stable/9/sys/dev/isp/isp_sbus.c Directory Prop

svn commit: r240716 - in head/sys/contrib/dev/acpica: . common compiler components/debugger components/disassembler components/tables include

2012-09-19 Thread Jung-uk Kim
Author: jkim Date: Wed Sep 19 23:25:24 2012 New Revision: 240716 URL: http://svn.freebsd.org/changeset/base/240716 Log: Merge ACPICA 20120913. Modified: head/sys/contrib/dev/acpica/changes.txt (contents, props changed) head/sys/contrib/dev/acpica/common/dmrestag.c head/sys/contrib/dev/a

svn commit: r240715 - in stable/8: share/man/man4 sys/dev/arcmsr

2012-09-19 Thread Xin LI
Author: delphij Date: Wed Sep 19 23:03:54 2012 New Revision: 240715 URL: http://svn.freebsd.org/changeset/base/240715 Log: MFC r240079,215837: Update arcmsr(4) to vendor version 1.20.00.25. Many thanks to Areca for continuing to support FreeBSD. Submitted by: Ching-Lung Huang Mo

svn commit: r240713 - stable/9/sys/dev/isp

2012-09-19 Thread Matt Jacob
Author: mjacob Date: Wed Sep 19 22:24:09 2012 New Revision: 240713 URL: http://svn.freebsd.org/changeset/base/240713 Log: MFC of 240580 and 240590- correct some comments. Modified: stable/9/sys/dev/isp/isp_freebsd.c Directory Properties: stable/9/sys/ (props changed) stable/9/sys/dev/

svn commit: r240712 - in stable/9: share/man/man4 sys/dev/arcmsr

2012-09-19 Thread Xin LI
Author: delphij Date: Wed Sep 19 22:12:57 2012 New Revision: 240712 URL: http://svn.freebsd.org/changeset/base/240712 Log: MFC r240079: Update arcmsr(4) to vendor version 1.20.00.25. Many thanks to Areca for continuing to support FreeBSD. Submitted by: Ching-Lung Huang Modified:

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

2012-09-19 Thread David E. O'Brien
Author: obrien Date: Wed Sep 19 20:42:55 2012 New Revision: 240708 URL: http://svn.freebsd.org/changeset/base/240708 Log: Add Intel RdRand. Modified: head/share/man/man4/random.4 Modified: head/share/man/man4/random.4 ==

svn commit: r240707 - in stable/8: share/man/man4 sys/dev/filemon sys/modules sys/modules/filemon tools/regression/filemon

2012-09-19 Thread David E. O'Brien
Author: obrien Date: Wed Sep 19 20:11:47 2012 New Revision: 240707 URL: http://svn.freebsd.org/changeset/base/240707 Log: MF9: r237795 MFC: r236592 r236593 r236594 r236620 r236621 r236622 r236637 r237794: filemon(4) Added: stable/8/share/man/man4/filemon.4 - copied unc

Re: svn commit: r240699 - in head: sys/dev/pci usr.sbin/pciconf

2012-09-19 Thread Jim Harris
On Wed, Sep 19, 2012 at 11:22 AM, Gavin Atkinson wrote: > Author: gavin > Date: Wed Sep 19 18:22:14 2012 > New Revision: 240699 > URL: http://svn.freebsd.org/changeset/base/240699 > > Log: > Recognise NVM Express devices and pretty-print their name. > > MFC after:1 week > > Modified: > h

svn commit: r240705 - head/lib/libc/string

2012-09-19 Thread Jilles Tjoelker
Author: jilles Date: Wed Sep 19 19:22:24 2012 New Revision: 240705 URL: http://svn.freebsd.org/changeset/base/240705 Log: strsignal(): Reindent. Modified: head/lib/libc/string/strsignal.c Modified: head/lib/libc/string/strsignal.c =

svn commit: r240704 - head/lib/libc/string

2012-09-19 Thread Jilles Tjoelker
Author: jilles Date: Wed Sep 19 19:21:22 2012 New Revision: 240704 URL: http://svn.freebsd.org/changeset/base/240704 Log: strsignal(): Do not append signal numbers to messages for known signals. Messages for known signals looked like "Terminated: 15" instead of "Terminated". Modified:

svn commit: r240702 - in releng/9.1/usr.sbin/pkg_install: add lib

2012-09-19 Thread Jung-uk Kim
Author: jkim Date: Wed Sep 19 19:14:21 2012 New Revision: 240702 URL: http://svn.freebsd.org/changeset/base/240702 Log: MFC: r240476 Do not change owner, group, or mode when package database directory and its contents are created with pkg_add(1). It may happen when the packing list co

svn commit: r240701 - head/sys/cam/scsi

2012-09-19 Thread Tijl Coosemans
Author: tijl Date: Wed Sep 19 18:42:31 2012 New Revision: 240701 URL: http://svn.freebsd.org/changeset/base/240701 Log: Fix a panic when trying to play invalid audio tracks. Modified: head/sys/cam/scsi/scsi_cd.c Modified: head/sys/cam/scsi/scsi_cd.c ==

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

2012-09-19 Thread Jim Harris
Author: jimharris Date: Wed Sep 19 18:25:25 2012 New Revision: 240700 URL: http://svn.freebsd.org/changeset/base/240700 Log: In nvme(4), set device description for BUS_PROBE_GENERIC case. Reported by: jhb Modified: head/sys/dev/nvme/nvme.c Modified: head/sys/dev/nvme/nvme.c ===

svn commit: r240699 - in head: sys/dev/pci usr.sbin/pciconf

2012-09-19 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 19 18:22:14 2012 New Revision: 240699 URL: http://svn.freebsd.org/changeset/base/240699 Log: Recognise NVM Express devices and pretty-print their name. MFC after:1 week Modified: head/sys/dev/pci/pci.c head/usr.sbin/pciconf/pciconf.c Modified: head/sys/

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

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: head/sys/dev/nvme

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 head/cd

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 Sp

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: 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 head/sys/dev

svn commit: r240692 - head/sys/dev/amr

2012-09-19 Thread John Baldwin
Author: jhb Date: Wed Sep 19 11:54:32 2012 New Revision: 240692 URL: http://svn.freebsd.org/changeset/base/240692 Log: As a followup to r234501, ensure that the native ioctl path always allocates a 4kb buffer if a request uses a buffer size of 0. (The Linux ioctl path already did this.)

svn commit: r240691 - head/share/man/man5

2012-09-19 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Wed Sep 19 11:40:17 2012 New Revision: 240691 URL: http://svn.freebsd.org/changeset/base/240691 Log: Regen for r240690 Approved by: joel (mentor) Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ==

svn commit: r240690 - head/tools/build/options

2012-09-19 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Wed Sep 19 11:38:37 2012 New Revision: 240690 URL: http://svn.freebsd.org/changeset/base/240690 Log: Add documentation for the WITHOUT_KDUMP switch. This swtich was introduced in r240404 Approved by: joel (mentor) Added: head/tools/build/opt

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