CVS commit: src/sys

2019-10-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 21 08:22:06 UTC 2019 Modified Files: src/sys/arch/arm/ep93xx: epe.c src/sys/arch/mac68k/nubus: if_netdock_nubus.c src/sys/dev/ic: i82586.c src/sys/dev/pcmcia: if_cnw.c if_ray.c

CVS commit: src/sys/net

2019-10-21 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Oct 21 06:26:12 UTC 2019 Modified Files: src/sys/net: if_vlan.c Log Message: vlan: get rid of unnecessary if_ipackets++ in vlan_input It's done by if_input() below now. Pointed out by msaitoh@ To generate a diff of this

CVS commit: src/sys/net

2019-10-21 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Oct 21 06:26:12 UTC 2019 Modified Files: src/sys/net: if_vlan.c Log Message: vlan: get rid of unnecessary if_ipackets++ in vlan_input It's done by if_input() below now. Pointed out by msaitoh@ To generate a diff of this

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

2019-10-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 21 08:00:59 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_can.c Log Message: if_ipackets is incremented in can_input(), so don't increment it in sunxi_can_rx_intr to prevent double count. OK'd by bouyer@. To

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

2019-10-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 21 08:00:59 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_can.c Log Message: if_ipackets is incremented in can_input(), so don't increment it in sunxi_can_rx_intr to prevent double count. OK'd by bouyer@. To

CVS commit: src/sys/arch/x86/x86

2019-10-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Oct 21 10:09:24 UTC 2019 Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: Call cpu_probe_fpu() only once (from cpu0), and style. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97

CVS commit: src/sys/arch/x86/x86

2019-10-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Oct 21 10:09:24 UTC 2019 Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: Call cpu_probe_fpu() only once (from cpu0), and style. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97

CVS commit: src/sys

2019-10-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 21 08:22:06 UTC 2019 Modified Files: src/sys/arch/arm/ep93xx: epe.c src/sys/arch/mac68k/nubus: if_netdock_nubus.c src/sys/dev/ic: i82586.c src/sys/dev/pcmcia: if_cnw.c if_ray.c

CVS commit: src/usr.sbin/sysinst

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 14:07:42 UTC 2019 Modified Files: src/usr.sbin/sysinst: disks.c Log Message: Remove a hardcoded assumption that for BIOS boot we always will have the first partition as root - in mixed EFI/BIOS setups this might not be

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

2019-10-21 Thread Yuuki Enomoto
Module Name:src Committed By: uki Date: Mon Oct 21 11:59:01 UTC 2019 Modified Files: src/distrib/sets/lists/xcomp: mi Log Message: Give syspkg names. catman, htmlman, man are remaining To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.212

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

2019-10-21 Thread Yuuki Enomoto
Module Name:src Committed By: uki Date: Mon Oct 21 11:59:01 UTC 2019 Modified Files: src/distrib/sets/lists/xcomp: mi Log Message: Give syspkg names. catman, htmlman, man are remaining To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.212

CVS commit: src/usr.sbin/sysinst

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 14:07:42 UTC 2019 Modified Files: src/usr.sbin/sysinst: disks.c Log Message: Remove a hardcoded assumption that for BIOS boot we always will have the first partition as root - in mixed EFI/BIOS setups this might not be

CVS commit: src/usr.sbin/sysinst

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 16:10:00 UTC 2019 Modified Files: src/usr.sbin/sysinst: disklabel.c Log Message: When translating (internal) indices to device names, properly deal with gaps in partition allocations (e.g. no swap partition). To

CVS commit: src/usr.sbin/sysinst

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 16:10:00 UTC 2019 Modified Files: src/usr.sbin/sysinst: disklabel.c Log Message: When translating (internal) indices to device names, properly deal with gaps in partition allocations (e.g. no swap partition). To

CVS commit: [netbsd-8] src/external/bsd/pkg_install/dist

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 16:57:40 UTC 2019 Modified Files: src/external/bsd/pkg_install/dist/add [netbsd-8]: perform.c pkg_add.1 src/external/bsd/pkg_install/dist/admin [netbsd-8]: audit.c main.c pkg_admin.1

CVS commit: [netbsd-8] src/external/bsd/pkg_install/dist

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 16:57:40 UTC 2019 Modified Files: src/external/bsd/pkg_install/dist/add [netbsd-8]: perform.c pkg_add.1 src/external/bsd/pkg_install/dist/admin [netbsd-8]: audit.c main.c pkg_admin.1

CVS commit: src/sys/kern

2019-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 14:23:53 UTC 2019 Modified Files: src/sys/kern: init_sysent.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.325 -r1.326 src/sys/kern/init_sysent.c Please note that diffs are not public

CVS commit: src/usr.sbin/sysinst

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 16:10:54 UTC 2019 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c disks.c Log Message: Skip unwanted (zero sized) partitions. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/usr.sbin/sysinst

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 16:10:54 UTC 2019 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c disks.c Log Message: Skip unwanted (zero sized) partitions. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/kern

2019-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 14:23:53 UTC 2019 Modified Files: src/sys/kern: init_sysent.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.325 -r1.326 src/sys/kern/init_sysent.c Please note that diffs are not public

CVS commit: [netbsd-9] src/doc

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 20:25:53 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #352 - #355 To generate a diff of this commit: cvs rdiff -u -r1.1.2.82 -r1.1.2.83 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: [netbsd-9] src/doc

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 20:25:53 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #352 - #355 To generate a diff of this commit: cvs rdiff -u -r1.1.2.82 -r1.1.2.83 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: [netbsd-9] src/sys

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 20:06:17 UTC 2019 Modified Files: src/sys/compat/common [netbsd-9]: kern_uipc_socket_50.c src/sys/kern [netbsd-9]: uipc_socket.c src/sys/sys [netbsd-9]: compat_stub.h Log Message: Pull up following

CVS commit: [netbsd-9] src/sys

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 20:06:17 UTC 2019 Modified Files: src/sys/compat/common [netbsd-9]: kern_uipc_socket_50.c src/sys/kern [netbsd-9]: uipc_socket.c src/sys/sys [netbsd-9]: compat_stub.h Log Message: Pull up following

CVS commit: [netbsd-9] src/external/bsd/pkg_install/dist

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 20:09:23 UTC 2019 Modified Files: src/external/bsd/pkg_install/dist/admin [netbsd-9]: main.c pkg_admin.1 src/external/bsd/pkg_install/dist/lib [netbsd-9]: license.c version.h Log Message: Pull up the following

CVS commit: [netbsd-9] src/external/bsd/pkg_install/dist

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 20:09:23 UTC 2019 Modified Files: src/external/bsd/pkg_install/dist/admin [netbsd-9]: main.c pkg_admin.1 src/external/bsd/pkg_install/dist/lib [netbsd-9]: license.c version.h Log Message: Pull up the following

CVS commit: [netbsd-9] src/sys/fs/ntfs

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 20:15:03 UTC 2019 Modified Files: src/sys/fs/ntfs [netbsd-9]: ntfs_subr.c ntfs_vfsops.c Log Message: Pull up following revision(s) (requested by hannken in ticket #354): sys/fs/ntfs/ntfs_vfsops.c: revision

CVS commit: [netbsd-9] src/sys/fs/ntfs

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 20:15:03 UTC 2019 Modified Files: src/sys/fs/ntfs [netbsd-9]: ntfs_subr.c ntfs_vfsops.c Log Message: Pull up following revision(s) (requested by hannken in ticket #354): sys/fs/ntfs/ntfs_vfsops.c: revision

CVS commit: [netbsd-9] src/sys/uvm

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 20:17:31 UTC 2019 Modified Files: src/sys/uvm [netbsd-9]: uvm_mmap.c Log Message: Pull up following revision(s) (requested by maxv in ticket #355): sys/uvm/uvm_mmap.c: revision 1.173 Change 'npgs' from int to

CVS commit: [netbsd-9] src/sys/uvm

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 20:17:31 UTC 2019 Modified Files: src/sys/uvm [netbsd-9]: uvm_mmap.c Log Message: Pull up following revision(s) (requested by maxv in ticket #355): sys/uvm/uvm_mmap.c: revision 1.173 Change 'npgs' from int to

CVS commit: [netbsd-9] src/doc

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 20:07:36 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #339 To generate a diff of this commit: cvs rdiff -u -r1.1.2.81 -r1.1.2.82 src/doc/CHANGES-9.0 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 20:07:36 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #339 To generate a diff of this commit: cvs rdiff -u -r1.1.2.81 -r1.1.2.82 src/doc/CHANGES-9.0 Please note that diffs are not

CVS commit: [netbsd-9] src/sys

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 20:13:09 UTC 2019 Modified Files: src/sys/kern [netbsd-9]: sys_sig.c src/sys/sys [netbsd-9]: signalvar.h Log Message: Pull up following revision(s) (requested by maxv in ticket #353):

CVS commit: [netbsd-9] src/sys

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 20:13:09 UTC 2019 Modified Files: src/sys/kern [netbsd-9]: sys_sig.c src/sys/sys [netbsd-9]: signalvar.h Log Message: Pull up following revision(s) (requested by maxv in ticket #353):

CVS commit: src

2019-10-21 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Mon Oct 21 17:07:01 UTC 2019 Modified Files: src/sys/kern: kern_sig.c src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Fix a race condition when handling concurrent LWP signals and add a test Fix a race condition

CVS commit: src

2019-10-21 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Mon Oct 21 17:07:01 UTC 2019 Modified Files: src/sys/kern: kern_sig.c src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Fix a race condition when handling concurrent LWP signals and add a test Fix a race condition

CVS commit: src/tests/lib/libc/sys

2019-10-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Oct 21 18:31:40 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Remove preprocessor switch TEST_VFORK_ENABLED in t_ptrace_wait* vfork(2) tests are now enabled always and confirmed to be stable.

CVS commit: src/tests/lib/libc/sys

2019-10-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Oct 21 18:31:40 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Remove preprocessor switch TEST_VFORK_ENABLED in t_ptrace_wait* vfork(2) tests are now enabled always and confirmed to be stable.

CVS commit: src/sys/dev/ata

2019-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 18:37:47 UTC 2019 Modified Files: src/sys/dev/ata: ata.c Log Message: Fix assert_sleepable() panic by allocating with NOSLEEP. The alternative is to unlock and relock the channel, but seems more dangerous to do so.

CVS commit: src/sys/dev/ata

2019-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 18:37:47 UTC 2019 Modified Files: src/sys/dev/ata: ata.c Log Message: Fix assert_sleepable() panic by allocating with NOSLEEP. The alternative is to unlock and relock the channel, but seems more dangerous to do so.

CVS commit: src/sys/dev/pci

2019-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 19:00:11 UTC 2019 Modified Files: src/sys/dev/pci: satalink.c Log Message: follow the channel locking protocol during probe (like the other drivers) To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sys/dev/pci

2019-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 19:00:11 UTC 2019 Modified Files: src/sys/dev/pci: satalink.c Log Message: follow the channel locking protocol during probe (like the other drivers) To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sys/dev/ata

2019-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 18:58:57 UTC 2019 Modified Files: src/sys/dev/ata: ata.c Log Message: chuq does not like insomniac allocations so unlock-alloc-lock instead. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153

CVS commit: src/sys/dev/ata

2019-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 18:58:57 UTC 2019 Modified Files: src/sys/dev/ata: ata.c Log Message: chuq does not like insomniac allocations so unlock-alloc-lock instead. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153

CVS commit: [netbsd-8] src/sys/fs/ntfs

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 17:01:57 UTC 2019 Modified Files: src/sys/fs/ntfs [netbsd-8]: ntfs_subr.c ntfs_vfsops.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1410): sys/fs/ntfs/ntfs_vfsops.c: revision

CVS commit: [netbsd-8] src/doc

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 17:03:01 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1409 and #1410 To generate a diff of this commit: cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-8.2 Please note that diffs

CVS commit: [netbsd-8] src/sys/fs/ntfs

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 17:01:57 UTC 2019 Modified Files: src/sys/fs/ntfs [netbsd-8]: ntfs_subr.c ntfs_vfsops.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1410): sys/fs/ntfs/ntfs_vfsops.c: revision

CVS commit: [netbsd-8] src/doc

2019-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 21 17:03:01 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1409 and #1410 To generate a diff of this commit: cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-8.2 Please note that diffs

CVS commit: src/tests/lib/libc/sys

2019-10-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Oct 21 18:36:08 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Remove preprocessor switch TEST_LWP_ENABLED in t_ptrace_wait* LWP tests are now enabled always and confirmed to be stable. To

CVS commit: src/tests/lib/libc/sys

2019-10-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Oct 21 18:36:08 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Remove preprocessor switch TEST_LWP_ENABLED in t_ptrace_wait* LWP tests are now enabled always and confirmed to be stable. To

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

2019-10-21 Thread Yuuki Enomoto
Module Name:src Committed By: uki Date: Tue Oct 22 03:01:53 UTC 2019 Modified Files: src/distrib/sets/lists/xcomp: mi Log Message: Give syspkg names to xcomp all online manuals To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213