svn commit: r359231 - head/sys/mips/nlm

2020-03-22 Thread Alex Richardson
Author: arichardson Date: Sun Mar 22 22:18:06 2020 New Revision: 359231 URL: https://svnweb.freebsd.org/changeset/base/359231 Log: Use a GCC-compatile compiler flag in files.xlp Seems like GCC doesn't like -Qunused-arguments, so use -Wno-unused-command-line-argument, which is supported

svn commit: r359230 - head/sys/conf

2020-03-22 Thread Alex Richardson
Author: arichardson Date: Sun Mar 22 22:18:00 2020 New Revision: 359230 URL: https://svnweb.freebsd.org/changeset/base/359230 Log: Fix linking OCTEON1 kernel with LLD LLD complains that the type of .dynamic was changed. Fix this by copying the approach used in the mips64 ldscript. I do

svn commit: r359229 - head/usr.bin/tail

2020-03-22 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Sun Mar 22 21:51:50 2020 New Revision: 359229 URL: https://svnweb.freebsd.org/changeset/base/359229 Log: Use -F instead of -f in tail(1) examples There is an example in tail(1) manual page explaining how to use tail(1) to track the contents of

svn commit: r359228 - in head/share: syscons/keymaps vt/keymaps

2020-03-22 Thread Carlo Strub
Author: cs (ports committer) Date: Sun Mar 22 21:41:32 2020 New Revision: 359228 URL: https://svnweb.freebsd.org/changeset/base/359228 Log: - sort according to scan code - adapt some alt and alt shift keys to other standard keyboards - fix ctrl-d to issue eot Approved by: philip

svn commit: r359227 - head/lib/libc/gen

2020-03-22 Thread Sergio Carlavilla Delgado
Author: carlavilla (doc committer) Date: Sun Mar 22 20:10:05 2020 New Revision: 359227 URL: https://svnweb.freebsd.org/changeset/base/359227 Log: fix typo in exec man page PR: 240258 Submitted by: gbergl...@gmail.com Reported by: kib@ Approved by: bcr@(mentor, implicit)

svn commit: r359219 - head/sys/kern

2020-03-22 Thread Rick Macklem
Author: rmacklem Date: Sun Mar 22 18:18:30 2020 New Revision: 359219 URL: https://svnweb.freebsd.org/changeset/base/359219 Log: Fix an NFS mount attempt where VFS_STATFS() fails. r353150 added mnt_rootvnode and this seems to have broken NFS mounts when the VFS_STATFS() called just after

svn commit: r359218 - head/sys/riscv/riscv

2020-03-22 Thread Mitchell Horne
Author: mhorne Date: Sun Mar 22 17:59:36 2020 New Revision: 359218 URL: https://svnweb.freebsd.org/changeset/base/359218 Log: Fix ordering of machine includes Remove machine/asm.h since it is unused. Modified: head/sys/riscv/riscv/machdep.c Modified: head/sys/riscv/riscv/machdep.c

svn commit: r359217 - stable/12/sys/cddl/compat/opensolaris/sys

2020-03-22 Thread Ryan Moeller
Author: freqlabs Date: Sun Mar 22 17:13:19 2020 New Revision: 359217 URL: https://svnweb.freebsd.org/changeset/base/359217 Log: MFC r358971: TODO DONE: Use sx_xholder in SPL rwlock.h Approved by: mav (mentor) Sponsored by: iXsystems, Inc. Modified:

svn commit: r359216 - head/etc/mtree

2020-03-22 Thread Ed Maste
Author: emaste Date: Sun Mar 22 16:55:20 2020 New Revision: 359216 URL: https://svnweb.freebsd.org/changeset/base/359216 Log: BSD.sendmail.dist: simplify mqueue group name setting Submitted by: gshapiro Modified: head/etc/mtree/BSD.sendmail.dist Modified:

svn commit: r359215 - head/etc/mtree

2020-03-22 Thread Ed Maste
Author: emaste Date: Sun Mar 22 15:37:38 2020 New Revision: 359215 URL: https://svnweb.freebsd.org/changeset/base/359215 Log: pkgbase: create sendmail directories only from BSD.sendmail.dist Else when WITHOUT_SENDMAIL is set we still create a sendmail package that contains (only) two

svn commit: r359214 - in stable/12: sys/fs/fuse tests/sys/fs/fusefs

2020-03-22 Thread Alan Somers
Author: asomers Date: Sun Mar 22 15:24:25 2020 New Revision: 359214 URL: https://svnweb.freebsd.org/changeset/base/359214 Log: MFC r358867: fusefs: avoid cache corruption with buggy fuse servers The FUSE protocol allows the client (kernel) to cache a file's size, if the server

svn commit: r359213 - in stable/12: sys/fs/fuse tests/sys/fs/fusefs

2020-03-22 Thread Alan Somers
Author: asomers Date: Sun Mar 22 15:16:59 2020 New Revision: 359213 URL: https://svnweb.freebsd.org/changeset/base/359213 Log: MFC r358798: fusefs: fix fsync for files with multiple open handles We were reusing a structure for multiple operations, but failing to reinitialize one

svn commit: r359212 - stable/12/tests/sys/fs/fusefs

2020-03-22 Thread Alan Somers
Author: asomers Date: Sun Mar 22 15:03:09 2020 New Revision: 359212 URL: https://svnweb.freebsd.org/changeset/base/359212 Log: MFC r358089, r358797 r358089: [skip ci] delete obsolete comment in fusefs tests It should've been deleted by r349436 r358797: [skip ci] fix typo in

svn commit: r359211 - stable/12/tests/sys/fs/fusefs

2020-03-22 Thread Alan Somers
Author: asomers Date: Sun Mar 22 15:01:13 2020 New Revision: 359211 URL: https://svnweb.freebsd.org/changeset/base/359211 Log: MFC r357835: fusefs: fix some memory leaks in the tests. Oddly, most of these were not detected by Coverity. Reported by: Coverity (one of them, anyway)

svn commit: r359210 - head/lib/libc/gen

2020-03-22 Thread Sergio Carlavilla Delgado
Author: carlavilla (doc committer) Date: Sun Mar 22 12:57:49 2020 New Revision: 359210 URL: https://svnweb.freebsd.org/changeset/base/359210 Log: exec man page: Add HISTORY section PR: 240258 Submitted by: gbergl...@gmail.com Patch by: gbergl...@gmail.com Approved by:

svn commit: r359209 - in head/sys/dev: rtwn/usb usb

2020-03-22 Thread Hans Petter Selasky
Author: hselasky Date: Sun Mar 22 11:44:24 2020 New Revision: 359209 URL: https://svnweb.freebsd.org/changeset/base/359209 Log: Add new USB ID. Submitted by: Konrad Jopek Differential Revision:https://reviews.freebsd.org/D24142 MFC after:1 week Sponsored by: Mellanox

Re: svn commit: r359203 - stable/11/sys/conf

2020-03-22 Thread Andre Albsmeier
On Sun, 22-Mar-2020 at 02:26:15 +, Alan Somers wrote: > Author: asomers > Date: Sun Mar 22 02:26:14 2020 > New Revision: 359203 > URL: https://svnweb.freebsd.org/changeset/base/359203 > > Log: > MFC r354779: > > Actually hook CAM_IO_STATS up to the build And CAM_TEST_FAILURE (esp. 2