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

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

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

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 V

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: 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: head/etc/mtree/BSD.sendmail.dis

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 dire

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

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 Tech