svn commit: r330536 - head/sys/net

2018-03-06 Thread Andrey V. Elsukov
Author: ae Date: Tue Mar 6 12:01:31 2018 New Revision: 330536 URL: https://svnweb.freebsd.org/changeset/base/330536 Log: Define ethernet type 0x88A8 as ETHERTYPE_QINQ. Reviewed by: kp Obtained from:OpenBSD MFC after:1 week Differential Revision:https://reviews.fr

svn commit: r330537 - in head/sys: compat/linuxkpi/common/include/linux dev/mlx4/mlx4_core

2018-03-06 Thread Andrey V. Elsukov
Author: ae Date: Tue Mar 6 12:58:00 2018 New Revision: 330537 URL: https://svnweb.freebsd.org/changeset/base/330537 Log: Add mapping for several ethernet types used by Linux to FreeBSD ethernet types. Reviewed by: hselasky MFC after:1 week Differential Revision:https://r

svn commit: r330538 - head/sys/conf

2018-03-06 Thread Jonathan T. Looney
Author: jtl Date: Tue Mar 6 14:18:45 2018 New Revision: 330538 URL: https://svnweb.freebsd.org/changeset/base/330538 Log: Nudge lld to break the kernel read-only and read-write sections into separate 2M pages. The binutils default for max-page-size and common-page-size used to produce this

svn commit: r330539 - in head/sys: amd64/amd64 amd64/include arm/include conf gdb i386/include mips/include powerpc/include sparc64/include

2018-03-06 Thread Jonathan T. Looney
Author: jtl Date: Tue Mar 6 14:28:37 2018 New Revision: 330539 URL: https://svnweb.freebsd.org/changeset/base/330539 Log: amd64: Protect the kernel text, data, and BSS by setting the RW/NX bits correctly for the data contained on each memory page. There are several components to this cha

svn commit: r330540 - head/share/man/man8

2018-03-06 Thread Rodrigo Osorio
Author: rodrigo (ports committer) Date: Tue Mar 6 14:31:15 2018 New Revision: 330540 URL: https://svnweb.freebsd.org/changeset/base/330540 Log: Update the diskless manpage According with /etc/rc.initdiskless the default mfs allocation is now 5Mb (10240 x 512 bytes sectors) Submitted

Re: svn commit: r330540 - head/share/man/man8

2018-03-06 Thread Rodney W. Grimes
> Author: rodrigo (ports committer) > Date: Tue Mar 6 14:31:15 2018 > New Revision: 330540 > URL: https://svnweb.freebsd.org/changeset/base/330540 > > Log: > Update the diskless manpage > > According with /etc/rc.initdiskless the default mfs allocation > is now 5Mb (10240 x 512 bytes sec

svn commit: r330542 - head/sys/powerpc/powernv

2018-03-06 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Mar 6 15:52:43 2018 New Revision: 330542 URL: https://svnweb.freebsd.org/changeset/base/330542 Log: Fix use of unitialized variables. Modified: head/sys/powerpc/powernv/opal_pci.c head/sys/powerpc/powernv/platform_powernv.c Modified: head/sys/powerpc/powernv/o

svn commit: r330541 - head/sys/cddl/dev/fbt/x86

2018-03-06 Thread Mark Johnston
Author: markj Date: Tue Mar 6 15:51:59 2018 New Revision: 330541 URL: https://svnweb.freebsd.org/changeset/base/330541 Log: Unbreak amd64 FBT after r330539. X-MFC with: r330539 Modified: head/sys/cddl/dev/fbt/x86/fbt_isa.c Modified: head/sys/cddl/dev/fbt/x86/fbt_isa.c ===

svn commit: r330545 - head/sys/mips/mips

2018-03-06 Thread Brooks Davis
Author: brooks Date: Tue Mar 6 18:28:55 2018 New Revision: 330545 URL: https://svnweb.freebsd.org/changeset/base/330545 Log: Remove reference to unimplemented fuiword, etc. We don't support Harvard architectures. Modified: head/sys/mips/mips/support.S Modified: head/sys/mips/mips/suppo

svn commit: r330546 - head/sys/dev/atkbdc

2018-03-06 Thread Conrad Meyer
Author: cem Date: Tue Mar 6 20:31:14 2018 New Revision: 330546 URL: https://svnweb.freebsd.org/changeset/base/330546 Log: psm(4): Initialize variables before use dxp/dyp could have been used uninitialized in the subsequent debugging log invocation. Reported by: Coverity Sponsored

svn commit: r330547 - head/etc

2018-03-06 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Mar 6 21:05:34 2018 New Revision: 330547 URL: https://svnweb.freebsd.org/changeset/base/330547 Log: Add example devd.conf(5) entry for notifying init(8) about new USB ttys. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/etc/devd.conf

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

2018-03-06 Thread Kyle Evans
Author: kevans Date: Tue Mar 6 22:45:45 2018 New Revision: 330554 URL: https://svnweb.freebsd.org/changeset/base/330554 Log: aw_usbphy: Move later to SUPPORTDEV pass vbus-supply properties may be specified for each PHY. These properties reference a regulator that we must turn on/off as w

Re: svn commit: r330539 - in head/sys: amd64/amd64 amd64/include arm/include conf gdb i386/include mips/include powerpc/include sparc64/include

2018-03-06 Thread Oliver Pinter
X-MFC-with: commit 27ac811b7acd31b1bdbf959fe49a957cdeabf780 Author: bde Date: Fri Mar 24 17:34:55 2017 + Remove buggy adjustment of page tables in db_write_bytes(). Long ago, perhaps only on i386, kernel text was mapped read-only and it was necessary to change the mapping to r

svn commit: r330558 - head/sys/dev/ichiic

2018-03-06 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Mar 6 23:39:43 2018 New Revision: 330558 URL: https://svnweb.freebsd.org/changeset/base/330558 Log: [ig4] Add support for i2c controllers on Skylake and Kaby Lake This was tested by Ben on HP Chromebook 13 G1 with a Skylake CPU and Sunrise Point-LP I2C controller

svn commit: r330559 - in head: . cddl/usr.sbin cddl/usr.sbin/dwatch cddl/usr.sbin/dwatch/examples cddl/usr.sbin/dwatch/libexec etc/mtree share/dtrace

2018-03-06 Thread Devin Teske
/ObsoleteFiles.inc Tue Mar 6 23:39:43 2018(r330558) +++ head/ObsoleteFiles.inc Tue Mar 6 23:44:19 2018(r330559) @@ -38,6 +38,10 @@ # xargs -n1 | sort | uniq -d; # done +# 20180306: remove DTrace scripts made obsolete by dwatch(1) +OLD_FILES+=usr/share/dtrace/watch_execve +OLD_FILES

svn commit: r330560 - head/cddl/usr.sbin/dwatch

2018-03-06 Thread Devin Teske
Author: dteske Date: Tue Mar 6 23:58:53 2018 New Revision: 330560 URL: https://svnweb.freebsd.org/changeset/base/330560 Log: Bump dwatch(1) internal version from 1.0-beta-91 to 1.0 Modified: head/cddl/usr.sbin/dwatch/dwatch Modified: head/cddl/usr.sbin/dwatch/dwatch

svn commit: r330561 - head/bin/chflags

2018-03-06 Thread Bryan Drewery
Author: bdrewery Date: Wed Mar 7 01:55:38 2018 New Revision: 330561 URL: https://svnweb.freebsd.org/changeset/base/330561 Log: chflags: Add SIGINFO support. This is copied from chmod r311668. MFC after:2 weeks Modified: head/bin/chflags/chflags.1 head/bin/chflags/chflags.c M

svn commit: r330562 - head/sys/geom/part

2018-03-06 Thread Conrad Meyer
Author: cem Date: Wed Mar 7 01:55:50 2018 New Revision: 330562 URL: https://svnweb.freebsd.org/changeset/base/330562 Log: g_part_gpt: Fix memory leak in error path If g_part_gpt_read() encountered a disk with bad primary and secondary tables, it could leak memory. Reported by: Cove

svn commit: r330564 - head/stand/lua

2018-03-06 Thread Kyle Evans
Author: kevans Date: Wed Mar 7 04:11:14 2018 New Revision: 330564 URL: https://svnweb.freebsd.org/changeset/base/330564 Log: lualoader: Only loadelf before boot/autoboot if no kernel loaded Back when I "fixed" the loading of kernel/modules to be deferred until booting, I inadvertently br