svn commit: r335597 - head/sbin/newfs

2018-06-23 Thread Eitan Adler
Author: eadler Date: Sun Jun 24 05:40:42 2018 New Revision: 335597 URL: https://svnweb.freebsd.org/changeset/base/335597 Log: newfs: clean up warnings - remove param: unused since r95357. - correct definition of usage - add explicit fallthrough notice. The existing one doesn't work with

Re: svn commit: r335595 - head/etc

2018-06-23 Thread Xin LI
Oh thanks for that. Is there a plan to MFC? On Sat, Jun 23, 2018 at 8:29 PM Ian Lepore wrote: > > Author: ian > Date: Sun Jun 24 03:29:00 2018 > New Revision: 335595 > URL: https://svnweb.freebsd.org/changeset/base/335595 > > Log: > Modernize usage of "restrict" keyword in ntp.conf > > It is

svn commit: r335595 - head/etc

2018-06-23 Thread Ian Lepore
Author: ian Date: Sun Jun 24 03:29:00 2018 New Revision: 335595 URL: https://svnweb.freebsd.org/changeset/base/335595 Log: Modernize usage of "restrict" keyword in ntp.conf It is no longer necessary to specify a -4/-6 flag on any ntp.conf keyword. The address type is inferred from the ad

svn commit: r335596 - head/etc

2018-06-23 Thread Ian Lepore
Author: ian Date: Sun Jun 24 03:31:23 2018 New Revision: 335596 URL: https://svnweb.freebsd.org/changeset/base/335596 Log: Fix a comment; the ntp leaplist file is updated periodically, but not weekly (it's only updated when a check shows it's within 30 days of expiring). PR: 207

svn commit: r335594 - head/sys/arm/broadcom/bcm2835

2018-06-23 Thread Ian Lepore
Author: ian Date: Sat Jun 23 23:44:36 2018 New Revision: 335594 URL: https://svnweb.freebsd.org/changeset/base/335594 Log: Retrieve the bus clock speed and mode (polarity/phase) from the child device and set up the hardware accordingly on each transfer. This replaces the old configuration d

svn commit: r335593 - head/usr.sbin/spi

2018-06-23 Thread Ian Lepore
Author: ian Date: Sat Jun 23 23:08:25 2018 New Revision: 335593 URL: https://svnweb.freebsd.org/changeset/base/335593 Log: Add an example for displaying the manufacturer and size info from a standard spiflash chip. Modified: head/usr.sbin/spi/spi.8 Modified: head/usr.sbin/spi/spi.8 ===

svn commit: r335592 - head/sys/dts/arm/overlays

2018-06-23 Thread Ian Lepore
Author: ian Date: Sat Jun 23 22:55:22 2018 New Revision: 335592 URL: https://svnweb.freebsd.org/changeset/base/335592 Log: Add spi-max-frequency properties to all spigen nodes. This is a required property for spi devices, although in the spigen case it's expected that the speed will be over

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

2018-06-23 Thread Eitan Adler
Author: eadler Date: Sat Jun 23 22:45:22 2018 New Revision: 335591 URL: https://svnweb.freebsd.org/changeset/base/335591 Log: top(1): Restructure printing of process states This avoids the need to have separate buffers and calls to sprintf for various calls. Modified: head/usr.bin/top/

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

2018-06-23 Thread Eitan Adler
Author: eadler Date: Sat Jun 23 22:45:20 2018 New Revision: 335590 URL: https://svnweb.freebsd.org/changeset/base/335590 Log: top(1): Convert process listing to sbuf too This also fixes -mio with 'T' set (thread-id instead of process-id). This can go further by removing the existing sp

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

2018-06-23 Thread Eitan Adler
Author: eadler Date: Sat Jun 23 22:45:18 2018 New Revision: 335589 URL: https://svnweb.freebsd.org/changeset/base/335589 Log: top(1): Use basename instead of a homegrown alternative Modified: head/usr.bin/top/machine.c Modified: head/usr.bin/top/machine.c

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

2018-06-23 Thread Mariusz Zaborski
Author: oshogbo Date: Sat Jun 23 20:12:30 2018 New Revision: 335588 URL: https://svnweb.freebsd.org/changeset/base/335588 Log: Document libcasper_service. Reviewed by: bcr@ Differential Revision:https://reviews.freebsd.org/D15766 Added: head/lib/libcasper/libcasper/libcasper_s

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

2018-06-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Jun 23 20:05:07 2018 New Revision: 335587 URL: https://svnweb.freebsd.org/changeset/base/335587 Log: Document multi variants of *prop_alloc functions Add documentation and symlinks for OF_getprop_alloc_multi and OF_getencprop_alloc_multi functions. Also while

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

2018-06-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Jun 23 19:30:29 2018 New Revision: 335586 URL: https://svnweb.freebsd.org/changeset/base/335586 Log: Bump .Dd value after r335585 Modified: head/share/man/man9/fdt_pinctrl.9 Modified: head/share/man/man9/fdt_pinctrl.9 ==

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

2018-06-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Jun 23 19:01:05 2018 New Revision: 335585 URL: https://svnweb.freebsd.org/changeset/base/335585 Log: Fix invalid OF_getencprop_alloc usage in fdt_pinctrl(9) r332341 introduced OF_getencprop_alloc_multi that should be used instead of OF_getencprop_alloc to get multi

svn commit: r335584 - head/sys/crypto/aesni

2018-06-23 Thread Conrad Meyer
Author: cem Date: Sat Jun 23 18:20:17 2018 New Revision: 335584 URL: https://svnweb.freebsd.org/changeset/base/335584 Log: aesni(4): Fix {de,en}crypt operations that allocated a buffer aesni(4) allocates a contiguous buffer for the data it processes if the provided input was not already v

svn commit: r335583 - head/sys/crypto/aesni

2018-06-23 Thread Conrad Meyer
Author: cem Date: Sat Jun 23 17:24:19 2018 New Revision: 335583 URL: https://svnweb.freebsd.org/changeset/base/335583 Log: aesni(4): Support CRD_F_KEY_EXPLICIT OCF mode PR: 227788 Reported by: eadler@ Modified: head/sys/crypto/aesni/aesni.c Modified: head/sys/crypto/aesni/a

Re: svn commit: r335547 - head/usr.bin/top

2018-06-23 Thread Cy Schubert
In message <20180623161656.gb91...@freebsd.org>, Alexey Dokuchaev writes: > On Fri, Jun 22, 2018 at 09:45:18AM +, Eitan Adler wrote: > > New Revision: 335547 > > URL: https://svnweb.freebsd.org/changeset/base/335547 > > > > Log: > > top(1): remove special handling of load > 5 > > > > ...

Re: svn commit: r335547 - head/usr.bin/top

2018-06-23 Thread Alexey Dokuchaev
On Fri, Jun 22, 2018 at 09:45:18AM +, Eitan Adler wrote: > New Revision: 335547 > URL: https://svnweb.freebsd.org/changeset/base/335547 > > Log: > top(1): remove special handling of load > 5 > > ... > Modified: head/usr.bin/top/screen.c > ==

svn commit: r335582 - head/sys/arm/allwinner

2018-06-23 Thread Emmanuel Vadot
Author: manu Date: Sat Jun 23 15:05:21 2018 New Revision: 335582 URL: https://svnweb.freebsd.org/changeset/base/335582 Log: aw_mmc: Fix style(9) after r335476 Modified: head/sys/arm/allwinner/aw_mmc.c Modified: head/sys/arm/allwinner/aw_mmc.c =

svn commit: r335581 - head/sys/arm/allwinner/clkng

2018-06-23 Thread Emmanuel Vadot
Author: manu Date: Sat Jun 23 15:03:54 2018 New Revision: 335581 URL: https://svnweb.freebsd.org/changeset/base/335581 Log: allwinner: clkng: Correct mux width and flags The test for checking if the clock have a mux was inverted and the mask to calculate the parent index was wrong was wro

svn commit: r335580 - in head/sys: amd64/amd64 arm64/arm64

2018-06-23 Thread Mark Johnston
Author: markj Date: Sat Jun 23 10:41:52 2018 New Revision: 335580 URL: https://svnweb.freebsd.org/changeset/base/335580 Log: Re-count available PV entries after reclaiming a PV chunk. The call to reclaim_pv_chunk() in reserve_pv_entries() may free a PV chunk with free entries belonging to

Re: svn commit: r335579 - head/sys/vm

2018-06-23 Thread Jeff Roberson
On Sat, 23 Jun 2018, Jeff Roberson wrote: Author: jeff Date: Sat Jun 23 08:10:09 2018 New Revision: 335579 URL: https://svnweb.freebsd.org/changeset/base/335579 Log: Sort uma_zone fields according to 64 byte cache line with adjacent line prefetch on 64bit architectures. Prior to this, two li

svn commit: r335579 - head/sys/vm

2018-06-23 Thread Jeff Roberson
Author: jeff Date: Sat Jun 23 08:10:09 2018 New Revision: 335579 URL: https://svnweb.freebsd.org/changeset/base/335579 Log: Sort uma_zone fields according to 64 byte cache line with adjacent line prefetch on 64bit architectures. Prior to this, two lines were needed for the fast path and eac

svn commit: r335578 - head/sys/kern

2018-06-23 Thread Matt Macy
Author: mmacy Date: Sat Jun 23 07:14:08 2018 New Revision: 335578 URL: https://svnweb.freebsd.org/changeset/base/335578 Log: epoch(9): Don't trigger taskq enqueue before the grouptaskqs are setup If EARLY_AP_STARTUP is not defined it is possible for an epoch to be allocated prior to it be