Re: CVS commit: src/sys/kern

2018-10-01 Thread Emmanuel Dreyfus
On Mon, Oct 01, 2018 at 09:34:47AM +0200, Manuel Bouyer wrote: > Yes, it's a bug, probably related to vndconfig'ing a file on the > same filesystem as /dev. I use vnconfig a lot myself and I've never seen > it. I think all you need is to have a domU with two block devices. On my test machine I

Re: CVS commit: src/sys/kern

2018-10-01 Thread Emmanuel Dreyfus
On Sun, Sep 30, 2018 at 11:13:11AM +0200, J. Hannken-Illjes wrote: > This change is wrong, there is no upper time limit for a successfull > file system suspension. Indeed, it can be infinite, as I experienced here: http://mail-index.netbsd.org/tech-kern/2018/09/21/msg024099.html A umount,

Re: CVS commit: src/sys/kern

2018-10-01 Thread Manuel Bouyer
On Mon, Oct 01, 2018 at 07:04:04AM +, Emmanuel Dreyfus wrote: > On Sun, Sep 30, 2018 at 11:13:11AM +0200, J. Hannken-Illjes wrote: > > This change is wrong, there is no upper time limit for a successfull > > file system suspension. > > Indeed, it can be infinite, as I experienced here: >

Re: CVS commit: src/sys/kern

2018-10-01 Thread Manuel Bouyer
On Mon, Oct 01, 2018 at 07:43:05AM +, Emmanuel Dreyfus wrote: > On Mon, Oct 01, 2018 at 09:34:47AM +0200, Manuel Bouyer wrote: > > Yes, it's a bug, probably related to vndconfig'ing a file on the > > same filesystem as /dev. I use vnconfig a lot myself and I've never seen > > it. > > I think

Re: CVS commit: src/sys/kern

2018-10-01 Thread Emmanuel Dreyfus
Manuel Bouyer wrote: > In any case, adding a workaround for a specific setup which can potentially > cause spurious failures for everyone is not appropriate. I agree with that, but it is the case here? Running with vnd backends on the root partition is not what I would call a specific setup,

CVS commit: src

2018-10-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 1 09:47:34 UTC 2018 Modified Files: src/distrib/sets: Makefile src/etc: Makefile Log Message: Redo xz vs. gzip selection via conditional make expressions, suggested by joerg. To generate a diff of this commit:

CVS commit: src/share/man/man5

2018-10-01 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Oct 1 11:16:04 UTC 2018 Modified Files: src/share/man/man5: rc.conf.5 Log Message: Use more .Ql (quoted literal) for variable values. Misc markup fixes. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177

CVS commit: src

2018-10-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 1 09:47:34 UTC 2018 Modified Files: src/distrib/sets: Makefile src/etc: Makefile Log Message: Redo xz vs. gzip selection via conditional make expressions, suggested by joerg. To generate a diff of this commit:

CVS commit: src/share/man/man5

2018-10-01 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Oct 1 11:16:04 UTC 2018 Modified Files: src/share/man/man5: rc.conf.5 Log Message: Use more .Ql (quoted literal) for variable values. Misc markup fixes. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177

CVS commit: src/share/man/man5

2018-10-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 1 07:11:27 UTC 2018 Modified Files: src/share/man/man5: rc.conf.5 Log Message: Use more markup. To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 src/share/man/man5/rc.conf.5 Please note that diffs are not

CVS commit: [pgoyette-compat] src/sys/arch/amd64/conf

2018-10-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Oct 1 07:33:36 UTC 2018 Modified Files: src/sys/arch/amd64/conf [pgoyette-compat]: NOCOMPAT Log Message: Sync with changes from HEAD: no more ATM To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4

CVS commit: src/share/man/man5

2018-10-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 1 07:11:27 UTC 2018 Modified Files: src/share/man/man5: rc.conf.5 Log Message: Use more markup. To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 src/share/man/man5/rc.conf.5 Please note that diffs are not

CVS commit: [pgoyette-compat] src/sys/arch/amd64/conf

2018-10-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Oct 1 07:33:36 UTC 2018 Modified Files: src/sys/arch/amd64/conf [pgoyette-compat]: NOCOMPAT Log Message: Sync with changes from HEAD: no more ATM To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4

CVS commit: src/distrib/sets/lists/debug

2018-10-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 1 08:23:53 UTC 2018 Modified Files: src/distrib/sets/lists/debug: md.amd64 md.i386 mi Log Message: Fix debug sets for mount_qemufwcfg To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102

CVS commit: src/sys/dev/i2c

2018-10-01 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Oct 1 09:39:20 UTC 2018 Modified Files: src/sys/dev/i2c: gttwsi_core.c Log Message: Expand code covered by sc->sc_mtx, to make sure an interrupt would not be handled before the cv_timedwait_sig() call, or while polling.

CVS commit: src/sys/dev/i2c

2018-10-01 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Oct 1 09:39:20 UTC 2018 Modified Files: src/sys/dev/i2c: gttwsi_core.c Log Message: Expand code covered by sc->sc_mtx, to make sure an interrupt would not be handled before the cv_timedwait_sig() call, or while polling.

CVS commit: src/distrib/sets/lists/debug

2018-10-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 1 08:23:53 UTC 2018 Modified Files: src/distrib/sets/lists/debug: md.amd64 md.i386 mi Log Message: Fix debug sets for mount_qemufwcfg To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102

CVS commit: src/external/cddl/dtracetoolkit/dist

2018-10-01 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Oct 1 13:28:07 UTC 2018 Modified Files: src/external/cddl/dtracetoolkit/dist: iosnoop Log Message: Sync with version on Brendan's site http://www.brendangregg.com/DTrace/iosnoop To generate a diff of this commit: cvs rdiff

CVS commit: src/external/cddl/dtracetoolkit/dist

2018-10-01 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Oct 1 13:28:07 UTC 2018 Modified Files: src/external/cddl/dtracetoolkit/dist: iosnoop Log Message: Sync with version on Brendan's site http://www.brendangregg.com/DTrace/iosnoop To generate a diff of this commit: cvs rdiff

CVS commit: [pgoyette-compat] src/sys/arch/aarch64/aarch64

2018-10-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Oct 1 21:19:16 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64 [pgoyette-compat]: netbsd32_machdep.c Added Files: src/sys/arch/aarch64/aarch64 [pgoyette-compat]: netbsd32_machdep_13.c

CVS commit: [pgoyette-compat] src/sys/arch/aarch64/aarch64

2018-10-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Oct 1 21:19:16 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64 [pgoyette-compat]: netbsd32_machdep.c Added Files: src/sys/arch/aarch64/aarch64 [pgoyette-compat]: netbsd32_machdep_13.c

CVS commit: src/distrib

2018-10-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 1 17:50:08 UTC 2018 Modified Files: src/distrib/alpha/instkernel/ramdisk: list src/distrib/amd64/ramdisks/common: list.ramdisk src/distrib/sparc64/instfs: list src/distrib/utils/x_gzip: Makefile

CVS commit: src/distrib

2018-10-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 1 17:50:08 UTC 2018 Modified Files: src/distrib/alpha/instkernel/ramdisk: list src/distrib/amd64/ramdisks/common: list.ramdisk src/distrib/sparc64/instfs: list src/distrib/utils/x_gzip: Makefile

CVS commit: src/sys/arch/aarch64/aarch64

2018-10-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 1 19:45:01 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: locore.S Log Message: Comment out printing L2CTLR_EL1 as it is implementation specific. OK ryo To generate a diff of this commit: cvs rdiff -u -r1.25

CVS commit: src/sys/arch/aarch64/aarch64

2018-10-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 1 19:45:01 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: locore.S Log Message: Comment out printing L2CTLR_EL1 as it is implementation specific. OK ryo To generate a diff of this commit: cvs rdiff -u -r1.25

CVS commit: [pgoyette-compat] src/sys

2018-10-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Oct 2 01:43:53 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64 [pgoyette-compat]: netbsd32_machdep.c src/sys/arch/aarch64/conf [pgoyette-compat]: files.aarch64 src/sys/arch/sparc/fpu [pgoyette-compat]:

CVS commit: [pgoyette-compat] src/sys/compat/sunos32

2018-10-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Oct 2 00:00:09 UTC 2018 Modified Files: src/sys/compat/sunos32 [pgoyette-compat]: files.sunos32 Log Message: Revert most of previous. Leave the original dependencies, but still remove the duplicate attribute definition to

CVS commit: [pgoyette-compat] src/sys/compat/sunos32

2018-10-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Oct 2 00:00:09 UTC 2018 Modified Files: src/sys/compat/sunos32 [pgoyette-compat]: files.sunos32 Log Message: Revert most of previous. Leave the original dependencies, but still remove the duplicate attribute definition to

CVS commit: [pgoyette-compat] src/sys

2018-10-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Oct 2 01:43:53 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64 [pgoyette-compat]: netbsd32_machdep.c src/sys/arch/aarch64/conf [pgoyette-compat]: files.aarch64 src/sys/arch/sparc/fpu [pgoyette-compat]: