svn commit: r345520 - head/sys/powerpc/aim

2019-03-25 Thread Justin Hibbits
Author: jhibbits Date: Tue Mar 26 02:53:35 2019 New Revision: 345520 URL: https://svnweb.freebsd.org/changeset/base/345520 Log: powerpc64: Micro-optimize moea64 native pmap tlbie * Cache moea64_need_lock in a local variable; gcc generates slightly better code this way, it doesn't need t

svn commit: r345519 - head/sys/conf

2019-03-25 Thread Kyle Evans
Author: kevans Date: Tue Mar 26 02:45:23 2019 New Revision: 345519 URL: https://svnweb.freebsd.org/changeset/base/345519 Log: Allow kernel config to specify DTS/DTSO to build, and out-of-tree support This allows for directives such as makeoptions DTS+=/out/of/tree/myboard.dts # in tr

svn commit: r345518 - head/stand/lua

2019-03-25 Thread Kyle Evans
Author: kevans Date: Tue Mar 26 02:35:58 2019 New Revision: 345518 URL: https://svnweb.freebsd.org/changeset/base/345518 Log: lualoader: Fix up some luacheck concerns - Garbage collect an unused (removed because it was useless) constant - Don't bother with vararg notation if args will not

svn commit: r345517 - head/stand/lua

2019-03-25 Thread Kyle Evans
Author: kevans Date: Tue Mar 26 02:33:27 2019 New Revision: 345517 URL: https://svnweb.freebsd.org/changeset/base/345517 Log: lualoader: Clear the screen before prompting for password Assuming that the autoboot sequence was interrupted, we've done enough cursor manipulation that the promp

svn commit: r345516 - head/contrib/netbsd-tests/lib/libc/regex

2019-03-25 Thread Kyle Evans
Author: kevans Date: Tue Mar 26 02:21:09 2019 New Revision: 345516 URL: https://svnweb.freebsd.org/changeset/base/345516 Log: MFV r345515: netbsd-tests: import memory bump for libc/regex/t_exhaust MFC after:3 days Modified: head/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c Directo

svn commit: r345514 - head/sys/fs/tmpfs

2019-03-25 Thread Maxim Sobolev
Author: sobomax Date: Tue Mar 26 01:28:10 2019 New Revision: 345514 URL: https://svnweb.freebsd.org/changeset/base/345514 Log: Refine r345425: get rid of superfluous helper macro that I have added. MFC after:2 weeks Modified: head/sys/fs/tmpfs/tmpfs_vfsops.c Modified: head/sys/fs/tm

svn commit: r345513 - head/sys/kern

2019-03-25 Thread Mark Johnston
Author: markj Date: Mon Mar 25 21:38:58 2019 New Revision: 345513 URL: https://svnweb.freebsd.org/changeset/base/345513 Log: Reject F_SETLK_REMOTE commands when sysid == 0. A sysid of 0 denotes the local system, and some handlers for remote locking commands do not attempt to deal with loc

svn commit: r345512 - head/usr.sbin/daemon

2019-03-25 Thread Michael Gmelin
Author: grembo (ports committer) Date: Mon Mar 25 21:14:51 2019 New Revision: 345512 URL: https://svnweb.freebsd.org/changeset/base/345512 Log: Correct contradictory information on default syslog logging priority. MFC after:1 week Modified: head/usr.sbin/daemon/daemon.8 Modified: he

Re: svn commit: r345491 - in head/sys: conf fs/tmpfs modules/tmpfs

2019-03-25 Thread Cy Schubert
In message <3398a21318a4a6715609004d569d20de86f1dc7a.ca...@freebsd.org> , Ian Le pore writes: > On Mon, 2019-03-25 at 05:42 -0700, Cy Schubert wrote: > > In message <201903250746.x2p7kkuu019...@repo.freebsd.org>, Allan > > Jude > > writes: > > > Author: allanjude > > > Date: Mon Mar 25 07:46:20 20

svn commit: r345510 - head/sys/arm64/arm64

2019-03-25 Thread Andrew Turner
Author: andrew Date: Mon Mar 25 18:02:04 2019 New Revision: 345510 URL: https://svnweb.freebsd.org/changeset/base/345510 Log: Sort printing of the ID registers on arm64 to be identical to the documentation. This will simplify checking new fields when they are added. MFC after:2 weeks

svn commit: r345505 - head/sys/netinet

2019-03-25 Thread Michael Tuexen
Author: tuexen Date: Mon Mar 25 16:40:54 2019 New Revision: 345505 URL: https://svnweb.freebsd.org/changeset/base/345505 Log: Initialize scheduler specific data for the FCFS scheduler. This is joint work with rrs@. The issue was reported by using syzkaller. MFC after:1 week

svn commit: r345504 - head/sys/netinet

2019-03-25 Thread Michael Tuexen
Author: tuexen Date: Mon Mar 25 15:23:20 2019 New Revision: 345504 URL: https://svnweb.freebsd.org/changeset/base/345504 Log: Improve locking when tearing down an SCTP association. This is joint work with rrs@ and the issue was found by syzkaller. MFC after:1 week Modified:

Re: svn commit: r345491 - in head/sys: conf fs/tmpfs modules/tmpfs

2019-03-25 Thread Ian Lepore
On Mon, 2019-03-25 at 05:42 -0700, Cy Schubert wrote: > In message <201903250746.x2p7kkuu019...@repo.freebsd.org>, Allan > Jude > writes: > > Author: allanjude > > Date: Mon Mar 25 07:46:20 2019 > > New Revision: 345491 > > URL: https://svnweb.freebsd.org/changeset/base/345491 > > > > Log: > >

svn commit: r345499 - head/sys/sys

2019-03-25 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 25 13:50:38 2019 New Revision: 345499 URL: https://svnweb.freebsd.org/changeset/base/345499 Log: Change all kernel C-type macros into static inline functions. The current kernel C-type macros might obscurely hide the fact that the input argument might be use

Re: svn commit: r345491 - in head/sys: conf fs/tmpfs modules/tmpfs

2019-03-25 Thread Cy Schubert
In message <201903250746.x2p7kkuu019...@repo.freebsd.org>, Allan Jude writes: > Author: allanjude > Date: Mon Mar 25 07:46:20 2019 > New Revision: 345491 > URL: https://svnweb.freebsd.org/changeset/base/345491 > > Log: > Make TMPFS_PAGES_MINRESERVED a kernel option > > TMPFS_PAGES_MINRESERV

svn commit: r345497 - in head: contrib/libarchive/libarchive contrib/libarchive/libarchive/test lib/libarchive/tests

2019-03-25 Thread Martin Matuska
Author: mm Date: Mon Mar 25 11:49:57 2019 New Revision: 345497 URL: https://svnweb.freebsd.org/changeset/base/345497 Log: MFV r345495: Sync libarchive with vendor. Relevant vendor changes: PR #1153: fixed 2 bugs in ZIP reader [1] PR #1143: ensure archive_read_disk_entry_from_file(

svn commit: r345496 - head/lib/libvgl

2019-03-25 Thread Bruce Evans
Author: bde Date: Mon Mar 25 11:48:40 2019 New Revision: 345496 URL: https://svnweb.freebsd.org/changeset/base/345496 Log: Fix another type of buffer overrun for segmented modes. The buffer index was not taken modulo the window size in VGLClear(). Segmented modes also need a kernel fix t

svn commit: r345494 - head/sys/netinet

2019-03-25 Thread Michael Tuexen
Author: tuexen Date: Mon Mar 25 09:47:22 2019 New Revision: 345494 URL: https://svnweb.freebsd.org/changeset/base/345494 Log: Fix the handling of fragmented unordered messages when using DATA chunks and FORWARD-TSN. This bug was reported in https://github.com/sctplab/usrsctp/issues/286

svn commit: r345493 - head/sys/dev/usb/wlan

2019-03-25 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 25 09:10:07 2019 New Revision: 345493 URL: https://svnweb.freebsd.org/changeset/base/345493 Log: run(4): merge some common TSF-related code into run_disable_tsf() No functional change intended. MFC after:5 days Modified: head/sys/dev/usb/wlan/if_run.c

svn commit: r345491 - in head/sys: conf fs/tmpfs modules/tmpfs

2019-03-25 Thread Allan Jude
Author: allanjude Date: Mon Mar 25 07:46:20 2019 New Revision: 345491 URL: https://svnweb.freebsd.org/changeset/base/345491 Log: Make TMPFS_PAGES_MINRESERVED a kernel option TMPFS_PAGES_MINRESERVED controls how much memory is reserved for the system and not used by tmpfs. On very sma

svn commit: r345492 - head/sys/mips/atheros

2019-03-25 Thread Allan Jude
Author: allanjude Date: Mon Mar 25 07:48:52 2019 New Revision: 345492 URL: https://svnweb.freebsd.org/changeset/base/345492 Log: The Atheros AR7241 has 20 GPIO pins AR724X_GPIO_PINS used for this family is defined as 18 The datasheet for the AR7241 describes 20 pins, allow all to be used.