Re: svn commit: r316642 - head/sys/dev/syscons

2017-04-08 Thread Bruce Evans
On Sun, 9 Apr 2017, Andrey Chernov wrote: On 08.04.2017 13:00, Bruce Evans wrote: Log: Quick fix for removal of the mouse cursor in vga direct graphics modes (that is, in all supported 8, 15, 16 and 24-color modes). Moving the mouse cursor while holding down a button (giving cut marking)

svn commit: r316651 - stable/10/sys/dev/usb/controller

2017-04-08 Thread Alexander Motin
Author: mav Date: Sun Apr 9 06:44:31 2017 New Revision: 316651 URL: https://svnweb.freebsd.org/changeset/base/316651 Log: MFC r316412: Add IDs for Intel Cougar Point USB 2.0 controller. Modified: stable/10/sys/dev/usb/controller/ehci_pci.c Directory Properties: stable/10/ (props changed)

svn commit: r316650 - stable/11/sys/dev/usb/controller

2017-04-08 Thread Alexander Motin
Author: mav Date: Sun Apr 9 06:44:01 2017 New Revision: 316650 URL: https://svnweb.freebsd.org/changeset/base/316650 Log: MFC r316412: Add IDs for Intel Cougar Point USB 2.0 controller. Modified: stable/11/sys/dev/usb/controller/ehci_pci.c Directory Properties: stable/11/ (props changed)

Re: svn commit: r316642 - head/sys/dev/syscons

2017-04-08 Thread Andrey Chernov
On 09.04.2017 7:54, Andrey Chernov wrote: > On 08.04.2017 13:00, Bruce Evans wrote: >> Log: >> Quick fix for removal of the mouse cursor in vga direct graphics modes >> (that is, in all supported 8, 15, 16 and 24-color modes). Moving the >> mouse cursor while holding down a button (giving cu

Re: svn commit: r316642 - head/sys/dev/syscons

2017-04-08 Thread Andrey Chernov
On 08.04.2017 13:00, Bruce Evans wrote: > Log: > Quick fix for removal of the mouse cursor in vga direct graphics modes > (that is, in all supported 8, 15, 16 and 24-color modes). Moving the > mouse cursor while holding down a button (giving cut marking) left a > trail of garbage from misr

svn commit: r316649 - head/lib/libz

2017-04-08 Thread Alexander Kabaev
Author: kan Date: Sun Apr 9 03:50:48 2017 New Revision: 316649 URL: https://svnweb.freebsd.org/changeset/base/316649 Log: Add missing double quote to fix r316635 commit. Modified: head/lib/libz/Makefile Modified: head/lib/libz/Makefile ===

svn commit: r316648 - in head/sys: amd64/amd64 amd64/include arm/arm arm/include arm64/include cddl/dev/dtrace/aarch64 cddl/dev/dtrace/amd64 cddl/dev/dtrace/arm cddl/dev/dtrace/i386 cddl/dev/dtrace...

2017-04-08 Thread Patrick Kelsey
Author: pkelsey Date: Sun Apr 9 02:00:03 2017 New Revision: 316648 URL: https://svnweb.freebsd.org/changeset/base/316648 Log: Corrected misspelled versions of rendezvous. The MFC will include a compat definition of smp_no_rendevous_barrier() that calls smp_no_rendezvous_barrier(). R

svn commit: r316647 - in head: . share/mk tools/build/options

2017-04-08 Thread Ed Maste
Author: emaste Date: Sun Apr 9 01:35:19 2017 New Revision: 316647 URL: https://svnweb.freebsd.org/changeset/base/316647 Log: Introduce LLD_BOOTSTRAP to control lld as bootstrap linker Add WITH_LLD_BOOTSTRAP and WITHOUT_LLD_BOOTSTRAP knobs, similar to the Clang bootstrap knobs. Revie

Re: svn commit: r316585 - in head/sys/boot: efi/boot1 efi/loader i386/common i386/loader i386/zfsboot zfs

2017-04-08 Thread Shawn Webb
On Thu, Apr 06, 2017 at 06:17:29PM +, Toomas Soome wrote: > Author: tsoome > Date: Thu Apr 6 18:17:29 2017 > New Revision: 316585 > URL: https://svnweb.freebsd.org/changeset/base/316585 > > Log: > loader: zfs reader should check all labels > > The current zfs reader is only checking fi

svn commit: r316646 - head/bin/sh/tests/parser

2017-04-08 Thread Jilles Tjoelker
Author: jilles Date: Sat Apr 8 21:57:59 2017 New Revision: 316646 URL: https://svnweb.freebsd.org/changeset/base/316646 Log: sh: Add test for unaliasing an alias that is currently in use. This already works correctly. Added: head/bin/sh/tests/parser/alias16.0 (contents, props changed)

Re: svn commit: r316033 - in head/sys/compat/linuxkpi/common: include/asm include/linux src

2017-04-08 Thread Ed Maste
On 27 March 2017 at 13:04, Hans Petter Selasky wrote: > Author: hselasky > Date: Mon Mar 27 17:04:11 2017 > New Revision: 316033 > URL: https://svnweb.freebsd.org/changeset/base/316033 powerpc.GENERIC is now failing with: In file included from /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/comm

Re: svn commit: r316591 - head/sys/dev/tpm

2017-04-08 Thread David O'Brien
On Fri, Apr 07, 2017 at 11:02:06AM -0700, Ngie Cooper wrote: > Bah. I missed the nested FreeBSD in OpenBSD comment.. nevermind the part > about enabling power support. It's too early for me to be thinking critically > I guess.. But you are helping support my case for https://reviews.freebsd.org/D1

Re: svn commit: r316591 - head/sys/dev/tpm

2017-04-08 Thread David O'Brien
On Thu, Apr 06, 2017 at 10:19:48PM -0700, Ngie Cooper (yaneurabeya) wrote: > > On Apr 6, 2017, at 15:21, David E. O'Brien wrote: > Hi David, > I think you meant to delete the other piece of code (__FreeBSD__ is > always defined). Hi Ngie, I removed 100% dead code. This was a block of

svn commit: r316645 - head

2017-04-08 Thread Ed Maste
Author: emaste Date: Sat Apr 8 16:14:30 2017 New Revision: 316645 URL: https://svnweb.freebsd.org/changeset/base/316645 Log: Unconditionally include arm64 in make universe / tinderbox As of r316629 FreeBSD/arm64 uses the in-tree LLD linker by default, and does not require an external an

svn commit: r316644 - in head/sys: amd64/linux amd64/linux32 i386/linux

2017-04-08 Thread Tai-hwa Liang
Author: avatar Date: Sat Apr 8 14:41:39 2017 New Revision: 316644 URL: https://svnweb.freebsd.org/changeset/base/316644 Log: Trying to be more compatible with Linux if.h definitions: - renaming l_ifreq::ifru_metric to l_ifreq::ifru_ivalue; - adding a definition for ifr_ifindex w

svn commit: r316643 - head/sys/x86/x86

2017-04-08 Thread Andriy Gapon
Author: avg Date: Sat Apr 8 14:16:42 2017 New Revision: 316643 URL: https://svnweb.freebsd.org/changeset/base/316643 Log: use msr 0xc001100c to discover multi-node AMD processors This is applicable only to the older processors that do not have the AMD Topology extension. Opteron 6100-s

svn commit: r316642 - head/sys/dev/syscons

2017-04-08 Thread Bruce Evans
Author: bde Date: Sat Apr 8 10:00:39 2017 New Revision: 316642 URL: https://svnweb.freebsd.org/changeset/base/316642 Log: Quick fix for removal of the mouse cursor in vga direct graphics modes (that is, in all supported 8, 15, 16 and 24-color modes). Moving the mouse cursor while holding d

svn commit: r316641 - stable/10/sys/netpfil/pf

2017-04-08 Thread Kristof Provost
Author: kp Date: Sat Apr 8 09:49:21 2017 New Revision: 316641 URL: https://svnweb.freebsd.org/changeset/base/316641 Log: MFC r316355 pf: Fix leak of pf_state_keys If we hit the state limit we returned from pf_create_state() without cleaning up. PR: 217997 Submitted

svn commit: r316640 - stable/11/sys/netpfil/pf

2017-04-08 Thread Kristof Provost
Author: kp Date: Sat Apr 8 09:48:21 2017 New Revision: 316640 URL: https://svnweb.freebsd.org/changeset/base/316640 Log: MFC r316355 pf: Fix leak of pf_state_keys If we hit the state limit we returned from pf_create_state() without cleaning up. PR: 217997 Submitted

svn commit: r316639 - head/usr.bin/diff

2017-04-08 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 8 08:46:02 2017 New Revision: 316639 URL: https://svnweb.freebsd.org/changeset/base/316639 Log: add a stub --speed-large-files for compatibility with GNU diff There is no intention to implement it, but lots of scripts/tools using diff(1) passes GNU diff option

svn commit: r316638 - head/usr.bin/sdiff

2017-04-08 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 8 08:42:25 2017 New Revision: 316638 URL: https://svnweb.freebsd.org/changeset/base/316638 Log: Remove a useless loop over the long options before passing through some options to diff(1) Modified: head/usr.bin/sdiff/sdiff.c Modified: head/usr.bin/sdiff/sdiff.c =

svn commit: r316637 - head/usr.bin/sdiff

2017-04-08 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 8 08:41:05 2017 New Revision: 316637 URL: https://svnweb.freebsd.org/changeset/base/316637 Log: When passingthrough from sdiff to diff the -H/--speed-large-files options rename it to the long version as GNU diff only support the long version of the option not the

svn commit: r316636 - head/sys/dev/syscons

2017-04-08 Thread Bruce Evans
Author: bde Date: Sat Apr 8 08:24:25 2017 New Revision: 316636 URL: https://svnweb.freebsd.org/changeset/base/316636 Log: Fix removal of the keyboard cursor image in text mode, especially in the vga renderer. Removal used stale attributes and didn't try to merge with the current attribute