CVS commit: src/sys/arch/amd64/amd64

2018-09-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Sep 24 05:47:33 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: asan.c Log Message: Don't go beyond start(). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/amd64/amd64/asan.c Please note that diff

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2018-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 24 00:45:12 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc: crypto.inc src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64: crypto.inc Log Message: sparc has memcmp and c

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

2018-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 24 00:42:34 UTC 2018 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: intel_display.c Log Message: Add more casts to make clang happy. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 \ src/sys

CVS commit: [pgoyette-compat] src/doc

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Sep 24 00:03:53 UTC 2018 Modified Files: src/doc [pgoyette-compat]: TODO.compat-module Log Message: Make a note about clockctl vs NTP To generate a diff of this commit: cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/TODO.compat-

CVS commit: [pgoyette-compat] src/sys/modules/clockctl

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Sep 24 00:02:50 UTC 2018 Modified Files: src/sys/modules/clockctl [pgoyette-compat]: Makefile Log Message: For clockctl module purposes, assume that NTP is available. XXX Will revisit this later To generate a diff of this

CVS commit: [pgoyette-compat] src/sys/dev

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Sep 24 00:01:13 UTC 2018 Modified Files: src/sys/dev [pgoyette-compat]: clockctl.c Log Message: Don't compile NTP-related case if NTP is not available. No HOOK required here since NTP is not modularized. To generate a dif

CVS commit: src/etc

2018-09-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 23 23:48:33 UTC 2018 Modified Files: src/etc: security Log Message: Convert uses of test (aka '[') to use only posix specified forms, mostly just on general principle... this resulted in one or two minor code reformattings

CVS commit: src/sys/dev/pad

2018-09-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 23 23:34:45 UTC 2018 Modified Files: src/sys/dev/pad: pad.c Log Message: Since we need an int paramater, and uio_resid is size_t cast it to int to avoid warnings from the ever friendly compiler... (check that size if in range

CVS commit: src/sys/dev/pad

2018-09-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 23 23:30:51 UTC 2018 Modified Files: src/sys/dev/pad: pad.c Log Message: Open code min() so we don't need to find its prototype ... To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/dev/pad/pad.c Please

CVS commit: src/etc

2018-09-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 23 23:16:34 UTC 2018 Modified Files: src/etc: daily Log Message: Convert uses of test (ie: '[') to use only POSIX specified forms, just on general principle (all but 3 of the changes are in code that is commented out...) To

CVS commit: src/etc

2018-09-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 23 23:12:21 UTC 2018 Modified Files: src/etc: weekly Log Message: Convert to POSIX specified usage of test (even though it would probably have never been an issue here, it is trivial..., and one of the two uses that needed ch

CVS commit: src/etc

2018-09-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 23 23:02:39 UTC 2018 Modified Files: src/etc: rc.subr Log Message: rc.subr can be used in install images (from sysinst) so must use only POSIX specified test uses (no -a or -o). Also, use printf always, rather than echo (re

CVS commit: [pgoyette-compat] src/sys/kern

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 22:00:58 UTC 2018 Modified Files: src/sys/kern [pgoyette-compat]: compat_stub.c Log Message: Actually allocate/define the kern_proc_32 hook To generate a diff of this commit: cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/s

CVS commit: [pgoyette-compat] src/sys/modules

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 21:47:07 UTC 2018 Modified Files: src/sys/modules [pgoyette-compat]: Makefile Log Message: Restore compat_netbsd32 for amd64, too. To generate a diff of this commit: cvs rdiff -u -r1.202.2.38 -r1.202.2.39 src/sys/mo

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm

2018-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 23 21:44:01 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm: crypto.inc Log Message: we provide memcmp and rdtsc To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/cr

CVS commit: [pgoyette-compat] src/sys/compat/netbsd32

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 21:43:46 UTC 2018 Modified Files: src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_kern_proc.c netbsd32_mod.c Log Message: Use a .h file to define the xxx_{init,fini} routines, and include the compat_st

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2018-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 23 21:43:00 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: curve448.inc Log Message: Kill stack protector warnings. XXX: need to understand why gcc complains; it is not obvious to me. To genera

CVS commit: [pgoyette-compat] src

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 21:38:08 UTC 2018 Modified Files: src/distrib/sets/lists/modules [pgoyette-compat]: ad.arm ad.mips md.amd64 src/sys/modules [pgoyette-compat]: Makefile Log Message: Reenable the compat_netbsd32 mod

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

2018-09-23 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Sep 23 21:35:26 UTC 2018 Modified Files: src/sys/external/bsd/libnv/dist: nv_kern_netbsd.c Log Message: nvlist_copyin: fix the flag handling. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/li

CVS commit: src/sys/dev/pad

2018-09-23 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sun Sep 23 21:18:30 UTC 2018 Modified Files: src/sys/dev/pad: pad.c Log Message: pad(4) mixer has only 1 channel, so return EINVAL in the case other than 1. This fixes the following strange output of mixerctl(1): outpu

CVS commit: src/sys/dev/fdt

2018-09-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 23 19:32:03 UTC 2018 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: Support rescan and child detachment To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/fdt/fdtbus.c Please note that d

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

2018-09-23 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Sep 23 19:07:10 UTC 2018 Modified Files: src/sys/external/bsd/libnv/dist: nv_impl.h nv_kern_netbsd.c Log Message: libnv: add a wrapper around free(9) since in FreeBSD it can take NULL. To generate a diff of this commit: cvs r

CVS commit: [netbsd-8] src/doc

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 18:04:52 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Tickets #1020 - #1029, #1031 - #1035 To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-8.1 Please not

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

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 18:00:53 UTC 2018 Modified Files: src/sys/dev/pci [netbsd-8]: files.pci Log Message: Pull up following revision(s) (requested by nakayama in ticket #1035): sys/dev/pci/files.pci: revision 1.403 ixg and ixv dep

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

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 17:58:51 UTC 2018 Modified Files: src/sys/arch/xen/xen [netbsd-8]: xbdback_xenbus.c Log Message: Apply patch, requested by manu in ticket #1034: Avoid sleeping with a spin lock held (solved differently on HEAD). To g

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

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 17:51:09 UTC 2018 Modified Files: src/sys/arch/pmax/pmax [netbsd-8]: dec_3min.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1033): sys/arch/pmax/pmax/dec_3min.c: revision 1.74 F

CVS commit: [netbsd-8] src/usr.sbin/sysinst/arch/sgimips

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 17:49:12 UTC 2018 Modified Files: src/usr.sbin/sysinst/arch/sgimips [netbsd-8]: md.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1032): usr.sbin/sysinst/arch/sgimips/md.c: revisi

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

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 17:46:16 UTC 2018 Modified Files: src/sys/kern [netbsd-8]: kern_synch.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1031): sys/kern/kern_synch.c: revision 1.317 In mi_switch(), a

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

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 17:43:37 UTC 2018 Modified Files: src/sys/dev/pci/ixgbe [netbsd-8]: ixgbe.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1029): sys/dev/pci/ixgbe/ixgbe.c: revision 1.166 - Fix a

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

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 17:40:38 UTC 2018 Modified Files: src/sys/dev/pci [netbsd-8]: pci_subr.c pcireg.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1028): sys/dev/pci/pci_subr.c: revision 1.203

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

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 17:39:02 UTC 2018 Modified Files: src/sys/dev/pci [netbsd-8]: if_wm.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1027): sys/dev/pci/if_wm.c: revision 1.586 sys/dev/pci/if

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

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 17:35:33 UTC 2018 Modified Files: src/sys/arch/x86/include [netbsd-8]: specialreg.h src/sys/arch/x86/x86 [netbsd-8]: procfs_machdep.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1

CVS commit: [netbsd-8] src/sys

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 17:33:15 UTC 2018 Modified Files: src/sys/kern [netbsd-8]: kern_drvctl.c subr_autoconf.c src/sys/sys [netbsd-8]: device.h systm.h Log Message: Pull up following revision(s) (requested by mrg in ticket #1025):

CVS commit: [netbsd-8] src/sys

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 17:28:25 UTC 2018 Modified Files: src/sys/ddb [netbsd-8]: db_command.c src/sys/kern [netbsd-8]: subr_lockdebug.c Log Message: Pull up following revision(s) (requested by mrg in ticket #1024): sys/ddb/db

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

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 17:24:59 UTC 2018 Modified Files: src/sys/dev/scsipi [netbsd-8]: scsipi_verbose.c Log Message: Pull up following revision(s) (requested by mrg in ticket #1023): sys/dev/scsipi/scsipi_verbose.c: revision 1.34 d

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

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 17:22:52 UTC 2018 Modified Files: src/sys/dev/pci [netbsd-8]: hdaudio_pci.c Log Message: Pull up following revision(s) (requested by mrg in ticket #1022): sys/dev/pci/hdaudio_pci.c: revision 1.9 sys/dev

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

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 17:20:08 UTC 2018 Modified Files: src/sys/dev/hpc [netbsd-8]: hpckbd.c Log Message: Pull up following revision(s) (requested by rin in ticket #1021): sys/dev/hpc/hpckbd.c: revision 1.33 sys/dev/hpc/hpck

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

2018-09-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 23 17:16:33 UTC 2018 Modified Files: src/usr.bin/printf [netbsd-8]: printf.c Log Message: Pull up following revision(s) (requested by kre in ticket #1020): usr.bin/printf/printf.c: revision 1.46 A truly ancient bu

CVS commit: src/sys/arch

2018-09-23 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Sep 23 15:28:49 UTC 2018 Modified Files: src/sys/arch/i386/i386: cpufunc.S machdep.c src/sys/arch/i386/include: segments.h src/sys/arch/x86/x86: idt.c src/sys/arch/xen/x86: xenfunc.c Log Message: Fix fo

CVS commit: src/crypto/external/bsd/openssl/lib

2018-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 23 15:08:41 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/lib: Makefile Log Message: oops forgot to commit (add libcryptotest) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/crypto/external/

CVS commit: src/doc

2018-09-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Sep 23 13:48:16 UTC 2018 Modified Files: src/doc: TODO.smpnet Log Message: remove references to isdn To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/doc/TODO.smpnet Please note that diffs are not public doma

CVS commit: src/doc

2018-09-23 Thread Maxime Villard
08] rkpmic(4): Add support for Rockchip RK805 Power Management IC. [jmcneill 20180920] + kernel: Remove the ISDN code, including daic(4), iavc(4), isic(4), + ifpci(4), ifritz, iwic(4), and all the ISDN-related + userland tools. [maxv 20180923]

CVS commit: src/distrib/sets/lists

2018-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 23 13:36:04 UTC 2018 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists/debug: mi shl.mi src/distrib/sets/lists/man: mi src/distrib/s

CVS commit: src/tests/crypto/libcrypto

2018-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 23 13:34:58 UTC 2018 Modified Files: src/tests/crypto/libcrypto: Makefile Makefile.inc t_ciphers.sh src/tests/crypto/libcrypto/evp: Makefile src/tests/crypto/libcrypto/idea: Makefile src/tests/cryp

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

2018-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 23 13:33:09 UTC 2018 Modified Files: src/crypto/external/bsd/openssl/bin: Makefile src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README e_os.h src/crypto/external/bsd/openssl/dis

CVS commit: [pgoyette-compat] src/sys/compat/netbsd32

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 11:57:10 UTC 2018 Modified Files: src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32.h Log Message: The kern_proc_32 hook is defined in non-compat code. Don't redefine. To generate a diff of this commit: cvs rdiff

CVS commit: [pgoyette-compat] src/sys

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 11:50:03 UTC 2018 Modified Files: src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_kern_proc.c src/sys/kern [pgoyette-compat]: kern_proc.c Log Message: Use the proper test: _RUMPKERNEL vs _RUMP_KERNEL To

CVS commit: [pgoyette-compat] src/sys

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 11:35:39 UTC 2018 Modified Files: src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_kern_proc.c src/sys/kern [pgoyette-compat]: kern_proc.c Log Message: This hook doesn't exist for _RUMPSERVER To generate

CVS commit: [pgoyette-compat] src/sys/compat/netbsd32

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 11:29:53 UTC 2018 Modified Files: src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_mod.c Log Message: The kern_proc_32 hook is in the main kernel, so don't make another one here. To generate a diff of this commit

CVS commit: [pgoyette-compat] src/sys

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 11:23:47 UTC 2018 Modified Files: src/sys/compat/netbsd32 [pgoyette-compat]: files.netbsd32 netbsd32.h netbsd32_mod.c src/sys/kern [pgoyette-compat]: kern_proc.c src/sys/sys [pgoyette-compat

CVS commit: [pgoyette-compat] src/sys/sys

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 10:41:01 UTC 2018 Modified Files: src/sys/sys [pgoyette-compat]: module_hook.h Log Message: Use restricted namespace identifiers for variables within the code generated by macro expansion. To generate a diff of this

CVS commit: src

2018-09-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Sep 23 09:21:04 UTC 2018 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists/man: mi src/etc: MAKEDEV.tmpl src/etc/etc.aarch64: MAKEDEV.conf

CVS commit: [pgoyette-compat] src/sys/compat/netbsd32

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 09:16:25 UTC 2018 Modified Files: src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_compat_50.c Log Message: Be selective about including the NTP syscall ntp_gettime To generate a diff of this commit: cvs rdiff -u

CVS commit: [pgoyette-compat] src/sys/compat/netbsd32

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 09:16:49 UTC 2018 Modified Files: src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32.h Log Message: White space for readability To generate a diff of this commit: cvs rdiff -u -r1.116.2.9 -r1.116.2.10 src/sys/compa

CVS commit: src/distrib

2018-09-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Sep 23 08:26:01 UTC 2018 Modified Files: src/distrib/sets: comments deps descrs src/distrib/syspkg/sets/base: Makefile src/distrib/syspkg/sets/etc: Makefile src/distrib/syspkg/sets/man: Makefile Removed Fi

CVS commit: [pgoyette-compat] src/sys/compat/netbsd32

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 08:02:50 UTC 2018 Modified Files: src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_compat_30.c Log Message: Revert previous. Instead, don't put an entry for ntp_gettime in the syscall package if we don't have NTP.

CVS commit: [pgoyette-compat] src/sys/compat/netbsd32

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 08:01:13 UTC 2018 Modified Files: src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_compat_30.c Log Message: Provide a dummy version of netbsd32_ntp_gettime for systems where NTP isn't defined. To generate a diff

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

2018-09-23 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Sep 23 07:54:42 UTC 2018 Modified Files: src/sys/arch/i386/include: segments.h Log Message: Summary: Remove older and now conflicting type declaration for global variable 'idt'. This should fix the i386 build failure now. T

CVS commit: [pgoyette-compat] src/sys/kern

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 07:44:13 UTC 2018 Modified Files: src/sys/kern [pgoyette-compat]: kern_rndq.c Log Message: Don't bother to include COMPAT_50 related headers, since all the COMPAT_50 code has been relocated. To generate a diff of th

CVS commit: [pgoyette-compat] src/sys/compat/common

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 07:39:43 UTC 2018 Modified Files: src/sys/compat/common [pgoyette-compat]: usb_subr_30.c Log Message: Don't try to include usb_verbose.h - it might not exist on platforms that don't have USB! It turns out that nothin

CVS commit: [pgoyette-compat] src/sys/dev/usb

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 07:37:14 UTC 2018 Modified Files: src/sys/dev/usb [pgoyette-compat]: files.usb Log Message: Revert previous - not appropriate To generate a diff of this commit: cvs rdiff -u -r1.150.2.2 -r1.150.2.3 src/sys/dev/usb/f

CVS commit: [pgoyette-compat] src/sys/dev/usb

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 07:27:34 UTC 2018 Modified Files: src/sys/dev/usb [pgoyette-compat]: files.usb Log Message: Put the USBVERBOSE option into a header file so it can be found by modules. To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2018-09-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Sep 23 07:24:21 UTC 2018 Modified Files: src/distrib/sets/lists/base: mi rescue.mi src/distrib/sets/lists/debug: mi src/distrib/sets/lists/etc: mi src/distrib/sets/lists/man: mi src/distrib/sets/li

CVS commit: [pgoyette-compat] src/distrib/sets/lists/modules

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 07:16:41 UTC 2018 Modified Files: src/distrib/sets/lists/modules [pgoyette-compat]: ad.arm Log Message: Use a space to separate fields, not _ To generate a diff of this commit: cvs rdiff -u -r1.10.12.6 -r1.10.12.7 s

CVS commit: [pgoyette-compat] src/sys/arch/acorn32/acorn32

2018-09-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 23 07:16:01 UTC 2018 Modified Files: src/sys/arch/acorn32/acorn32 [pgoyette-compat]: netbsd32_machdep_16.c Log Message: Include header to get prototypes for the empty xxx_init() and xxx_fini() To generate a diff of thi