svn commit: r322714 - head/sys/compat/linuxkpi/common/include/linux

2017-08-19 Thread Mark Johnston
Author: markj Date: Sun Aug 20 01:42:01 2017 New Revision: 322714 URL: https://svnweb.freebsd.org/changeset/base/322714 Log: Define prefetch() only if it hasn't already been defined. MFC after:1 week Modified: head/sys/compat/linuxkpi/common/include/linux/list.h Modified:

svn commit: r322713 - in head/sys/compat/linuxkpi/common/include: asm linux

2017-08-19 Thread Mark Johnston
Author: markj Date: Sun Aug 20 01:40:24 2017 New Revision: 322713 URL: https://svnweb.freebsd.org/changeset/base/322713 Log: Add a couple of trivial headers to the LinuxKPI. MFC after:1 week Added: head/sys/compat/linuxkpi/common/include/asm/msr.h (contents, props changed)

svn commit: r322712 - in stable/11/sys: conf fs/ext2fs modules/ext2fs

2017-08-19 Thread Pedro F. Giffuni
Author: pfg Date: Sun Aug 20 01:27:33 2017 New Revision: 322712 URL: https://svnweb.freebsd.org/changeset/base/322712 Log: MFC r320145: ext2fs: Add uninit_bg feature support. From the linux tune2fs(8) manpage: "Allow the kernel to initialize bitmaps and inode tables and keep a high

svn commit: r322711 - in stable/11/sys: conf fs/ext2fs modules/ext2fs

2017-08-19 Thread Pedro F. Giffuni
Author: pfg Date: Sun Aug 20 01:08:23 2017 New Revision: 322711 URL: https://svnweb.freebsd.org/changeset/base/322711 Log: MFC r316341, r317779, r319071, r319077, r319557, r319558, r319827, r319829: ext2fs: add read-write support for Extended Attributes and linux ACLs. Extended

svn commit: r322710 - head/sys/x86/cpufreq

2017-08-19 Thread Conrad Meyer
Author: cem Date: Sun Aug 20 00:41:49 2017 New Revision: 322710 URL: https://svnweb.freebsd.org/changeset/base/322710 Log: hwpstate: Add support for family 17h pstate info from MSRs This information is normally available via acpi_perf, but in case it is not, add support for fetching the

svn commit: r322709 - in head/sys: dev/syscons sys

2017-08-19 Thread Bruce Evans
Author: bde Date: Sat Aug 19 23:13:33 2017 New Revision: 322709 URL: https://svnweb.freebsd.org/changeset/base/322709 Log: Fix setting of defaults for the text cursor. There was already a per-vty defaults field, but it was useless since it was only initialized when propagating the global

svn commit: r322708 - in head/sys: dev/syscons sys

2017-08-19 Thread Bruce Evans
Author: bde Date: Sat Aug 19 21:40:42 2017 New Revision: 322708 URL: https://svnweb.freebsd.org/changeset/base/322708 Log: Rename curr_curs_attr to base_curr_attr. The actual current cursor attribute field is curs_attr. The base field holds user data translated in a reversible way and is

svn commit: r322707 - svnadmin/conf

2017-08-19 Thread Matthew Seaman
Author: matthew (ports committer) Date: Sat Aug 19 21:17:53 2017 New Revision: 322707 URL: https://svnweb.freebsd.org/changeset/base/322707 Log: Take in Rui Paulo's comit bit at his own request. Approved by: core (implicit) Modified: svnadmin/conf/access Modified: svnadmin/conf/access

svn commit: r322706 - head/sys/i386/i386

2017-08-19 Thread Konstantin Belousov
Author: kib Date: Sat Aug 19 21:00:02 2017 New Revision: 322706 URL: https://svnweb.freebsd.org/changeset/base/322706 Log: Use the known valid segment when accessing memory in #UD handler. Make sure that %eflags.D flag is cleared for hook. Improve comments. When #UD dtrace code checks

svn commit: r322705 - in head/sys: arm/arm dev/syscons isa mips/mips powerpc/powerpc

2017-08-19 Thread Bruce Evans
Author: bde Date: Sat Aug 19 19:33:16 2017 New Revision: 322705 URL: https://svnweb.freebsd.org/changeset/base/322705 Log: Use better hard-coded defaults for the cursor shape, and remove nearby redundant initializations. Hard-code base = 0, height = (approx. 1/8 of the boot-time font

svn commit: r322697 - in head/sys/dev: extres/hwreset pci

2017-08-19 Thread Andrew Turner
Author: andrew Date: Sat Aug 19 17:18:27 2017 New Revision: 322697 URL: https://svnweb.freebsd.org/changeset/base/322697 Log: Remove redundant declarations. Newer gcc has a warning for these so will fail when building with -Werror. Sponsored by: DARPA, AFRL Modified:

svn commit: r322696 - in head/sys: conf modules/armv8crypto

2017-08-19 Thread Andrew Turner
Author: andrew Date: Sat Aug 19 17:15:40 2017 New Revision: 322696 URL: https://svnweb.freebsd.org/changeset/base/322696 Log: Use armv8-a in -march, it is accepted by both clang and gcc. Sponsored by: DARPA, AFRL Modified: head/sys/conf/files.arm64

Re: svn commit: r322695 - in head: share/man/man4 sys/conf sys/dev/usb sys/dev/usb/input sys/dev/usb/quirk sys/modules/usb sys/modules/usb/wmt

2017-08-19 Thread Vladimir Kondratyev
On 2017-08-19 20:00, Vladimir Kondratyev wrote: Author: wulf Date: Sat Aug 19 17:00:10 2017 New Revision: 322695 URL: https://svnweb.freebsd.org/changeset/base/322695 Log: Add support for generic MS Windows 7/8/10-compatible USB HID touchscreens found in many laptops. Reviewed by:

Re: svn commit: r322694 - in head/sys: boot/fdt/dts/arm modules/dtb/rpi

2017-08-19 Thread Emmanuel Vadot
On Sat, 19 Aug 2017 14:27:11 + (UTC) Emmanuel Vadot wrote: > Author: manu > Date: Sat Aug 19 14:27:11 2017 > New Revision: 322694 > URL: https://svnweb.freebsd.org/changeset/base/322694 > > Log: > RPI DTS: Add value previously set by VideoCore and DTB links > >

svn commit: r322695 - in head: share/man/man4 sys/conf sys/dev/usb sys/dev/usb/input sys/dev/usb/quirk sys/modules/usb sys/modules/usb/wmt

2017-08-19 Thread Vladimir Kondratyev
Author: wulf Date: Sat Aug 19 17:00:10 2017 New Revision: 322695 URL: https://svnweb.freebsd.org/changeset/base/322695 Log: Add support for generic MS Windows 7/8/10-compatible USB HID touchscreens found in many laptops. Reviewed by: hps, gonzo, bcr (manpages) Approved by:

svn commit: r322694 - in head/sys: boot/fdt/dts/arm modules/dtb/rpi

2017-08-19 Thread Emmanuel Vadot
Author: manu Date: Sat Aug 19 14:27:11 2017 New Revision: 322694 URL: https://svnweb.freebsd.org/changeset/base/322694 Log: RPI DTS: Add value previously set by VideoCore and DTB links Using latest U-Boot for RPI 1 or 2 the DTB loaded by the firmware is discarded. The DTB was previously

svn commit: r322693 - head/usr.sbin/vidcontrol

2017-08-19 Thread Bruce Evans
Author: bde Date: Sat Aug 19 12:14:46 2017 New Revision: 322693 URL: https://svnweb.freebsd.org/changeset/base/322693 Log: Reduce complexity and backwards compatibilty a little by removing new aliases and repurposing "blink". Improve accuracy of documentation of historical mistakes and

svn commit: r322692 - in stable/11/lib/libc: stdlib string tests/string

2017-08-19 Thread Konstantin Belousov
Author: kib Date: Sat Aug 19 09:38:43 2017 New Revision: 322692 URL: https://svnweb.freebsd.org/changeset/base/322692 Log: MFC r322427: Improve standard compliance for memset_s() and abort_handler_s(). Modified: stable/11/lib/libc/stdlib/set_constraint_handler_s.c