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

2017-04-09 Thread Bruce Evans
Author: bde Date: Mon Apr 10 06:19:09 2017 New Revision: 316675 URL: https://svnweb.freebsd.org/changeset/base/316675 Log: Special rendering methods for removing mouse cursors cannot be removed like I hoped, since they are needed for removing parts over the border. Continue fixing bugs in th

svn commit: r316670 - head/sys/arm/freescale/imx

2017-04-09 Thread Ian Lepore
Author: ian Date: Mon Apr 10 02:46:39 2017 New Revision: 316670 URL: https://svnweb.freebsd.org/changeset/base/316670 Log: Add support for imx6ul soc. Modified: head/sys/arm/freescale/imx/imx_iomux.c Modified: head/sys/arm/freescale/imx/imx_iomux.c ===

svn commit: r316669 - head/sys/fs/nfsclient

2017-04-09 Thread Rick Macklem
Author: rmacklem Date: Mon Apr 10 01:28:01 2017 New Revision: 316669 URL: https://svnweb.freebsd.org/changeset/base/316669 Log: Avoid starvation of the server crash recovery thread for the NFSv4 client. This patch gives a requestor of the exclusive lock on the client state in the NFSv4 cl

Re: svn commit: r316665 - in head/sys: compat/linuxkpi/common/src contrib/ck/include contrib/ck/src

2017-04-09 Thread Olivier Houchard
On Sun, Apr 09, 2017 at 03:49:57PM -0700, Conrad Meyer wrote: > On Sun, Apr 9, 2017 at 2:02 PM, Olivier Houchard wrote: > > Author: cognet > > Date: Sun Apr 9 21:02:05 2017 > > New Revision: 316665 > > URL: https://svnweb.freebsd.org/changeset/base/316665 > > > > Log: > > Import CK as of commit

Re: svn commit: r316665 - in head/sys: compat/linuxkpi/common/src contrib/ck/include contrib/ck/src

2017-04-09 Thread Conrad Meyer
On Sun, Apr 9, 2017 at 2:02 PM, Olivier Houchard wrote: > Author: cognet > Date: Sun Apr 9 21:02:05 2017 > New Revision: 316665 > URL: https://svnweb.freebsd.org/changeset/base/316665 > > Log: > Import CK as of commit 6b141c0bdd21ce8b3e14147af8f87f22b20ecf32 > This brings us changes we needed

svn commit: r316667 - head/sys/fs/nfsclient

2017-04-09 Thread Rick Macklem
Author: rmacklem Date: Sun Apr 9 21:50:21 2017 New Revision: 316667 URL: https://svnweb.freebsd.org/changeset/base/316667 Log: Fix the NFSv4 client hndling of a stale write verifier in the Commit operation. When the NFSv4 client Commit operation encountered a stale write verifier, it er

svn commit: r316666 - head/sys/fs/nfs

2017-04-09 Thread Rick Macklem
Author: rmacklem Date: Sun Apr 9 21:06:21 2017 New Revision: 31 URL: https://svnweb.freebsd.org/changeset/base/31 Log: Fix the NFSv4.1 client for NFSERR_BADSESSION recovery via ReclaimComplete. For the ReclaimComplete operation, the RPC layer should not loop on NFSERR_BADSESSION.

svn commit: r316665 - in head/sys: compat/linuxkpi/common/src contrib/ck/include contrib/ck/src

2017-04-09 Thread Olivier Houchard
Author: cognet Date: Sun Apr 9 21:02:05 2017 New Revision: 316665 URL: https://svnweb.freebsd.org/changeset/base/316665 Log: Import CK as of commit 6b141c0bdd21ce8b3e14147af8f87f22b20ecf32 This brings us changes we needed in ck_epoch. Modified: head/sys/compat/linuxkpi/common/src/linux_rcu

svn commit: r316664 - head/sys/arm/freescale/imx

2017-04-09 Thread Ian Lepore
Author: ian Date: Sun Apr 9 20:59:12 2017 New Revision: 316664 URL: https://svnweb.freebsd.org/changeset/base/316664 Log: Add code/constants for detecting imx6ul (ultralite) chips, a species of imx6 based on a single cortex-a7 core. Other changes to imx6 drivers and support code are needed

svn commit: r316661 - head/sys/arm/freescale/imx

2017-04-09 Thread Ian Lepore
Author: ian Date: Sun Apr 9 20:41:00 2017 New Revision: 316661 URL: https://svnweb.freebsd.org/changeset/base/316661 Log: Update the code that compensates for the lack of a GPC interrupt controller driver for imx6. Some newer dts source puts the GIC node at the root instead of under /soc,

svn commit: r316659 - head/sys/arm/freescale/imx

2017-04-09 Thread Ian Lepore
Author: ian Date: Sun Apr 9 18:31:33 2017 New Revision: 316659 URL: https://svnweb.freebsd.org/changeset/base/316659 Log: Remove some old interrupt handling workaround code from the pre-INTRNG days. At this point, INTRNG is not going away (the option may go away, but the code is not), so

Re: svn commit: r313495 - head/sys/kern

2017-04-09 Thread Alexey Dokuchaev
On Thu, Feb 09, 2017 at 09:21:42PM -0800, Cy Schubert wrote: > In message <201702092335.v19nzvsq026...@repo.freebsd.org>, Konstantin > Belousov writes: > > New Revision: 313495 > > URL: https://svnweb.freebsd.org/changeset/base/313495 > > > > Log: > > ... > > Restructure the block in vn_open_v

svn commit: r316658 - head/sys/compat/linux

2017-04-09 Thread Tai-hwa Liang
Author: avatar Date: Sun Apr 9 15:27:04 2017 New Revision: 316658 URL: https://svnweb.freebsd.org/changeset/base/316658 Log: Adding SIOCGIFNAME support in Linuxulator. This should silence the console warning associated with linux-opera: linux: pid 23492 (opera): ioctl fd=5, cmd=0x89

svn commit: r316657 - head/sbin/setkey

2017-04-09 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sun Apr 9 15:17:55 2017 New Revision: 316657 URL: https://svnweb.freebsd.org/changeset/base/316657 Log: Make setkey(8) more clear about anti-replay window size option semantics. PR: 172913 Submitted by: j...@saltant.com Review

svn commit: r316656 - in head/sys/compat/linuxkpi/common: include/linux src

2017-04-09 Thread Hans Petter Selasky
Author: hselasky Date: Sun Apr 9 14:31:41 2017 New Revision: 316656 URL: https://svnweb.freebsd.org/changeset/base/316656 Log: Fix compilation of LinuxKPI for PowerPC. Found by: emaste @ MFC after:1 week Sponsored by: Mellanox Technologies Modified: h

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

2017-04-09 Thread Hans Petter Selasky
On 04/08/17 20:08, Ed Maste wrote: 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/f

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

2017-04-09 Thread Andrey Chernov
On 09.04.2017 13:32, Bruce Evans wrote: > How do you initialize actual use of sc->cursor_char? It is only used > when SC_NO_FONT_LOADING is not defined. Configuring SC_PIXEL_MODE > forces SC_NO_FONT_LOADING to be undefined. Except to test sc->cursor_char, I use text console mode with loading na

svn commit: r316655 - head/sys/fs/nfsclient

2017-04-09 Thread Rick Macklem
Author: rmacklem Date: Sun Apr 9 12:32:22 2017 New Revision: 316655 URL: https://svnweb.freebsd.org/changeset/base/316655 Log: Fix parsing failure for NFSv4 Setattr operation for failed case. If an operation that preceeds a Setattr in an NFSv4 compound fails, there is no bitmap of attrib

svn commit: r316654 - head/sys/boot/userboot/userboot

2017-04-09 Thread Toomas Soome
Author: tsoome Date: Sun Apr 9 11:16:16 2017 New Revision: 316654 URL: https://svnweb.freebsd.org/changeset/base/316654 Log: loader: r316585 did miss userboot update The work to implement zfs reader to inspect all pool label copies did miss the userboot, this update does correct this iss

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

2017-04-09 Thread Bruce Evans
On Sun, 9 Apr 2017, Andrey Chernov wrote: On 09.04.2017 10:33, Bruce Evans wrote: On Sun, 9 Apr 2017, Andrey Chernov wrote: 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 ... P

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

2017-04-09 Thread Bruce Evans
On Sun, 9 Apr 2017, Andrey Chernov wrote: On 09.04.2017 9:46, Bruce Evans wrote: Please don't forget that this 5 cells range (0xd0-0xd4, last one becomes SC_CURSOR_CHAR) can be redefined with "vidcontrol -M", it is needed for the case they overlap valid characters region for some code tables.

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

2017-04-09 Thread Andrey Chernov
On 09.04.2017 10:33, Bruce Evans wrote: > On Sun, 9 Apr 2017, Andrey Chernov wrote: > >> 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 ... >>> >>> Please don't

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

2017-04-09 Thread Andrey Chernov
On 09.04.2017 9:46, Bruce Evans wrote: >> Please don't forget that this 5 cells range (0xd0-0xd4, last one becomes >> SC_CURSOR_CHAR) can be redefined with "vidcontrol -M", it is needed for >> the case they overlap valid characters region for some code tables. > > I didn't forget it, but these cel

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

2017-04-09 Thread Toomas Soome
> On 9. apr 2017, at 1:16, Shawn Webb wrote: > > 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

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

2017-04-09 Thread Bruce Evans
On Sun, 9 Apr 2017, Andrey Chernov wrote: 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 ... Please don't forget that this 5 cells range (0xd0-0xd4, last one becomes SC_CURSOR_CHA

svn commit: r316653 - head/sys/cam/ctl

2017-04-09 Thread Alexander Motin
Author: mav Date: Sun Apr 9 07:54:39 2017 New Revision: 316653 URL: https://svnweb.freebsd.org/changeset/base/316653 Log: Fix few minor issues found by Clang Analyzer. MFC after:2 weeks Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl_frontend_iscsi.c Modified: head/sys/cam/

svn commit: r316652 - head/sys/dev/isp

2017-04-09 Thread Alexander Motin
Author: mav Date: Sun Apr 9 07:53:31 2017 New Revision: 316652 URL: https://svnweb.freebsd.org/changeset/base/316652 Log: Fix few minor issues found by Clang Analyzer. MFC after:2 weeks Modified: head/sys/dev/isp/isp.c head/sys/dev/isp/isp_freebsd.c Modified: head/sys/dev/isp/isp