CVS commit: src/sys/arch

2019-12-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Dec 9 04:51:04 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: files.sunxi src/sys/arch/evbarm/conf: GENERIC64 Added Files: src/sys/arch/arm/sunxi: sun8i_crypto.c sun8i_crypto.h Log Message: Draft driver

CVS commit: src/sys/arch

2019-12-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Dec 9 04:51:04 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: files.sunxi src/sys/arch/evbarm/conf: GENERIC64 Added Files: src/sys/arch/arm/sunxi: sun8i_crypto.c sun8i_crypto.h Log Message: Draft driver

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

2019-12-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Dec 9 04:40:50 UTC 2019 Modified Files: src/sys/arch/arm/dts: sun50i-a64.dtsi Log Message: Add crypto engine block. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/dts/sun50i-a64.dtsi

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

2019-12-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Dec 9 04:40:50 UTC 2019 Modified Files: src/sys/arch/arm/dts: sun50i-a64.dtsi Log Message: Add crypto engine block. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/dts/sun50i-a64.dtsi

CVS commit: src/sys/uvm/pmap

2019-12-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Dec 9 04:39:58 UTC 2019 Modified Files: src/sys/uvm/pmap: pmap_pvt.c Log Message: Convert pmap_pvt to atomic_load/store. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/uvm/pmap/pmap_pvt.c Please

CVS commit: src/sys/uvm/pmap

2019-12-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Dec 9 04:39:58 UTC 2019 Modified Files: src/sys/uvm/pmap: pmap_pvt.c Log Message: Convert pmap_pvt to atomic_load/store. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/uvm/pmap/pmap_pvt.c Please

CVS commit: src/sys/dev/pci

2019-12-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 9 02:30:30 UTC 2019 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix a bug that wm_sgmii_readreg_locked() may return error even if error isn't occured. To generate a diff of this commit: cvs rdiff -u -r1.650

CVS commit: src/sys/dev/pci

2019-12-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 9 02:30:30 UTC 2019 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix a bug that wm_sgmii_readreg_locked() may return error even if error isn't occured. To generate a diff of this commit: cvs rdiff -u -r1.650

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2019-12-08 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Dec 9 00:15:11 UTC 2019 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: arc.c Log Message: We currently lack a tunable to control ZFS prefetch, so skip the warning and FreeBSD specific instructions on

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2019-12-08 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Dec 9 00:15:11 UTC 2019 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: arc.c Log Message: We currently lack a tunable to control ZFS prefetch, so skip the warning and FreeBSD specific instructions on

CVS commit: src/bin/sh

2019-12-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 9 00:14:30 UTC 2019 Modified Files: src/bin/sh: trap.c Log Message: PR bin/54743 If a builtin command or function is the final command intended to be executed, and is interrupted by a caught signal, the trap handler for

CVS commit: src/bin/sh

2019-12-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 9 00:14:24 UTC 2019 Modified Files: src/bin/sh: eval.c Log Message: PR bin/54743 Having traps set should not enforce a fork for the next command, whatever that command happens to be, only for commands which would normally

CVS commit: src/bin/sh

2019-12-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 9 00:14:30 UTC 2019 Modified Files: src/bin/sh: trap.c Log Message: PR bin/54743 If a builtin command or function is the final command intended to be executed, and is interrupted by a caught signal, the trap handler for

CVS commit: src/bin/sh

2019-12-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 9 00:14:24 UTC 2019 Modified Files: src/bin/sh: eval.c Log Message: PR bin/54743 Having traps set should not enforce a fork for the next command, whatever that command happens to be, only for commands which would normally

CVS commit: src/etc/rc.d

2019-12-08 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Dec 9 00:11:32 UTC 2019 Modified Files: src/etc/rc.d: zfs Log Message: This script just makes sure that the ZFS module loads and unloads, mountall script takes care of mounting filesystems. Don't try to unmount all file

CVS commit: src/etc/rc.d

2019-12-08 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Dec 9 00:11:32 UTC 2019 Modified Files: src/etc/rc.d: zfs Log Message: This script just makes sure that the ZFS module loads and unloads, mountall script takes care of mounting filesystems. Don't try to unmount all file

CVS commit: src/libexec/ld.elf_so/arch/powerpc

2019-12-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Dec 8 23:49:16 UTC 2019 Modified Files: src/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c Log Message: Use existing lo() and hi() macros. Same object code is generated. To generate a diff of this commit: cvs rdiff -u -r1.59

CVS commit: src/libexec/ld.elf_so/arch/powerpc

2019-12-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Dec 8 23:49:16 UTC 2019 Modified Files: src/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c Log Message: Use existing lo() and hi() macros. Same object code is generated. To generate a diff of this commit: cvs rdiff -u -r1.59

CVS commit: src/libexec/ld.elf_so/arch/powerpc

2019-12-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Dec 8 22:57:51 UTC 2019 Modified Files: src/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c Log Message: Resolve ADDR16_LO, ADDR16_HI, and ADDR16_HA relocs. Recent GNU ld does not resolve them statically if the reloc is in a

CVS commit: src/libexec/ld.elf_so/arch/powerpc

2019-12-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Dec 8 22:57:51 UTC 2019 Modified Files: src/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c Log Message: Resolve ADDR16_LO, ADDR16_HI, and ADDR16_HA relocs. Recent GNU ld does not resolve them statically if the reloc is in a

CVS commit: src/libexec/ld.elf_so

2019-12-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Dec 8 22:41:42 UTC 2019 Modified Files: src/libexec/ld.elf_so: xprintf.c Log Message: Fix typo in a comment. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/libexec/ld.elf_so/xprintf.c Please note that

CVS commit: src/libexec/ld.elf_so

2019-12-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Dec 8 22:41:42 UTC 2019 Modified Files: src/libexec/ld.elf_so: xprintf.c Log Message: Fix typo in a comment. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/libexec/ld.elf_so/xprintf.c Please note that

CVS commit: src/libexec/ld.elf_so

2019-12-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Dec 8 22:35:27 UTC 2019 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: _rtld_relro - fix debug printf format for a size_t argument To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201

CVS commit: src/libexec/ld.elf_so

2019-12-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Dec 8 22:35:27 UTC 2019 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: _rtld_relro - fix debug printf format for a size_t argument To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201

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

2019-12-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Dec 8 21:46:03 UTC 2019 Modified Files: src/sys/arch/powerpc/include: elf_machdep.h Log Message: Fix typo in the definition of #ha() in a comment. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2019-12-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Dec 8 21:46:03 UTC 2019 Modified Files: src/sys/arch/powerpc/include: elf_machdep.h Log Message: Fix typo in the definition of #ha() in a comment. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2019-12-08 Thread Sean Cole
Module Name:src Committed By: scole Date: Sun Dec 8 21:30:00 UTC 2019 Modified Files: src/sys/arch/macppc/conf: INSTALL_601 Log Message: add platinumfb To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/macppc/conf/INSTALL_601 Please note that

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

2019-12-08 Thread Sean Cole
Module Name:src Committed By: scole Date: Sun Dec 8 21:30:00 UTC 2019 Modified Files: src/sys/arch/macppc/conf: INSTALL_601 Log Message: add platinumfb To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/macppc/conf/INSTALL_601 Please note that

CVS commit: src/sys/arch

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 20:42:49 UTC 2019 Modified Files: src/sys/arch/x86/include: pmap.h src/sys/arch/x86/x86: pmap.c svs.c src/sys/arch/xen/x86: xen_pmap.c Log Message: Merge x86 pmap changes from yamt-pagecache: - Deal better

CVS commit: src/sys/arch

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 20:42:49 UTC 2019 Modified Files: src/sys/arch/x86/include: pmap.h src/sys/arch/x86/x86: pmap.c svs.c src/sys/arch/xen/x86: xen_pmap.c Log Message: Merge x86 pmap changes from yamt-pagecache: - Deal better

CVS commit: src/sys/kern

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 20:35:23 UTC 2019 Modified Files: src/sys/kern: vfs_bio.c Log Message: For safety, cv_broadcast(>b_busy) in more places where the buffer is changing identity or moving from one vnode list to another. To generate a diff

CVS commit: src/sys/kern

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 20:35:23 UTC 2019 Modified Files: src/sys/kern: vfs_bio.c Log Message: For safety, cv_broadcast(>b_busy) in more places where the buffer is changing identity or moving from one vnode list to another. To generate a diff

CVS commit: src/sys/arch

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 20:00:56 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: lock_stubs.S src/sys/arch/i386/i386: lock_stubs.S Log Message: After lots of testing I'm not convinced of the benefit to the tweak I made to rw_enter(),

CVS commit: src/sys/arch

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 20:00:56 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: lock_stubs.S src/sys/arch/i386/i386: lock_stubs.S Log Message: After lots of testing I'm not convinced of the benefit to the tweak I made to rw_enter(),

CVS commit: src/sys

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 19:52:37 UTC 2019 Modified Files: src/sys/dev/qbus: ts.c src/sys/kern: kern_physio.c src/sys/ufs/lfs: lfs_segment.c Log Message: Revert previous. No performance gain worth the potential headaches with

CVS commit: src/sys

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 19:52:37 UTC 2019 Modified Files: src/sys/dev/qbus: ts.c src/sys/kern: kern_physio.c src/sys/ufs/lfs: lfs_segment.c Log Message: Revert previous. No performance gain worth the potential headaches with

CVS commit: src/sys/kern

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 19:49:25 UTC 2019 Modified Files: src/sys/kern: vfs_bio.c Log Message: Adjustment to previous: if we're going to toss the buffer, then wake everybody. To generate a diff of this commit: cvs rdiff -u -r1.280 -r1.281

CVS commit: src/sys/kern

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 19:49:25 UTC 2019 Modified Files: src/sys/kern: vfs_bio.c Log Message: Adjustment to previous: if we're going to toss the buffer, then wake everybody. To generate a diff of this commit: cvs rdiff -u -r1.280 -r1.281

CVS commit: src/sys/kern

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 19:26:05 UTC 2019 Modified Files: src/sys/kern: vfs_bio.c Log Message: - Avoid thundering herd: cv_broadcast(>b_busy) -> cv_signal(>b_busy) - Sprinkle __cacheline_aligned. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 19:26:05 UTC 2019 Modified Files: src/sys/kern: vfs_bio.c Log Message: - Avoid thundering herd: cv_broadcast(>b_busy) -> cv_signal(>b_busy) - Sprinkle __cacheline_aligned. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/lfs

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 19:24:26 UTC 2019 Modified Files: src/sys/ufs/lfs: lfs_segment.c Log Message: Avoid thundering herd: cv_broadcast(>b_busy) -> cv_signal(>b_busy) To generate a diff of this commit: cvs rdiff -u -r1.278 -r1.279

CVS commit: src/sys/ufs/lfs

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 19:24:26 UTC 2019 Modified Files: src/sys/ufs/lfs: lfs_segment.c Log Message: Avoid thundering herd: cv_broadcast(>b_busy) -> cv_signal(>b_busy) To generate a diff of this commit: cvs rdiff -u -r1.278 -r1.279

CVS commit: src/sys

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 19:23:51 UTC 2019 Modified Files: src/sys/dev/qbus: ts.c src/sys/kern: kern_physio.c Log Message: Avoid thundering herd: cv_broadcast(>b_busy) -> cv_signal(>b_busy) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys

2019-12-08 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Dec 8 19:23:51 UTC 2019 Modified Files: src/sys/dev/qbus: ts.c src/sys/kern: kern_physio.c Log Message: Avoid thundering herd: cv_broadcast(>b_busy) -> cv_signal(>b_busy) To generate a diff of this commit: cvs rdiff -u

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

2019-12-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 8 18:13:24 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sun50i_a64_ccu.c Log Message: Add SUNXI_CCU_NM_ROUND_DOWN to CE clock, fix pll parents to use 2X outputs To generate a diff of this commit: cvs rdiff -u

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

2019-12-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 8 18:13:24 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sun50i_a64_ccu.c Log Message: Add SUNXI_CCU_NM_ROUND_DOWN to CE clock, fix pll parents to use 2X outputs To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libutil

2019-12-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 8 17:37:16 UTC 2019 Modified Files: src/tests/lib/libutil: t_snprintb.c Log Message: Adjust tests for 0 hex values printing 0 instead of 0x0 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/lib/libutil

2019-12-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 8 17:37:16 UTC 2019 Modified Files: src/tests/lib/libutil: t_snprintb.c Log Message: Adjust tests for 0 hex values printing 0 instead of 0x0 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: [netbsd-9] src

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 15:54:35 UTC 2019 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs [netbsd-9]: arc.c src/external/cddl/osnet/dist/uts/common/os [netbsd-9]: fm.c src/share/mk [netbsd-9]: bsd.own.mk Log

CVS commit: [netbsd-9] src

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 15:54:35 UTC 2019 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs [netbsd-9]: arc.c src/external/cddl/osnet/dist/uts/common/os [netbsd-9]: fm.c src/share/mk [netbsd-9]: bsd.own.mk Log

CVS commit: src/doc

2019-12-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 8 15:51:50 UTC 2019 Modified Files: src/doc: TODO.modules Log Message: Add another issue that I just remembered, from the time working on the [pgoyette-compat] branch, regarding inability to get some XEN-related

CVS commit: src/doc

2019-12-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 8 15:51:50 UTC 2019 Modified Files: src/doc: TODO.modules Log Message: Add another issue that I just remembered, from the time working on the [pgoyette-compat] branch, regarding inability to get some XEN-related

CVS commit: src/usr.sbin/sysinst

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 15:09:33 UTC 2019 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c Log Message: PR install/54745: fix confusion about absolut and NetBSD-partition relative offsets. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/sysinst

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 15:09:33 UTC 2019 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c Log Message: PR install/54745: fix confusion about absolut and NetBSD-partition relative offsets. To generate a diff of this commit: cvs rdiff -u

CVS commit: [netbsd-9] src/doc

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 15:05:44 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #494, #495, #497 - #518 To generate a diff of this commit: cvs rdiff -u -r1.1.2.130 -r1.1.2.131 src/doc/CHANGES-9.0 Please note

CVS commit: [netbsd-9] src/doc

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 15:05:44 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #494, #495, #497 - #518 To generate a diff of this commit: cvs rdiff -u -r1.1.2.130 -r1.1.2.131 src/doc/CHANGES-9.0 Please note

CVS commit: [netbsd-9] xsrc/external/mit/MesaLib/dist/src

2019-12-08 Thread Martin Husemann
Module Name:xsrc Committed By: martin Date: Sun Dec 8 15:00:33 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/dri [netbsd-9]: dri_sw_winsys.c xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/xlib [netbsd-9]:

CVS commit: [netbsd-9] xsrc/external/mit/MesaLib/dist/src

2019-12-08 Thread Martin Husemann
Module Name:xsrc Committed By: martin Date: Sun Dec 8 15:00:33 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/dri [netbsd-9]: dri_sw_winsys.c xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/xlib [netbsd-9]:

CVS commit: src/sys/dev/dm

2019-12-08 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Sun Dec 8 14:59:42 UTC 2019 Modified Files: src/sys/dev/dm: dm.h dm_target_error.c dm_target_mirror.c dm_target_snapshot.c dm_target_zero.c Log Message: dm: Add dummy target ->sync()/->secsize() to prevent panic on

CVS commit: src/sys/dev/dm

2019-12-08 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Sun Dec 8 14:59:42 UTC 2019 Modified Files: src/sys/dev/dm: dm.h dm_target_error.c dm_target_mirror.c dm_target_snapshot.c dm_target_zero.c Log Message: dm: Add dummy target ->sync()/->secsize() to prevent panic on

CVS commit: [netbsd-9] src/sys/arch/emips/ebus

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:43:16 UTC 2019 Modified Files: src/sys/arch/emips/ebus [netbsd-9]: ace_ebus.c flash_ebus.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #517): sys/arch/emips/ebus/flash_ebus.c:

CVS commit: [netbsd-9] src/sys/arch/emips/ebus

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:43:16 UTC 2019 Modified Files: src/sys/arch/emips/ebus [netbsd-9]: ace_ebus.c flash_ebus.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #517): sys/arch/emips/ebus/flash_ebus.c:

CVS commit: [netbsd-9] src/etc/rc.d

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:42:02 UTC 2019 Modified Files: src/etc/rc.d [netbsd-9]: zfs Log Message: Pull up following revision(s) (requested by jmcneill in ticket #516): etc/rc.d/zfs: revision 1.2 etc/rc.d/zfs: revision 1.3

CVS commit: [netbsd-9] src/etc/rc.d

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:42:02 UTC 2019 Modified Files: src/etc/rc.d [netbsd-9]: zfs Log Message: Pull up following revision(s) (requested by jmcneill in ticket #516): etc/rc.d/zfs: revision 1.2 etc/rc.d/zfs: revision 1.3

CVS commit: [netbsd-9] src/external/cddl/osnet/dist/uts/common/fs/zfs

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:39:07 UTC 2019 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs [netbsd-9]: vdev_disk.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #514):

CVS commit: [netbsd-9] src/external/cddl/osnet/dist/uts/common/fs/zfs

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:39:07 UTC 2019 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs [netbsd-9]: vdev_disk.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #514):

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:37:29 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: kobj_machdep.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #513):

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:37:29 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: kobj_machdep.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #513):

CVS commit: [netbsd-9] src/share/mk

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:36:21 UTC 2019 Modified Files: src/share/mk [netbsd-9]: bsd.kmodule.mk Log Message: Pull up following revision(s) (requested by jmcneill in ticket #512): share/mk/bsd.kmodule.mk: revision 1.63 Build

CVS commit: [netbsd-9] src/share/mk

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:36:21 UTC 2019 Modified Files: src/share/mk [netbsd-9]: bsd.kmodule.mk Log Message: Pull up following revision(s) (requested by jmcneill in ticket #512): share/mk/bsd.kmodule.mk: revision 1.63 Build

CVS commit: [netbsd-9] src/distrib/utils/embedded/conf

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:35:10 UTC 2019 Modified Files: src/distrib/utils/embedded/conf [netbsd-9]: evbarm.conf Log Message: Pull up following revision(s) (requested by jmcneill in ticket #511):

CVS commit: [netbsd-9] src/distrib/utils/embedded/conf

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:35:10 UTC 2019 Modified Files: src/distrib/utils/embedded/conf [netbsd-9]: evbarm.conf Log Message: Pull up following revision(s) (requested by jmcneill in ticket #511):

CVS commit: [netbsd-9] src/sys/arch/arm/arm32

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:31:58 UTC 2019 Modified Files: src/sys/arch/arm/arm32 [netbsd-9]: fault.c Log Message: Pull up following revision(s) (requested by ryo in ticket #510): sys/arch/arm/arm32/fault.c: revision 1.109 if

CVS commit: [netbsd-9] src/sys/arch/arm/arm32

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:31:58 UTC 2019 Modified Files: src/sys/arch/arm/arm32 [netbsd-9]: fault.c Log Message: Pull up following revision(s) (requested by ryo in ticket #510): sys/arch/arm/arm32/fault.c: revision 1.109 if

CVS commit: [netbsd-9] src/sys/arch/arm/imx

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:29:37 UTC 2019 Modified Files: src/sys/arch/arm/imx [netbsd-9]: if_enet.c Log Message: Pull up following revision(s) (requested by ryo in ticket #509): sys/arch/arm/imx/if_enet.c: revision 1.29 set the

CVS commit: [netbsd-9] src/sys/arch/arm/imx

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:29:37 UTC 2019 Modified Files: src/sys/arch/arm/imx [netbsd-9]: if_enet.c Log Message: Pull up following revision(s) (requested by ryo in ticket #509): sys/arch/arm/imx/if_enet.c: revision 1.29 set the

CVS commit: [netbsd-9] src

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:26:39 UTC 2019 Modified Files: src/distrib/sets/lists/comp [netbsd-9]: mi src/share/man/man9 [netbsd-9]: Makefile src/sys/sys [netbsd-9]: atomic.h Added Files: src/share/man/man9 [netbsd-9]:

CVS commit: [netbsd-9] src

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 14:26:39 UTC 2019 Modified Files: src/distrib/sets/lists/comp [netbsd-9]: mi src/share/man/man9 [netbsd-9]: Makefile src/sys/sys [netbsd-9]: atomic.h Added Files: src/share/man/man9 [netbsd-9]:

CVS commit: [netbsd-9] src/lib/libm/arch/aarch64

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:37:46 UTC 2019 Modified Files: src/lib/libm/arch/aarch64 [netbsd-9]: fenv.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #507): lib/libm/arch/aarch64/fenv.c: revision 1.5

CVS commit: [netbsd-9] src/lib/libm/arch/aarch64

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:37:46 UTC 2019 Modified Files: src/lib/libm/arch/aarch64 [netbsd-9]: fenv.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #507): lib/libm/arch/aarch64/fenv.c: revision 1.5

CVS commit: [netbsd-9] src/lib/libc/gdtoa

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:35:51 UTC 2019 Modified Files: src/lib/libc/gdtoa [netbsd-9]: Makefile.inc gdtoa_fltrnds.h gdtoaimp.h Log Message: Pull up following revision(s) (requested by riastradh in ticket #506):

CVS commit: [netbsd-9] src/lib/libc/gdtoa

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:35:51 UTC 2019 Modified Files: src/lib/libc/gdtoa [netbsd-9]: Makefile.inc gdtoa_fltrnds.h gdtoaimp.h Log Message: Pull up following revision(s) (requested by riastradh in ticket #506):

CVS commit: [netbsd-9] src

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:23:23 UTC 2019 Modified Files: src/common/lib/libc/hash/murmurhash [netbsd-9]: murmurhash.c src/sys/arch/amd64/include [netbsd-9]: param.h src/sys/arch/i386/include [netbsd-9]: param.h

CVS commit: [netbsd-9] src

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:23:23 UTC 2019 Modified Files: src/common/lib/libc/hash/murmurhash [netbsd-9]: murmurhash.c src/sys/arch/amd64/include [netbsd-9]: param.h src/sys/arch/i386/include [netbsd-9]: param.h

Re: CVS commit: src/sys/kern

2019-12-08 Thread Martin Husemann
On Sun, Dec 08, 2019 at 12:58:20PM +0100, Maxime Villard wrote: > kMSan has special constraints which, in this specific case, come down to: each > function called from a KCOV instrumentation callback must be a static inline > tagged with __nomsan. > > This was not the case with the updated

CVS commit: src/sys/sys

2019-12-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 8 13:19:59 UTC 2019 Modified Files: src/sys/sys: param.h Log Message: Welcome 9.99.21. dk_lookup() has been replaced. To generate a diff of this commit: cvs rdiff -u -r1.621 -r1.622 src/sys/sys/param.h Please note

CVS commit: src/sys/sys

2019-12-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 8 13:19:59 UTC 2019 Modified Files: src/sys/sys: param.h Log Message: Welcome 9.99.21. dk_lookup() has been replaced. To generate a diff of this commit: cvs rdiff -u -r1.621 -r1.622 src/sys/sys/param.h Please note

Re: CVS commit: src/sys/kern

2019-12-08 Thread Maxime Villard
Le 08/12/2019 à 00:51, Kamil Rytarowski a écrit : On 08.12.2019 00:35, matthew green wrote: Module Name:src Committed By: kamil Date: Sat Dec 7 19:50:34 UTC 2019 Modified Files: src/sys/kern: subr_kcov.c Log Message: Revert the in_interrupt() change to use again the

CVS commit: [netbsd-9] src/share/man/man4

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:16:53 UTC 2019 Modified Files: src/share/man/man4 [netbsd-9]: rnd.4 Log Message: Pull up following revision(s) (requested by riastradh in ticket #504): share/man/man4/rnd.4: revision 1.26

CVS commit: [netbsd-9] src/share/man/man4

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:16:53 UTC 2019 Modified Files: src/share/man/man4 [netbsd-9]: rnd.4 Log Message: Pull up following revision(s) (requested by riastradh in ticket #504): share/man/man4/rnd.4: revision 1.26

CVS commit: [netbsd-9] src/sys/stand/efiboot

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:13:06 UTC 2019 Modified Files: src/sys/stand/efiboot [netbsd-9]: Makefile.efiboot efiacpi.c version Added Files: src/sys/stand/efiboot [netbsd-9]: smbios.c smbios.h Log Message: Pull up following revision(s)

CVS commit: [netbsd-9] src/sys/stand/efiboot

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:13:06 UTC 2019 Modified Files: src/sys/stand/efiboot [netbsd-9]: Makefile.efiboot efiacpi.c version Added Files: src/sys/stand/efiboot [netbsd-9]: smbios.c smbios.h Log Message: Pull up following revision(s)

CVS commit: [netbsd-9] src/sys/arch/x86

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:09:28 UTC 2019 Modified Files: src/sys/arch/x86/include [netbsd-9]: genfb_machdep.h src/sys/arch/x86/x86 [netbsd-9]: genfb_machdep.c hyperv.c Log Message: Pull up following revision(s) (requested by nonaka

CVS commit: [netbsd-9] src/sys/arch/x86

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:09:28 UTC 2019 Modified Files: src/sys/arch/x86/include [netbsd-9]: genfb_machdep.h src/sys/arch/x86/x86 [netbsd-9]: genfb_machdep.c hyperv.c Log Message: Pull up following revision(s) (requested by nonaka

CVS commit: [netbsd-9] src/games/fortune/datfiles

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:06:37 UTC 2019 Modified Files: src/games/fortune/datfiles [netbsd-9]: fortunes netbsd Log Message: Pull up following revision(s) (requested by sevan in ticket #501): games/fortune/datfiles/fortunes:

CVS commit: [netbsd-9] src/games/fortune/datfiles

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:06:37 UTC 2019 Modified Files: src/games/fortune/datfiles [netbsd-9]: fortunes netbsd Log Message: Pull up following revision(s) (requested by sevan in ticket #501): games/fortune/datfiles/fortunes:

CVS commit: [netbsd-9] src/usr.bin/calendar/calendars

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:01:10 UTC 2019 Modified Files: src/usr.bin/calendar/calendars [netbsd-9]: calendar.birthday calendar.computer calendar.music calendar.netbsd calendar.usholiday Log Message: Pull up following revision(s)

CVS commit: [netbsd-9] src/usr.bin/calendar/calendars

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 13:01:10 UTC 2019 Modified Files: src/usr.bin/calendar/calendars [netbsd-9]: calendar.birthday calendar.computer calendar.music calendar.netbsd calendar.usholiday Log Message: Pull up following revision(s)

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

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 12:57:21 UTC 2019 Modified Files: src/sys/arch/arm/ti [netbsd-9]: am3_prcm.c files.ti src/sys/arch/evbarm/conf [netbsd-9]: GENERIC Added Files: src/sys/arch/arm/ti [netbsd-9]: ti_wdt.c Log Message: Pull

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

2019-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 12:57:21 UTC 2019 Modified Files: src/sys/arch/arm/ti [netbsd-9]: am3_prcm.c files.ti src/sys/arch/evbarm/conf [netbsd-9]: GENERIC Added Files: src/sys/arch/arm/ti [netbsd-9]: ti_wdt.c Log Message: Pull

  1   2   >