CVS commit: src/usr.bin/quota

2020-01-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 21 07:57:49 UTC 2020 Modified Files: src/usr.bin/quota: quota.1 Log Message: Use standard Dd format. Remove superfluous Pp To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/quota/quota.1 Please

CVS commit: src/usr.bin/quota

2020-01-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 21 07:57:49 UTC 2020 Modified Files: src/usr.bin/quota: quota.1 Log Message: Use standard Dd format. Remove superfluous Pp To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/quota/quota.1 Please

CVS commit: src/share/man/man9

2020-01-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 21 07:53:51 UTC 2020 Modified Files: src/share/man/man9: in_getifa.9 Log Message: Remove superfluous Pp. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/in_getifa.9 Please note that diffs

CVS commit: src/share/man/man9

2020-01-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 21 07:53:51 UTC 2020 Modified Files: src/share/man/man9: in_getifa.9 Log Message: Remove superfluous Pp. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/in_getifa.9 Please note that diffs

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Masanobu SAITOH
Hi. On 2020/01/21 2:06, Patrick Welche wrote: > On Mon, Jan 20, 2020 at 04:12:45PM +, Patrick Welche wrote: >> On Mon, Jan 20, 2020 at 12:51:00PM +, Andrew Doran wrote: >>> This also happened the last time I touched rw_downgrade(), and I backed out >>> the change then, but both times I

CVS commit: src/usr.sbin/sysinst

2020-01-20 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jan 21 06:44:40 UTC 2020 Modified Files: src/usr.sbin/sysinst: disklabel.c Log Message: hide disklabel_non_bootable() under NO_DISKLABEL_BOOT like the usage. should fix most builds. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/sysinst

2020-01-20 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jan 21 06:44:40 UTC 2020 Modified Files: src/usr.sbin/sysinst: disklabel.c Log Message: hide disklabel_non_bootable() under NO_DISKLABEL_BOOT like the usage. should fix most builds. To generate a diff of this commit: cvs

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Andrew Doran
Hi, This also happened the last time I touched rw_downgrade(), and I backed out the change then, but both times I don't see the bug. I have some questions: - Are you running DIAGNOSTIC and/or LOCKDEBUG? I would be very interested to see what happens with a LOCKDEBUG kernel here. - Do you

CVS commit: src/sys/arch/arm/conf

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 21 05:05:22 UTC 2020 Modified Files: src/sys/arch/arm/conf: files.arm Log Message: Sort a bit To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/arch/arm/conf/files.arm Please note that diffs are

CVS commit: src/sys/arch/arm/conf

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 21 05:05:22 UTC 2020 Modified Files: src/sys/arch/arm/conf: files.arm Log Message: Sort a bit To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/arch/arm/conf/files.arm Please note that diffs are

CVS commit: src/sys/arch/arm/conf

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 21 05:02:55 UTC 2020 Modified Files: src/sys/arch/arm/conf: files.arm Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151 src/sys/arch/arm/conf/files.arm Please note that

CVS commit: src/sys/arch/arm/conf

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 21 05:02:55 UTC 2020 Modified Files: src/sys/arch/arm/conf: files.arm Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151 src/sys/arch/arm/conf/files.arm Please note that

CVS commit: src/sys/arch/arm/arm

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 21 04:59:47 UTC 2020 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: Remove unnecessary cast To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/arch/arm/arm/arm_machdep.c Please note

CVS commit: src/sys/arch/arm/arm

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 21 04:59:47 UTC 2020 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: Remove unnecessary cast To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/arch/arm/arm/arm_machdep.c Please note

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

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 21 04:54:11 UTC 2020 Modified Files: src/sys/arch/aarch64/conf: files.aarch64 Log Message: Small re-org. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/aarch64/conf/files.aarch64

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

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 21 04:54:11 UTC 2020 Modified Files: src/sys/arch/aarch64/conf: files.aarch64 Log Message: Small re-org. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/aarch64/conf/files.aarch64

CVS commit: src/sys/arch/powerpc/powerpc

2020-01-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 21 04:30:14 UTC 2020 Modified Files: src/sys/arch/powerpc/powerpc: lock_stubs.S Log Message: Update for changes to -- owner field is now bits 5-N. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/powerpc/powerpc

2020-01-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 21 04:30:14 UTC 2020 Modified Files: src/sys/arch/powerpc/powerpc: lock_stubs.S Log Message: Update for changes to -- owner field is now bits 5-N. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Jason Thorpe
> On Jan 20, 2020, at 3:44 PM, Christos Zoulas wrote: > > In article <20200120185023.gd28...@homeworld.netbsd.org>, > Andrew Doran wrote: >> Fix committed with sys/kern/kern_rwlock.c rev 1.62. I didn't see the >> problem as I am running with LOCKDEBUG. >> >> Apologies for the disruption. >

CVS commit: src/sys/sys

2020-01-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 21 04:09:11 UTC 2020 Modified Files: src/sys/sys: rwlock.h Log Message: Update a comment. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/sys/rwlock.h Please note that diffs are not public

CVS commit: src/sys/sys

2020-01-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jan 21 04:09:11 UTC 2020 Modified Files: src/sys/sys: rwlock.h Log Message: Update a comment. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/sys/rwlock.h Please note that diffs are not public

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

2020-01-20 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Tue Jan 21 03:29:56 UTC 2020 Modified Files: src/distrib/sets/lists/man: mi Log Message: Revive entries for uyurex(4) as obsolete. To generate a diff of this commit: cvs rdiff -u -r1.1675 -r1.1676 src/distrib/sets/lists/man/mi

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

2020-01-20 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Tue Jan 21 03:29:56 UTC 2020 Modified Files: src/distrib/sets/lists/man: mi Log Message: Revive entries for uyurex(4) as obsolete. To generate a diff of this commit: cvs rdiff -u -r1.1675 -r1.1676 src/distrib/sets/lists/man/mi

CVS commit: src/sys

2020-01-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jan 21 02:38:26 UTC 2020 Modified Files: src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c systrace_args.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern:

CVS commit: src/sys

2020-01-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jan 21 02:38:26 UTC 2020 Modified Files: src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c systrace_args.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern:

CVS commit: src

2020-01-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jan 21 02:37:17 UTC 2020 Modified Files: src/distrib/sets/lists/modules: mi src/sys/compat/common: files.common vfs_syscalls_50.c src/sys/kern: syscalls.master src/sys/modules: Makefile

CVS commit: src

2020-01-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jan 21 02:37:17 UTC 2020 Modified Files: src/distrib/sets/lists/modules: mi src/sys/compat/common: files.common vfs_syscalls_50.c src/sys/kern: syscalls.master src/sys/modules: Makefile

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Christos Zoulas
In article <20200120185023.gd28...@homeworld.netbsd.org>, Andrew Doran wrote: >Fix committed with sys/kern/kern_rwlock.c rev 1.62. I didn't see the >problem as I am running with LOCKDEBUG. > >Apologies for the disruption. FYI: powerpc/arm do not build anymore...

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Chavdar Ivanov
На 2020-01-20 в 18:50, Andrew Doran написа: > Fix committed with sys/kern/kern_rwlock.c rev 1.62. I didn't see the > problem as I am running with LOCKDEBUG. > > Apologies for the disruption. All good now, thanks. > Andrew

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Ryo ONODERA
Hi, Thanks for your quick fix. It works fine for my laptop now. On January 21, 2020 3:50:23 AM GMT+09:00, Andrew Doran wrote: >Fix committed with sys/kern/kern_rwlock.c rev 1.62. I didn't see the >problem as I am running with LOCKDEBUG. > >Apologies for the disruption. > >Andrew -- Ryo

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2020-01-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 20 23:22:09 UTC 2020 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_gart.c Log Message: add missing memset in radeon_gart_table_ram_alloc To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2020-01-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 20 23:22:09 UTC 2020 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_gart.c Log Message: add missing memset in radeon_gart_table_ram_alloc To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/sys/arch/evbarm

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 20 22:25:07 UTC 2020 Modified Files: src/sys/arch/evbarm/bcm53xx: bcm53xx_machdep.c src/sys/arch/evbarm/beagle: beagle_machdep.c src/sys/arch/evbarm/gumstix: gumstix_machdep.c

CVS commit: src/sys/arch/evbarm

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 20 22:25:07 UTC 2020 Modified Files: src/sys/arch/evbarm/bcm53xx: bcm53xx_machdep.c src/sys/arch/evbarm/beagle: beagle_machdep.c src/sys/arch/evbarm/gumstix: gumstix_machdep.c

CVS commit: src/sys/conf

2020-01-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 20 22:18:39 UTC 2020 Modified Files: src/sys/conf: files Log Message: COMPAT_43 requires COMPAT_60 To generate a diff of this commit: cvs rdiff -u -r1.1253 -r1.1254 src/sys/conf/files Please note that diffs are not

CVS commit: src/sys/conf

2020-01-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 20 22:18:39 UTC 2020 Modified Files: src/sys/conf: files Log Message: COMPAT_43 requires COMPAT_60 To generate a diff of this commit: cvs rdiff -u -r1.1253 -r1.1254 src/sys/conf/files Please note that diffs are not

CVS commit: src/sys/arch/arm

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 20 22:13:58 UTC 2020 Modified Files: src/sys/arch/arm/arm32: cpu.c src/sys/arch/arm/include: cpu.h src/sys/arch/arm/include/arm32: pmap.h Log Message: s/_ARM_ARCH_6/ARM_MMU_EXTENDED/ in the #ifdef for the

CVS commit: src/sys/arch/arm

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 20 22:13:58 UTC 2020 Modified Files: src/sys/arch/arm/arm32: cpu.c src/sys/arch/arm/include: cpu.h src/sys/arch/arm/include/arm32: pmap.h Log Message: s/_ARM_ARCH_6/ARM_MMU_EXTENDED/ in the #ifdef for the

CVS commit: src/usr.bin/quota

2020-01-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 20 21:38:30 UTC 2020 Modified Files: src/usr.bin/quota: quota.1 Log Message: ...and it seems that -d is no longer restricted to root. (No particular reason it should be; I suspect this changed when we got real quota

CVS commit: src/usr.bin/quota

2020-01-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 20 21:38:30 UTC 2020 Modified Files: src/usr.bin/quota: quota.1 Log Message: ...and it seems that -d is no longer restricted to root. (No particular reason it should be; I suspect this changed when we got real quota

CVS commit: src/usr.bin/quota

2020-01-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 20 21:35:41 UTC 2020 Modified Files: src/usr.bin/quota: quota.1 Log Message: Document the actual behavior of -g; clarify the optional user/group args. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/usr.bin/quota

2020-01-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 20 21:35:41 UTC 2020 Modified Files: src/usr.bin/quota: quota.1 Log Message: Document the actual behavior of -g; clarify the optional user/group args. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/usr.bin/quota

2020-01-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 20 21:30:41 UTC 2020 Modified Files: src/usr.bin/quota: quota.1 Log Message: Clarify -u. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/quota/quota.1 Please note that diffs are not public

CVS commit: src/usr.bin/quota

2020-01-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 20 21:30:41 UTC 2020 Modified Files: src/usr.bin/quota: quota.1 Log Message: Clarify -u. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/quota/quota.1 Please note that diffs are not public

CVS commit: src/usr.sbin/sysinst

2020-01-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 20 21:26:35 UTC 2020 Modified Files: src/usr.sbin/sysinst: README.md_defs bsddisklabel.c defs.h disklabel.c mbr.c part_edit.c util.c src/usr.sbin/sysinst/arch/evbarm: md.c md.h Log Message: First try

CVS commit: src/usr.sbin/sysinst

2020-01-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 20 21:26:35 UTC 2020 Modified Files: src/usr.sbin/sysinst: README.md_defs bsddisklabel.c defs.h disklabel.c mbr.c part_edit.c util.c src/usr.sbin/sysinst/arch/evbarm: md.c md.h Log Message: First try

CVS commit: src/sys/dev/pci

2020-01-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 20 19:45:27 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: No longer need to go to splnet() before calling ifmedia_ioctl() in the NET_MPSAFE; ifmedia_ioctl() will do this for us, if needed. To generate

CVS commit: src/sys/dev/pci

2020-01-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 20 19:45:27 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: No longer need to go to splnet() before calling ifmedia_ioctl() in the NET_MPSAFE; ifmedia_ioctl() will do this for us, if needed. To generate

CVS commit: src/sys/net

2020-01-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 20 19:35:39 UTC 2020 Modified Files: src/sys/net: if_media.c Log Message: In ifmedia_ioctl(), go to splnet() before acquiring the KERNEL_LOCK. For non-NET_MPSAFE, this is benign, because we can nest raising to splnet().

CVS commit: src/sys/net

2020-01-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 20 19:35:39 UTC 2020 Modified Files: src/sys/net: if_media.c Log Message: In ifmedia_ioctl(), go to splnet() before acquiring the KERNEL_LOCK. For non-NET_MPSAFE, this is benign, because we can nest raising to splnet().

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Patrick Welche
On Mon, Jan 20, 2020 at 04:12:45PM +, Patrick Welche wrote: > On Mon, Jan 20, 2020 at 12:51:00PM +, Andrew Doran wrote: > > This also happened the last time I touched rw_downgrade(), and I backed out > > the change then, but both times I don't see the bug. I have some questions: > > > >

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Andrew Doran
Fix committed with sys/kern/kern_rwlock.c rev 1.62. I didn't see the problem as I am running with LOCKDEBUG. Apologies for the disruption. Andrew

CVS commit: src/sys/kern

2020-01-20 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Jan 20 18:48:16 UTC 2020 Modified Files: src/sys/kern: kern_rwlock.c Log Message: PR kern/54880: -current hangs in mountroot - Don't set the RW_NODEBUG flag on init, since assembly stubs can't handle it. - rw_downgrade(): fix a

CVS commit: src/sys/kern

2020-01-20 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Jan 20 18:48:16 UTC 2020 Modified Files: src/sys/kern: kern_rwlock.c Log Message: PR kern/54880: -current hangs in mountroot - Don't set the RW_NODEBUG flag on init, since assembly stubs can't handle it. - rw_downgrade(): fix a

CVS commit: src/doc

2020-01-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 20 18:40:06 UTC 2020 Modified Files: src/doc: TODO.smpnet Log Message: FDDI support has been removed. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/doc/TODO.smpnet Please note that diffs are not

CVS commit: src/doc

2020-01-20 Thread Jason R Thorpe
ee. [thorpej 20200118] de(4): Removed from the tree. [thorpej 20200119] token ring and tr(4): Removed from the tree. [20200119] + fddi, fpa(4), fta(4), fea(4): Removed from the tree. [20200120]

CVS commit: src/doc

2020-01-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 20 18:40:06 UTC 2020 Modified Files: src/doc: TODO.smpnet Log Message: FDDI support has been removed. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/doc/TODO.smpnet Please note that diffs are not

CVS commit: src/doc

2020-01-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 20 18:39:43 UTC 2020 Modified Files: src/doc: CHANGES Log Message: Note removal of FDDI. To generate a diff of this commit: cvs rdiff -u -r1.2640 -r1.2641 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src

2020-01-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 20 18:38:22 UTC 2020 Modified Files: src/distrib/sets/lists/comp: mi src/distrib/sets/lists/man: mi src/share/man/man4: Makefile src/share/man/man9: Makefile ethersubr.9

CVS commit: src

2020-01-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 20 18:38:22 UTC 2020 Modified Files: src/distrib/sets/lists/comp: mi src/distrib/sets/lists/man: mi src/share/man/man4: Makefile src/share/man/man9: Makefile ethersubr.9

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Andrew Doran
On Mon, Jan 20, 2020 at 09:28:32AM -0800, Paul Goyette wrote: > On Mon, 20 Jan 2020, Patrick Welche wrote: > > > On Mon, Jan 20, 2020 at 12:51:00PM +, Andrew Doran wrote: > > > This also happened the last time I touched rw_downgrade(), and I backed > > > out > > > the change then, but both

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Patrick Welche
On Mon, Jan 20, 2020 at 12:51:00PM +, Andrew Doran wrote: > This also happened the last time I touched rw_downgrade(), and I backed out > the change then, but both times I don't see the bug. I have some questions: > > - Are you running DIAGNOSTIC and/or LOCKDEBUG? I would be very interested

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Paul Goyette
On Mon, 20 Jan 2020, Patrick Welche wrote: On Mon, Jan 20, 2020 at 12:51:00PM +, Andrew Doran wrote: This also happened the last time I touched rw_downgrade(), and I backed out the change then, but both times I don't see the bug. I have some questions: - Are you running DIAGNOSTIC and/or

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Andrew Doran
Thanks. I can reproduce a hang on boot in qemu. It's hanging starting init, waiting on "needbuf". Investigating now. Andrew On Mon, Jan 20, 2020 at 04:12:45PM +, Patrick Welche wrote: > On Mon, Jan 20, 2020 at 12:51:00PM +, Andrew Doran wrote: > > This also happened the last time I

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Patrick Welche
On Mon, Jan 20, 2020 at 12:51:00PM +, Andrew Doran wrote: > This also happened the last time I touched rw_downgrade(), and I backed out > the change then, but both times I don't see the bug. I have some questions: > > - Are you running DIAGNOSTIC and/or LOCKDEBUG? I would be very interested

CVS commit: src/sys/arch/arm/sunxi

2020-01-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jan 20 16:29:38 UTC 2020 Modified Files: src/sys/arch/arm/sunxi: sun8i_crypto.c Log Message: Fix (presently harmless) psato. Don't overwrite cy_root_node; use cy_trng_node as intended. To generate a diff of this commit:

CVS commit: src/sys/arch/arm/sunxi

2020-01-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jan 20 16:29:38 UTC 2020 Modified Files: src/sys/arch/arm/sunxi: sun8i_crypto.c Log Message: Fix (presently harmless) psato. Don't overwrite cy_root_node; use cy_trng_node as intended. To generate a diff of this commit:

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Patrick Welche
On Mon, Jan 20, 2020 at 12:51:00PM +, Andrew Doran wrote: > This also happened the last time I touched rw_downgrade(), and I backed out > the change then, but both times I don't see the bug. I have some questions: 2 amd64 boxes, let's call them a) and b) > - Are you running DIAGNOSTIC

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Ryo ONODERA
Hi, Jason Thorpe writes: >> On Jan 20, 2020, at 6:48 AM, Ryo ONODERA wrote: >> >> The black screen and ims(4) panic are not related to your change. >> Older src tree with LOCKDEBUG reproduces these problem. > > I'll look at the ims(4) issuer. Thank you very much. I can test any patch. > --

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Jason Thorpe
> On Jan 20, 2020, at 6:48 AM, Ryo ONODERA wrote: > > The black screen and ims(4) panic are not related to your change. > Older src tree with LOCKDEBUG reproduces these problem. I'll look at the ims(4) issuer. -- thorpej

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Ryo ONODERA
Ryo ONODERA writes: > Ryo ONODERA writes: > >> Hi, >> >> Andrew Doran writes: >> >>> Hi, >>> >>> This also happened the last time I touched rw_downgrade(), and I backed out >>> the change then, but both times I don't see the bug. I have some questions: >>> >>> - Are you running DIAGNOSTIC

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Ryo ONODERA
Ryo ONODERA writes: > Hi, > > Andrew Doran writes: > >> Hi, >> >> This also happened the last time I touched rw_downgrade(), and I backed out >> the change then, but both times I don't see the bug. I have some questions: >> >> - Are you running DIAGNOSTIC and/or LOCKDEBUG? I would be very

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Paul Goyette
On Mon, 20 Jan 2020, Andrew Doran wrote: Hi, This also happened the last time I touched rw_downgrade(), and I backed out the change then, but both times I don't see the bug. I have some questions: - Are you running DIAGNOSTIC and/or LOCKDEBUG? I would be very interested to see what happens

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Chavdar Ivanov
On Mon, 20 Jan 2020 at 13:06, Ryo ONODERA wrote: > > Hi, > > Andrew Doran writes: > > > Hi, > > > > This also happened the last time I touched rw_downgrade(), and I backed out > > the change then, but both times I don't see the bug. I have some questions: > > > > - Are you running DIAGNOSTIC

CVS commit: src/share/man

2020-01-20 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Jan 20 13:08:40 UTC 2020 Modified Files: src/share/man/man5: networks.5 src/share/man/man7: setuid.7 src/share/man/man9: in_getifa.9 secmodel_extensions.9 Log Message: when referring to the

CVS commit: src/share/man

2020-01-20 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Jan 20 13:08:40 UTC 2020 Modified Files: src/share/man/man5: networks.5 src/share/man/man7: setuid.7 src/share/man/man9: in_getifa.9 secmodel_extensions.9 Log Message: when referring to the

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Ryo ONODERA
Hi, Andrew Doran writes: > Hi, > > This also happened the last time I touched rw_downgrade(), and I backed out > the change then, but both times I don't see the bug. I have some questions: > > - Are you running DIAGNOSTIC and/or LOCKDEBUG? I would be very interested > to see what happens

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Andrew Doran
Hi, This also happened the last time I touched rw_downgrade(), and I backed out the change then, but both times I don't see the bug. I have some questions: - Are you running DIAGNOSTIC and/or LOCKDEBUG? I would be very interested to see what happens with a LOCKDEBUG kernel here. - Do you

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

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 20 12:32:04 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/aarch64/aarch64/cpu.c Please note that diffs are not

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

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 20 12:32:04 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/aarch64/aarch64/cpu.c Please note that diffs are not

CVS commit: src/sys/uvm

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 20 10:43:49 UTC 2020 Modified Files: src/sys/uvm: uvm_km.c Log Message: Another #define protection. PMAP_ALLOC_POOLPAGE expects PMAP_{,UN}MAP_POOLPAGE to be defined To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/uvm

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 20 10:43:49 UTC 2020 Modified Files: src/sys/uvm: uvm_km.c Log Message: Another #define protection. PMAP_ALLOC_POOLPAGE expects PMAP_{,UN}MAP_POOLPAGE to be defined To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 20 10:35:42 UTC 2020 Modified Files: src/sys/dev/pci: pciconf.c Log Message: don't attempt to extent_alloc_subregion outside the parent extent ranges To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/dev/pci

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 20 10:35:42 UTC 2020 Modified Files: src/sys/dev/pci: pciconf.c Log Message: don't attempt to extent_alloc_subregion outside the parent extent ranges To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45