CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:00:14 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: Skip setting power when the voltage doesn't change. Also increase some timeouts. To generate a diff of this commit: cvs rdiff -u -r1.104

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:20:01 UTC 2019 Modified Files: src/sys/dev/sdmmc: if_bwfm_sdio.c sdmmc_io.c sdmmcvar.h Log Message: Simplyfy sdmmc_io_set_blocklen function signature by dropping the extra softc pointer. Aligns with OpenBSD. To

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:20:01 UTC 2019 Modified Files: src/sys/dev/sdmmc: if_bwfm_sdio.c sdmmc_io.c sdmmcvar.h Log Message: Simplyfy sdmmc_io_set_blocklen function signature by dropping the extra softc pointer. Aligns with OpenBSD. To

CVS commit: src/sys/dev

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:37:52 UTC 2019 Modified Files: src/sys/dev/ic: bwfm.c bwfmreg.h bwfmvar.h src/sys/dev/sdmmc: if_bwfm_sdio.c Log Message: More code from OpenBSD no need to splnet() when enqueing packets explicit structure

CVS commit: src/sys/dev

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:37:52 UTC 2019 Modified Files: src/sys/dev/ic: bwfm.c bwfmreg.h bwfmvar.h src/sys/dev/sdmmc: if_bwfm_sdio.c Log Message: More code from OpenBSD no need to splnet() when enqueing packets explicit structure

CVS commit: src

2019-10-28 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Oct 28 08:30:49 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm.3 nvmm.h src/sys/dev/nvmm: nvmm.h src/sys/dev/nvmm/x86: nvmm_x86.h nvmm_x86_svm.c nvmm_x86_vmx.c Log Message: A few changes: - Use smaller

CVS commit: src

2019-10-28 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Oct 28 08:30:49 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm.3 nvmm.h src/sys/dev/nvmm: nvmm.h src/sys/dev/nvmm/x86: nvmm_x86.h nvmm_x86_svm.c nvmm_x86_vmx.c Log Message: A few changes: - Use smaller

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:16:46 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdmmc.c sdmmc_io.c sdmmc_mem.c sdmmcvar.h Log Message: Add and use sdmmc_pause to avoid long-term busy waits. Add sdio abort function. Additional error messages.

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:16:46 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdmmc.c sdmmc_io.c sdmmc_mem.c sdmmcvar.h Log Message: Add and use sdmmc_pause to avoid long-term busy waits. Add sdio abort function. Additional error messages.

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:00:14 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: Skip setting power when the voltage doesn't change. Also increase some timeouts. To generate a diff of this commit: cvs rdiff -u -r1.104

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:26:19 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdmmc_ioreg.h Log Message: Missing commit for sdio abort function. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/sdmmc/sdmmc_ioreg.h

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:26:19 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdmmc_ioreg.h Log Message: Missing commit for sdio abort function. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/sdmmc/sdmmc_ioreg.h

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:31:39 UTC 2019 Modified Files: src/sys/dev/sdmmc: ld_sdmmc.c sdmmc_cis.c sdmmc_mem.c sdmmcdevs Log Message: Whitespace police To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:31:39 UTC 2019 Modified Files: src/sys/dev/sdmmc: ld_sdmmc.c sdmmc_cis.c sdmmc_mem.c sdmmcdevs Log Message: Whitespace police To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:32:11 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdmmcdevs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/sdmmc/sdmmcdevs.h Please note that diffs are not public

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:32:11 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdmmcdevs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/sdmmc/sdmmcdevs.h Please note that diffs are not public

CVS commit: src/sys/dev/nvmm

2019-10-28 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Oct 28 09:00:08 UTC 2019 Modified Files: src/sys/dev/nvmm: nvmm.c nvmm_ioctl.h Log Message: Add nram in struct nvmm_ctl_mach_info. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/nvmm/nvmm.c cvs

CVS commit: src/sys/dev/nvmm

2019-10-28 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Oct 28 09:00:08 UTC 2019 Modified Files: src/sys/dev/nvmm: nvmm.c nvmm_ioctl.h Log Message: Add nram in struct nvmm_ctl_mach_info. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/nvmm/nvmm.c cvs

CVS commit: src/sys/dev/fdt

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 10:43:09 UTC 2019 Modified Files: src/sys/dev/fdt: cpufreq_dt.c Log Message: Skip nodes with an "opp-suspend" property and fix tables that have disabled nodes in the middle. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/fdt

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 10:43:09 UTC 2019 Modified Files: src/sys/dev/fdt: cpufreq_dt.c Log Message: Skip nodes with an "opp-suspend" property and fix tables that have disabled nodes in the middle. To generate a diff of this commit: cvs

Re: CVS commit: src

2019-10-28 Thread Ryo ONODERA
Hi, Thanks for your great work! Could you add /dev/vio9p? creation rule to /dev/MAKEDEV? I have no idea where is relevant in src/etc/MAKEDEV.tmpl. My idea is as follows: Index: etc/MAKEDEV.tmpl === RCS file:

CVS commit: src/share/man/man4

2019-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 28 13:38:03 UTC 2019 Modified Files: src/share/man/man4: nct.4 Log Message: Sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/nct.4 Please note that diffs are not public domain;

CVS commit: src

2019-10-28 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Oct 28 13:04:19 UTC 2019 Modified Files: src/distrib/sets/lists/base: md.amd64 src/distrib/sets/lists/man: mi src/share/mk: bsd.hostprog.mk src/usr.sbin: Makefile Added Files:

CVS commit: src

2019-10-28 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Oct 28 13:04:19 UTC 2019 Modified Files: src/distrib/sets/lists/base: md.amd64 src/distrib/sets/lists/man: mi src/share/mk: bsd.hostprog.mk src/usr.sbin: Makefile Added Files:

CVS commit: src/share/man/man4

2019-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 28 13:38:03 UTC 2019 Modified Files: src/share/man/man4: nct.4 Log Message: Sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/nct.4 Please note that diffs are not public domain;

CVS commit: src/lib/libnvmm

2019-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 28 13:43:42 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm.3 Log Message: Macro tidyness. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libnvmm/libnvmm.3 Please note that diffs are not public

CVS commit: src/usr.sbin/puffs/mount_9p

2019-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 28 13:42:28 UTC 2019 Modified Files: src/usr.sbin/puffs/mount_9p: mount_9p.8 Log Message: Sort SEE ALSO. "file system" police. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/usr.sbin/nvmmctl

2019-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 28 13:44:42 UTC 2019 Modified Files: src/usr.sbin/nvmmctl: nvmmctl.8 Log Message: Sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/nvmmctl/nvmmctl.8 Please note that diffs are not

CVS commit: src/usr.sbin/puffs/mount_9p

2019-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 28 13:42:28 UTC 2019 Modified Files: src/usr.sbin/puffs/mount_9p: mount_9p.8 Log Message: Sort SEE ALSO. "file system" police. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/lib/libnvmm

2019-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 28 13:43:42 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm.3 Log Message: Macro tidyness. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libnvmm/libnvmm.3 Please note that diffs are not public

CVS commit: src/share/man/man4

2019-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 28 13:43:10 UTC 2019 Modified Files: src/share/man/man4: vio9p.4 Log Message: "file system" police. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/vio9p.4 Please note that diffs are not

CVS commit: src/share/man/man4

2019-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 28 13:43:10 UTC 2019 Modified Files: src/share/man/man4: vio9p.4 Log Message: "file system" police. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/vio9p.4 Please note that diffs are not

CVS commit: src/share/man/man4

2019-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 28 13:41:31 UTC 2019 Modified Files: src/share/man/man4: vio9p.4 Log Message: Use Nx. Improve wording. Sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/vio9p.4 Please note that

CVS commit: src

2019-10-28 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Oct 28 13:19:50 UTC 2019 Modified Files: src/distrib/sets/lists/modules: mi src/sys/modules: Makefile Log Message: Disable filemon. It isn't suited for general use (that is, it poses security risks), but the existence

CVS commit: src

2019-10-28 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Oct 28 13:19:50 UTC 2019 Modified Files: src/distrib/sets/lists/modules: mi src/sys/modules: Makefile Log Message: Disable filemon. It isn't suited for general use (that is, it poses security risks), but the existence

CVS commit: src/share/man/man4

2019-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 28 13:41:31 UTC 2019 Modified Files: src/share/man/man4: vio9p.4 Log Message: Use Nx. Improve wording. Sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/vio9p.4 Please note that

CVS commit: src/usr.sbin/nvmmctl

2019-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 28 13:44:42 UTC 2019 Modified Files: src/usr.sbin/nvmmctl: nvmmctl.8 Log Message: Sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/nvmmctl/nvmmctl.8 Please note that diffs are not

CVS commit: src/lib/libnvmm

2019-10-28 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Oct 28 14:20:28 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm.3 Log Message: should be fork(2), noticed by wiz To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libnvmm/libnvmm.3 Please note that

CVS commit: src/lib/libnvmm

2019-10-28 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Oct 28 14:20:28 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm.3 Log Message: should be fork(2), noticed by wiz To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libnvmm/libnvmm.3 Please note that

CVS commit: src/sys/modules

2019-10-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Oct 28 16:03:55 UTC 2019 Modified Files: src/sys/modules: Makefile src/sys/modules/filemon: Makefile Log Message: Continue to build the filemon module, but don't install it. Hopefully this will help us detect any

CVS commit: src/sys/modules

2019-10-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Oct 28 16:03:55 UTC 2019 Modified Files: src/sys/modules: Makefile src/sys/modules/filemon: Makefile Log Message: Continue to build the filemon module, but don't install it. Hopefully this will help us detect any

CVS commit: src/sys/arch/zaurus/stand/zbsdmod

2019-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Oct 28 15:26:09 UTC 2019 Modified Files: src/sys/arch/zaurus/stand/zbsdmod: compat_linux.h zbsdmod.c Log Message: Make sure to clear bss before jumping to a kernel copied from load buffer. This will fix yet another boot

CVS commit: src/sys/arch/zaurus/stand/zbsdmod

2019-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Oct 28 15:26:09 UTC 2019 Modified Files: src/sys/arch/zaurus/stand/zbsdmod: compat_linux.h zbsdmod.c Log Message: Make sure to clear bss before jumping to a kernel copied from load buffer. This will fix yet another boot

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

2019-10-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Oct 28 15:42:08 UTC 2019 Modified Files: src/distrib/sets/lists/debug: md.amd64 Log Message: Add debug entry for newly introduced nvmmctl utility. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106

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

2019-10-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Oct 28 15:42:08 UTC 2019 Modified Files: src/distrib/sets/lists/debug: md.amd64 Log Message: Add debug entry for newly introduced nvmmctl utility. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106

CVS commit: src/external/gpl3/gcc/lib

2019-10-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 28 16:25:05 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile src/external/gpl3/gcc/lib/liblsan: Makefile src/external/gpl3/gcc/lib/libubsan: Makefile Log Message: vaxinate

CVS commit: src/external/gpl3/gcc/lib

2019-10-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 28 16:25:05 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile src/external/gpl3/gcc/lib/liblsan: Makefile src/external/gpl3/gcc/lib/libubsan: Makefile Log Message: vaxinate

CVS commit: [netbsd-9] src

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 16:37:55 UTC 2019 Modified Files: src/distrib/sets/lists/modules [netbsd-9]: mi src/sys/modules/filemon [netbsd-9]: Makefile Log Message: Pull up following revision(s) (requested by maya in ticket #385):

CVS commit: [netbsd-9] src

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 16:37:55 UTC 2019 Modified Files: src/distrib/sets/lists/modules [netbsd-9]: mi src/sys/modules/filemon [netbsd-9]: Makefile Log Message: Pull up following revision(s) (requested by maya in ticket #385):

CVS commit: [netbsd-9] src/doc

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 16:41:31 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #385 To generate a diff of this commit: cvs rdiff -u -r1.1.2.88 -r1.1.2.89 src/doc/CHANGES-9.0 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 16:41:31 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #385 To generate a diff of this commit: cvs rdiff -u -r1.1.2.88 -r1.1.2.89 src/doc/CHANGES-9.0 Please note that diffs are not

CVS commit: [netbsd-7] src

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:03:46 UTC 2019 Modified Files: src/distrib/sets/lists/modules [netbsd-7]: mi src/sys/modules/filemon [netbsd-7]: Makefile Log Message: Pull up following revision(s) (requested by maya in ticket #1710):

CVS commit: [netbsd-7-1] src

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:05:08 UTC 2019 Modified Files: src/distrib/sets/lists/modules [netbsd-7-1]: mi src/sys/modules/filemon [netbsd-7-1]: Makefile Log Message: Pull up following revision(s) (requested by maya in ticket #1710):

CVS commit: [netbsd-7-1] src

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:05:08 UTC 2019 Modified Files: src/distrib/sets/lists/modules [netbsd-7-1]: mi src/sys/modules/filemon [netbsd-7-1]: Makefile Log Message: Pull up following revision(s) (requested by maya in ticket #1710):

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

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:06:42 UTC 2019 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: Ticket #1710 To generate a diff of this commit: cvs rdiff -u -r1.1.2.152 -r1.1.2.153 src/doc/CHANGES-7.0.3 Please note that diffs

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:11:16 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: Avoid warnings for tautological shifts as sole conditional. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106

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

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:10:22 UTC 2019 Modified Files: src/tests/lib/libc/misc: t_ubsan.c Log Message: Avoid warnings about tautological left shifts as conditional. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libnvmm

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:12:17 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm_x86.c Log Message: Annotate a covering switch as such to avoid warnings about missing returns. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

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

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:10:22 UTC 2019 Modified Files: src/tests/lib/libc/misc: t_ubsan.c Log Message: Avoid warnings about tautological left shifts as conditional. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: [netbsd-8] src

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:01:00 UTC 2019 Modified Files: src/distrib/sets/lists/modules [netbsd-8]: mi src/sys/modules/filemon [netbsd-8]: Makefile Log Message: Pull up following revision(s) (requested by maya in ticket #1418):

CVS commit: [netbsd-8] src

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:01:00 UTC 2019 Modified Files: src/distrib/sets/lists/modules [netbsd-8]: mi src/sys/modules/filemon [netbsd-8]: Makefile Log Message: Pull up following revision(s) (requested by maya in ticket #1418):

CVS commit: [netbsd-7-0] src

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:06:13 UTC 2019 Modified Files: src/distrib/sets/lists/modules [netbsd-7-0]: mi src/sys/modules/filemon [netbsd-7-0]: Makefile Log Message: Pull up following revision(s) (requested by maya in ticket #1710):

CVS commit: [netbsd-7-0] src

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:06:13 UTC 2019 Modified Files: src/distrib/sets/lists/modules [netbsd-7-0]: mi src/sys/modules/filemon [netbsd-7-0]: Makefile Log Message: Pull up following revision(s) (requested by maya in ticket #1710):

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

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:06:42 UTC 2019 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: Ticket #1710 To generate a diff of this commit: cvs rdiff -u -r1.1.2.152 -r1.1.2.153 src/doc/CHANGES-7.0.3 Please note that diffs

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

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:05:34 UTC 2019 Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.3 Log Message: Ticket #1710 To generate a diff of this commit: cvs rdiff -u -r1.1.2.59 -r1.1.2.60 src/doc/CHANGES-7.1.3 Please note that diffs are

CVS commit: [netbsd-7] src/doc

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:04:15 UTC 2019 Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: Ticket #1710 To generate a diff of this commit: cvs rdiff -u -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-7.3 Please note that diffs are not

CVS commit: [netbsd-7] src/doc

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:04:15 UTC 2019 Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: Ticket #1710 To generate a diff of this commit: cvs rdiff -u -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-7.3 Please note that diffs are not

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

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:05:34 UTC 2019 Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.3 Log Message: Ticket #1710 To generate a diff of this commit: cvs rdiff -u -r1.1.2.59 -r1.1.2.60 src/doc/CHANGES-7.1.3 Please note that diffs are

CVS commit: [netbsd-7] src

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:03:46 UTC 2019 Modified Files: src/distrib/sets/lists/modules [netbsd-7]: mi src/sys/modules/filemon [netbsd-7]: Makefile Log Message: Pull up following revision(s) (requested by maya in ticket #1710):

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

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:08:44 UTC 2019 Modified Files: src/distrib/sets/lists/comp: ad.aarch64 Log Message: Fix aarch64 set for !gcc build To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:11:16 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: Avoid warnings for tautological shifts as sole conditional. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106

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

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:08:44 UTC 2019 Modified Files: src/distrib/sets/lists/comp: ad.aarch64 Log Message: Fix aarch64 set for !gcc build To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

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

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:14:38 UTC 2019 Modified Files: src/sys/arch/arm/arm: fusu.S Log Message: Add operand that GNU as considers optional, but LLVM doesn't. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:14:38 UTC 2019 Modified Files: src/sys/arch/arm/arm: fusu.S Log Message: Add operand that GNU as considers optional, but LLVM doesn't. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/crypto/external/bsd/heimdal/dist/lib/base

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:12:54 UTC 2019 Modified Files: src/crypto/external/bsd/heimdal/dist/lib/base: error.c Log Message: Merge 85acd57c8a288ce92f42bcf62737eebe385bce90 from Heimdal on Github: Fix the numeric error value comparison

CVS commit: src/lib/libnvmm

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:12:17 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm_x86.c Log Message: Annotate a covering switch as such to avoid warnings about missing returns. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/sys/arch/macppc/stand/bootxx

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:13:40 UTC 2019 Modified Files: src/sys/arch/macppc/stand/bootxx: bootxx.c Log Message: Mark local-only function as static to save space. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sys/arch/macppc/stand/bootxx

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:13:40 UTC 2019 Modified Files: src/sys/arch/macppc/stand/bootxx: bootxx.c Log Message: Mark local-only function as static to save space. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/crypto/external/bsd/heimdal/dist/lib/base

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:12:54 UTC 2019 Modified Files: src/crypto/external/bsd/heimdal/dist/lib/base: error.c Log Message: Merge 85acd57c8a288ce92f42bcf62737eebe385bce90 from Heimdal on Github: Fix the numeric error value comparison

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

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:15:26 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: db_disasm.c Log Message: Format string annotation for strdisasm_printf To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:15:26 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: db_disasm.c Log Message: Format string annotation for strdisasm_printf To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:27:47 UTC 2019 Modified Files: src/sys/dev/ic [netbsd-8]: ld_nvme.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #1417): sys/dev/ic/ld_nvme.c: revision 1.23 Don't attach an ld

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

2019-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 28 18:27:47 UTC 2019 Modified Files: src/sys/dev/ic [netbsd-8]: ld_nvme.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #1417): sys/dev/ic/ld_nvme.c: revision 1.23 Don't attach an ld

CVS commit: src/etc/etc.evbarm

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 22:23:51 UTC 2019 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Unhook BEAGLEBONE kernel from the build To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108

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

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 22:24:56 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: README.evbarm Removed Files: src/sys/arch/evbarm/conf: BEAGLEBONE BEAGLEBONE_INSTALL Log Message: Remove BEAGLEBONE kernel config (AM335x SoC is

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

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 22:24:56 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: README.evbarm Removed Files: src/sys/arch/evbarm/conf: BEAGLEBONE BEAGLEBONE_INSTALL Log Message: Remove BEAGLEBONE kernel config (AM335x SoC is

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

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 23:58:00 UTC 2019 Modified Files: src/sys/arch/arm/ti: am3_prcm.c files.ti Added Files: src/sys/arch/arm/ti: ti_rng.c ti_rngreg.h Log Message: Add support for hardware RNG. To generate a diff of this

CVS commit: src/sys/dev/fdt

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 21:14:58 UTC 2019 Modified Files: src/sys/dev/fdt: cpufreq_dt.c fdtvar.h Log Message: Add support for platform specific opp table filters. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/dev/fdt

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 21:13:48 UTC 2019 Modified Files: src/sys/dev/fdt: syscon.c Log Message: enumerate devices under child "clocks" node To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/fdt/syscon.c Please note

CVS commit: src/sys/dev/fdt

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 21:13:48 UTC 2019 Modified Files: src/sys/dev/fdt: syscon.c Log Message: enumerate devices under child "clocks" node To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/fdt/syscon.c Please note

CVS commit: src/sys/dev/fdt

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 21:14:58 UTC 2019 Modified Files: src/sys/dev/fdt: cpufreq_dt.c fdtvar.h Log Message: Add support for platform specific opp table filters. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 22:21:35 UTC 2019 Modified Files: src/sys/arch/arm/ti: am3_prcm.c files.ti Added Files: src/sys/arch/arm/ti: ti_gpio.c Log Message: Add support for GPIO controller. To generate a diff of this commit: cvs

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

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 22:21:35 UTC 2019 Modified Files: src/sys/arch/arm/ti: am3_prcm.c files.ti Added Files: src/sys/arch/arm/ti: ti_gpio.c Log Message: Add support for GPIO controller. To generate a diff of this commit: cvs

CVS commit: src/etc/etc.evbarm

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 22:23:51 UTC 2019 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Unhook BEAGLEBONE kernel from the build To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108

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

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 22:21:54 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Add tigpio To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/evbarm/conf/GENERIC Please note that diffs are

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

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 22:21:54 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Add tigpio To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/evbarm/conf/GENERIC Please note that diffs are

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

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 21:17:25 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Enable TI AM335x DVFS support To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/evbarm/conf/GENERIC Please

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

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 21:17:25 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Enable TI AM335x DVFS support To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/evbarm/conf/GENERIC Please

CVS commit: src/doc

2019-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 28 22:26:05 UTC 2019 Modified Files: src/doc: CHANGES Log Message: evbarm: Update TI AM335x SoC support to use FDT based configuration. To generate a diff of this commit: cvs rdiff -u -r1.2604 -r1.2605 src/doc/CHANGES

CVS commit: src/doc

2019-10-28 Thread Jared D. McNeill
0: vio9p(4): Add virtio-9p front-end driver. [ozaki-r 20191028] mount_9p(8): Enable to mount a filesystem exported via virtio-9p. [ozaki-r 20191028] + evbarm: Update TI AM335x SoC support to use FDT based configuration. + [jmcneill 20191028]

  1   2   >