svn commit: r315140 - stable/10/sys/dev/aic7xxx

2017-03-11 Thread Alexander Motin
Author: mav Date: Sun Mar 12 06:20:28 2017 New Revision: 315140 URL: https://svnweb.freebsd.org/changeset/base/315140 Log: MFC r314308: Fix LUN enabling on wildcard target, as done by CTL. Modified: stable/10/sys/dev/aic7xxx/aic79xx.c stable/10/sys/dev/aic7xxx/aic7xxx.c Directory Properties

svn commit: r315138 - stable/10/sys/cam/ctl

2017-03-11 Thread Alexander Motin
Author: mav Date: Sun Mar 12 06:18:41 2017 New Revision: 315138 URL: https://svnweb.freebsd.org/changeset/base/315138 Log: MFC r314307: Add support for SIMs without autosense. If we asked to send sense data by setting CAM_SEND_SENSE, but SIM didn't confirm transmission by setting CAM_SENT

svn commit: r315135 - stable/10/usr.bin/dc

2017-03-11 Thread Pedro F. Giffuni
Author: pfg Date: Sun Mar 12 05:36:31 2017 New Revision: 315135 URL: https://svnweb.freebsd.org/changeset/base/315135 Log: MFC r314321: dc(1): Merge minor changes from OpenBSD. Prefer setvbuf() to setlinebuf() for portability. Some style(9) and redundant tests for NULL. These are o

svn commit: r315129 - stable/10/share/man/man4

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 04:58:57 2017 New Revision: 315129 URL: https://svnweb.freebsd.org/changeset/base/315129 Log: MFC r314542: kern.cam.da.X.delete_method: add -width to .Bl macro call Now the section width is set appropriately per the BIO_DELETE parameter being described.

svn commit: r315127 - stable/10/share/man/man4

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 04:57:21 2017 New Revision: 315127 URL: https://svnweb.freebsd.org/changeset/base/315127 Log: MFC r314545: Add missing section to .Xr macro calls for wpifw(4) The driver manpage for wpifw(4) is missing, but will be added soon. This fixes the other 2 .Xr

svn commit: r315124 - stable/10/usr.sbin/syslogd

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 04:55:02 2017 New Revision: 315124 URL: https://svnweb.freebsd.org/changeset/base/315124 Log: MFC r314233: Parameterize out the length of struct filed->f_lasttime as `MAXDATELEN` This removes the hardcoded value for the field (16) and the equivalent hard

svn commit: r315122 - stable/10/lib/libcam

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 04:53:27 2017 New Revision: 315122 URL: https://svnweb.freebsd.org/changeset/base/315122 Log: MFC r314189,r314190,r314191: r314189: Fix up NULL/'\0' uses and fix 2 derefs after NULL CID: 1018898, 1018899 r314190: Fix some minor styl

svn commit: r315119 - stable/10/sys/modules/geom/geom_uzip

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 04:41:27 2017 New Revision: 315119 URL: https://svnweb.freebsd.org/changeset/base/315119 Log: MFC r314644: Fix "make depend" with geom_uzip.ko: add opt_geom.h to SRCS Modified: stable/10/sys/modules/geom/geom_uzip/Makefile Directory Properties: stable/10/

svn commit: r315116 - stable/10/rescue/rescue

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 04:32:31 2017 New Revision: 315116 URL: https://svnweb.freebsd.org/changeset/base/315116 Log: MFC r314239: Add shutdown/poweroff support to rescue(8) shutdown is a safer way to power off than reboot (in general), because of the added shutdown process tha

svn commit: r315110 - in stable/10: rescue/rescue tools/build/mk

2017-03-11 Thread Ngie Cooper
Author: ngie Date: Sun Mar 12 04:12:41 2017 New Revision: 315110 URL: https://svnweb.freebsd.org/changeset/base/315110 Log: MFC r314240: Conditionally compile certain programs into rescue(8) if requested MK_CCD - ccdconfig MK_ROUTED - routed, rtquery Modified: stable/10/rescue/res

svn commit: r315081 - in stable: 10/usr.sbin/ntp/doc 11/usr.sbin/ntp/doc

2017-03-11 Thread Cy Schubert
Author: cy Date: Sat Mar 11 18:06:20 2017 New Revision: 315081 URL: https://svnweb.freebsd.org/changeset/base/315081 Log: MFC r314896: Remove extraneous arguments and options, which don't make sense for a file documented in volume 5. Modified: stable/10/usr.sbin/ntp/doc/ntp.conf.5 Dire

svn commit: r315080 - in stable: 10/usr.sbin/ntp/doc 11/usr.sbin/ntp/doc

2017-03-11 Thread Cy Schubert
Author: cy Date: Sat Mar 11 17:57:22 2017 New Revision: 315080 URL: https://svnweb.freebsd.org/changeset/base/315080 Log: MFC r314768: Fix mismerge of r280849. Reported by: des Modified: stable/10/usr.sbin/ntp/doc/ntp.keys.5 Directory Properties: stable/10/ (props changed) Cha

svn commit: r315079 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

2017-03-11 Thread Cy Schubert
Author: cy Date: Sat Mar 11 17:46:59 2017 New Revision: 315079 URL: https://svnweb.freebsd.org/changeset/base/315079 Log: MFC r312886: Fix lookup of original destination address when using a redirect rule. Transparent proxying, e.g. to squid, is an example of this. Obtained from:

svn commit: r315073 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-03-11 Thread Andriy Gapon
Author: avg Date: Sat Mar 11 15:30:35 2017 New Revision: 315073 URL: https://svnweb.freebsd.org/changeset/base/315073 Log: MFC r314274: l2arc: fix write size calculation broken by Compressed ARC commit Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c Directory Properti

svn commit: r315069 - stable/10/sys/modules/qlxgbe

2017-03-11 Thread Andriy Gapon
Author: avg Date: Sat Mar 11 15:21:34 2017 New Revision: 315069 URL: https://svnweb.freebsd.org/changeset/base/315069 Log: qlxgbe: add GCC_MS_EXTENSIONS to CFLAGS to make old base GCC happy The module uses unnamed structure and union fields and base GCC in stable/10 doesn't like it. I t

svn commit: r315071 - stable/10/sys/dev/ioat

2017-03-11 Thread Andriy Gapon
Author: avg Date: Sat Mar 11 15:26:41 2017 New Revision: 315071 URL: https://svnweb.freebsd.org/changeset/base/315071 Log: MFC r314666: ioat: don't specify inline for function with variable argument list Modified: stable/10/sys/dev/ioat/ioat_test.c Directory Properties: stable/10/ (props

svn commit: r315063 - in stable/10/sys: amd64/linux amd64/linux32 compat/freebsd32 compat/svr4 i386/ibcs2 i386/linux kern

2017-03-11 Thread Dmitry Chagin
Author: dchagin Date: Sat Mar 11 08:40:59 2017 New Revision: 315063 URL: https://svnweb.freebsd.org/changeset/base/315063 Log: MFC r303464 (by brooks@): Don't create pointless backups of generated files in "make sysent". Any sensible workflow will include a revision control system from