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

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

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

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

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

svn commit: r345515 - vendor/NetBSD/tests/dist/lib/libc/regex

2019-03-25 Thread Kyle Evans
Author: kevans Date: Tue Mar 26 02:13:25 2019 New Revision: 345515 URL: https://svnweb.freebsd.org/changeset/base/345515 Log: netbsd-tests: import memory bump for libc/regex/t_exhaust Modified: vendor/NetBSD/tests/dist/lib/libc/regex/t_exhaust.c Modified:

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:

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

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:

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

svn commit: r345511 - stable/12/sys/kern

2019-03-25 Thread Gleb Smirnoff
Author: glebius Date: Mon Mar 25 18:19:37 2019 New Revision: 345511 URL: https://svnweb.freebsd.org/changeset/base/345511 Log: Merge r344741: Remove bogus assert that I added in r319722. It is a legitimate case to call soabort() on a newborn socket created by sonewconn() in case if

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: r345509 - in stable: 11/share/examples/etc 11/share/mk 12/share/examples/etc 12/share/mk

2019-03-25 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 25 17:45:47 2019 New Revision: 345509 URL: https://svnweb.freebsd.org/changeset/base/345509 Log: MFC: r345387 Catch up with Clang 7.0. Modified: stable/11/share/examples/etc/make.conf stable/11/share/mk/bsd.cpu.mk Directory Properties: stable/11/ (props

svn commit: r345509 - in stable: 11/share/examples/etc 11/share/mk 12/share/examples/etc 12/share/mk

2019-03-25 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 25 17:45:47 2019 New Revision: 345509 URL: https://svnweb.freebsd.org/changeset/base/345509 Log: MFC: r345387 Catch up with Clang 7.0. Modified: stable/12/share/examples/etc/make.conf stable/12/share/mk/bsd.cpu.mk Directory Properties: stable/12/ (props

svn commit: r345507 - stable/11/sys/dev/pms/RefTisa/tisa/sassata/sas/ini

2019-03-25 Thread David Bright
Author: dab Date: Mon Mar 25 17:04:14 2019 New Revision: 345507 URL: https://svnweb.freebsd.org/changeset/base/345507 Log: MFC r345009: Fix a scribbler in the PMS driver. The ESGL bit was left uninitialized when executing the REPORT LUNS ioctl. This could allow a zeroed data buffer

svn commit: r345508 - stable/10/sys/dev/pms/RefTisa/tisa/sassata/sas/ini

2019-03-25 Thread David Bright
Author: dab Date: Mon Mar 25 17:04:33 2019 New Revision: 345508 URL: https://svnweb.freebsd.org/changeset/base/345508 Log: MFC r345009: Fix a scribbler in the PMS driver. The ESGL bit was left uninitialized when executing the REPORT LUNS ioctl. This could allow a zeroed data buffer

svn commit: r345506 - stable/12/sys/dev/pms/RefTisa/tisa/sassata/sas/ini

2019-03-25 Thread David Bright
Author: dab Date: Mon Mar 25 17:03:39 2019 New Revision: 345506 URL: https://svnweb.freebsd.org/changeset/base/345506 Log: MFC r345009: Fix a scribbler in the PMS driver. The ESGL bit was left uninitialized when executing the REPORT LUNS ioctl. This could allow a zeroed data buffer

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

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: r345503 - stable/12/release/arm64

2019-03-25 Thread Glen Barber
Author: gjb Date: Mon Mar 25 14:50:38 2019 New Revision: 345503 URL: https://svnweb.freebsd.org/changeset/base/345503 Log: MFC 345379: Bump the IMAGE_SIZE for arm64 SoC images to prevent failures due to full filesystem. This makes the size of the arm64 SoC images consistent with armv6

svn commit: r345502 - in stable/12: sys/kern sys/sys usr.bin/procstat

2019-03-25 Thread Mark Johnston
Author: markj Date: Mon Mar 25 14:08:49 2019 New Revision: 345502 URL: https://svnweb.freebsd.org/changeset/base/345502 Log: MFC r344823: Show wiring state of map entries in procstat -v. Modified: stable/12/sys/kern/kern_proc.c stable/12/sys/sys/user.h

svn commit: r345500 - stable/12/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall

2019-03-25 Thread Mark Johnston
Author: markj Date: Mon Mar 25 14:04:23 2019 New Revision: 345500 URL: https://svnweb.freebsd.org/changeset/base/345500 Log: MFC r345355: Ensure that we use a 64-bit value for the last mmap() argument. Modified:

svn commit: r345501 - in stable/12: contrib/netbsd-tests/lib/libpthread lib/libthr/thread

2019-03-25 Thread Mark Johnston
Author: markj Date: Mon Mar 25 14:05:35 2019 New Revision: 345501 URL: https://svnweb.freebsd.org/changeset/base/345501 Log: MFC r344935: Have pthread_cond_destroy() return EBUSY if the condvar has waiters. PR: 234805 Modified: stable/12/contrib/netbsd-tests/lib/libpthread/t_cond.c

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

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 > >

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

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

svn commit: r345495 - in vendor/libarchive/dist: . build/ci libarchive libarchive/test

2019-03-25 Thread Martin Matuska
Author: mm Date: Mon Mar 25 11:39:49 2019 New Revision: 345495 URL: https://svnweb.freebsd.org/changeset/base/345495 Log: Update vendor/libarchive/dist to git 3c079320b23ddf5ef38c443569c25898ad79ddb9 Relevant vendor changes: PR #1153: fixed 2 bugs in ZIP reader PR #1143: ensure

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

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