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

2019-07-22 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Tue Jul 23 06:36:36 UTC 2019 Modified Files: src/sys/arch/arm/imx: if_enet.c if_enet_imx6.c if_enet_imx7.c if_enetvar.h Log Message: Modified enet_attach_common(). To generate a diff of this commit: cvs rdiff -u -r1

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

2019-07-22 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Tue Jul 23 06:36:36 UTC 2019 Modified Files: src/sys/arch/arm/imx: if_enet.c if_enet_imx6.c if_enet_imx7.c if_enetvar.h Log Message: Modified enet_attach_common(). To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 23 06:35:40 UTC 2019 Modified Files: src: UPDATING Log Message: Add a note to rebuild jemalloc w/o debugging To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/UPDATING Please note that diffs are not pu

CVS commit: src

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 23 06:35:40 UTC 2019 Modified Files: src: UPDATING Log Message: Add a note to rebuild jemalloc w/o debugging To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/UPDATING Please note that diffs are not pu

CVS commit: src/external/bsd/jemalloc/lib

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 23 06:31:20 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Disable JEMALLOC_DEBUG, it served us well, but now we want performance back. Discussed with christos. To generate a diff of th

CVS commit: src/external/bsd/jemalloc/lib

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 23 06:31:20 UTC 2019 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: Disable JEMALLOC_DEBUG, it served us well, but now we want performance back. Discussed with christos. To generate a diff of th

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

2019-07-22 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Jul 23 04:50:05 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: vmx(4) can be detached now. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/x86/pci/if_vmx.c Please note tha

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

2019-07-22 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Jul 23 04:50:05 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: vmx(4) can be detached now. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/x86/pci/if_vmx.c Please note tha

CVS commit: src/crypto/dist/ipsec-tools/src/setkey

2019-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 23 04:32:06 UTC 2019 Modified Files: src/crypto/dist/ipsec-tools/src/setkey: setkey.8 Log Message: setkey: document getspi and update To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/crypto/dist/ipsec-t

CVS commit: src/crypto/dist/ipsec-tools/src/setkey

2019-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 23 04:32:06 UTC 2019 Modified Files: src/crypto/dist/ipsec-tools/src/setkey: setkey.8 Log Message: setkey: document getspi and update To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/crypto/dist/ipsec-t

CVS commit: src/tests/net/ipsec

2019-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 23 04:31:25 UTC 2019 Modified Files: src/tests/net/ipsec: t_ipsec_misc.sh Log Message: tests: add tests for getspi and udpate To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/tests/net/ipsec/t_ipsec_mis

CVS commit: src/tests/net/ipsec

2019-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 23 04:31:25 UTC 2019 Modified Files: src/tests/net/ipsec: t_ipsec_misc.sh Log Message: tests: add tests for getspi and udpate To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/tests/net/ipsec/t_ipsec_mis

CVS commit: src/crypto/dist/ipsec-tools/src/setkey

2019-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 23 04:30:32 UTC 2019 Modified Files: src/crypto/dist/ipsec-tools/src/setkey: parse.y token.l Log Message: setkey: enable to use the getspi API If a specified SPI is not zero, tell the kernel to use the SPI by using SADB_

CVS commit: src/crypto/dist/ipsec-tools/src/setkey

2019-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 23 04:30:32 UTC 2019 Modified Files: src/crypto/dist/ipsec-tools/src/setkey: parse.y token.l Log Message: setkey: enable to use the getspi API If a specified SPI is not zero, tell the kernel to use the SPI by using SADB_

CVS commit: src/sys/netipsec

2019-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 23 04:29:27 UTC 2019 Modified Files: src/sys/netipsec: key.c Log Message: ipsec: fix a regression of the update API The update API updates an SA by creating a new SA and removing an existing SA. The previous change remov

CVS commit: src/sys/netipsec

2019-07-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 23 04:29:27 UTC 2019 Modified Files: src/sys/netipsec: key.c Log Message: ipsec: fix a regression of the update API The update API updates an SA by creating a new SA and removing an existing SA. The previous change remov

CVS commit: src/usr.bin/kdump

2019-07-22 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Jul 23 01:54:51 UTC 2019 Modified Files: src/usr.bin/kdump: kdump.c Log Message: kdump(1): Symbolic printing for MALLOC_OPTIONS="U". To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/usr.bin/kdump/kdump.c

CVS commit: src/usr.bin/kdump

2019-07-22 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Jul 23 01:54:51 UTC 2019 Modified Files: src/usr.bin/kdump: kdump.c Log Message: kdump(1): Symbolic printing for MALLOC_OPTIONS="U". To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/usr.bin/kdump/kdump.c

CVS commit: src

2019-07-22 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Jul 23 00:52:02 UTC 2019 Modified Files: src/lib/libnpf: libnpf.3 npf.c npf.h src/sys/net/npf: files.npf npf.c npf.h npf_alg.c npf_alg_icmp.c npf_conf.c npf_conn.c npf_conn.h npf_conndb.c npf_ctl.c

CVS commit: src/sys/external/bsd/libnv/dist

2019-07-22 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Jul 23 00:49:16 UTC 2019 Modified Files: src/sys/external/bsd/libnv/dist: nv.h nvlist.c nvpair.c Log Message: - nvpair_create_stringf: use the in-kernel vasprintf(). - Make nvlist_add_stringf() availabe in the kernel. To gene

CVS commit: src/sys/external/bsd/libnv/dist

2019-07-22 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Jul 23 00:49:16 UTC 2019 Modified Files: src/sys/external/bsd/libnv/dist: nv.h nvlist.c nvpair.c Log Message: - nvpair_create_stringf: use the in-kernel vasprintf(). - Make nvlist_add_stringf() availabe in the kernel. To gene

Re: CVS commit: src

2019-07-22 Thread maya
On Mon, Jul 22, 2019 at 09:48:11PM +0200, Martin Husemann wrote: > On Tue, Jul 23, 2019 at 04:52:52AM +1000, matthew green wrote: > > > Deprecate /usr/libdata/firmware. > > > > FWIW, the separation was on purpose. > > > > /libdata/firmware should be for things that are needed during > > early boo

Re: CVS commit: src

2019-07-22 Thread Martin Husemann
On Tue, Jul 23, 2019 at 04:52:52AM +1000, matthew green wrote: > > Deprecate /usr/libdata/firmware. > > FWIW, the separation was on purpose. > > /libdata/firmware should be for things that are needed during > early boot only (eg, firmware that runs between mountroot and > init, such as GPU firmwa

re: CVS commit: src

2019-07-22 Thread matthew green
"Thomas Klausner" writes: > Module Name: src > Committed By: wiz > Date: Mon Jul 22 14:47:51 UTC 2019 > > Modified Files: > src/distrib/sets/lists/base: mi > src/etc/mtree: NetBSD.dist.base > src/external/broadcom/bcm43xx: Makefile > > Log Message: > Move bcm43xx to /li

CVS commit: [netbsd-8] src/doc

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 18:13:23 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1300 - #1304 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-8.2 Please note that diffs ar

CVS commit: [netbsd-8] src/doc

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 18:13:23 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1300 - #1304 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-8.2 Please note that diffs ar

CVS commit: [netbsd-8] src/usr.bin/vmstat

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 18:10:32 UTC 2019 Modified Files: src/usr.bin/vmstat [netbsd-8]: vmstat.c Log Message: Pull up following revision(s) (requested by mrg in ticket #1304): usr.bin/vmstat/vmstat.c: revision 1.226 Use PRWORD for p

CVS commit: [netbsd-8] src/usr.bin/vmstat

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 18:10:32 UTC 2019 Modified Files: src/usr.bin/vmstat [netbsd-8]: vmstat.c Log Message: Pull up following revision(s) (requested by mrg in ticket #1304): usr.bin/vmstat/vmstat.c: revision 1.226 Use PRWORD for p

CVS commit: [netbsd-8] src/sys/netipsec

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 18:07:07 UTC 2019 Modified Files: src/sys/netipsec [netbsd-8]: key.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1303): sys/netipsec/key.c: revision 1.264 Avoid a race condition

CVS commit: [netbsd-8] src/sys/netipsec

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 18:07:07 UTC 2019 Modified Files: src/sys/netipsec [netbsd-8]: key.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1303): sys/netipsec/key.c: revision 1.264 Avoid a race condition

CVS commit: [netbsd-8] src/sys/kern

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 18:02:09 UTC 2019 Modified Files: src/sys/kern [netbsd-8]: sys_ptrace_common.c Log Message: Pull up following revision(s) (requested by kamil in ticket #1302): sys/kern/sys_ptrace_common.c: revision 1.58 Enhan

CVS commit: [netbsd-8] src/sys/kern

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 18:02:09 UTC 2019 Modified Files: src/sys/kern [netbsd-8]: sys_ptrace_common.c Log Message: Pull up following revision(s) (requested by kamil in ticket #1302): sys/kern/sys_ptrace_common.c: revision 1.58 Enhan

CVS commit: [netbsd-8] src/sys/dev/pci/ixgbe

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 17:53:35 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe [netbsd-8]: if_sriov.c ix_txrx.c ixgbe.c ixgbe.h ixgbe_82599.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_features.h ixgbe_

CVS commit: [netbsd-8] src/sys/dev/pci/ixgbe

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 17:53:35 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe [netbsd-8]: if_sriov.c ix_txrx.c ixgbe.c ixgbe.h ixgbe_82599.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_features.h ixgbe_

Re: CVS commit: src/usr.bin/printf

2019-07-22 Thread Tobias Nygren
On Tue, 23 Jul 2019 00:31:32 +0700 Robert Elz wrote: > Date:Mon, 22 Jul 2019 12:23:35 +0200 > From:Tobias Nygren > Message-ID: <20190722122335.55c0d421a18a082c8d67b...@netbsd.org> > > | Please exercise caution when changing established userland behaviour. > | Th

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

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 17:47:16 UTC 2019 Modified Files: src/sys/arch/x86/pci [netbsd-8]: if_vmx.c Log Message: Pull up following revision(s) (requested by knakahara in ticket #1300): sys/arch/x86/pci/if_vmx.c: revision 1.31

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

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 17:47:16 UTC 2019 Modified Files: src/sys/arch/x86/pci [netbsd-8]: if_vmx.c Log Message: Pull up following revision(s) (requested by knakahara in ticket #1300): sys/arch/x86/pci/if_vmx.c: revision 1.31

Re: CVS commit: src/usr.bin/printf

2019-07-22 Thread Robert Elz
Date:Mon, 22 Jul 2019 12:23:35 +0200 From:Tobias Nygren Message-ID: <20190722122335.55c0d421a18a082c8d67b...@netbsd.org> | Please exercise caution when changing established userland behaviour. | This change broke the pkgsrc/lang/openjdk8(1) build. I stand behind

CVS commit: src/usr.bin/printf

2019-07-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jul 22 17:34:31 UTC 2019 Modified Files: src/usr.bin/printf: printf.c Log Message: Amend the previous change: we can have (almost) the best of both worlds, as when the first arg (which should be the format) contains no % conversi

CVS commit: src/usr.bin/printf

2019-07-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jul 22 17:34:31 UTC 2019 Modified Files: src/usr.bin/printf: printf.c Log Message: Amend the previous change: we can have (almost) the best of both worlds, as when the first arg (which should be the format) contains no % conversi

CVS commit: [netbsd-8] src/doc

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 16:32:17 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1054 To generate a diff of this commit: cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-8.2 Please note that diffs are not publ

CVS commit: [netbsd-8] src/doc

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 16:32:17 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1054 To generate a diff of this commit: cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-8.2 Please note that diffs are not publ

CVS commit: [netbsd-8] src/sys/compat/netbsd32

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 16:27:29 UTC 2019 Modified Files: src/sys/compat/netbsd32 [netbsd-8]: netbsd32_ioctl.c netbsd32_ioctl.h Log Message: Pull up following revision(s) (requested by rin in ticket #1054): sys/compat/netbsd32/netbsd3

CVS commit: [netbsd-8] src/sys/compat/netbsd32

2019-07-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 22 16:27:29 UTC 2019 Modified Files: src/sys/compat/netbsd32 [netbsd-8]: netbsd32_ioctl.c netbsd32_ioctl.h Log Message: Pull up following revision(s) (requested by rin in ticket #1054): sys/compat/netbsd32/netbsd3

CVS commit: src

2019-07-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jul 22 14:47:51 UTC 2019 Modified Files: src/distrib/sets/lists/base: mi src/etc/mtree: NetBSD.dist.base src/external/broadcom/bcm43xx: Makefile Log Message: Move bcm43xx to /libdata/firmware, where all the other

CVS commit: src

2019-07-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jul 22 14:47:51 UTC 2019 Modified Files: src/distrib/sets/lists/base: mi src/etc/mtree: NetBSD.dist.base src/external/broadcom/bcm43xx: Makefile Log Message: Move bcm43xx to /libdata/firmware, where all the other

Re: CVS commit: src/usr.bin/printf

2019-07-22 Thread Robert Elz
Date:Mon, 22 Jul 2019 12:23:35 +0200 From:Tobias Nygren Message-ID: <20190722122335.55c0d421a18a082c8d67b...@netbsd.org> | This change broke the pkgsrc/lang/openjdk8(1) build. That it is broken and ought to be patched upstream, it is quite clear that printf is requ

CVS commit: src/games/fortune/datfiles

2019-07-22 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Jul 22 13:44:13 UTC 2019 Modified Files: src/games/fortune/datfiles: fortunes Log Message: Use double dash to simulate em dash To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/games/fortune/datfiles/fortunes

CVS commit: src/games/fortune/datfiles

2019-07-22 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Jul 22 13:44:13 UTC 2019 Modified Files: src/games/fortune/datfiles: fortunes Log Message: Use double dash to simulate em dash To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/games/fortune/datfiles/fortunes

CVS commit: src/games/fortune/fortune

2019-07-22 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Jul 22 13:37:38 UTC 2019 Modified Files: src/games/fortune/fortune: fortune.6 Log Message: Use \(em to get an emphasis dash To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/games/fortune/fortune/fortune.6 Pl

CVS commit: src/games/fortune/fortune

2019-07-22 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Jul 22 13:37:38 UTC 2019 Modified Files: src/games/fortune/fortune: fortune.6 Log Message: Use \(em to get an emphasis dash To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/games/fortune/fortune/fortune.6 Pl

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

2019-07-22 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Mon Jul 22 11:44:01 UTC 2019 Modified Files: src/sys/arch/arm/imx: imx6_ahcisata.c imx6_iomuxreg.h Log Message: Change register assignments. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/imx/imx6

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

2019-07-22 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Mon Jul 22 11:44:01 UTC 2019 Modified Files: src/sys/arch/arm/imx: imx6_ahcisata.c imx6_iomuxreg.h Log Message: Change register assignments. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/imx/imx6

Re: CVS commit: src/usr.bin/printf

2019-07-22 Thread Tobias Nygren
On Sun, 21 Jul 2019 15:25:39 + Robert Elz wrote: > Module Name: src > Committed By: kre > Date: Sun Jul 21 15:25:39 UTC 2019 > > Modified Files: > src/usr.bin/printf: printf.c > > Log Message: > Stop assuming that printf handles options in any way at all > (it doesn't - that

CVS commit: src/sys/dev/pckbport

2019-07-22 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Mon Jul 22 09:58:39 UTC 2019 Modified Files: src/sys/dev/pckbport: files.pckbport Log Message: hvkbd requires pckbd_keydesctab in wskbdmap_mfii.c. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pckbpo

CVS commit: src/sys/dev/pckbport

2019-07-22 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Mon Jul 22 09:58:39 UTC 2019 Modified Files: src/sys/dev/pckbport: files.pckbport Log Message: hvkbd requires pckbd_keydesctab in wskbdmap_mfii.c. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pckbpo

CVS commit: src/games/fortune/datfiles

2019-07-22 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Jul 22 09:47:28 UTC 2019 Modified Files: src/games/fortune/datfiles: fortunes Log Message: Art for the masses - The Dream Machine The text used an em dash which I've replaced with a coma here. To generate a diff of this commi

CVS commit: src/games/fortune/datfiles

2019-07-22 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Jul 22 09:47:28 UTC 2019 Modified Files: src/games/fortune/datfiles: fortunes Log Message: Art for the masses - The Dream Machine The text used an em dash which I've replaced with a coma here. To generate a diff of this commi