Re: CVS commit: src/sys

2019-12-05 Thread maya
On Fri, Dec 06, 2019 at 07:27:07AM +, Maxime Villard wrote: > Log Message: > Minor changes, reported by the LGTM bot. Would be nice if the commit message was "address some integer overflows" or something. > @@ -2205,7 +2205,7 @@ m_verify_packet(struct mbuf *m) > > dat =

CVS commit: src/sys

2019-12-05 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Dec 6 07:27:07 UTC 2019 Modified Files: src/sys/dev/acpi: acpi_pci_link.c src/sys/dev/pci: auich.c src/sys/kern: uipc_mbuf.c Log Message: Minor changes, reported by the LGTM bot. To generate a diff of this

CVS commit: src/sys

2019-12-05 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Dec 6 07:27:07 UTC 2019 Modified Files: src/sys/dev/acpi: acpi_pci_link.c src/sys/dev/pci: auich.c src/sys/kern: uipc_mbuf.c Log Message: Minor changes, reported by the LGTM bot. To generate a diff of this

CVS commit: src/sys/dev

2019-12-05 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Dec 6 07:12:39 UTC 2019 Modified Files: src/sys/dev/gpio: gpioow.c src/sys/dev/ic: smc91cxx.c smc91cxxvar.h src/sys/dev/pci: if_txp.c src/sys/dev/pcmcia: if_cnw.c src/sys/dev/usb: uhidev.c

CVS commit: src/sys/dev

2019-12-05 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Dec 6 07:12:39 UTC 2019 Modified Files: src/sys/dev/gpio: gpioow.c src/sys/dev/ic: smc91cxx.c smc91cxxvar.h src/sys/dev/pci: if_txp.c src/sys/dev/pcmcia: if_cnw.c src/sys/dev/usb: uhidev.c

CVS commit: src/sys

2019-12-05 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 6 06:38:39 UTC 2019 Modified Files: src/sys/arch/powerpc/include: types.h src/sys/arch/powerpc/powerpc: openfirm.c src/sys/dev/ofw: openfirmio.c Log Message: revert this change from early this year. it

CVS commit: src/sys

2019-12-05 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 6 06:38:39 UTC 2019 Modified Files: src/sys/arch/powerpc/include: types.h src/sys/arch/powerpc/powerpc: openfirm.c src/sys/dev/ofw: openfirmio.c Log Message: revert this change from early this year. it

CVS commit: src/libexec/httpd

2019-12-05 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 6 05:53:21 UTC 2019 Modified Files: src/libexec/httpd: cgi-bozo.c Log Message: remove some XXX comments. one isn't relevant, and the other two have been incorrect for a long while now. To generate a diff of this commit:

CVS commit: src/libexec/httpd

2019-12-05 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 6 05:53:21 UTC 2019 Modified Files: src/libexec/httpd: cgi-bozo.c Log Message: remove some XXX comments. one isn't relevant, and the other two have been incorrect for a long while now. To generate a diff of this commit:

CVS commit: src/sys/dev

2019-12-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Dec 6 04:15:38 UTC 2019 Modified Files: src/sys/dev: cons.c Log Message: Restore historical $Hdr$ tag after git cvsexportcommit nixed it. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/dev/cons.c

CVS commit: src/sys/dev

2019-12-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Dec 6 04:15:38 UTC 2019 Modified Files: src/sys/dev: cons.c Log Message: Restore historical $Hdr$ tag after git cvsexportcommit nixed it. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/dev/cons.c

CVS commit: src/sys/dev

2019-12-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Dec 6 03:45:33 UTC 2019 Modified Files: src/sys/dev: cons.c Log Message: Fix reference count leak in cons(4). Don't forget to vrele after you're done, folks! XXX pullup-9 XXX pullup-8 XXX pullup-7 XXX pullup-6... 5... 4

CVS commit: src/sys/dev

2019-12-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Dec 6 03:45:33 UTC 2019 Modified Files: src/sys/dev: cons.c Log Message: Fix reference count leak in cons(4). Don't forget to vrele after you're done, folks! XXX pullup-9 XXX pullup-8 XXX pullup-7 XXX pullup-6... 5... 4

CVS commit: src/sys/gdbscripts

2019-12-05 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 6 02:37:53 UTC 2019 Modified Files: src/sys/gdbscripts: vchain Log Message: more updates for the vnode and mount list iterator changes that happened a while back. also, port to 64 bit properly. now these all appear to work

CVS commit: src/sys/gdbscripts

2019-12-05 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 6 02:37:53 UTC 2019 Modified Files: src/sys/gdbscripts: vchain Log Message: more updates for the vnode and mount list iterator changes that happened a while back. also, port to 64 bit properly. now these all appear to work

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

2019-12-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Dec 6 01:09:51 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Log PID.LWP in t_ptrace_wait* tests for enabled debug This is useful for multithreaded test scenarios. To generate a diff of this

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

2019-12-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Dec 6 01:09:51 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Log PID.LWP in t_ptrace_wait* tests for enabled debug This is useful for multithreaded test scenarios. To generate a diff of this

CVS commit: src/sys/gdbscripts

2019-12-05 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 6 01:01:02 UTC 2019 Modified Files: src/sys/gdbscripts: vchain Log Message: it's mountlist not mount_list. now 'mountdump' works again. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/gdbscripts

2019-12-05 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 6 01:01:02 UTC 2019 Modified Files: src/sys/gdbscripts: vchain Log Message: it's mountlist not mount_list. now 'mountdump' works again. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch

2019-12-05 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Dec 5 22:05:05 UTC 2019 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: GENERIC Log Message: Enable pciverbose option to make use of the pcidevs database by default. ok ad, mrg To generate

CVS commit: src/sys/arch

2019-12-05 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Dec 5 22:05:05 UTC 2019 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: GENERIC Log Message: Enable pciverbose option to make use of the pcidevs database by default. ok ad, mrg To generate

CVS commit: src/etc

2019-12-05 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Dec 5 22:02:29 UTC 2019 Modified Files: src/etc/etc.amd64: boot.cfg src/etc/etc.i386: boot.cfg Log Message: Undo loading pciverbose module by default. See item 14 in src/doc/TODO.modules. To generate a diff of this

CVS commit: src/etc

2019-12-05 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Dec 5 22:02:29 UTC 2019 Modified Files: src/etc/etc.amd64: boot.cfg src/etc/etc.i386: boot.cfg Log Message: Undo loading pciverbose module by default. See item 14 in src/doc/TODO.modules. To generate a diff of this

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

2019-12-05 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Dec 5 20:55:24 UTC 2019 Modified Files: src/sys/arch/powerpc/powerpc: powerpc_machdep.c Log Message: Need to call userret() from cpu_ast(). To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

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

2019-12-05 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Dec 5 20:55:24 UTC 2019 Modified Files: src/sys/arch/powerpc/powerpc: powerpc_machdep.c Log Message: Need to call userret() from cpu_ast(). To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

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

2019-12-05 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Dec 5 20:25:54 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_cmd_parser.c Log Message: Use the original linux function rather than my wrong translation. ...Include the header to have it. Thanks

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

2019-12-05 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Dec 5 20:25:54 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_cmd_parser.c Log Message: Use the original linux function rather than my wrong translation. ...Include the header to have it. Thanks

CVS commit: src/sys/external/bsd

2019-12-05 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Dec 5 20:03:09 UTC 2019 Modified Files: src/sys/external/bsd/common/include/linux: bitops.h src/sys/external/bsd/drm2/dist/drm/i915: i915_cmd_parser.c i915_dma.c i915_drv.c i915_drv.h i915_gem_context.c

CVS commit: src/sys/external/bsd

2019-12-05 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Dec 5 20:03:09 UTC 2019 Modified Files: src/sys/external/bsd/common/include/linux: bitops.h src/sys/external/bsd/drm2/dist/drm/i915: i915_cmd_parser.c i915_dma.c i915_drv.c i915_drv.h i915_gem_context.c

CVS commit: src/common/lib/libc/gen

2019-12-05 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Dec 5 19:03:39 UTC 2019 Modified Files: src/common/lib/libc/gen: radixtree.c Log Message: Fix warning that appears when compiling in kernel. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/common/lib/libc/gen

2019-12-05 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Dec 5 19:03:39 UTC 2019 Modified Files: src/common/lib/libc/gen: radixtree.c Log Message: Fix warning that appears when compiling in kernel. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/common/lib/libc/gen

2019-12-05 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Dec 5 18:50:41 UTC 2019 Modified Files: src/common/lib/libc/gen: radixtree.c Log Message: Delete the counter from "struct radix_tree_node", and in the one place we need a non-zero check, substitute with a deterministic bitwise

CVS commit: src/common/lib/libc/gen

2019-12-05 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Dec 5 18:50:41 UTC 2019 Modified Files: src/common/lib/libc/gen: radixtree.c Log Message: Delete the counter from "struct radix_tree_node", and in the one place we need a non-zero check, substitute with a deterministic bitwise

CVS commit: src

2019-12-05 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Dec 5 18:32:25 UTC 2019 Modified Files: src/common/lib/libc/gen: radixtree.c src/sys/sys: radixtree.h Log Message: Merge radixtree changes from yamt-pagecache. To generate a diff of this commit: cvs rdiff -u -r1.17

CVS commit: src

2019-12-05 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Dec 5 18:32:25 UTC 2019 Modified Files: src/common/lib/libc/gen: radixtree.c src/sys/sys: radixtree.h Log Message: Merge radixtree changes from yamt-pagecache. To generate a diff of this commit: cvs rdiff -u -r1.17

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/engine

2019-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 5 17:52:06 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/engine: eng_devcrypto.c Log Message: PR/54740: Izumi Tsutsui: Disable cryptoengine unavailable message when device is not configured

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/engine

2019-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 5 17:52:06 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/engine: eng_devcrypto.c Log Message: PR/54740: Izumi Tsutsui: Disable cryptoengine unavailable message when device is not configured

CVS commit: xsrc/external/mit/MesaLib/dist/src

2019-12-05 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Thu Dec 5 17:41:10 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/src/intel/dev: gen_device_info.c xsrc/external/mit/MesaLib/dist/src/loader: loader.c xsrc/external/mit/MesaLib/dist/src/mesa/main:

CVS commit: xsrc/external/mit/MesaLib/dist/src

2019-12-05 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Thu Dec 5 17:41:10 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/src/intel/dev: gen_device_info.c xsrc/external/mit/MesaLib/dist/src/loader: loader.c xsrc/external/mit/MesaLib/dist/src/mesa/main:

CVS commit: [netbsd-8] src/doc

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 17:00:36 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: tickets 1462-1468 To generate a diff of this commit: cvs rdiff -u -r1.1.2.74 -r1.1.2.75 src/doc/CHANGES-8.2 Please note that diffs are

CVS commit: [netbsd-8] src/doc

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 17:00:36 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: tickets 1462-1468 To generate a diff of this commit: cvs rdiff -u -r1.1.2.74 -r1.1.2.75 src/doc/CHANGES-8.2 Please note that diffs are

CVS commit: src/sys/dev/dm

2019-12-05 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Thu Dec 5 16:59:43 UTC 2019 Modified Files: src/sys/dev/dm: dm_table.c dm_target_error.c dm_target_linear.c dm_target_mirror.c dm_target_snapshot.c dm_target_stripe.c dm_target_zero.c Log Message: dm:

CVS commit: src/sys/dev/dm

2019-12-05 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Thu Dec 5 16:59:43 UTC 2019 Modified Files: src/sys/dev/dm: dm_table.c dm_target_error.c dm_target_linear.c dm_target_mirror.c dm_target_snapshot.c dm_target_stripe.c dm_target_zero.c Log Message: dm:

CVS commit: [netbsd-8] src/sys/external/bsd/dwc2

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:59:35 UTC 2019 Modified Files: src/sys/external/bsd/dwc2 [netbsd-8]: dwc2.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1468): sys/external/bsd/dwc2/dwc2.c: revision 1.60

CVS commit: [netbsd-8] src/sys/external/bsd/dwc2

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:59:35 UTC 2019 Modified Files: src/sys/external/bsd/dwc2 [netbsd-8]: dwc2.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1468): sys/external/bsd/dwc2/dwc2.c: revision 1.60

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:57:11 UTC 2019 Modified Files: src/share/man/man4 [netbsd-8]: rnd.4 Log Message: Pull up following revision(s) (requested by riastradh in ticket #1467): share/man/man4/rnd.4: revision 1.26

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:57:11 UTC 2019 Modified Files: src/share/man/man4 [netbsd-8]: rnd.4 Log Message: Pull up following revision(s) (requested by riastradh in ticket #1467): share/man/man4/rnd.4: revision 1.26

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:54:59 UTC 2019 Modified Files: src/sys/arch/x86/include [netbsd-8]: genfb_machdep.h src/sys/arch/x86/x86 [netbsd-8]: genfb_machdep.c hyperv.c Log Message: Pull up following revision(s) (requested by nonaka

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:54:59 UTC 2019 Modified Files: src/sys/arch/x86/include [netbsd-8]: genfb_machdep.h src/sys/arch/x86/x86 [netbsd-8]: genfb_machdep.c hyperv.c Log Message: Pull up following revision(s) (requested by nonaka

CVS commit: [netbsd-8] src/sys/arch/powerpc/oea

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:53:06 UTC 2019 Modified Files: src/sys/arch/powerpc/oea [netbsd-8]: ofw_autoconf.c Log Message: Pull up following revision(s) (requested by joerg in ticket #1465): sys/arch/powerpc/oea/ofw_autoconf.c:

CVS commit: [netbsd-8] src/sys/arch/powerpc/oea

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:53:06 UTC 2019 Modified Files: src/sys/arch/powerpc/oea [netbsd-8]: ofw_autoconf.c Log Message: Pull up following revision(s) (requested by joerg in ticket #1465): sys/arch/powerpc/oea/ofw_autoconf.c:

CVS commit: src/doc

2019-12-05 Thread Sean Cole
Module Name:src Committed By: scole Date: Thu Dec 5 16:51:06 UTC 2019 Modified Files: src/doc: CHANGES.prev Log Message: Fix date sorting order of previous checkin To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/doc/CHANGES.prev Please note that

CVS commit: src/doc

2019-12-05 Thread Sean Cole
Module Name:src Committed By: scole Date: Thu Dec 5 16:51:06 UTC 2019 Modified Files: src/doc: CHANGES.prev Log Message: Fix date sorting order of previous checkin To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/doc/CHANGES.prev Please note that

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:50:54 UTC 2019 Modified Files: src/sys/dev/pci [netbsd-8]: if_alc.c if_ale.c if_cas.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1464): sys/dev/pci/if_alc.c

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:50:54 UTC 2019 Modified Files: src/sys/dev/pci [netbsd-8]: if_alc.c if_ale.c if_cas.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1464): sys/dev/pci/if_alc.c

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:47:17 UTC 2019 Modified Files: src/sys/dev/pci [netbsd-8]: if_age.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1462): sys/dev/pci/if_age.c: revision 1.61, 1.63-1.64 via patch

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:47:17 UTC 2019 Modified Files: src/sys/dev/pci [netbsd-8]: if_age.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1462): sys/dev/pci/if_age.c: revision 1.61, 1.63-1.64 via patch

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:44:32 UTC 2019 Modified Files: src/sys/dev/pci [netbsd-8]: if_bge.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1462): sys/dev/pci/if_bge.c: revision 1.340

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:44:32 UTC 2019 Modified Files: src/sys/dev/pci [netbsd-8]: if_bge.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1462): sys/dev/pci/if_bge.c: revision 1.340

CVS commit: [netbsd-7] src/sys/external/bsd/dwc2

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:30:17 UTC 2019 Modified Files: src/sys/external/bsd/dwc2 [netbsd-7]: dwc2.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1716): sys/external/bsd/dwc2/dwc2.c: revision 1.60

CVS commit: [netbsd-7] src/doc

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:30:45 UTC 2019 Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: ticket 1716 To generate a diff of this commit: cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-7.3 Please note that diffs are not

CVS commit: [netbsd-7] src/doc

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:30:45 UTC 2019 Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: ticket 1716 To generate a diff of this commit: cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-7.3 Please note that diffs are not

CVS commit: [netbsd-7] src/sys/external/bsd/dwc2

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:30:17 UTC 2019 Modified Files: src/sys/external/bsd/dwc2 [netbsd-7]: dwc2.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1716): sys/external/bsd/dwc2/dwc2.c: revision 1.60

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:29:23 UTC 2019 Modified Files: src/share/man/man4 [netbsd-7]: rnd.4 Log Message: Pull up following revision(s) (requested by riastradh in ticket #1715): share/man/man4/rnd.4: revision 1.26

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:29:23 UTC 2019 Modified Files: src/share/man/man4 [netbsd-7]: rnd.4 Log Message: Pull up following revision(s) (requested by riastradh in ticket #1715): share/man/man4/rnd.4: revision 1.26

CVS commit: [netbsd-7] src/doc

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:25:17 UTC 2019 Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: ticket 1715 To generate a diff of this commit: cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-7.3 Please note that diffs are not

CVS commit: [netbsd-7] src/doc

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:25:17 UTC 2019 Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: ticket 1715 To generate a diff of this commit: cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-7.3 Please note that diffs are not

CVS commit: [netbsd-7-1] src/doc

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:24:46 UTC 2019 Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.3 Log Message: ticket 1715 To generate a diff of this commit: cvs rdiff -u -r1.1.2.62 -r1.1.2.63 src/doc/CHANGES-7.1.3 Please note that diffs are

CVS commit: [netbsd-7-1] src/doc

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:24:46 UTC 2019 Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.3 Log Message: ticket 1715 To generate a diff of this commit: cvs rdiff -u -r1.1.2.62 -r1.1.2.63 src/doc/CHANGES-7.1.3 Please note that diffs are

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:24:29 UTC 2019 Modified Files: src/share/man/man4 [netbsd-7-1]: rnd.4 Log Message: Pull up following revision(s) (requested by riastradh in ticket #1715): share/man/man4/rnd.4: revision 1.26

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:24:29 UTC 2019 Modified Files: src/share/man/man4 [netbsd-7-1]: rnd.4 Log Message: Pull up following revision(s) (requested by riastradh in ticket #1715): share/man/man4/rnd.4: revision 1.26

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:23:23 UTC 2019 Modified Files: src/share/man/man4 [netbsd-7-0]: rnd.4 Log Message: Pull up following revision(s) (requested by riastradh in ticket #1715): share/man/man4/rnd.4: revision 1.26

CVS commit: [netbsd-7-0] src/doc

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:23:51 UTC 2019 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: ticket 1715 To generate a diff of this commit: cvs rdiff -u -r1.1.2.155 -r1.1.2.156 src/doc/CHANGES-7.0.3 Please note that diffs are

CVS commit: [netbsd-7-0] src/doc

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:23:51 UTC 2019 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: ticket 1715 To generate a diff of this commit: cvs rdiff -u -r1.1.2.155 -r1.1.2.156 src/doc/CHANGES-7.0.3 Please note that diffs are

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

2019-12-05 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 5 16:23:23 UTC 2019 Modified Files: src/share/man/man4 [netbsd-7-0]: rnd.4 Log Message: Pull up following revision(s) (requested by riastradh in ticket #1715): share/man/man4/rnd.4: revision 1.26

CVS commit: src/sys/dev/dm

2019-12-05 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Thu Dec 5 15:52:39 UTC 2019 Modified Files: src/sys/dev/dm: device-mapper.c dm.h dm_ioctl.c Log Message: dm: Remove unneeded dm_get_version_ioctl() "version" is implemented and handled in userspace, hence dm ioctl doesn't need

CVS commit: src/sys/dev/dm

2019-12-05 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Thu Dec 5 15:52:39 UTC 2019 Modified Files: src/sys/dev/dm: device-mapper.c dm.h dm_ioctl.c Log Message: dm: Remove unneeded dm_get_version_ioctl() "version" is implemented and handled in userspace, hence dm ioctl doesn't need

CVS commit: [netbsd-9] src/doc

2019-12-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 5 10:29:13 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Note macppc ISO generator changes To generate a diff of this commit: cvs rdiff -u -r1.1.2.129 -r1.1.2.130 src/doc/CHANGES-9.0 Please

CVS commit: [netbsd-9] src/doc

2019-12-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 5 10:29:13 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Note macppc ISO generator changes To generate a diff of this commit: cvs rdiff -u -r1.1.2.129 -r1.1.2.130 src/doc/CHANGES-9.0 Please

CVS commit: [netbsd-9] src/distrib/cdrom

2019-12-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 5 10:28:07 UTC 2019 Added Files: src/distrib/cdrom [netbsd-9]: NetBSD-9.0.mk Log Message: Pull up the following revision: distrib/cdrom/NetBSD-9.0.mk 1.1 Add a clone of -current for 9.0. First time

CVS commit: [netbsd-9] src/distrib/cdrom

2019-12-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 5 10:28:07 UTC 2019 Added Files: src/distrib/cdrom [netbsd-9]: NetBSD-9.0.mk Log Message: Pull up the following revision: distrib/cdrom/NetBSD-9.0.mk 1.1 Add a clone of -current for 9.0. First time

CVS commit: src/distrib/cdrom

2019-12-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 5 10:25:41 UTC 2019 Added Files: src/distrib/cdrom: NetBSD-9.0.mk Log Message: Copy -current to 9.0, this has diverged (macppc 601 support and others, but since the macppc release ISOs are still generated by this, it is

CVS commit: src/distrib/cdrom

2019-12-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 5 10:25:41 UTC 2019 Added Files: src/distrib/cdrom: NetBSD-9.0.mk Log Message: Copy -current to 9.0, this has diverged (macppc 601 support and others, but since the macppc release ISOs are still generated by this, it is

CVS commit: [netbsd-9] src/doc

2019-12-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 5 09:40:15 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Note manual CHANGES changes for ppc 601 To generate a diff of this commit: cvs rdiff -u -r1.1.2.128 -r1.1.2.129 src/doc/CHANGES-9.0

CVS commit: [netbsd-9] src/doc

2019-12-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 5 09:40:15 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Note manual CHANGES changes for ppc 601 To generate a diff of this commit: cvs rdiff -u -r1.1.2.128 -r1.1.2.129 src/doc/CHANGES-9.0

CVS commit: [netbsd-9] src/doc

2019-12-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 5 09:39:03 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES Log Message: Belatedly add changes from scole for macppc powerpc 601 machines To generate a diff of this commit: cvs rdiff -u -r1.2563.2.1 -r1.2563.2.2

CVS commit: [netbsd-9] src/doc

2019-12-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 5 09:39:03 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES Log Message: Belatedly add changes from scole for macppc powerpc 601 machines To generate a diff of this commit: cvs rdiff -u -r1.2563.2.1 -r1.2563.2.2

CVS commit: src/doc

2019-12-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 5 09:36:01 UTC 2019 Modified Files: src/doc: CHANGES.prev Log Message: Belatedly note changes from scole for macppc powerpc 601 machines. To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151

CVS commit: src/doc

2019-12-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 5 09:36:01 UTC 2019 Modified Files: src/doc: CHANGES.prev Log Message: Belatedly note changes from scole for macppc powerpc 601 machines. To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151

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

2019-12-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Dec 5 08:00:05 UTC 2019 Modified Files: src/sys/arch/hppa/include: cpu.h Log Message: Attempt to restore Utah $Hdr$ To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hppa/include/cpu.h Please note

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

2019-12-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Dec 5 08:00:05 UTC 2019 Modified Files: src/sys/arch/hppa/include: cpu.h Log Message: Attempt to restore Utah $Hdr$ To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hppa/include/cpu.h Please note