svn commit: r269705 - head/sys/netinet

2014-08-08 Thread Bjoern A . Zeeb
Author: bz Date: Fri Aug 8 09:17:02 2014 New Revision: 269705 URL: http://svnweb.freebsd.org/changeset/base/269705 Log: Fix argument to KTR after r269699 to unbreak LINT builds. Modified: head/sys/netinet/igmp.c Modified: head/sys/netinet/igmp.c =

svn commit: r269707 - head/sys/dev/usb/controller

2014-08-08 Thread Hans Petter Selasky
Author: hselasky Date: Fri Aug 8 09:47:01 2014 New Revision: 269707 URL: http://svnweb.freebsd.org/changeset/base/269707 Log: Remove some not needed directory properties. Modified: Directory Properties: head/sys/dev/usb/controller/ (props changed) __

svn commit: r269708 - head/sys/fs/nullfs

2014-08-08 Thread Konstantin Belousov
Author: kib Date: Fri Aug 8 11:39:05 2014 New Revision: 269708 URL: http://svnweb.freebsd.org/changeset/base/269708 Log: VOP_LOOKUP() may relock the directory vnode for some reasons. Since nullfs vnode shares vnode lock with lower vnode, this allows the reclamation of nullfs directory vnod

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

2014-08-08 Thread Warner Losh
Author: imp Date: Fri Aug 8 11:46:45 2014 New Revision: 269709 URL: http://svnweb.freebsd.org/changeset/base/269709 Log: is_full_id is set to 0 and then not used. remove it. Modified: head/sys/cam/scsi/scsi_all.c Modified: head/sys/cam/scsi/scsi_all.c ===

svn commit: r269712 - head/sys/dev/an

2014-08-08 Thread Warner Losh
Author: imp Date: Fri Aug 8 11:47:14 2014 New Revision: 269712 URL: http://svnweb.freebsd.org/changeset/base/269712 Log: last is set and not used, most likely a cut and paste error from other sysctl setting functions in this module. Modified: head/sys/dev/an/if_an.c Modified: head/sys/dev

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

2014-08-08 Thread Warner Losh
Author: imp Date: Fri Aug 8 11:47:09 2014 New Revision: 269711 URL: http://svnweb.freebsd.org/changeset/base/269711 Log: Set but not used variables eliminated. Modified: head/sys/dev/amr/amr.c Modified: head/sys/dev/amr/amr.c =

svn commit: r269710 - head/sys/dev/aic7xxx

2014-08-08 Thread Warner Losh
Author: imp Date: Fri Aug 8 11:47:04 2014 New Revision: 269710 URL: http://svnweb.freebsd.org/changeset/base/269710 Log: shared_scb_data set, but never used, remove it. Modified: head/sys/dev/aic7xxx/aic79xx_pci.c Modified: head/sys/dev/aic7xxx/aic79xx_pci.c

svn commit: r269713 - head/sys/dev/ata/chipsets

2014-08-08 Thread Warner Losh
Author: imp Date: Fri Aug 8 11:47:18 2014 New Revision: 269713 URL: http://svnweb.freebsd.org/changeset/base/269713 Log: err set but not used. Eliminate it. Modified: head/sys/dev/ata/chipsets/ata-promise.c Modified: head/sys/dev/ata/chipsets/ata-promise.c ==

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

2014-08-08 Thread Warner Losh
Author: imp Date: Fri Aug 8 11:47:23 2014 New Revision: 269714 URL: http://svnweb.freebsd.org/changeset/base/269714 Log: an isn't used, so eliminate it. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c ==

Re: svn commit: r269699 - in head/sys: net netinet netinet6 netipsec netpfil/pf sys

2014-08-08 Thread Rui Paulo
On Aug 7, 2014, at 18:57, Kevin Lo wrote: > Author: kevlo > Date: Fri Aug 8 01:57:15 2014 > New Revision: 269699 > URL: http://svnweb.freebsd.org/changeset/base/269699 > > Log: > Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have > only one protocol switch structure that is

svn commit: r269726 - head/sys/netinet

2014-08-08 Thread Konstantin Belousov
Author: kib Date: Fri Aug 8 15:50:02 2014 New Revision: 269726 URL: http://svnweb.freebsd.org/changeset/base/269726 Log: Fix one more compiler warning, m is not initialized. Modified: head/sys/netinet/igmp.c Modified: head/sys/netinet/igmp.c =

svn commit: r269727 - head/usr.bin/vmstat

2014-08-08 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Fri Aug 8 16:32:06 2014 New Revision: 269727 URL: http://svnweb.freebsd.org/changeset/base/269727 Log: Update vmstat usage for last-argument count/wait parameters Correct the usage in both the manpage and in usage() to indicate that the wait interval and

svn commit: r269728 - in head/sys: amd64/amd64 arm/arm i386/i386 i386/xen mips/mips powerpc/aim powerpc/booke powerpc/powerpc sparc64/sparc64 vm

2014-08-08 Thread Konstantin Belousov
Author: kib Date: Fri Aug 8 17:12:03 2014 New Revision: 269728 URL: http://svnweb.freebsd.org/changeset/base/269728 Log: Change pmap_enter(9) interface to take flags parameter and superpage mapping size (currently unused). The flags includes the fault access bits, wired flag as PMAP_ENTER_

svn commit: r269729 - in head/usr.bin/sed: . tests

2014-08-08 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Fri Aug 8 17:29:01 2014 New Revision: 269729 URL: http://svnweb.freebsd.org/changeset/base/269729 Log: sed(1): Don't force a newline on last line, if input stream doesn't have one While here, change how we check if the current line is the last one. Before, we just

svn commit: r269730 - head/cddl/contrib/opensolaris/lib/libzpool/common

2014-08-08 Thread Sean Bruno
Author: sbruno Date: Fri Aug 8 18:00:23 2014 New Revision: 269730 URL: http://svnweb.freebsd.org/changeset/base/269730 Log: Quiesce a printf warning from clang, %ul -> %lu Phabric: https://phabric.freebsd.org/D472 Reviewed by: mahrens delphij Modified: head/cddl/contrib/opensola

svn commit: r269731 - head/sys/dev/cxgbe/common

2014-08-08 Thread Navdeep Parhar
Author: np Date: Fri Aug 8 18:36:53 2014 New Revision: 269731 URL: http://svnweb.freebsd.org/changeset/base/269731 Log: cxgbe(4): Do not poke T4-only registers on a T5 (and vice versa). Obtained from:Chelsio Communications MFC after:1 week Modified: head/sys/dev/cxgbe/comm

svn commit: r269740 - head/contrib/libc++/include

2014-08-08 Thread Dimitry Andric
Author: dim Date: Fri Aug 8 21:27:33 2014 New Revision: 269740 URL: http://svnweb.freebsd.org/changeset/base/269740 Log: Pull in r214736 from upstream libc++ trunk (by Marshall Clow): Fix PR#20520 - predicate called too many times in list::remove_if. Add tests for list, forward_list,

svn commit: r269741 - head/sys/boot/userboot/userboot

2014-08-08 Thread Sean Bruno
Author: sbruno Date: Fri Aug 8 21:47:47 2014 New Revision: 269741 URL: http://svnweb.freebsd.org/changeset/base/269741 Log: Quiesce warning about discarding a const qualifier in assignement. Phabric: https://phabric.freebsd.org/D445 Reviewed by: neel Modified: head/sys/boot/user

svn commit: r269743 - head/sys/sys

2014-08-08 Thread Warren Block
Author: wblock (doc committer) Date: Fri Aug 8 22:30:41 2014 New Revision: 269743 URL: http://svnweb.freebsd.org/changeset/base/269743 Log: Update the comments in exec.h with help from jilles. PR: 180970 Submitted by: Carlos Jacobo Puga Medina Reviewed by: jilles MFC afte

svn commit: r269744 - head

2014-08-08 Thread Rui Paulo
Author: rpaulo Date: Fri Aug 8 23:55:22 2014 New Revision: 269744 URL: http://svnweb.freebsd.org/changeset/base/269744 Log: Run dtrace in 32-bit mode when compiling 32-bit libraries. MFC after:3 days Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

Re: svn commit: r269741 - head/sys/boot/userboot/userboot

2014-08-08 Thread Bruce Evans
On Fri, 8 Aug 2014, Sean Bruno wrote: Log: Quiesce warning about discarding a const qualifier in assignement. This replaces an error by another error. (Non-C compilers like clang and gcc give only a warning for the first error and not even a warning for the second error when it is quiesced.)

svn commit: r269745 - head/usr.bin/mkimg

2014-08-08 Thread Marcel Moolenaar
Author: marcel Date: Sat Aug 9 04:47:12 2014 New Revision: 269745 URL: http://svnweb.freebsd.org/changeset/base/269745 Log: Create a redundant grain directory and table. Previously we were cheating by assigning the same sector offset to both directories, but it seems that VirtualBox doesn't

svn commit: r269746 - head/sys/vm

2014-08-08 Thread Konstantin Belousov
Author: kib Date: Sat Aug 9 05:00:34 2014 New Revision: 269746 URL: http://svnweb.freebsd.org/changeset/base/269746 Log: Adapt vm_page_aflag_set(PGA_WRITEABLE) to the locking of pmap_enter(PMAP_ENTER_NOSLEEP). The PGA_WRITEABLE flag can be set when either the page is busied, or the owner o