svn commit: r314549 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-03-01 Thread Alexander Motin
Author: mav Date: Thu Mar 2 07:55:47 2017 New Revision: 314549 URL: https://svnweb.freebsd.org/changeset/base/314549 Log: Execute last ZIO of log commit synchronously. For short transactions overhead of context switch can be too large. Skipping it gives significant latency reduction. Fo

svn commit: r314548 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-03-01 Thread Alexander Motin
Author: mav Date: Thu Mar 2 07:50:06 2017 New Revision: 314548 URL: https://svnweb.freebsd.org/changeset/base/314548 Log: Completely skip cache flushing for not supporting log devices. MFC after:2 weeks Sponsored by: iXsystems, Inc. Modified: head/sys/cddl/contrib/opensolaris/uts/

svn commit: r314547 - head/sys/boot/efi/loader

2017-03-01 Thread Dexuan Cui
Author: dexuan Date: Thu Mar 2 07:25:50 2017 New Revision: 314547 URL: https://svnweb.freebsd.org/changeset/base/314547 Log: loader.efi: reduce the size of the staging area if necessary The loader assumes physical memory in [2MB, 2MB + EFI_STAGING_SIZE) is Conventional Memory, but actual

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

2017-03-01 Thread Ngie Cooper
Author: ngie Date: Thu Mar 2 06:57:13 2017 New Revision: 314546 URL: https://svnweb.freebsd.org/changeset/base/314546 Log: Wordsmith mlx4{en,ib}(4) - Replace the "following lines" with more terse phrases. - Use .Lk for the mellanox URL. - Reword the SUPPORT section so it's less wordy.

Re: svn commit: r313006 - in head: sys/conf sys/libkern sys/libkern/x86 sys/sys tests/sys/kern

2017-03-01 Thread Conrad Meyer
On Wed, Mar 1, 2017 at 9:27 PM, Bruce Evans wrote: > On Wed, 1 Mar 2017, Conrad Meyer wrote: > >> On my laptop (Intel(R) Core(TM) i5-3320M CPU — Ivy Bridge) I still see >> a little worse performance with this patch. Please excuse the ugly >> graphs, I don't have a better graphing tool set up at t

Re: svn commit: r313006 - in head: sys/conf sys/libkern sys/libkern/x86 sys/sys tests/sys/kern

2017-03-01 Thread Ben RUBSON
> On 02 Mar 2017, at 06:27, Bruce Evans wrote: > > On Wed, 1 Mar 2017, Conrad Meyer wrote: > >> On my laptop (Intel(R) Core(TM) i5-3320M CPU — Ivy Bridge) I still see >> a little worse performance with this patch. Please excuse the ugly >> graphs, I don't have a better graphing tool set up at t

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

2017-03-01 Thread Ngie Cooper
Author: ngie Date: Thu Mar 2 06:25:50 2017 New Revision: 314545 URL: https://svnweb.freebsd.org/changeset/base/314545 Log: 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 calls lacking sect

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

2017-03-01 Thread Ngie Cooper
Author: ngie Date: Thu Mar 2 06:22:05 2017 New Revision: 314544 URL: https://svnweb.freebsd.org/changeset/base/314544 Log: Sort .Xr: ahci(4) comes before ahd(4) X-MFC with: r314110 Reported by: make manlint Sponsored by: Dell EMC Isilon Modified: head/share/man/man4/scsi.4 Modif

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

2017-03-01 Thread Ngie Cooper
Author: ngie Date: Thu Mar 2 06:03:21 2017 New Revision: 314543 URL: https://svnweb.freebsd.org/changeset/base/314543 Log: Add missing section when referencing ctl(4) via .Xr macro MFC after:1 week Reported by: make manlint Sponsored by: Dell EMC Isilon Modified: head/share/man

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

2017-03-01 Thread Ngie Cooper
Author: ngie Date: Thu Mar 2 06:02:17 2017 New Revision: 314542 URL: https://svnweb.freebsd.org/changeset/base/314542 Log: 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. Reported by:

Re: svn commit: r313006 - in head: sys/conf sys/libkern sys/libkern/x86 sys/sys tests/sys/kern

2017-03-01 Thread Bruce Evans
On Wed, 1 Mar 2017, Conrad Meyer wrote: On my laptop (Intel(R) Core(TM) i5-3320M CPU ??? Ivy Bridge) I still see a little worse performance with this patch. Please excuse the ugly graphs, I don't have a better graphing tool set up at this time: https://people.freebsd.org/~cem/crc32/sse42_bde.p

svn commit: r314541 - in head/usr.sbin/wpa: . hostapd hostapd_cli wpa_cli wpa_passphrase wpa_priv wpa_supplicant

2017-03-01 Thread Ngie Cooper
Author: ngie Date: Thu Mar 2 05:04:45 2017 New Revision: 314541 URL: https://svnweb.freebsd.org/changeset/base/314541 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. MFC after:1 week Sponsore

svn commit: r314540 - stable/11/sys/arm/freescale/imx

2017-03-01 Thread Ian Lepore
Author: ian Date: Thu Mar 2 04:55:54 2017 New Revision: 314540 URL: https://svnweb.freebsd.org/changeset/base/314540 Log: MFC r312679: Handle imx6 erratum ERR004346... to reboot, clear the SRS bit twice within the same cycle of the 32khz clock. I've never actually noticed this

svn commit: r314539 - stable/11/sys/dev/usb/serial

2017-03-01 Thread Ian Lepore
Author: ian Date: Thu Mar 2 04:42:33 2017 New Revision: 314539 URL: https://svnweb.freebsd.org/changeset/base/314539 Log: MFC r313287: Add tsw_busy support to usb_serial (ucom). The tty layer uses tsw_busy to poll for busy/idle status of the transmitter hardware during close()

svn commit: r314538 - in stable/11: lib/libc/gen share/man/man4 sys/kern sys/sys

2017-03-01 Thread Ian Lepore
Author: ian Date: Thu Mar 2 04:23:53 2017 New Revision: 314538 URL: https://svnweb.freebsd.org/changeset/base/314538 Log: MFC r311954, r311996, r312077, r312080: Rework tty_drain() to poll the hardware for completion, and restore drain timeout handling to historical freebsd behavior.

Re: svn commit: r314525 - in stable/11/sys: arm/arm arm/include conf

2017-03-01 Thread Ian Lepore
On Wed, 2017-03-01 at 18:06 -0800, Rodney W. Grimes wrote: > > > > Author: ian > > Date: Wed Mar  1 22:45:12 2017 > > New Revision: 314525 > > URL: https://svnweb.freebsd.org/changeset/base/314525 > ... > > > > > > > Modified: stable/11/sys/conf/files.arm > > ===

svn commit: r314537 - head/usr.sbin/makefs/ffs

2017-03-01 Thread Ed Maste
Author: emaste Date: Thu Mar 2 04:11:18 2017 New Revision: 314537 URL: https://svnweb.freebsd.org/changeset/base/314537 Log: makefs: remove clause 3 & 4 from Manuel Bouyer license ffs_bswap.c 1.34 ufs_bswap.h 1.34 Obtained from:NetBSD Sponsored by: The FreeBSD Foundation

svn commit: r314536 - head/usr.sbin/makefs/ffs

2017-03-01 Thread Ed Maste
Author: emaste Date: Thu Mar 2 04:08:14 2017 New Revision: 314536 URL: https://svnweb.freebsd.org/changeset/base/314536 Log: makefs: remove archaic __P prototypes from ufs_bswap.h This reduces differences with NetBSD Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/make

svn commit: r314535 - in head/sys/modules: bytgpio intelspi

2017-03-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Mar 2 03:19:39 2017 New Revision: 314535 URL: https://svnweb.freebsd.org/changeset/base/314535 Log: [intelspi][bytgio] Fix buildworld with MODULES_WITH_WORLD set Add opt_platform.h and opt_acpi.h to the dependencies so modules can be built as a part of buildworld

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-03-01 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Wed, Mar 1, 2017 at 9:08 AM, Rodney W. Grimes > wrote: > ... > > At one point in history I can promise you that ALL symlinks in the release > > where shortest possible relative path. So any absolute links that entered > > the system got created by

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

2017-03-01 Thread Ed Maste
Author: emaste Date: Thu Mar 2 02:10:59 2017 New Revision: 314534 URL: https://svnweb.freebsd.org/changeset/base/314534 Log: regen src.conf.5 after r313169 Sponsored by: The FreeBSD Foundation Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

Re: svn commit: r314525 - in stable/11/sys: arm/arm arm/include conf

2017-03-01 Thread Rodney W. Grimes
> Author: ian > Date: Wed Mar 1 22:45:12 2017 > New Revision: 314525 > URL: https://svnweb.freebsd.org/changeset/base/314525 ... > > Modified: stable/11/sys/conf/files.arm > == > --- stable/11/sys/conf/files.arm Wed

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-03-01 Thread Rodney W. Grimes
> On Wed, Mar 1, 2017 at 8:57 AM, Alexey Dokuchaev wrote: > > On Wed, Mar 01, 2017 at 08:43:55AM -0800, Rodney W. Grimes wrote: > >> I believe we have some other full path things that have crept > >> forward into the production release, but that may be in ports > >> only. Nope bad full paths link

svn commit: r314533 - head/lib/libsbuf

2017-03-01 Thread Scott Long
Author: scottl Date: Thu Mar 2 01:39:23 2017 New Revision: 314533 URL: https://svnweb.freebsd.org/changeset/base/314533 Log: Expose the sbuf_putbuf() symbol to libsbuf. There are a few other symbols that are present but not exposed, like get/set/clear flags, not sure if they need to be exp

svn commit: r314532 - stable/11/usr.bin/vi/catalog

2017-03-01 Thread Ed Maste
Author: emaste Date: Thu Mar 2 01:28:15 2017 New Revision: 314532 URL: https://svnweb.freebsd.org/changeset/base/314532 Log: MFC r314139: make vi message catalogues build independent of locale r275234 addressed sort automatically converting 8-bit locales to UTF-8 by using "LANG=C sort",

svn commit: r314531 - in stable/11/etc: . rc.d

2017-03-01 Thread Ian Lepore
Author: ian Date: Thu Mar 2 01:23:17 2017 New Revision: 314531 URL: https://svnweb.freebsd.org/changeset/base/314531 Log: MFC r311103, r311907: Update ntp.conf to use the ntpd pool feature. Our previous ntp.conf file configured 3 servers from freebsd.pool.ntp.org using 3 separ

svn commit: r314530 - in stable/11/sys: arm/arm arm/include contrib/vchiq/interface/compat

2017-03-01 Thread Ian Lepore
Author: ian Date: Thu Mar 2 01:18:46 2017 New Revision: 314530 URL: https://svnweb.freebsd.org/changeset/base/314530 Log: MFC r312292, r313573: Stop including sys/types.h from arm's machine/atomic.h, fix the places where atomic.h was being included without ensuring that types.h (via

svn commit: r314529 - in head/contrib/jemalloc: . doc include/jemalloc include/jemalloc/internal src

2017-03-01 Thread Jason Evans
Author: jasone Date: Thu Mar 2 01:14:48 2017 New Revision: 314529 URL: https://svnweb.freebsd.org/changeset/base/314529 Log: Update jemalloc to 4.5.0. Modified: head/contrib/jemalloc/ChangeLog head/contrib/jemalloc/FREEBSD-Xlist head/contrib/jemalloc/FREEBSD-diffs head/contrib/jemalloc

svn commit: r314528 - head/sbin/md5

2017-03-01 Thread Dag-Erling Smørgrav
Author: des Date: Thu Mar 2 00:27:21 2017 New Revision: 314528 URL: https://svnweb.freebsd.org/changeset/base/314528 Log: Update to reflect that SHA-1 has now been broken. Submitted by: ak MFC after:1 week Modified: head/sbin/md5/md5.1 Modified: head/sbin/md5/md5.1 ==

svn commit: r314527 - in head: crypto/openssh crypto/openssh/contrib crypto/openssh/contrib/cygwin crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat crypto/ope...

2017-03-01 Thread Dag-Erling Smørgrav
Author: des Date: Thu Mar 2 00:11:32 2017 New Revision: 314527 URL: https://svnweb.freebsd.org/changeset/base/314527 Log: Upgrade to OpenSSH 7.3p1. Added: head/crypto/openssh/.skipped-commit-ids - copied unchanged from r313010, vendor-crypto/openssh/dist/.skipped-commit-ids head/cryp

svn commit: r314526 - stable/11/sys/arm/arm

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 23:35:40 2017 New Revision: 314526 URL: https://svnweb.freebsd.org/changeset/base/314526 Log: MFC r312251: Remove a bit of armv6 support that didn't get deleted when this file was split from trap.c into trap-v4.c and trap-v6.c. Modified: stable/11/sys/a

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-03-01 Thread Baptiste Daroussin
On Wed, Mar 01, 2017 at 02:41:23PM -0800, Ngie Cooper wrote: > On Wed, Mar 1, 2017 at 9:08 AM, Rodney W. Grimes > wrote: > ... > > At one point in history I can promise you that ALL symlinks in the release > > where shortest possible relative path. So any absolute links that entered > > the syste

Re: svn commit: r314404 - head/sys/compat/linux

2017-03-01 Thread Ngie Cooper
On Wed, Mar 1, 2017 at 12:22 PM, Chagin Dmitry wrote: ... > usually we use LTP and glibc (NPTL) tests. Feel free to adapt it LTP would probably be the best way to do this. Please feel free to ping me if you need changes ushered into the project (I'm a contributor there). Thanks, -Ngie ___

svn commit: r314525 - in stable/11/sys: arm/arm arm/include conf

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 22:45:12 2017 New Revision: 314525 URL: https://svnweb.freebsd.org/changeset/base/314525 Log: MFC r306901: ARM: Split identify_arm_cpu() into ARMv4 and ARMv6 variant. On ARMv6, be more verbose about supported CPU features and/or optional instructions.

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-03-01 Thread Ngie Cooper
On Wed, Mar 1, 2017 at 2:32 PM, Ngie Cooper wrote: ... > This is completely orthogonal to my changes (and has been in place for > a number of years). If you'd like to use relative symlinks for > programs, then let's definitely do it as part of another change > (personally, I think that some of the

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-03-01 Thread Ngie Cooper
On Wed, Mar 1, 2017 at 9:08 AM, Rodney W. Grimes wrote: ... > At one point in history I can promise you that ALL symlinks in the release > where shortest possible relative path. So any absolute links that entered > the system got created by developers who where not aware that they should > always

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-03-01 Thread Ngie Cooper
On Wed, Mar 1, 2017 at 8:57 AM, Alexey Dokuchaev wrote: > On Wed, Mar 01, 2017 at 08:43:55AM -0800, Rodney W. Grimes wrote: >> I believe we have some other full path things that have crept >> forward into the production release, but that may be in ports >> only. Nope bad full paths links I found

svn commit: r314522 - stable/11/sys/boot/fdt/dts/arm

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 21:48:15 2017 New Revision: 314522 URL: https://svnweb.freebsd.org/changeset/base/314522 Log: MFC r309195: Add an ethernet0 alias pointing to the /aix/usb/hub/ethernet node. This is required for u-boot to locate the ethernet node when it's doing fixup

svn commit: r314521 - stable/11/sys/arm/conf

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 21:45:03 2017 New Revision: 314521 URL: https://svnweb.freebsd.org/changeset/base/314521 Log: MFC r302506: Remove HZ= from all armv6 configs, put HZ=1000 in std.armv6. Modified: stable/11/sys/arm/conf/ALLWINNER stable/11/sys/arm/conf/ALPINE stable/11/sy

svn commit: r314520 - head/contrib/dma

2017-03-01 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 1 21:42:22 2017 New Revision: 314520 URL: https://svnweb.freebsd.org/changeset/base/314520 Log: Import dma snapshot from git 2017-02-10 The only change is: use basename to select executable identity PR: 216910 Submitted by: Andrej Ebert Modif

svn commit: r314519 - vendor/dma/20170210

2017-03-01 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 1 21:37:43 2017 New Revision: 314519 URL: https://svnweb.freebsd.org/changeset/base/314519 Log: Tag import of dma 20170210 Added: vendor/dma/20170210/ - copied from r306538, vendor/dma/dist/ Replaced: vendor/dma/20170210/dma-mbox-create.c - copied uncha

svn commit: r314518 - vendor/dma/dist

2017-03-01 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 1 21:35:25 2017 New Revision: 314518 URL: https://svnweb.freebsd.org/changeset/base/314518 Log: Import dma snapshot from git 2017-02-10 The only change is: use basename to select executable identity PR: 216910 Submitted by: Andrej Ebert Modif

svn commit: r314517 - stable/11/sys/modules/dtb/imx6

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 21:31:44 2017 New Revision: 314517 URL: https://svnweb.freebsd.org/changeset/base/314517 Log: MFC r313919: Add dtb files for Boundary Devices Nitrogen 6 family boards. Modified: stable/11/sys/modules/dtb/imx6/Makefile Directory Properties: stable/11/ (props c

svn commit: r314516 - stable/11/sys/dev/ffec

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 21:20:28 2017 New Revision: 314516 URL: https://svnweb.freebsd.org/changeset/base/314516 Log: MFC r313918: Add definitions for the IEEE-1588 registers. Modified: stable/11/sys/dev/ffec/if_ffecreg.h Directory Properties: stable/11/ (props changed) Modified: s

svn commit: r314515 - stable/11/sys/arm/freescale/imx

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 21:19:46 2017 New Revision: 314515 URL: https://svnweb.freebsd.org/changeset/base/314515 Log: MFC r313917: Change the naming of imx{5,6} gpio pins to exactly match the names used in the reference manual. Modified: stable/11/sys/arm/freescale/imx/imx_gpi

svn commit: r314514 - in stable/11/sys: arm/ti dev/sdhci

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 21:18:42 2017 New Revision: 314514 URL: https://svnweb.freebsd.org/changeset/base/314514 Log: MFC r314064, r314060: Fix typos in bootverbose printfs... display the write-protect pin info, not the card-detect pin info. Remove a variable that has been

svn commit: r314513 - in stable/11/sys: arm/freescale/imx dev/usb/controller

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 21:12:50 2017 New Revision: 314513 URL: https://svnweb.freebsd.org/changeset/base/314513 Log: MFC r313674: Enable usb low and full speed devices connected to the imx6 root hubs. Modified: stable/11/sys/arm/freescale/imx/imx6_usbphy.c stable/11/sys/dev/usb

svn commit: r314512 - stable/11/sys/arm/ti/am335x

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 21:11:36 2017 New Revision: 314512 URL: https://svnweb.freebsd.org/changeset/base/314512 Log: MFC r312859: Configure the timer capture pin to input mode in the timer control register, in addition to configuring it as input with the pinmux driver. There

svn commit: r314511 - stable/11/sys/dev/sdhci

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 21:05:24 2017 New Revision: 314511 URL: https://svnweb.freebsd.org/changeset/base/314511 Log: MFC r311736: Use the new sdhci_fdt_gpio helper functions to add full support for FDT gpio pins for detecting card insert/remove and write protect. Modified: st

svn commit: r314510 - in stable/11/sys: arm/freescale/imx conf dev/sdhci powerpc/mpc85xx

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 21:02:26 2017 New Revision: 314510 URL: https://svnweb.freebsd.org/changeset/base/314510 Log: MFC r308186, r308188, r308231, r308232: Move imx_sdhci driver over to a dev/sdhci in preparation for QorIQ support. Freescale uses eSDHC in both i.MX (ARM) and Qo

Re: svn commit: r313006 - in head: sys/conf sys/libkern sys/libkern/x86 sys/sys tests/sys/kern

2017-03-01 Thread Conrad Meyer
Hi Bruce, On my laptop (Intel(R) Core(TM) i5-3320M CPU — Ivy Bridge) I still see a little worse performance with this patch. Please excuse the ugly graphs, I don't have a better graphing tool set up at this time: https://people.freebsd.org/~cem/crc32/sse42_bde.png https://people.freebsd.org/~cem

Re: svn commit: r314404 - head/sys/compat/linux

2017-03-01 Thread mokhi
But I think, the case is to run compiled/built-on-linux on FreeBSD. -- Best regards, MMokhi. ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd

svn commit: r314509 - head/sys/dev/cxgbe/iw_cxgbe

2017-03-01 Thread Navdeep Parhar
Author: np Date: Wed Mar 1 20:23:21 2017 New Revision: 314509 URL: https://svnweb.freebsd.org/changeset/base/314509 Log: cxgbe/iw_cxgbe: Do not check the size of the memory region being registered. T4/5/6 have no internal limit on this size. This is probably a copy paste from the T3 iw_cx

Re: svn commit: r314404 - head/sys/compat/linux

2017-03-01 Thread Chagin Dmitry
On Tue, Feb 28, 2017 at 12:00:41PM -0800, Conrad Meyer wrote: > On Tue, Feb 28, 2017 at 11:55 AM, Dmitry Chagin wrote: > > Author: dchagin > > Date: Tue Feb 28 19:55:16 2017 > > New Revision: 314404 > > URL: https://svnweb.freebsd.org/changeset/base/314404 > > > > Log: > > Linux epoll return EEX

svn commit: r314508 - in stable/11/sys: arm/ti conf dev/sdhci

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 20:22:25 2017 New Revision: 314508 URL: https://svnweb.freebsd.org/changeset/base/314508 Log: MFC r311734, r311735, r311951, r314071: Add new helper routines for sdhci bridge drivers that use gpio pins for card presence and write protect switch detection.

svn commit: r314507 - in head/sys/netpfil/ipfw: . nptv6

2017-03-01 Thread Andrey V. Elsukov
Author: ae Date: Wed Mar 1 20:00:19 2017 New Revision: 314507 URL: https://svnweb.freebsd.org/changeset/base/314507 Log: Fix NPTv6 rule counters when one_pass is not enabled. Consider the rule matching when both @done and @retval values returned from ipfw_run_eaction() are zero. And modi

svn commit: r314506 - in stable/11/sys: arm/allwinner arm/altera/socfpga arm/amlogic/aml8726 arm/annapurna/alpine arm/arm arm/at91 arm/broadcom/bcm2835 arm/freescale/imx arm/freescale/vybrid arm/in...

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 19:55:04 2017 New Revision: 314506 URL: https://svnweb.freebsd.org/changeset/base/314506 Log: MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges) Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only need this on a few

svn commit: r314505 - in head/sys/boot: arm/uboot powerpc/kboot powerpc/ofw powerpc/ps3 powerpc/uboot userboot/userboot

2017-03-01 Thread Pedro F. Giffuni
Author: pfg Date: Wed Mar 1 19:36:32 2017 New Revision: 314505 URL: https://svnweb.freebsd.org/changeset/base/314505 Log: Split the ficl CFLAGS when they refer to an arch-specific include path. This is a minimal attempt to keep consistency in the Makefiles so that moving ficl to somweher

svn commit: r314504 - head/sys/boot/zfs

2017-03-01 Thread Toomas Soome
Author: tsoome Date: Wed Mar 1 19:02:43 2017 New Revision: 314504 URL: https://svnweb.freebsd.org/changeset/base/314504 Log: loader: r314112 did introduce dereference freed pointer entry CID: 1371675 Reported by: Coverity Reviewed by: jhb, allanjude Approved by: allanjude (mentor)

svn commit: r314503 - in stable/11/sys/arm: altera/socfpga broadcom/bcm2835 freescale/imx freescale/vybrid lpc mv rockchip ti ti/am335x versatile xilinx

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 18:53:05 2017 New Revision: 314503 URL: https://svnweb.freebsd.org/changeset/base/314503 Log: MFC r308640: Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to read integer data from the device tree. Modified: stable/11/sys/arm/altera/socfpga

svn commit: r314502 - in head/sys: kern net sys

2017-03-01 Thread Sean Bruno
Author: sbruno Date: Wed Mar 1 18:37:35 2017 New Revision: 314502 URL: https://svnweb.freebsd.org/changeset/base/314502 Log: Make gtaskqueue compatible with drm-next such that they can be used with the linuxkpi tasklets. Submitted by: mm...@nextbsd.org Reported by: hps Modified: he

svn commit: r314501 - stable/11/sys/dev/usb/serial

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 18:23:30 2017 New Revision: 314501 URL: https://svnweb.freebsd.org/changeset/base/314501 Log: MFC r303347, r303350, r303351, r303353: Translate modem status reg bits from ns16550 to SER_* values used by the tty layer. Annotate the usb-serial drivers

svn commit: r314500 - stable/11/sys/dev/usb/serial

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 18:19:46 2017 New Revision: 314500 URL: https://svnweb.freebsd.org/changeset/base/314500 Log: MFC r303346: Actually return line status register values from umoscom_cfg_get_status(). The hardware delivers ns16550-compatible status bits, which is what the

svn commit: r314499 - stable/11/sys/dev/gpio

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 18:05:40 2017 New Revision: 314499 URL: https://svnweb.freebsd.org/changeset/base/314499 Log: MFC r311658: Only write to *active once, even when GPIO_ACTIVE_LOW is set. Modified: stable/11/sys/dev/gpio/ofw_gpiobus.c Directory Properties: stable/11/ (pro

svn commit: r314498 - stable/11/sys/conf

2017-03-01 Thread Ian Lepore
Author: ian Date: Wed Mar 1 18:03:34 2017 New Revision: 314498 URL: https://svnweb.freebsd.org/changeset/base/314498 Log: MFC r310430: Use ${.OBJDIR} to refer to the kernel build object dir, instead of trying to recreate it from ${MAKEOBJDIRPREFIX} and ${SRC_BASE} and ${KERNCONF},

svn commit: r314497 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-03-01 Thread Andrey V. Elsukov
Author: ae Date: Wed Mar 1 18:03:32 2017 New Revision: 314497 URL: https://svnweb.freebsd.org/changeset/base/314497 Log: Do not invoke the resize event when previous provider's size was zero. This is similar to r303637 fix for geom_disk. Reported by: avg Tested by:avg MFC after:

svn commit: r314496 - head/sys/cam/ctl

2017-03-01 Thread Alexander Motin
Author: mav Date: Wed Mar 1 17:35:56 2017 New Revision: 314496 URL: https://svnweb.freebsd.org/changeset/base/314496 Log: Add check missed in r314257. MFC after:11 days Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c ===

Re: svn commit: r314473 - head

2017-03-01 Thread Warner Losh
On Wed, Mar 1, 2017 at 9:29 AM, Rodney W. Grimes wrote: > I'll rectifiy this if and when I get my commit bit. In the mean time, you could submit a Bugzilla or a github pull request :) Warner ___ svn-src-all@freebsd.org mailing list https://lists.freebs

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-03-01 Thread Rodney W. Grimes
-- Start of PGP signed section. > On Wed, Mar 01, 2017 at 08:43:55AM -0800, Rodney W. Grimes wrote: > > > On Wed, Mar 01, 2017 at 08:54:51AM -0700, Ian Lepore wrote: > > > > ... > > > > You're not the only one who has diffed build output logs (I suspect > > > > anyone who has to maintain a non-triv

Re: svn commit: r314362 - in head/sys: arm/at91 arm/cavium/cns11xx arm/nvidia arm/xscale/i8134x arm/xscale/ixp425 arm/xscale/pxa dev/uart mips/adm5120 mips/alchemy mips/atheros mips/atheros/ar531x mip

2017-03-01 Thread Ed Maste
On 27 February 2017 at 15:08, Ruslan Bukin wrote: > Author: br > Date: Mon Feb 27 20:08:42 2017 > New Revision: 314362 > URL: https://svnweb.freebsd.org/changeset/base/314362 Tinderbox build is currently failing in mips XLP, XLP64, XLPN32 with: In file included from /scratch/tmp/emaste/freebsd/s

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-03-01 Thread Baptiste Daroussin
On Wed, Mar 01, 2017 at 08:43:55AM -0800, Rodney W. Grimes wrote: > > On Wed, Mar 01, 2017 at 08:54:51AM -0700, Ian Lepore wrote: > > > ... > > > You're not the only one who has diffed build output logs (I suspect > > > anyone who has to maintain a non-trivial build infrastructure has done > > > so

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-03-01 Thread Alexey Dokuchaev
On Wed, Mar 01, 2017 at 08:43:55AM -0800, Rodney W. Grimes wrote: > I believe we have some other full path things that have crept > forward into the production release, but that may be in ports > only. Nope bad full paths links I found in just a few seconds: > > lrwxr-xr-x 1 root wheel

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-03-01 Thread Rodney W. Grimes
> On Wed, Mar 01, 2017 at 08:54:51AM -0700, Ian Lepore wrote: > > ... > > You're not the only one who has diffed build output logs (I suspect > > anyone who has to maintain a non-trivial build infrastructure has done > > so), and you're not the only one who thinks that changing relative > > paths t

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-03-01 Thread Alexey Dokuchaev
On Wed, Mar 01, 2017 at 08:54:51AM -0700, Ian Lepore wrote: > ... > You're not the only one who has diffed build output logs (I suspect > anyone who has to maintain a non-trivial build infrastructure has done > so), and you're not the only one who thinks that changing relative > paths to absolute i

Re: svn commit: r314473 - head

2017-03-01 Thread Rodney W. Grimes
> On Wed, Mar 1, 2017 at 9:04 AM, Rodney W. Grimes > wrote: > >> On Tue, Feb 28, 2017 at 10:45 PM, Rodney W. Grimes > >> wrote: > >> >> Author: imp > >> >> Date: Wed Mar 1 05:05:05 2017 > >> >> New Revision: 314473 > >> >> URL: https://svnweb.freebsd.org/changeset/base/314473 > >> >> > >> >> Log

Re: svn commit: r314473 - head

2017-03-01 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On 1 March 2017 at 09:58, Warner Losh wrote: > > > > It's a verbatim copy of README converted to markdown. Maybe README > > should be fixed and this regenerated. The trailing whitespace is part > > of the conversion and not a mistake. > > I think the

Re: svn commit: r314473 - head

2017-03-01 Thread Warner Losh
On Wed, Mar 1, 2017 at 9:04 AM, Rodney W. Grimes wrote: >> On Tue, Feb 28, 2017 at 10:45 PM, Rodney W. Grimes >> wrote: >> >> Author: imp >> >> Date: Wed Mar 1 05:05:05 2017 >> >> New Revision: 314473 >> >> URL: https://svnweb.freebsd.org/changeset/base/314473 >> >> >> >> Log: >> >> Create REA

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-03-01 Thread Rodney W. Grimes
[ Charset ISO-8859-1 unsupported, converting... ] > On Tue, 2017-02-28 at 21:53 -0800, Rodney W. Grimes wrote: > > -- Start of PGP signed section. > > [ Charset UTF-8 unsupported, converting... ] > > > > > > > > > > > > > > On Feb 28, 2017, at 21:38, Rodney W. Grimes > > > N85.dnsmgr.net> wrote

Re: svn commit: r314473 - head

2017-03-01 Thread Rodney W. Grimes
> On Tue, Feb 28, 2017 at 10:45 PM, Rodney W. Grimes > wrote: > >> Author: imp > >> Date: Wed Mar 1 05:05:05 2017 > >> New Revision: 314473 > >> URL: https://svnweb.freebsd.org/changeset/base/314473 > >> > >> Log: > >> Create README.md file for viewing on github. > >> > >> This is a lightly e

Re: svn commit: r314473 - head

2017-03-01 Thread Ed Maste
On 1 March 2017 at 09:58, Warner Losh wrote: > > It's a verbatim copy of README converted to markdown. Maybe README > should be fixed and this regenerated. The trailing whitespace is part > of the conversion and not a mistake. I think the whitespace is a mistake, since the markdown version is ren

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-03-01 Thread Ian Lepore
On Tue, 2017-02-28 at 21:53 -0800, Rodney W. Grimes wrote: > -- Start of PGP signed section. > [ Charset UTF-8 unsupported, converting... ] > > > > > > > > > > On Feb 28, 2017, at 21:38, Rodney W. Grimes > > N85.dnsmgr.net> wrote: > > > > > > Would it be possible to not do this as 1000 commits

Re: svn commit: r314473 - head

2017-03-01 Thread Warner Losh
On Wed, Mar 1, 2017 at 8:49 AM, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> >> >> Am 1. M?rz 2017 06:45:25 MEZ schrieb "Rodney W. Grimes" >> : >> >> Author: imp >> >> Date: Wed Mar 1 05:05:05 2017 >> >> New Revision: 314473 >> >> URL: https://svnweb.freebsd.org/chan

Re: svn commit: r314473 - head

2017-03-01 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > > > Am 1. M?rz 2017 06:45:25 MEZ schrieb "Rodney W. Grimes" > : > >> Author: imp > >> Date: Wed Mar 1 05:05:05 2017 > >> New Revision: 314473 > >> URL: https://svnweb.freebsd.org/changeset/base/314473 > >> > >> Log: > >> Create README.md file fo

svn commit: r314495 - head

2017-03-01 Thread Ed Maste
Author: emaste Date: Wed Mar 1 15:39:58 2017 New Revision: 314495 URL: https://svnweb.freebsd.org/changeset/base/314495 Log: Remove hard line breaks from README.md This is rendered with variable-width formatting and a proportional font, so hard line breaks before 80 cols are undesired.

Re: svn commit: r314473 - head

2017-03-01 Thread Warner Losh
On Tue, Feb 28, 2017 at 10:45 PM, Rodney W. Grimes wrote: >> Author: imp >> Date: Wed Mar 1 05:05:05 2017 >> New Revision: 314473 >> URL: https://svnweb.freebsd.org/changeset/base/314473 >> >> Log: >> Create README.md file for viewing on github. >> >> This is a lightly edited README using git

svn commit: r314493 - stable/11/sys/sys

2017-03-01 Thread Andriy Gapon
Author: avg Date: Wed Mar 1 13:47:28 2017 New Revision: 314493 URL: https://svnweb.freebsd.org/changeset/base/314493 Log: MFC r314101: don't use C99 static array indices with older GCC versions Sponsored by: Panzura Modified: stable/11/sys/sys/cdefs.h Directory Properties: stable/11/

svn commit: r314494 - stable/10/sys/sys

2017-03-01 Thread Andriy Gapon
Author: avg Date: Wed Mar 1 13:47:36 2017 New Revision: 314494 URL: https://svnweb.freebsd.org/changeset/base/314494 Log: MFC r314101: don't use C99 static array indices with older GCC versions Sponsored by: Panzura Modified: stable/10/sys/sys/cdefs.h Directory Properties: stable/10/

svn commit: r314492 - stable/10/sys/sys

2017-03-01 Thread Andriy Gapon
Author: avg Date: Wed Mar 1 13:45:50 2017 New Revision: 314492 URL: https://svnweb.freebsd.org/changeset/base/314492 Log: MFC r314100: fix a typo in __STDC_VERSION__ in __min_size requirements Modified: stable/10/sys/sys/cdefs.h Directory Properties: stable/10/ (props changed) Modified:

svn commit: r314491 - stable/11/sys/sys

2017-03-01 Thread Andriy Gapon
Author: avg Date: Wed Mar 1 13:45:40 2017 New Revision: 314491 URL: https://svnweb.freebsd.org/changeset/base/314491 Log: MFC r314100: fix a typo in __STDC_VERSION__ in __min_size requirements Modified: stable/11/sys/sys/cdefs.h Directory Properties: stable/11/ (props changed) Modified:

svn commit: r314490 - head/sys/sys

2017-03-01 Thread Konstantin Belousov
Author: kib Date: Wed Mar 1 12:10:24 2017 New Revision: 314490 URL: https://svnweb.freebsd.org/changeset/base/314490 Log: Add some explanation for SV_TIMEKEEP flag. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/sys/sys/sysent.h Modified: head/sys/sys/sysent

svn commit: r314489 - head/sys/compat/ia32

2017-03-01 Thread Konstantin Belousov
Author: kib Date: Wed Mar 1 11:39:29 2017 New Revision: 314489 URL: https://svnweb.freebsd.org/changeset/base/314489 Log: With the removal of IA64, the only arch which uses ia32 compat is amd64. Sponsored by: The FreeBSD Foundation MFC after:2 weeks Modified: head/sys/compat/ia32/

svn commit: r314488 - head/sys/boot/fdt/dts/arm

2017-03-01 Thread Ruslan Bukin
Author: br Date: Wed Mar 1 10:55:12 2017 New Revision: 314488 URL: https://svnweb.freebsd.org/changeset/base/314488 Log: Set USB OTG mode to host (missed in vendor DTS for some reason). Sponsored by: DARPA, AFRL Modified: head/sys/boot/fdt/dts/arm/socfpga_arria10_socdk_sdmmc.dts Modifi

svn commit: r314487 - head/sys/kern

2017-03-01 Thread Konstantin Belousov
Author: kib Date: Wed Mar 1 10:28:15 2017 New Revision: 314487 URL: https://svnweb.freebsd.org/changeset/base/314487 Log: Use vm_map_insert() instead of vm_map_find() in elf_map_insert(). Elf_map_insert() needs to create mapping at the known fixed address. Usage of vm_map_find() assumes,

svn commit: r314486 - head/sys/kern

2017-03-01 Thread Konstantin Belousov
Author: kib Date: Wed Mar 1 10:22:07 2017 New Revision: 314486 URL: https://svnweb.freebsd.org/changeset/base/314486 Log: When deallocating the vm object in elf_map_insert() due to vm_map_insert() failure, drop the vnode lock around the call to vm_object_deallocate(). Since the dealloc

svn commit: r314485 - head/sys/dev/hyperv/netvsc

2017-03-01 Thread Sepherosa Ziehau
Author: sephe Date: Wed Mar 1 09:05:12 2017 New Revision: 314485 URL: https://svnweb.freebsd.org/changeset/base/314485 Log: hyperv/hn: Misaligned chimney sending buffers should not be used MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebs

svn commit: r314484 - head/sys/dev/hyperv/netvsc

2017-03-01 Thread Sepherosa Ziehau
Author: sephe Date: Wed Mar 1 08:50:41 2017 New Revision: 314484 URL: https://svnweb.freebsd.org/changeset/base/314484 Log: hyperv/hn: Make sure that RNDIS packet message is at least 4B aligned. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.

Re: svn commit: r314473 - head

2017-03-01 Thread Florian Ermisch
Am 1. März 2017 06:45:25 MEZ schrieb "Rodney W. Grimes" : >> Author: imp >> Date: Wed Mar 1 05:05:05 2017 >> New Revision: 314473 >> URL: https://svnweb.freebsd.org/changeset/base/314473 >> >> Log: >> Create README.md file for viewing on github. >> >> This is a lightly edited README usi

svn commit: r314483 - head/sys/dev/hyperv/netvsc

2017-03-01 Thread Sepherosa Ziehau
Author: sephe Date: Wed Mar 1 08:24:17 2017 New Revision: 314483 URL: https://svnweb.freebsd.org/changeset/base/314483 Log: hyperv/hn: Simplify RNDIS packet total length calculation. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/

Re: svn commit: r314465 - stable/11/sys/dev/iscsi

2017-03-01 Thread Julian Elischer
Might be an idea to add a comment in a good place pointing out that that should not be unsigned so that the next person doesn't make the same mistake.. On 1/3/17 12:24 pm, Alexander Motin wrote: Author: mav Date: Wed Mar 1 04:24:30 2017 New Revision: 314465 URL: https://svnweb.freebsd.org/cha