svn commit: r327672 - head/bin/cat

2018-01-06 Thread Xin LI
Author: delphij Date: Sun Jan 7 07:08:59 2018 New Revision: 327672 URL: https://svnweb.freebsd.org/changeset/base/327672 Log: stddef.h is not used by cat.c, remove the include. Modified: head/bin/cat/cat.c Modified: head/bin/cat/cat.c

svn commit: r327671 - head/sbin/ldconfig

2018-01-06 Thread Eitan Adler
Author: eadler Date: Sun Jan 7 05:38:53 2018 New Revision: 327671 URL: https://svnweb.freebsd.org/changeset/base/327671 Log: ldconfig(8): clarify language for files The previous language did not make it clear that 'Files' are the files specified above. Clarify it. Reported by:

svn commit: r327670 - in head: share/man/man4 sys/arm/allwinner

2018-01-06 Thread Kyle Evans
Author: kevans Date: Sun Jan 7 04:59:28 2018 New Revision: 327670 URL: https://svnweb.freebsd.org/changeset/base/327670 Log: aw_sid(4): Add support for Allwinner H3 The sid controller on the H3 is generally identical in location, size, and efuse offset to the a64 and the a83t. The main

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

2018-01-06 Thread Kyle Evans
Author: kevans Date: Sun Jan 7 03:31:55 2018 New Revision: 327669 URL: https://svnweb.freebsd.org/changeset/base/327669 Log: aw_sid: Add method for reading keys via prctl registers Technically supported on the later SoCs, this will only really be used to add support for the H3 sid. The

svn commit: r327666 - head/tests/sys/geom/class/eli

2018-01-06 Thread Alan Somers
Author: asomers Date: Sun Jan 7 02:30:08 2018 New Revision: 327666 URL: https://svnweb.freebsd.org/changeset/base/327666 Log: geli: fix parallel execution of tests The trick is not to destroy an md(4) device during a test. That can create a "double-free" situation, because we also

svn commit: r327665 - head/sys/dev/extres/syscon

2018-01-06 Thread Kyle Evans
Author: kevans Date: Sun Jan 7 02:19:54 2018 New Revision: 327665 URL: https://svnweb.freebsd.org/changeset/base/327665 Log: Fix bogus pass for syscon_generic introduced in r327621 ian@ pointed out that BUS_PASS_DEFAULT + $anything is bogus, given that BUS_PASS_DEFAULT is defined as

svn commit: r327662 - in head: . tests/sys/geom/class/eli

2018-01-06 Thread Alan Somers
(r327662) @@ -38,6 +38,20 @@ # xargs -n1 | sort | uniq -d; # done +# 20180106: Convert most geli(8) tests to ATF +OLD_FILES+=tests/sys/geom/class/eli/attach_d_test.sh +OLD_FILES+=tests/sys/geom/class/eli/configure_b_B_test.sh +OLD_FILES+=tests/sys/geom/class/eli/detach_l_test.sh +OLD_FILES+=tests

Re: svn commit: r327559 - in head: . sys/net

2018-01-06 Thread Andrey V. Elsukov
On 05.01.2018 19:11, Steven Hartland wrote: >> I am mostly concerned about the overhead of manual calculation but my >> knowledge is a bit rusty right now and lagg has always been special so >> please try this out and see. >> > > I've not been able to find any such option: > head:src> grep -ri

svn commit: r327636 - head/sys/conf

2018-01-06 Thread Emmanuel Vadot
Author: manu Date: Sat Jan 6 20:32:14 2018 New Revision: 327636 URL: https://svnweb.freebsd.org/changeset/base/327636 Log: arm64: Remove old clock driver for Allwinner 64bit SoC All the clocks are now handled by the clkng driver. Tested On: Pine64-LTS (A64) Tested On: OrangePi PC2

Re: svn commit: r327616 - head/usr.bin/morse

2018-01-06 Thread Eitan Adler
On 6 January 2018 at 09:02, Dimitry Andric wrote: > On 6 Jan 2018, at 17:51, Eitan Adler wrote: >> >> On 6 January 2018 at 08:36, Dimitry Andric wrote: >>> On 6 Jan 2018, at 14:19, Eitan Adler wrote: > ... Why

Re: svn commit: r327616 - head/usr.bin/morse

2018-01-06 Thread Dimitry Andric
On 6 Jan 2018, at 17:51, Eitan Adler wrote: > > On 6 January 2018 at 08:36, Dimitry Andric wrote: >> On 6 Jan 2018, at 14:19, Eitan Adler wrote: ... >>> Why is testing with "make obj; make" in the morse directory insufficient? ...

Re: svn commit: r327616 - head/usr.bin/morse

2018-01-06 Thread Eitan Adler
On 6 January 2018 at 08:36, Dimitry Andric wrote: > On 6 Jan 2018, at 14:19, Eitan Adler wrote: >> >> On 6 January 2018 at 01:48, Li-Wen Hsu wrote: >>> Author: lwhsu (ports committer) >>> Date: Sat Jan 6 09:48:04 2018 >>> New Revision:

Re: svn commit: r327616 - head/usr.bin/morse

2018-01-06 Thread Dimitry Andric
On 6 Jan 2018, at 14:19, Eitan Adler wrote: > > On 6 January 2018 at 01:48, Li-Wen Hsu wrote: >> Author: lwhsu (ports committer) >> Date: Sat Jan 6 09:48:04 2018 >> New Revision: 327616 >> URL: https://svnweb.freebsd.org/changeset/base/327616 >> >>

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

2018-01-06 Thread Konstantin Belousov
Author: kib Date: Sat Jan 6 16:29:00 2018 New Revision: 327625 URL: https://svnweb.freebsd.org/changeset/base/327625 Log: Document kern.smp.disabled tunable. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/share/man/man4/smp.4 Modified:

svn commit: r327623 - head/usr.bin/morse

2018-01-06 Thread Eitan Adler
Author: eadler Date: Sat Jan 6 15:52:28 2018 New Revision: 327623 URL: https://svnweb.freebsd.org/changeset/base/327623 Log: morse(6): update documentation - bump Dd - use 'r' instead of 'D' from the original submission Modified: head/usr.bin/morse/morse.6 Modified:

Re: svn commit: r327614 - head/usr.bin/morse

2018-01-06 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: eadler > Date: Sat Jan 6 07:02:24 2018 > New Revision: 327614 > URL: https://svnweb.freebsd.org/changeset/base/327614 > > Log: > morse(6): implement support for decoding morse code > > - Use `-r` for "reverse" mode and to match

Re: svn commit: r327563 - in head/sys: arm/allwinner arm/conf arm64/conf conf

2018-01-06 Thread Michael Tuexen
> On 6. Jan 2018, at 15:24, Kyle Evans wrote: > > On Sat, Jan 6, 2018 at 7:23 AM, Michael Tuexen wrote: >>> On 4. Jan 2018, at 23:37, Kyle Evans wrote: >>> >>> Author: kevans >>> Date: Thu Jan 4 22:37:15 2018 >>> New Revision:

Re: svn commit: r327563 - in head/sys: arm/allwinner arm/conf arm64/conf conf

2018-01-06 Thread Kyle Evans
On Sat, Jan 6, 2018 at 7:23 AM, Michael Tuexen wrote: >> On 4. Jan 2018, at 23:37, Kyle Evans wrote: >> >> Author: kevans >> Date: Thu Jan 4 22:37:15 2018 >> New Revision: 327563 >> URL: https://svnweb.freebsd.org/changeset/base/327563 >> >> Log: >>

svn commit: r327621 - head/sys/dev/extres/syscon

2018-01-06 Thread Kyle Evans
Author: kevans Date: Sat Jan 6 14:21:32 2018 New Revision: 327621 URL: https://svnweb.freebsd.org/changeset/base/327621 Log: Move syscon_generic to attach much later It still needs to be before if_awg at least in order to be available for other operations, but it should not be attaching

Re: svn commit: r327614 - head/usr.bin/morse

2018-01-06 Thread Shawn Webb
On Sat, Jan 06, 2018 at 08:33:07AM -0500, Shawn Webb wrote: > On Sat, Jan 06, 2018 at 07:02:24AM +, Eitan Adler wrote: > > Author: eadler > > Date: Sat Jan 6 07:02:24 2018 > > New Revision: 327614 > > URL: https://svnweb.freebsd.org/changeset/base/327614 > > > > Log: > > morse(6):

Re: svn commit: r327614 - head/usr.bin/morse

2018-01-06 Thread Shawn Webb
On Sat, Jan 06, 2018 at 07:02:24AM +, Eitan Adler wrote: > Author: eadler > Date: Sat Jan 6 07:02:24 2018 > New Revision: 327614 > URL: https://svnweb.freebsd.org/changeset/base/327614 > > Log: > morse(6): implement support for decoding morse code > > - Use `-r` for "reverse" mode and

Re: svn commit: r327577 - head/sys/cam/ata

2018-01-06 Thread Eitan Adler
On 5 January 2018 at 09:45, Rodney W. Grimes wrote: >> Author: eadler >> Date: Fri Jan 5 07:14:39 2018 >> New Revision: 327577 >> URL: https://svnweb.freebsd.org/changeset/base/327577 >> >> Log: >> cam/da: QUIRK: Add 4K quirks for WD Red and Black MHDDs > > >>

Re: svn commit: r327563 - in head/sys: arm/allwinner arm/conf arm64/conf conf

2018-01-06 Thread Michael Tuexen
> On 4. Jan 2018, at 23:37, Kyle Evans wrote: > > Author: kevans > Date: Thu Jan 4 22:37:15 2018 > New Revision: 327563 > URL: https://svnweb.freebsd.org/changeset/base/327563 > > Log: > if_awg: Use syscon prop if it exists > > The emac bindings that are landing in Linux

Re: svn commit: r327616 - head/usr.bin/morse

2018-01-06 Thread Eitan Adler
On 6 January 2018 at 01:48, Li-Wen Hsu wrote: > Author: lwhsu (ports committer) > Date: Sat Jan 6 09:48:04 2018 > New Revision: 327616 > URL: https://svnweb.freebsd.org/changeset/base/327616 > > Log: > Unbreak build after r327614 Why is testing with "make obj; make" in the

svn commit: r327619 - head/lib/libc/net

2018-01-06 Thread Warner Losh
Author: imp Date: Sat Jan 6 12:46:04 2018 New Revision: 327619 URL: https://svnweb.freebsd.org/changeset/base/327619 Log: The source strings are from the password database which guarantees that the data going into it is sane. Out of an abundance of caution, limit the string copies to

svn commit: r327618 - head/bin/cat

2018-01-06 Thread Warner Losh
Author: imp Date: Sat Jan 6 12:45:59 2018 New Revision: 327618 URL: https://svnweb.freebsd.org/changeset/base/327618 Log: Sanity check sysconf return value to ensure it's positive before we use it. Use proper cast to convert long to size_t (instead of blksize_t) to preclude sign extension

svn commit: r327616 - head/usr.bin/morse

2018-01-06 Thread Li-Wen Hsu
Author: lwhsu (ports committer) Date: Sat Jan 6 09:48:04 2018 New Revision: 327616 URL: https://svnweb.freebsd.org/changeset/base/327616 Log: Unbreak build after r327614 Approved by: mjg (on IRC) Differential Revision:https://reviews.freebsd.org/D13782 Modified: