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

2012-09-20 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: r240737 - head/sys/netpfil/pf

2012-09-20 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 20 07:04:08 2012 New Revision: 240737 URL: http://svn.freebsd.org/changeset/base/240737 Log: Reduce copy/paste when freeing an source node. Modified: head/sys/netpfil/pf/pf.c Modified: head/sys/netpfil/pf/pf.c

svn commit: r240738 - head/share/man/man9

2012-09-20 Thread Kevin Lo
Author: kevlo Date: Thu Sep 20 07:07:35 2012 New Revision: 240738 URL: http://svn.freebsd.org/changeset/base/240738 Log: Remove references to brelse and bremfree, which don't actually exist. Modified: head/share/man/man9/vinvalbuf.9 Modified: head/share/man/man9/vinvalbuf.9

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

2012-09-20 Thread Gavin Atkinson
Author: gavin Date: Thu Sep 20 08:30:17 2012 New Revision: 240739 URL: http://svn.freebsd.org/changeset/base/240739 Log: The correct generic term for PCIS_STORAGE_NVM is NVM not NVM Express. Submitted by: jimharris MFC after:6 days Modified: head/sys/dev/pci/pci.c

svn commit: r240740 - head/rescue/rescue

2012-09-20 Thread Baptiste Daroussin
Author: bapt Date: Thu Sep 20 08:50:39 2012 New Revision: 240740 URL: http://svn.freebsd.org/changeset/base/240740 Log: unbreak build: rescue now needs -ljail if MK_ZFS is on Modified: head/rescue/rescue/Makefile Modified: head/rescue/rescue/Makefile

svn commit: r240741 - head/sys/vm

2012-09-20 Thread Konstantin Belousov
Author: kib Date: Thu Sep 20 09:52:57 2012 New Revision: 240741 URL: http://svn.freebsd.org/changeset/base/240741 Log: Plug the accounting leak for the wired pages when msync(MS_INVALIDATE) is performed on the vnode mapping which is wired in other address space. While there, explicitely

svn commit: r240742 - head/sys/net

2012-09-20 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 20 10:05:10 2012 New Revision: 240742 URL: http://svn.freebsd.org/changeset/base/240742 Log: Convert lagg(4) to use if_transmit instead of if_start. In collaboration with:thompsa, sbruno, fabient Modified: head/sys/net/if_lagg.c Modified:

svn commit: r240743 - in head/sys/dev: atkbdc isci/scil usb/serial

2012-09-20 Thread Kevin Lo
Author: kevlo Date: Thu Sep 20 10:07:31 2012 New Revision: 240743 URL: http://svn.freebsd.org/changeset/base/240743 Log: Fix typo: s/protocl/protocol Modified: head/sys/dev/atkbdc/psm.c head/sys/dev/isci/scil/scic_sds_phy.c head/sys/dev/usb/serial/uftdi_reg.h Modified:

svn commit: r240750 - head/sys/dev/usb

2012-09-20 Thread Hans Petter Selasky
Author: hselasky Date: Thu Sep 20 15:11:59 2012 New Revision: 240750 URL: http://svn.freebsd.org/changeset/base/240750 Log: Fix typo. Modified: head/sys/dev/usb/usb_request.c Modified: head/sys/dev/usb/usb_request.c

svn commit: r240762 - head/lib/libusbhid

2012-09-20 Thread Alexander Motin
Author: mav Date: Thu Sep 20 18:56:27 2012 New Revision: 240762 URL: http://svn.freebsd.org/changeset/base/240762 Log: Restore handling of the third argument (id) of hid_start_parse(), same as it is done in NetBSD/OpenBSD, and as it was here before r205728. I personally think this API or

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

2012-09-20 Thread Pawel Jakub Dawidek
On Wed, Sep 19, 2012 at 04:28:38PM +, Baptiste Daroussin wrote: 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

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

2012-09-20 Thread Baptiste Daroussin
On Thu, Sep 20, 2012 at 11:17:01PM +0200, Pawel Jakub Dawidek wrote: On Wed, Sep 19, 2012 at 04:28:38PM +, Baptiste Daroussin wrote: 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

svn commit: r240768 - in head/usr.sbin/bsdconfig: . console mouse networking networking/share password/share security share startup startup/share timezone usermgmt usermgmt/share

2012-09-20 Thread Devin Teske
Author: dteske Date: Thu Sep 20 23:44:13 2012 New Revision: 240768 URL: http://svn.freebsd.org/changeset/base/240768 Log: Change all invocations of dialog(1) to no-longer require temporary files. This allows bsdconfig to -- like bsdinstall -- operate from read-only media. Reviewed by:

svn commit: r240770 - in head/usr.sbin/bsdconfig: . console mouse networking networking/share share startup startup/share timezone/share usermgmt/share

2012-09-20 Thread Devin Teske
Author: dteske Date: Fri Sep 21 01:36:20 2012 New Revision: 240770 URL: http://svn.freebsd.org/changeset/base/240770 Log: Replace redirections to /dev/null with close file-descriptor syntax (-). Reviewed by: adrian (co-mentor) Approved by: adrian (co-mentor) Modified:

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

2012-09-20 Thread Pawel Jakub Dawidek
On Thu, Sep 20, 2012 at 11:38:43PM +0200, Baptiste Daroussin wrote: On Thu, Sep 20, 2012 at 11:17:01PM +0200, Pawel Jakub Dawidek wrote: On Wed, Sep 19, 2012 at 04:28:38PM +, Baptiste Daroussin wrote: Author: bapt Date: Wed Sep 19 16:28:38 2012 New Revision: 240698 URL: