Re: svn commit: r318250 - in head: etc etc/newsyslog.conf.d etc/syslog.d tools/build/mk

2017-05-18 Thread Julian Elischer
On 16/5/17 4:11 am, Ian Lepore wrote: On Mon, 2017-05-15 at 12:22 -0700, John Baldwin wrote: On Monday, May 15, 2017 11:43:21 AM Ian Lepore wrote: On Mon, 2017-05-15 at 10:13 -0700, John Baldwin wrote: On Saturday, May 13, 2017 10:39:15 AM Warner Losh wrote: - It's really easy to screw u

svn commit: r318517 - head/sys/libkern

2017-05-18 Thread Xin LI
Author: delphij Date: Fri May 19 06:37:16 2017 New Revision: 318517 URL: https://svnweb.freebsd.org/changeset/base/318517 Log: Sync qsort.c with userland r318515. (Note that MIN macro is removed in favor of sys/param.h's version). PR: 213922 Modified: head/sys/libkern/qsor

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

2017-05-18 Thread Alexander Motin
Author: mav Date: Fri May 19 05:12:58 2017 New Revision: 318516 URL: https://svnweb.freebsd.org/changeset/base/318516 Log: Fix time handling in cv_timedwait_hires(). pthread_cond_timedwait() receives absolute time, not relative. Passing wrong time there caused two threads of zdb to spin

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

2017-05-18 Thread Xin LI
Author: delphij Date: Fri May 19 04:59:12 2017 New Revision: 318515 URL: https://svnweb.freebsd.org/changeset/base/318515 Log: The current qsort(3) implementation ignores the sizes of partitions, and always perform recursion on the left partition, then use a tail call to handle the right par

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

2017-05-18 Thread Xin LI
Author: delphij Date: Fri May 19 04:44:14 2017 New Revision: 318514 URL: https://svnweb.freebsd.org/changeset/base/318514 Log: Use size_t. Inspired by: OpenBSD src/lib/libc/stdlib/qsort.c,v 1.11 Modified: head/lib/libc/stdlib/qsort.c Modified: head/lib/libc/stdlib/qsort.c =

svn commit: r318513 - in stable: 10/usr.sbin/rmt 11/usr.sbin/rmt

2017-05-18 Thread Rodney W. Grimes
Author: rgrimes Date: Fri May 19 02:12:10 2017 New Revision: 318513 URL: https://svnweb.freebsd.org/changeset/base/318513 Log: MFC r314693 Change /etc/rmt symlink from absolute to relative path, correcting the mistake made in r6499 Approved by: grehan (mentor) Modified: stable/1

svn commit: r318513 - in stable: 10/usr.sbin/rmt 11/usr.sbin/rmt

2017-05-18 Thread Rodney W. Grimes
Author: rgrimes Date: Fri May 19 02:12:10 2017 New Revision: 318513 URL: https://svnweb.freebsd.org/changeset/base/318513 Log: MFC r314693 Change /etc/rmt symlink from absolute to relative path, correcting the mistake made in r6499 Approved by: grehan (mentor) Modified: stable/1

svn commit: r318512 - head/sys/net

2017-05-18 Thread Sepherosa Ziehau
Author: sephe Date: Fri May 19 01:42:31 2017 New Revision: 318512 URL: https://svnweb.freebsd.org/changeset/base/318512 Log: net/vlan: Revert 305177 Miss read the parentheses. Reported by: oleg@ Reviewed by: hps@ MFC after:3 days Sponsored by: Microsoft Modified: head/sy

svn commit: r318511 - head/sys/netpfil/ipfw

2017-05-18 Thread Don Lewis
Author: truckman Date: Fri May 19 01:23:06 2017 New Revision: 318511 URL: https://svnweb.freebsd.org/changeset/base/318511 Log: The result of right shifting a negative signed value is implementation defined. On machines without arithmetic shift instructions, zero bits may be shifted in from

Re: svn commit: r305177 - head/sys/net

2017-05-18 Thread Sepherosa Ziehau
Oh, my fault. I will revert it. On Thu, May 18, 2017 at 11:11 PM, Hans Petter Selasky wrote: > On 05/18/17 17:00, Oleg Bulyzhin wrote: >> >> On Thu, May 18, 2017 at 04:25:01PM +0200, Hans Petter Selasky wrote: >>> >>> On 05/18/17 16:04, Oleg Bulyzhin wrote: On Thu, Sep 01, 2016 at 06:3

svn commit: r318510 - stable/11/contrib/libstdc++/config/abi/pre

2017-05-18 Thread Ed Maste
Author: emaste Date: Fri May 19 00:43:49 2017 New Revision: 318510 URL: https://svnweb.freebsd.org/changeset/base/318510 Log: MFC r317159: libstdc++: fix symbol version script for LLD LLD is less tolerant of inconsistencies in the symbol version script. - Add a ; on the last entry in a

svn commit: r318509 - stable/11/sys/amd64/amd64

2017-05-18 Thread Eric van Gyzen
Author: vangyzen Date: Fri May 19 00:33:48 2017 New Revision: 318509 URL: https://svnweb.freebsd.org/changeset/base/318509 Log: MFC r318354 (by cem) Correct page frame mask constant used in pmap_change_attr_locked This was introduced in r290156. It's present in 11.0, but not any 10.x

svn commit: r318508 - head/cddl/usr.sbin/dtrace/tests/tools

2017-05-18 Thread Mark Johnston
Author: markj Date: Fri May 19 00:25:09 2017 New Revision: 318508 URL: https://svnweb.freebsd.org/changeset/base/318508 Log: Remove the EXFAIL annotation for tests which pass as of r309596. Reported by: bdrewery Sponsored by: Dell EMC Isilon Modified: head/cddl/usr.sbin/dtrace/tests/t

svn commit: r318507 - in stable/11: . gnu/usr.bin/groff/tmac lib/clang sys/conf

2017-05-18 Thread Glen Barber
Author: gjb Date: Fri May 19 00:00:38 2017 New Revision: 318507 URL: https://svnweb.freebsd.org/changeset/base/318507 Log: Update stable/11 from 11.0-STABLE to 11.1-PRERELEASE, marking the official start of the code slush. Set the default mdoc(7) version to 11.1, and update the clang(1)

svn commit: r318506 - stable/11/sys/dev/vt

2017-05-18 Thread Jung-uk Kim
Author: jkim Date: Thu May 18 23:52:28 2017 New Revision: 318506 URL: https://svnweb.freebsd.org/changeset/base/318506 Log: MFC: r317171, r317173, r317560, r317561, r318326 Always clear borders when the terminal is flushed. PR: 202288 Modified: stable/11/sys/dev/vt/vt_cor

svn commit: r318504 - stable/11/sys/net

2017-05-18 Thread Ravi Pokala
Author: rpokala Date: Thu May 18 23:41:18 2017 New Revision: 318504 URL: https://svnweb.freebsd.org/changeset/base/318504 Log: Persistently store NIC's hardware MAC address, and add a way to retrive it jhb pointed out that (struct ifnet) is part of the network driver KBI, and thus the off

svn commit: r318505 - stable/10/sys/net

2017-05-18 Thread Ravi Pokala
Author: rpokala Date: Thu May 18 23:41:34 2017 New Revision: 318505 URL: https://svnweb.freebsd.org/changeset/base/318505 Log: Persistently store NIC's hardware MAC address, and add a way to retrive it jhb pointed out that (struct ifnet) is part of the network driver KBI, and thus the off

svn commit: r318503 - svnadmin/conf

2017-05-18 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 18 22:50:16 2017 New Revision: 318503 URL: https://svnweb.freebsd.org/changeset/base/318503 Log: Release Piotr Stephaniak from mentorship. He is doing pretty well on his own so lets get out of the way. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/men

svn commit: r318502 - head/bin/sh

2017-05-18 Thread Jilles Tjoelker
Author: jilles Date: Thu May 18 22:10:04 2017 New Revision: 318502 URL: https://svnweb.freebsd.org/changeset/base/318502 Log: sh: Keep output buffer across builtins. Allocating and deallocating repeatedly the 1024-byte buffer for stdout from builtins costs CPU time for little or no benefi

svn commit: r318501 - head/bin/sh

2017-05-18 Thread Jilles Tjoelker
Author: jilles Date: Thu May 18 21:44:14 2017 New Revision: 318501 URL: https://svnweb.freebsd.org/changeset/base/318501 Log: sh: Ensure memout.bufsize matches allocated buffer, if it exists. Modified: head/bin/sh/eval.c head/bin/sh/output.c Modified: head/bin/sh/eval.c ===

Re: svn commit: r318441 - in head/etc: . cron.d

2017-05-18 Thread Eric van Gyzen
On 05/18/2017 16:34, Ian Lepore wrote: > On Thu, 2017-05-18 at 23:29 +0200, Baptiste Daroussin wrote: >> On Thu, May 18, 2017 at 03:27:49PM -0600, Ian Lepore wrote: >>> >>> On Thu, 2017-05-18 at 23:24 +0200, Baptiste Daroussin wrote: On Thu, May 18, 2017 at 09:48:25AM -0700, John Baldwin

Re: svn commit: r318441 - in head/etc: . cron.d

2017-05-18 Thread Baptiste Daroussin
On Thu, May 18, 2017 at 03:34:38PM -0600, Ian Lepore wrote: > On Thu, 2017-05-18 at 23:29 +0200, Baptiste Daroussin wrote: > > On Thu, May 18, 2017 at 03:27:49PM -0600, Ian Lepore wrote: > > > > > > On Thu, 2017-05-18 at 23:24 +0200, Baptiste Daroussin wrote: > > > > > > > > On Thu, May 18, 2017

Re: svn commit: r318441 - in head/etc: . cron.d

2017-05-18 Thread Ian Lepore
On Thu, 2017-05-18 at 23:29 +0200, Baptiste Daroussin wrote: > On Thu, May 18, 2017 at 03:27:49PM -0600, Ian Lepore wrote: > > > > On Thu, 2017-05-18 at 23:24 +0200, Baptiste Daroussin wrote: > > > > > > On Thu, May 18, 2017 at 09:48:25AM -0700, John Baldwin wrote: > > > > > > > > > > > > On Th

Re: svn commit: r318441 - in head/etc: . cron.d

2017-05-18 Thread Baptiste Daroussin
On Thu, May 18, 2017 at 03:27:49PM -0600, Ian Lepore wrote: > On Thu, 2017-05-18 at 23:24 +0200, Baptiste Daroussin wrote: > > On Thu, May 18, 2017 at 09:48:25AM -0700, John Baldwin wrote: > > > > > > On Thursday, May 18, 2017 03:09:32 PM Baptiste Daroussin wrote: > > > > > > > > On Thu, May 18,

Re: svn commit: r318441 - in head/etc: . cron.d

2017-05-18 Thread Ian Lepore
On Thu, 2017-05-18 at 23:24 +0200, Baptiste Daroussin wrote: > On Thu, May 18, 2017 at 09:48:25AM -0700, John Baldwin wrote: > > > > On Thursday, May 18, 2017 03:09:32 PM Baptiste Daroussin wrote: > > > > > > On Thu, May 18, 2017 at 02:56:31AM -0700, Rodney W. Grimes wrote: > > > > > > > > > >

Re: svn commit: r318500 - stable/11/sys/dev/atkbdc

2017-05-18 Thread Vladimir Kondratyev
On 2017-05-19 00:23, Vladimir Kondratyev wrote: Author: wulf Date: Thu May 18 21:23:39 2017 New Revision: 318500 URL: https://svnweb.freebsd.org/changeset/base/318500 Log: MFC r317811: ... MFC r317819: Approved by: gonzo (mentor) -- WBR Vladimir Kondratyev __

Re: svn commit: r318441 - in head/etc: . cron.d

2017-05-18 Thread Baptiste Daroussin
On Thu, May 18, 2017 at 09:48:25AM -0700, John Baldwin wrote: > On Thursday, May 18, 2017 03:09:32 PM Baptiste Daroussin wrote: > > On Thu, May 18, 2017 at 02:56:31AM -0700, Rodney W. Grimes wrote: > > > > Author: ngie > > > > Date: Thu May 18 06:25:39 2017 > > > > New Revision: 318441 > > > > URL:

svn commit: r318500 - stable/11/sys/dev/atkbdc

2017-05-18 Thread Vladimir Kondratyev
Author: wulf Date: Thu May 18 21:23:39 2017 New Revision: 318500 URL: https://svnweb.freebsd.org/changeset/base/318500 Log: MFC r317811: Fix triple-finger taps reported as double-finger for Elan hw v.4 touchpads Wait for all advertised head packets after status packet have been receive

svn commit: r318499 - stable/10/sys/dev/usb/controller

2017-05-18 Thread Marius Strobl
Author: marius Date: Thu May 18 21:09:31 2017 New Revision: 318499 URL: https://svnweb.freebsd.org/changeset/base/318499 Log: MFC: r314345, r318276 - Add ID for NEC uPD720202 xHCI controller. - Describe Intel Apollo Lake and Braswell USB 3.0 controllers. Modified: stable/10/sys/dev/usb

svn commit: r318498 - stable/11/sys/dev/usb/controller

2017-05-18 Thread Marius Strobl
Author: marius Date: Thu May 18 21:09:24 2017 New Revision: 318498 URL: https://svnweb.freebsd.org/changeset/base/318498 Log: MFC: r314345, r318276 - Add ID for NEC uPD720202 xHCI controller. - Describe Intel Apollo Lake and Braswell USB 3.0 controllers. Modified: stable/11/sys/dev/usb

svn commit: r318497 - stable/10/sys/dev/sdhci

2017-05-18 Thread Marius Strobl
Author: marius Date: Thu May 18 21:00:53 2017 New Revision: 318497 URL: https://svnweb.freebsd.org/changeset/base/318497 Log: MFC: r318282 - Unlike as in the PCI case, when attached to ACPI, Intel Bay Trail and Braswell eMMC and SDXC controllers share the same IDs. Like in the PCI c

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

2017-05-18 Thread Marius Strobl
Author: marius Date: Thu May 18 21:00:50 2017 New Revision: 318496 URL: https://svnweb.freebsd.org/changeset/base/318496 Log: MFC: r318282 - Unlike as in the PCI case, when attached to ACPI, Intel Bay Trail and Braswell eMMC and SDXC controllers share the same IDs. Like in the PCI c

svn commit: r318495 - in stable/10/sys/dev: mmc sdhci

2017-05-18 Thread Marius Strobl
Author: marius Date: Thu May 18 20:46:27 2017 New Revision: 318495 URL: https://svnweb.freebsd.org/changeset/base/318495 Log: MFC: r315598 o Add support for eMMC DDR bus speed mode up to 52 MHz to sdhci(4) and mmc(4). Given that support for DDR52 is not denoted by SDHCI capability r

svn commit: r318494 - in stable/11/sys/dev: mmc sdhci

2017-05-18 Thread Marius Strobl
Author: marius Date: Thu May 18 20:46:20 2017 New Revision: 318494 URL: https://svnweb.freebsd.org/changeset/base/318494 Log: MFC: r315598 o Add support for eMMC DDR bus speed mode up to 52 MHz to sdhci(4) and mmc(4). Given that support for DDR52 is not denoted by SDHCI capability r

svn commit: r318493 - stable/11/share/man/man4

2017-05-18 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 18 20:45:09 2017 New Revision: 318493 URL: https://svnweb.freebsd.org/changeset/base/318493 Log: MFC r317463: Add information about device nodes to man pages for USB serial drivers. MFC r318016: Fix mistake introduced to uart(4) man page in r317463.

svn commit: r318492 - stable/11/share/man/man4

2017-05-18 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 18 20:41:55 2017 New Revision: 318492 URL: https://svnweb.freebsd.org/changeset/base/318492 Log: MFC r317460: Add some .Xrs to USB serial driver man pages. Modified: stable/11/share/man/man4/ubser.4 stable/11/share/man/man4/ucom.4 stable/11/share/man/man4/

svn commit: r318491 - in stable/11/sbin: kldconfig kldload

2017-05-18 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 18 20:40:49 2017 New Revision: 318491 URL: https://svnweb.freebsd.org/changeset/base/318491 Log: MFC r317517: Advertise kldxref(8) a little better. Modified: stable/11/sbin/kldconfig/kldconfig.8 stable/11/sbin/kldload/kldload.8 Directory Properties: stable

svn commit: r318490 - stable/11/etc/autofs

2017-05-18 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 18 20:37:47 2017 New Revision: 318490 URL: https://svnweb.freebsd.org/changeset/base/318490 Log: MFC r317803: Enable automounting of exFAT media. With fstyp(8) being updated to detect exfat in base r312003, it seems like a good time to add support for auto

svn commit: r318489 - stable/11/usr.sbin/fstyp

2017-05-18 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 18 20:36:07 2017 New Revision: 318489 URL: https://svnweb.freebsd.org/changeset/base/318489 Log: MFC r317459: Make fstyp(8) recognize exFAT even without the -u option. While it's not directly mountable with mount(8), it's something that's mountable - diffe

svn commit: r318488 - stable/11/sys/kern

2017-05-18 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 18 20:34:25 2017 New Revision: 318488 URL: https://svnweb.freebsd.org/changeset/base/318488 Log: MFC r317348: Make it possible to terminate "show lockedbufs" by pressing "q". Modified: stable/11/sys/kern/vfs_bio.c Directory Properties: stable/11/ (props ch

svn commit: r318487 - stable/11/usr.bin/tip/tip

2017-05-18 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 18 20:32:12 2017 New Revision: 318487 URL: https://svnweb.freebsd.org/changeset/base/318487 Log: MFC r317280: Add basic example to the cu(1) man page. Srsly, folks, you don't need to install minicom for this... Modified: stable/11/usr.bin/tip/tip/cu.1 Direc

svn commit: r318486 - stable/11/share/man/man4

2017-05-18 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 18 20:31:09 2017 New Revision: 318486 URL: https://svnweb.freebsd.org/changeset/base/318486 Log: MFC r317212: Mention GEOM_MOUNTVER. Modified: stable/11/share/man/man4/geom.4 Directory Properties: stable/11/ (props changed) Modified: stable/11/share/man/m

svn commit: r318485 - stable/11/sys/kern

2017-05-18 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 18 20:29:47 2017 New Revision: 318485 URL: https://svnweb.freebsd.org/changeset/base/318485 Log: MFC r316941: Don't try to write out bufs that have already failed with ENXIO. This fixes some panics after disconnecting mounted disks. Modified: stable/11/sys/k

svn commit: r318483 - in stable/10: contrib/libarchive/cpio contrib/libarchive/cpio/test contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/test_utils lib/libarchiv...

2017-05-18 Thread Martin Matuska
Author: mm Date: Thu May 18 19:50:15 2017 New Revision: 318483 URL: https://svnweb.freebsd.org/changeset/base/318483 Log: MFC r317782,318181: MFC r317782 (mm): Sync libarchive with vendor Vendor changes (FreeBSD-related): PR 897: add test for ZIP archives with invalid EOCD

svn commit: r318482 - in stable/11: contrib/libarchive/cpio contrib/libarchive/cpio/test contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/test_utils lib/libarchiv...

2017-05-18 Thread Martin Matuska
Author: mm Date: Thu May 18 19:47:43 2017 New Revision: 318482 URL: https://svnweb.freebsd.org/changeset/base/318482 Log: MFC r317782,318181: MFC r317782 (mm): Sync libarchive with vendor Vendor changes (FreeBSD-related): PR 897: add test for ZIP archives with invalid EOCD

svn commit: r318481 - head/usr.bin/resizewin

2017-05-18 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 18 19:42:19 2017 New Revision: 318481 URL: https://svnweb.freebsd.org/changeset/base/318481 Log: Language fixes. Submitted by: wblock MFC after:2 weeks Modified: head/usr.bin/resizewin/resizewin.1 Modified: head/usr.bin/resizewin/resizewin.1 ===

Re: svn commit: r318474 - head/usr.sbin/makefs

2017-05-18 Thread Ed Maste
On 18 May 2017 at 13:55, Ed Maste wrote: > Author: emaste > Date: Thu May 18 17:55:33 2017 > New Revision: 318474 > URL: https://svnweb.freebsd.org/changeset/base/318474 > > Log: > makefs: drop WARNS back to 2 > > GCC warns about additional signed comparision issues compared to Clang. > Drop

svn commit: r318480 - stable/11/sys/boot/efi/loader

2017-05-18 Thread Mark Johnston
Author: markj Date: Thu May 18 18:39:23 2017 New Revision: 318480 URL: https://svnweb.freebsd.org/changeset/base/318480 Log: MFC r318193: Set the right variable when overriding the default console speed. Modified: stable/11/sys/boot/efi/loader/main.c Directory Properties: stable/11/ (pr

svn commit: r318479 - head/sys/dev/drm2/ttm

2017-05-18 Thread Mark Johnston
Author: markj Date: Thu May 18 18:37:19 2017 New Revision: 318479 URL: https://svnweb.freebsd.org/changeset/base/318479 Log: Don't bother enqueuing a page immediately before freeing it. No functional change intended. MFC after:1 week Modified: head/sys/dev/drm2/ttm/ttm_page_allo

svn commit: r318478 - in head/sys: compat/linuxkpi/common/src dev/drm2/ttm

2017-05-18 Thread Mark Johnston
Author: markj Date: Thu May 18 18:35:14 2017 New Revision: 318478 URL: https://svnweb.freebsd.org/changeset/base/318478 Log: Fix a few uses of kern_yield() in the TTM and the LinuxKPI. kern_yield(0) effectively causes the calling thread to be rescheduled immediately since it resets the th

svn commit: r318476 - head/sys/kern

2017-05-18 Thread Mark Johnston
Author: markj Date: Thu May 18 18:24:11 2017 New Revision: 318476 URL: https://svnweb.freebsd.org/changeset/base/318476 Log: Avoid open-coding PRI_UNCHANGED. MFC after:1 week Modified: head/sys/kern/kern_fail.c Modified: head/sys/kern/kern_fail.c

svn commit: r318475 - stable/11/release/doc/en_US.ISO8859-1/installation

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 18:18:39 2017 New Revision: 318475 URL: https://svnweb.freebsd.org/changeset/base/318475 Log: Add the installation/article.xml for installation.html. This is not yet connected to the build. Sponsored by: The FreeBSD Foundation Added: stable/11/release/doc/e

svn commit: r318474 - head/usr.sbin/makefs

2017-05-18 Thread Ed Maste
Author: emaste Date: Thu May 18 17:55:33 2017 New Revision: 318474 URL: https://svnweb.freebsd.org/changeset/base/318474 Log: makefs: drop WARNS back to 2 GCC warns about additional signed comparision issues compared to Clang. Drop WARNS for now until the underlying issue is fixed. Modif

svn commit: r318473 - stable/11/share/man/man5

2017-05-18 Thread Ed Maste
Author: emaste Date: Thu May 18 17:44:45 2017 New Revision: 318473 URL: https://svnweb.freebsd.org/changeset/base/318473 Log: regen src.conf(5) after r318472 Modified: stable/11/share/man/man5/src.conf.5 Modified: stable/11/share/man/man5/src.conf.5 ==

svn commit: r318472 - in stable/11: . share/mk tools/build/options

2017-05-18 Thread Ed Maste
472) @@ -16,6 +16,12 @@ from older versions of FreeBSD, try WITH the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20170518: + arm64 builds now use the base system LLD 4.0.0 linker b

Re: svn commit: r318441 - in head/etc: . cron.d

2017-05-18 Thread Warner Losh
On Thu, May 18, 2017 at 3:56 AM, Rodney W. Grimes wrote: >> Author: ngie >> Date: Thu May 18 06:25:39 2017 >> New Revision: 318441 >> URL: https://svnweb.freebsd.org/changeset/base/318441 >> >> Log: >> Handle the cron.d entry for MK_AT in cron conditionally >> >> Install /etc/cron.d/at if MK_A

svn commit: r318471 - in head/usr.bin/indent: . tests

2017-05-18 Thread Piotr Pawel Stefaniak
Author: pstef Date: Thu May 18 17:15:58 2017 New Revision: 318471 URL: https://svnweb.freebsd.org/changeset/base/318471 Log: indent(1): Support binary integer literals. This was done by Romain Tartière for PR123553. I initially thought that it would break code like this: #define b00101010 -

Re: svn commit: r318468 - in stable/11/release/doc/en_US.ISO8859-1: hardware readme

2017-05-18 Thread Adam Weinberger
> On 18 May, 2017, at 10:53, Ian Lepore wrote: > > On Thu, 2017-05-18 at 10:43 -0600, Adam Weinberger wrote: >>> >>> On 18 May, 2017, at 10:24, Glen Barber wrote: >>> >>> Author: gjb >>> Date: Thu May 18 16:24:11 2017 >>> New Revision: 318468 >>> URL: https://svnweb.freebsd.org/changeset/base/

Re: svn commit: r318468 - in stable/11/release/doc/en_US.ISO8859-1: hardware readme

2017-05-18 Thread Glen Barber
On Thu, May 18, 2017 at 10:43:28AM -0600, Adam Weinberger wrote: > > On 18 May, 2017, at 10:24, Glen Barber wrote: > > > > Author: gjb > > Date: Thu May 18 16:24:11 2017 > > New Revision: 318468 > > URL: https://svnweb.freebsd.org/changeset/base/318468 > > > > Log: > > Fix grammar nits. > > >

svn commit: r318470 - stable/11/release/doc/en_US.ISO8859-1/hardware

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 17:01:26 2017 New Revision: 318470 URL: https://svnweb.freebsd.org/changeset/base/318470 Log: Further refine grammar. Submitted by: adamw Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/hardware/article.xml Modified: st

Re: svn commit: r318441 - in head/etc: . cron.d

2017-05-18 Thread John Baldwin
On Thursday, May 18, 2017 03:09:32 PM Baptiste Daroussin wrote: > On Thu, May 18, 2017 at 02:56:31AM -0700, Rodney W. Grimes wrote: > > > Author: ngie > > > Date: Thu May 18 06:25:39 2017 > > > New Revision: 318441 > > > URL: https://svnweb.freebsd.org/changeset/base/318441 > > > > > > Log: > > >

Re: svn commit: r318468 - in stable/11/release/doc/en_US.ISO8859-1: hardware readme

2017-05-18 Thread Ian Lepore
On Thu, 2017-05-18 at 10:43 -0600, Adam Weinberger wrote: > > > > On 18 May, 2017, at 10:24, Glen Barber wrote: > > > > Author: gjb > > Date: Thu May 18 16:24:11 2017 > > New Revision: 318468 > > URL: https://svnweb.freebsd.org/changeset/base/318468 > > > > Log: > >  Fix grammar nits. > > > >

Re: svn commit: r318441 - in head/etc: . cron.d

2017-05-18 Thread Ian Lepore
On Thu, 2017-05-18 at 02:56 -0700, Rodney W. Grimes wrote: > > > > Author: ngie > > Date: Thu May 18 06:25:39 2017 > > New Revision: 318441 > > URL: https://svnweb.freebsd.org/changeset/base/318441 > > > > Log: > >   Handle the cron.d entry for MK_AT in cron conditionally > >    > >   Install /et

Re: svn commit: r318441 - in head/etc: . cron.d

2017-05-18 Thread Rodney W. Grimes
> On Thu, May 18, 2017 at 02:56:31AM -0700, Rodney W. Grimes wrote: > > > Author: ngie > > > Date: Thu May 18 06:25:39 2017 > > > New Revision: 318441 > > > URL: https://svnweb.freebsd.org/changeset/base/318441 > > > > > > Log: > > > Handle the cron.d entry for MK_AT in cron conditionally > > >

Re: svn commit: r318468 - in stable/11/release/doc/en_US.ISO8859-1: hardware readme

2017-05-18 Thread Adam Weinberger
> On 18 May, 2017, at 10:24, Glen Barber wrote: > > Author: gjb > Date: Thu May 18 16:24:11 2017 > New Revision: 318468 > URL: https://svnweb.freebsd.org/changeset/base/318468 > > Log: > Fix grammar nits. > > Sponsored by:The FreeBSD Foundation > > Modified: > stable/11/release/doc/

svn commit: r318469 - stable/11/release/doc/en_US.ISO8859-1/readme

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 16:32:41 2017 New Revision: 318469 URL: https://svnweb.freebsd.org/changeset/base/318469 Log: Prefer https://download.FreeBSD.org as the official release site. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/readme/article

svn commit: r318468 - in stable/11/release/doc/en_US.ISO8859-1: hardware readme

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 16:24:11 2017 New Revision: 318468 URL: https://svnweb.freebsd.org/changeset/base/318468 Log: Fix grammar nits. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/hardware/article.xml stable/11/release/doc/en_US.ISO8859-1/r

svn commit: r318467 - in stable/11/release/doc/en_US.ISO8859-1: hardware readme

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 16:24:10 2017 New Revision: 318467 URL: https://svnweb.freebsd.org/changeset/base/318467 Log: Fix FDP style nits reported by igor(1). Bump copyright year in readme/article.xml. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO88

svn commit: r318465 - stable/11/release/doc/en_US.ISO8859-1/relnotes

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 15:41:58 2017 New Revision: 318465 URL: https://svnweb.freebsd.org/changeset/base/318465 Log: Document r311686, bsdinstall(8) hidden wifi network support. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xm

svn commit: r318466 - stable/11/release/doc/en_US.ISO8859-1/errata

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 15:41:59 2017 New Revision: 318466 URL: https://svnweb.freebsd.org/changeset/base/318466 Log: Fix FDP style nits found by igor(1). Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/errata/article.xml Modified: stable/11/rel

svn commit: r318463 - stable/11/release/doc/en_US.ISO8859-1/relnotes

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 15:41:56 2017 New Revision: 318463 URL: https://svnweb.freebsd.org/changeset/base/318463 Log: Document r310852, miibus(4) Microchip/Micrel KSZ9031 support. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.x

svn commit: r318462 - in stable/11/release/doc: en_US.ISO8859-1/relnotes share/xml

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 15:41:56 2017 New Revision: 318462 URL: https://svnweb.freebsd.org/changeset/base/318462 Log: Document r315330, etherswitch(4) support for RTL8366RB and RTL8366SR. Correct the Netgate sponsor entity while here. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r318459 - stable/11/release/doc/en_US.ISO8859-1/relnotes

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 15:41:53 2017 New Revision: 318459 URL: https://svnweb.freebsd.org/changeset/base/318459 Log: Add missing revision for cloudabi 32-bit support. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified

svn commit: r318464 - stable/11/release/doc/en_US.ISO8859-1/relnotes

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 15:41:57 2017 New Revision: 318464 URL: https://svnweb.freebsd.org/changeset/base/318464 Log: Move the ixl(4) entry to the network driver section. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Modif

svn commit: r318461 - stable/11/release/doc/en_US.ISO8859-1/relnotes

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 15:41:55 2017 New Revision: 318461 URL: https://svnweb.freebsd.org/changeset/base/318461 Log: Clarify the cxgbe(4) firmware update is for T4, T5, and T6 cards. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/artic

svn commit: r318453 - stable/11/release/doc/en_US.ISO8859-1/relnotes

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 15:41:48 2017 New Revision: 318453 URL: https://svnweb.freebsd.org/changeset/base/318453 Log: Document r307144, cloudabi 32-bit support on 64-bit envionments. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/articl

svn commit: r318457 - stable/11/release/doc/en_US.ISO8859-1/relnotes

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 15:41:51 2017 New Revision: 318457 URL: https://svnweb.freebsd.org/changeset/base/318457 Log: Document r312358, alc(4) Killer E2400 support. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: s

svn commit: r318455 - stable/11/release/doc/en_US.ISO8859-1/hardware

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 15:41:49 2017 New Revision: 318455 URL: https://svnweb.freebsd.org/changeset/base/318455 Log: Add qlnxe(4) Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/hardware/article.xml Modified: stable/11/release/doc/en_US.ISO8859

svn commit: r318454 - stable/11/release/doc/en_US.ISO8859-1/relnotes

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 15:41:49 2017 New Revision: 318454 URL: https://svnweb.freebsd.org/changeset/base/318454 Log: Document r318357, ixl(4) updated to version 1.7.12-k. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Modi

svn commit: r318460 - stable/11/release/doc/en_US.ISO8859-1/relnotes

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 15:41:54 2017 New Revision: 318460 URL: https://svnweb.freebsd.org/changeset/base/318460 Log: Document r307576, Elantech support added to atkbdc(4). Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Mod

svn commit: r318456 - stable/11/release/doc/en_US.ISO8859-1/relnotes

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 15:41:50 2017 New Revision: 318456 URL: https://svnweb.freebsd.org/changeset/base/318456 Log: Document r311506, cxgbe(4) firmware version 1.16.26.0. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Mod

svn commit: r318458 - in stable/11/release/doc: en_US.ISO8859-1/relnotes share/xml

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 15:41:52 2017 New Revision: 318458 URL: https://svnweb.freebsd.org/changeset/base/318458 Log: Document r314005, alc(4) Killer E2500 support. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml stable/11/

Re: svn commit: r305177 - head/sys/net

2017-05-18 Thread Hans Petter Selasky
On 05/18/17 17:00, Oleg Bulyzhin wrote: On Thu, May 18, 2017 at 04:25:01PM +0200, Hans Petter Selasky wrote: On 05/18/17 16:04, Oleg Bulyzhin wrote: On Thu, Sep 01, 2016 at 06:32:35AM +, Sepherosa Ziehau wrote: Author: sephe Date: Thu Sep 1 06:32:35 2016 New Revision: 305177 URL: https://

Re: svn commit: r305177 - head/sys/net

2017-05-18 Thread Benjamin Kaduk
On Thu, May 18, 2017 at 10:00 AM, Oleg Bulyzhin wrote: > On Thu, May 18, 2017 at 04:25:01PM +0200, Hans Petter Selasky wrote: > > > > Can you explain a bit more what is wrong? > > > > > If you care about readability it should be: > > > pri) & 7) << 13) | (((cfi) & 1) << 12) | ((vlid) & EVL_VL

Re: svn commit: r305177 - head/sys/net

2017-05-18 Thread Oleg Bulyzhin
On Thu, May 18, 2017 at 04:25:01PM +0200, Hans Petter Selasky wrote: > On 05/18/17 16:04, Oleg Bulyzhin wrote: > > On Thu, Sep 01, 2016 at 06:32:35AM +, Sepherosa Ziehau wrote: > >> Author: sephe > >> Date: Thu Sep 1 06:32:35 2016 > >> New Revision: 305177 > >> URL: https://svnweb.freebsd.org/

Re: svn commit: r305177 - head/sys/net

2017-05-18 Thread Hans Petter Selasky
On 05/18/17 16:04, Oleg Bulyzhin wrote: On Thu, Sep 01, 2016 at 06:32:35AM +, Sepherosa Ziehau wrote: Author: sephe Date: Thu Sep 1 06:32:35 2016 New Revision: 305177 URL: https://svnweb.freebsd.org/changeset/base/305177 Log: net/vlan: Shift for pri is 13 (pri mask 0xe000) not 1.

svn commit: r318452 - in head/usr.sbin/makefs: . ffs

2017-05-18 Thread Emmanuel Vadot
Author: manu Date: Thu May 18 14:19:06 2017 New Revision: 318452 URL: https://svnweb.freebsd.org/changeset/base/318452 Log: makefs: Add soft-updates option Add the ffs option to enable soft-updates. The option is only processed is ufs2 has been selected. Reviewed by: emaste, bapt (e

Re: svn commit: r305177 - head/sys/net

2017-05-18 Thread Oleg Bulyzhin
On Thu, Sep 01, 2016 at 06:32:35AM +, Sepherosa Ziehau wrote: > Author: sephe > Date: Thu Sep 1 06:32:35 2016 > New Revision: 305177 > URL: https://svnweb.freebsd.org/changeset/base/305177 > > Log: > net/vlan: Shift for pri is 13 (pri mask 0xe000) not 1. > > Reviewed by:araujo,

svn commit: r318451 - in head/usr.sbin/makefs: . ffs

2017-05-18 Thread Ed Maste
Author: emaste Date: Thu May 18 14:05:29 2017 New Revision: 318451 URL: https://svnweb.freebsd.org/changeset/base/318451 Log: makefs: clean up signedness warnings and bump WARNS to 3 Reviewed by: kib Sponsored by: The FreeBSD Foundation Differential Revision:https://reviews.fre

svn commit: r318450 - head/lib/libc/tests/gen

2017-05-18 Thread Konstantin Belousov
Author: kib Date: Thu May 18 13:49:53 2017 New Revision: 318450 URL: https://svnweb.freebsd.org/changeset/base/318450 Log: Add tests for some cases in r318298. The first test triggers the out of bounds read of the 'left' array. It only fails when realpath.c is compiled with '-fsanitize=ad

svn commit: r318449 - in stable/11: contrib/top usr.bin/top

2017-05-18 Thread Allan Jude
Author: allanjude Date: Thu May 18 13:19:07 2017 New Revision: 318449 URL: https://svnweb.freebsd.org/changeset/base/318449 Log: MFC r315435: Add ZFS compressed ARC stats to top(1) MFC r316314: top(1) read the wrong amount of data from sysctl MFC r318448: Explai

Re: svn commit: r318431 - head/libexec/rtld-elf

2017-05-18 Thread Jonathan Anderson
On 05/18/17 04:13, Baptiste Daroussin wrote: On Wed, May 17, 2017 at 10:51:28PM +, Jonathan Anderson wrote: +void print_usage(const char *argv0) Style(9) bug :) Duly noted. :) It looks like kib@ has already sorted this out in his timezone. Jon -- jonat...@freebsd.org

Re: svn commit: r318441 - in head/etc: . cron.d

2017-05-18 Thread Baptiste Daroussin
On Thu, May 18, 2017 at 02:56:31AM -0700, Rodney W. Grimes wrote: > > Author: ngie > > Date: Thu May 18 06:25:39 2017 > > New Revision: 318441 > > URL: https://svnweb.freebsd.org/changeset/base/318441 > > > > Log: > > Handle the cron.d entry for MK_AT in cron conditionally > > > > Install /

svn commit: r318448 - head/usr.bin/top

2017-05-18 Thread Allan Jude
Author: allanjude Date: Thu May 18 12:55:07 2017 New Revision: 318448 URL: https://svnweb.freebsd.org/changeset/base/318448 Log: Explain the new fields in top(1) related to ZFS compressed ARC Reviewed by: bcr X-MFC-with: 316314 Differential Revision:https://reviews.freebsd.or

svn commit: r318447 - in stable: 10 11

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 12:27:41 2017 New Revision: 318447 URL: https://svnweb.freebsd.org/changeset/base/318447 Log: MFC r318294: Correct the URL to instructions for updating system sources. PR: 219303 Sponsored by: The FreeBSD Foundation Modified: stable/10/README D

svn commit: r318447 - in stable: 10 11

2017-05-18 Thread Glen Barber
Author: gjb Date: Thu May 18 12:27:41 2017 New Revision: 318447 URL: https://svnweb.freebsd.org/changeset/base/318447 Log: MFC r318294: Correct the URL to instructions for updating system sources. PR: 219303 Sponsored by: The FreeBSD Foundation Modified: stable/11/README D

Re: svn commit: r318441 - in head/etc: . cron.d

2017-05-18 Thread Rodney W. Grimes
> Author: ngie > Date: Thu May 18 06:25:39 2017 > New Revision: 318441 > URL: https://svnweb.freebsd.org/changeset/base/318441 > > Log: > Handle the cron.d entry for MK_AT in cron conditionally > > Install /etc/cron.d/at if MK_AT != no, always using it, which tries > to run a non-existent

Re: svn commit: r318400 - head/sbin/ipfw

2017-05-18 Thread Rodney W. Grimes
-- Start of PGP signed section. [ Charset UTF-8 unsupported, converting... ] > On 18.05.2017 03:49, Rodney W. Grimes wrote: > > [ Charset UTF-8 unsupported, converting... ] > >> Author: ae > >> Date: Wed May 17 10:56:22 2017 > >> New Revision: 318400 > >> URL: https://svnweb.freebsd.org/changeset/b

svn commit: r318446 - head/libexec/rtld-elf

2017-05-18 Thread Konstantin Belousov
Author: kib Date: Thu May 18 09:34:26 2017 New Revision: 318446 URL: https://svnweb.freebsd.org/changeset/base/318446 Log: Update my copyright, note The FreeBSD Foundation involvement. While tweaking copyright block, switch to use __FBSDID for tag. Sponsored by: The FreeBSD Foundation M

svn commit: r318445 - head/libexec/rtld-elf

2017-05-18 Thread Konstantin Belousov
Author: kib Date: Thu May 18 09:31:30 2017 New Revision: 318445 URL: https://svnweb.freebsd.org/changeset/base/318445 Log: Fix style [1], add static keyword before static function definition. Noted by: bapt [1] Sponsored by: The FreeBSD Foundation MFC after:2 weeks Modified:

  1   2   >