svn commit: r306752 - head/sbin/savecore

2016-10-05 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 6 05:16:44 2016 New Revision: 306752 URL: https://svnweb.freebsd.org/changeset/base/306752 Log: savecore(8): Fix buffer overrun inspecting disks with varying sector size A premature optimization lead to caching a native-sector sized memory allocation. If the pr

svn commit: r306751 - in head/sys/boot: efi/boot1 efi/loader i386/gptzfsboot i386/zfsboot userboot/zfs zfs

2016-10-05 Thread Allan Jude
Author: allanjude Date: Thu Oct 6 03:32:30 2016 New Revision: 306751 URL: https://svnweb.freebsd.org/changeset/base/306751 Log: Disable loop unrolling in skein for sys/boot When tsoome@ added skein support to the ZFS boot code and zfsloader, it resulted in an explosion in code size, runn

Re: svn commit: r306346 - head/sys/kern

2016-10-05 Thread Bruce Evans
On Wed, 5 Oct 2016, Slawa Olhovchenkov wrote: On Wed, Oct 05, 2016 at 11:19:10AM +1100, Bruce Evans wrote: On Tue, 4 Oct 2016, Gleb Smirnoff wrote: On Mon, Sep 26, 2016 at 03:30:30PM +, Eric van Gyzen wrote: E> ... E> Modified: head/sys/kern/kern_mutex.c E> =

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

2016-10-05 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 6 01:52:00 2016 New Revision: 306748 URL: https://svnweb.freebsd.org/changeset/base/306748 Log: style(9): Some additional clarification Prompted by an email from bde@. Reviewed by: emaste, imp (earlier version) With input from: wblock Sponsored by:

svn commit: r306747 - head/sys/cam

2016-10-05 Thread Alexander Motin
Author: mav Date: Thu Oct 6 01:14:10 2016 New Revision: 306747 URL: https://svnweb.freebsd.org/changeset/base/306747 Log: Fix ABI compat shims, broken by adding NVMe support. MFC after:1 week Modified: head/sys/cam/cam_compat.c head/sys/cam/cam_compat.h Modified: head/sys/cam/cam

svn commit: r306746 - head/sys/dev/atkbdc

2016-10-05 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Oct 6 01:01:00 2016 New Revision: 306746 URL: https://svnweb.freebsd.org/changeset/base/306746 Log: Fix extended buttons support on synaptic clickpad Fix regression introduced by r306355 on synaptic clickpads with extended buttons (buttons stopped working) PR

svn commit: r306745 - in head/sys: net net/altq netinet

2016-10-05 Thread Kevin Lo
Author: kevlo Date: Thu Oct 6 00:51:27 2016 New Revision: 306745 URL: https://svnweb.freebsd.org/changeset/base/306745 Log: Remove an alias if_list, use if_link consistently. Reviewed by: tuexen Differential Revision:https://reviews.freebsd.org/D8075 Modified: head/sys/net/al

svn commit: r306744 - head/sys/geom/mirror

2016-10-05 Thread Mark Johnston
Author: markj Date: Thu Oct 6 00:13:55 2016 New Revision: 306744 URL: https://svnweb.freebsd.org/changeset/base/306744 Log: gmirror: Write an updated syncid before queuing writes. When a syncid bump is pending, any write to the mirror results in the updated syncid being written to each c

svn commit: r306743 - head/sys/geom/mirror

2016-10-05 Thread Mark Johnston
Author: markj Date: Thu Oct 6 00:05:45 2016 New Revision: 306743 URL: https://svnweb.freebsd.org/changeset/base/306743 Log: gmirror: Bump the syncid if broken disks are found during startup. Consider a mirror with two components, m1 and m2. Suppose a hardware error results in the removal

svn commit: r306742 - head/sys/geom/mirror

2016-10-05 Thread Mark Johnston
Author: markj Date: Wed Oct 5 23:55:01 2016 New Revision: 306742 URL: https://svnweb.freebsd.org/changeset/base/306742 Log: gmirror: Use bool instead of boolean_t. MFC after:1 week Sponsored by: Dell EMC Isilon Modified: head/sys/geom/mirror/g_mirror.c Modified: head/sys/geom/mir

svn commit: r306741 - head/sys/kern

2016-10-05 Thread Conrad E. Meyer
Author: cem Date: Wed Oct 5 23:42:02 2016 New Revision: 306741 URL: https://svnweb.freebsd.org/changeset/base/306741 Log: vfs_bio: Remove a leading space (style) Introduced in r282085. Sponsored by: Dell EMC Isilon Modified: head/sys/kern/vfs_bio.c Modified: head/sys/kern/vfs_bio.

svn commit: r306740 - head/gnu/usr.bin/groff

2016-10-05 Thread Ed Maste
Author: emaste Date: Wed Oct 5 23:25:29 2016 New Revision: 306740 URL: https://svnweb.freebsd.org/changeset/base/306740 Log: groff: use changelog date rather than file modification date in man pages The source checkout date is not particularly relevant, and this makes groff man pages bui

Re: svn commit: r305824 - in head/sys: contrib/ipfilter/netinet kern net netinet netinet6 netipsec sys

2016-10-05 Thread Gleb Smirnoff
On Wed, Oct 05, 2016 at 11:20:58AM +0800, Kevin Lo wrote: K> > On Thu, Sep 15, 2016 at 07:41:48AM +, Kevin Lo wrote: K> > K> Log: K> > K> Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead. K> > ... K> > K> Modified: head/sys/contrib/ipfilter/netinet/fil.c K> > K> ===

Re: svn commit: r306346 - head/sys/kern

2016-10-05 Thread Slawa Olhovchenkov
On Wed, Oct 05, 2016 at 11:19:10AM +1100, Bruce Evans wrote: > On Tue, 4 Oct 2016, Gleb Smirnoff wrote: > > > On Mon, Sep 26, 2016 at 03:30:30PM +, Eric van Gyzen wrote: > > E> ... > > E> Modified: head/sys/kern/kern_mutex.c > > E> > >

svn commit: r306736 - head/sbin/nos-tun

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:45:21 2016 New Revision: 306736 URL: https://svnweb.freebsd.org/changeset/base/306736 Log: Add history section to nos-tun(8) PR: 212545 Approved by: bcr (mentor) MFC after:5 days Differential Revision:https://rev

Re: svn commit: r306364 - in head: lib/libc/tests share/mk

2016-10-05 Thread Ed Maste
On 27 September 2016 at 09:44, Ruslan Bukin wrote: > Author: br > Date: Tue Sep 27 09:44:30 2016 > New Revision: 306364 > URL: https://svnweb.freebsd.org/changeset/base/306364 > > Log: > Mark SSP broken on MIPS. This needs an adjustment in sys/conf/kern.opts.mk as well it seems; 'make showconfi

svn commit: r306735 - head/sbin/natd

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:42:35 2016 New Revision: 306735 URL: https://svnweb.freebsd.org/changeset/base/306735 Log: Add history section to natd(8) Fix back sentence raised by igor. PR: 212544 Approved by: bcr (mentor) MFC after:5 days Differen

svn commit: r306734 - head/sbin/fsck_ffs

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:38:49 2016 New Revision: 306734 URL: https://svnweb.freebsd.org/changeset/base/306734 Log: Add history section to fsck_ffs(8) Move sentence to a new line as advised by igor. PR: 212474 Approved by: bcr (mentor) MFC after:

svn commit: r306733 - head/sbin/fsck

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:31:44 2016 New Revision: 306733 URL: https://svnweb.freebsd.org/changeset/base/306733 Log: Add history section to fsck(8) PR: 212472 Approved by: bcr (mentor) MFC after:5 days Differential Revision:https://review

Re: svn commit: r306729 - head/tools/build/options

2016-10-05 Thread Bryan Drewery
On 10/5/16 1:12 PM, Ed Maste wrote: > Author: emaste > Date: Wed Oct 5 20:12:00 2016 > New Revision: 306729 > URL: https://svnweb.freebsd.org/changeset/base/306729 > > Log: > makeman: avoid bogus output with duplicated options > > On some targets 'make showconfig' currently reports both 'n

svn commit: r306732 - head/sbin/fdisk_pc98

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:28:04 2016 New Revision: 306732 URL: https://svnweb.freebsd.org/changeset/base/306732 Log: Document the history of fdisk based on the original post to comp.unix.bsd by Julian Elischer [1] and the Mach 2.5 Installation notes [2]. I was unable t

svn commit: r306731 - head/sbin/fdisk

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:21:06 2016 New Revision: 306731 URL: https://svnweb.freebsd.org/changeset/base/306731 Log: Document the history of fdisk based on the original post to comp.unix.bsd by Julian Elischer [1] and the Mach 2.5 Installation notes [2]. I was unable t

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

2016-10-05 Thread Ed Maste
Author: emaste Date: Wed Oct 5 20:18:17 2016 New Revision: 306730 URL: https://svnweb.freebsd.org/changeset/base/306730 Log: Regen src.conf.5 after r306649 Sponsored by: The FreeBSD Foundation Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

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

2016-10-05 Thread Ed Maste
Author: emaste Date: Wed Oct 5 20:12:00 2016 New Revision: 306729 URL: https://svnweb.freebsd.org/changeset/base/306729 Log: makeman: avoid bogus output with duplicated options On some targets 'make showconfig' currently reports both 'no' and 'yes' for some options. For example: % m

svn commit: r306728 - head/sbin/devfs

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:08:07 2016 New Revision: 306728 URL: https://svnweb.freebsd.org/changeset/base/306728 Log: Add history section for devfs(8) Move sentence to a new line as advised by igor. PR: 212441 Approved by: bcr (mentor) MFC after:5

svn commit: r306727 - head/sbin/devd

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:04:36 2016 New Revision: 306727 URL: https://svnweb.freebsd.org/changeset/base/306727 Log: Add history section for devd(8) Move sentence to a new line as advised by igor PR: 212439 Approved by: bcr (mentor) MFC after:5 d

svn commit: r306726 - head/lib/libcapsicum

2016-10-05 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Oct 5 20:02:34 2016 New Revision: 306726 URL: https://svnweb.freebsd.org/changeset/base/306726 Log: Add man pages for Capsicum helpers. Reviewed by: cem Differential Revision:https://reviews.freebsd.org/D8154 Added: head/lib/libcapsicum/capsicum_help

svn commit: r306725 - head/sbin/clri

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:01:09 2016 New Revision: 306725 URL: https://svnweb.freebsd.org/changeset/base/306725 Log: Add history section for clri(8) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V6/usr/man/man8/clri.8 PR: 212438 Approved by: bcr (mentor

svn commit: r306724 - head/sbin/bsdlabel

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 19:56:10 2016 New Revision: 306724 URL: https://svnweb.freebsd.org/changeset/base/306724 Log: Add history section for bsdlabel(8) http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Tahoe/usr/man/cat8/disklabel.0 Remove tab after space, highlig

svn commit: r306723 - head/sbin/atm/atmconfig

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 19:49:48 2016 New Revision: 306723 URL: https://svnweb.freebsd.org/changeset/base/306723 Log: Add history section for atmconfig(8) PR: 212415 Approved by: bcr (mentor) MFC after:5 days Differential Revision:https://

svn commit: r306722 - head/bin/test

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 19:47:02 2016 New Revision: 306722 URL: https://svnweb.freebsd.org/changeset/base/306722 Log: Add history section for test(1) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd/test.c PR: 211789 Approved by: bcr (mentor)

svn commit: r306721 - head/bin/stty

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 19:37:46 2016 New Revision: 306721 URL: https://svnweb.freebsd.org/changeset/base/306721 Log: Add history section for stty(1) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man1/stty.1 PR: 211788 Approved by: bcr (mentor)

svn commit: r306720 - head/bin/pwd

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 19:31:29 2016 New Revision: 306720 URL: https://svnweb.freebsd.org/changeset/base/306720 Log: Add history section of pwd(1) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/source/s2/pwd.c PR: 211787 Approved by: bcr (mentor)

svn commit: r306719 - head/bin/expr

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 19:26:35 2016 New Revision: 306719 URL: https://svnweb.freebsd.org/changeset/base/306719 Log: Document origins of expr & authors http://minnie.tuhs.org/cgi-bin/utree.pl?file=PWB1/usr/man/man1/expr.1 PR: 173979 Approved by: bcr (m

svn commit: r306718 - head/bin/echo

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 19:16:55 2016 New Revision: 306718 URL: https://svnweb.freebsd.org/changeset/base/306718 Log: Add history section for echo(1) Sourced using the draft copy of the second edition manual http://www.tuhs.org/Archive/PDP-11/Distributions/research/19

svn commit: r306717 - head/sys/arm/ti/cpsw

2016-10-05 Thread Luiz Otavio O Souza
Author: loos Date: Wed Oct 5 19:09:27 2016 New Revision: 306717 URL: https://svnweb.freebsd.org/changeset/base/306717 Log: if_cpsw overhaul: - Fix RX and TX teardown: . TX teardown would not reclaim the abandoned descriptors; . Interrupt storms in RX teardown; . Fixed the ackno

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

2016-10-05 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Oct 5 19:01:00 2016 New Revision: 306716 URL: https://svnweb.freebsd.org/changeset/base/306716 Log: Add man page for dnvlist. Submitted by: Adam Starak Reviewed by: cem, wblock Added: head/share/man/man9/dnv.9 (contents, props changed) Modified: head/sh

svn commit: r306715 - head/bin/dd

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 18:38:38 2016 New Revision: 306715 URL: https://svnweb.freebsd.org/changeset/base/306715 Log: Add history section for dd(1) First version of UNIX to include dd found using TUHS http://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/source/s1/dd.c

svn commit: r306714 - head/bin/chio

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 18:26:39 2016 New Revision: 306714 URL: https://svnweb.freebsd.org/changeset/base/306714 Log: Document where chio(1) originated from & which version of FreeBSD first included it. PR: 211776 Approved by: bcr (mentor) MFC after:

svn commit: r306712 - head/sys/vm

2016-10-05 Thread Alan Cox
Author: alc Date: Wed Oct 5 17:32:06 2016 New Revision: 306712 URL: https://svnweb.freebsd.org/changeset/base/306712 Log: Make the page daemon's notion of what kind of pass is being performed by vm_pageout_scan() local to vm_pageout_worker(). There is no reason to store the pass in the NUM

svn commit: r306710 - head/sys/cam

2016-10-05 Thread Mark Johnston
Author: markj Date: Wed Oct 5 17:18:24 2016 New Revision: 306710 URL: https://svnweb.freebsd.org/changeset/base/306710 Log: CAM ccbq sanity: checks on insert and remove KASSERT in cam_ccbq_insert_ccb that only XPT_FC_QUEUED ops are queued, and XPT_FC_USER_CCB ops are not. Otherwise cam_c

svn commit: r306709 - in head/lib/msun: ld80 src

2016-10-05 Thread Ed Maste
Author: emaste Date: Wed Oct 5 17:04:58 2016 New Revision: 306709 URL: https://svnweb.freebsd.org/changeset/base/306709 Log: libm: remove unused variables Sponsored by: The FreeBSD Foundation Modified: head/lib/msun/ld80/e_lgammal_r.c head/lib/msun/src/e_lgammaf_r.c Modified: head/li

svn commit: r306708 - head/lib/libc/stdlib

2016-10-05 Thread Ed Maste
Author: emaste Date: Wed Oct 5 17:03:22 2016 New Revision: 306708 URL: https://svnweb.freebsd.org/changeset/base/306708 Log: abort in srandomdev if kern.arandom sysctl fails The sysctl cannot fail. If it does fail on some FreeBSD derivative or after some future change, just abort() so th

svn commit: r306707 - head/lib/libcasper/libcasper

2016-10-05 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Oct 5 16:23:02 2016 New Revision: 306707 URL: https://svnweb.freebsd.org/changeset/base/306707 Log: Fix naming in Casper man page. Modified: head/lib/libcasper/libcasper/libcasper.3 Modified: head/lib/libcasper/libcasper/libcasper.3

svn commit: r306706 - head/sys/vm

2016-10-05 Thread Alan Cox
Author: alc Date: Wed Oct 5 16:15:26 2016 New Revision: 306706 URL: https://svnweb.freebsd.org/changeset/base/306706 Log: Change vm_pageout_scan() to return a value indicating whether the free page target was met. Previously, vm_pageout_worker() itself checked the length of the free page

svn commit: r306705 - head/sys/arm/include

2016-10-05 Thread Andrew Turner
Author: andrew Date: Wed Oct 5 14:00:05 2016 New Revision: 306705 URL: https://svnweb.freebsd.org/changeset/base/306705 Log: We don't use cpu_control on armv6, remove the macro there. Modified: head/sys/arm/include/cpufunc.h Modified: head/sys/arm/include/cpufunc.h =

svn commit: r306704 - in head/sys/arm: arm include

2016-10-05 Thread Michal Meloun
Author: mmel Date: Wed Oct 5 12:19:09 2016 New Revision: 306704 URL: https://svnweb.freebsd.org/changeset/base/306704 Log: ARM: Remove next bunch of unused cpu_functions from ARMv6. Modified: head/sys/arm/arm/cpufunc.c head/sys/arm/arm/machdep.c head/sys/arm/include/cpufunc.h Modified:

svn commit: r306703 - head/sys/conf

2016-10-05 Thread Michal Meloun
Author: mmel Date: Wed Oct 5 12:17:43 2016 New Revision: 306703 URL: https://svnweb.freebsd.org/changeset/base/306703 Log: ARM: Disconnect elf_trampoline.c from ARMv6 build. The trampoline code never functioned properly for Cortex CPUs, and its functionality is already provided by ubldr. M