CVS commit: src/sys/dev/usb

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 08:01:24 UTC 2019 Modified Files: src/sys/dev/usb: if_axen.c Log Message: Oops, fix previous again. Really support TSOv4. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/usb/if_axen.c Please no

CVS commit: src/sys/dev/usb

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 08:04:08 UTC 2019 Modified Files: src/sys/dev/usb: if_axen.c Log Message: Add couple of error printf. XXX We should not to use aprint_xxx() for non-autoconf staffs. To generate a diff of this commit: cvs rdiff -u -r1.31

CVS commit: src/sys/dev/usb

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 08:06:59 UTC 2019 Modified Files: src/sys/dev/usb: if_axen.c if_axenreg.h Log Message: Enable multiple outstanding transfers. XXX Linux driver uses much larger numbers of transfers. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/usb

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 08:16:49 UTC 2019 Modified Files: src/sys/dev/usb: if_axen.c if_mue.c Log Message: Fix panic when detach or "ifconfig down" for axen(4) and mue(4). - Mitigate race conditions, that become critical when multiple outstanding

CVS commit: src/sys/dev/usb

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 08:20:23 UTC 2019 Modified Files: src/sys/dev/usb: if_mue.c Log Message: Cosmetic changes; no functional changes. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/usb/if_mue.c Please note that d

CVS commit: src/sys/dev/usb

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 08:23:08 UTC 2019 Modified Files: src/sys/dev/usb: if_mue.c Log Message: Fix NULL checks after dereference. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/usb/if_mue.c Please note that diffs a

CVS commit: src/sys/dev/usb

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 08:26:31 UTC 2019 Modified Files: src/sys/dev/usb: if_mue.c Log Message: SIOC[GS]IFMEDIA are processed in ether_ioctl(). To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/dev/usb/if_mue.c Please note

CVS commit: src/sys/dev/usb

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 08:28:11 UTC 2019 Modified Files: src/sys/dev/usb: if_mue.c if_muevar.h Log Message: Remove unused. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/usb/if_mue.c cvs rdiff -u -r1.6 -r1.7 src/sys/

CVS commit: src/sys/dev/usb

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 08:31:38 UTC 2019 Modified Files: src/sys/dev/usb: if_mue.c Log Message: Fix TSO support: - Rename mue_tx_offload() to mue_tso_prepare(). - Take care of short mbuf's (paranoia). To generate a diff of this commit: cvs rdi

CVS commit: src/sys/dev/i2c

2019-02-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 6 08:37:12 UTC 2019 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: Change a aprint_verbose into aprint_debug - the message does not add real value to the dmesg(8) output. To generate a diff of this commit: cvs r

CVS commit: src/sys/dev/usb

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 08:38:41 UTC 2019 Modified Files: src/sys/dev/usb: if_axen.c if_axenreg.h if_mue.c Log Message: Add ratecheck for TX errors for axen(4) and mue(4). To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/de

CVS commit: src/sys/dev/usb

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 09:15:01 UTC 2019 Modified Files: src/sys/dev/usb: if_mue.c Log Message: Fix sign compare. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/usb/if_mue.c Please note that diffs are not public dom

CVS commit: src/tests/dev/scsipi/libscsitest

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 6 09:16:49 UTC 2019 Modified Files: src/tests/dev/scsipi/libscsitest: scsitest.c Log Message: use strncpy() into a buffer that may not be nul terminated. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/test

CVS commit: src/distrib/utils/zcat

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 6 09:17:18 UTC 2019 Modified Files: src/distrib/utils/zcat: Makefile Log Message: pply zlib hack for gcc 7 here too (4th occurance!) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/distrib/utils/zcat/Make

CVS commit: src/share/mk

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 6 11:05:30 UTC 2019 Modified Files: src/share/mk: bsd.own.mk Log Message: move OBJECT_FMTS setting after MKCOMPAT default, so it works. should fix mips64 builds. To generate a diff of this commit: cvs rdiff -u -r1.1100 -r

CVS commit: src/external/gpl3/gcc

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 6 11:54:02 UTC 2019 Modified Files: src/external/gpl3/gcc: README.gcc7 Log Message: - sanitizers are updated - add 'switched' column to port list - update many working ports - add a second list of cpus vs. ports that have be

CVS commit: src

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 11:55:06 UTC 2019 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/modules: mi src/doc: CHANGES src/share/man/man4: Makefile src/sys/dev/usb: files.usb src/sys/mo

CVS commit: src/share/man/man4

2019-02-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Feb 6 11:57:17 UTC 2019 Modified Files: src/share/man/man4: ure.4 Log Message: Fix date. Break line after Ox/Nx. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/ure.4 Please note that diffs are

CVS commit: src/sys

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 11:58:32 UTC 2019 Modified Files: src/sys/arch/algor/conf: P4032 P5064 P6032 src/sys/arch/alpha/conf: GENERIC src/sys/arch/amd64/conf: ALL XEN3_DOM0 src/sys/arch/cats/conf: GENERIC INSTALL sr

CVS commit: src/share/man/man4

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 12:10:00 UTC 2019 Modified Files: src/share/man/man4: mue.4 Log Message: Add StarTech USB21000S2 to list of supported adapters. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/mue.4 Please

CVS commit: src/sys/arch/xen/xen

2019-02-06 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Wed Feb 6 12:24:46 UTC 2019 Modified Files: src/sys/arch/xen/xen: xengnt.c Log Message: Add the codepath for grant table updates for VMs with an auto translated physmap. To generate a diff of this commit: cvs rdiff -u -r1.25 -r

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

2019-02-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 6 13:15:59 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_mc_mpstart.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/sunxi/sunxi_mc_mpstart.S Pleas

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

2019-02-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 6 13:20:29 UTC 2019 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c Log Message: Slight update to comment and KNF it while I'm here To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/arm/a

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

2019-02-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 6 13:22:54 UTC 2019 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c Log Message: Misc style To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/arm/arm32/arm32_kvminit.c Please note that d

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

2019-02-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 6 13:28:08 UTC 2019 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c Log Message: Make sure the start stacks are covered by the new translation tables. They *might* get placed after ARM_BOOTSTRAP_LxPT by the linker.

CVS commit: src/usr.bin/tip

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 14:08:50 UTC 2019 Modified Files: src/usr.bin/tip: tip.c Log Message: Make cu(1) and tip(1) recognize newline (^J) as end-of-line. Now, tilde (~) after newline works as escape character as in ssh(1). No objections when pro

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

2019-02-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 6 14:12:25 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Don't VPRINTF until we have stack for our CPU setup properly To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/a

CVS commit: src/sys/dev/raidframe

2019-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 6 15:39:41 UTC 2019 Modified Files: src/sys/dev/raidframe: rf_compat32.c Log Message: fix half edited line. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/raidframe/rf_compat32.c Please note

CVS commit: src/tests/lib/libnvmm

2019-02-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Feb 6 15:42:31 UTC 2019 Modified Files: src/tests/lib/libnvmm: h_mem_assist_asm.S Log Message: movzx is not AT&T syntax, but some bastard version of Intel syntax. Switch to the equivalent mnenomic. To generate a diff of this

CVS commit: src/usr.sbin/sup/source

2019-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 6 15:43:13 UTC 2019 Modified Files: src/usr.sbin/sup/source: supextern.h Log Message: done returns if !dontjump To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/sup/source/supextern.h Please

CVS commit: xsrc/external/mit/ctwm/dist

2019-02-06 Thread Roy Marples
Module Name:xsrc Committed By: roy Date: Wed Feb 6 16:38:23 UTC 2019 Modified Files: xsrc/external/mit/ctwm/dist: menus.c Log Message: modStr needs to be 6 characters to avoid overflow. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 xsrc/external/mit/ctwm/d

CVS commit: src/external/gpl3/gcc/usr.bin

2019-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 6 16:57:30 UTC 2019 Modified Files: src/external/gpl3/gcc/usr.bin/cc1: Makefile src/external/gpl3/gcc/usr.bin/cc1obj: Makefile src/external/gpl3/gcc/usr.bin/gcov: Makefile Log Message: fix stack protecto

CVS commit: src/usr.sbin/sup/source

2019-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 6 17:21:51 UTC 2019 Modified Files: src/usr.sbin/sup/source: supextern.h Log Message: quit is dead To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/sup/source/supextern.h Please note that di

CVS commit: src/external/cddl/osnet/sys/sys

2019-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 6 17:56:57 UTC 2019 Modified Files: src/external/cddl/osnet/sys/sys: cred.h Log Message: use sizeof() properly (gcc-7) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/cddl/osnet/sys/sys/cred.h

CVS commit: src/usr.bin/menuc

2019-02-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 6 20:08:15 UTC 2019 Modified Files: src/usr.bin/menuc: mdb.c menu_sys.def Log Message: Provide an accessor for the menu description structure by manu identifier. Usefull for dynamic menus where you want to change details

CVS commit: src/sys/arch/cobalt/cobalt

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 6 21:42:46 UTC 2019 Modified Files: src/sys/arch/cobalt/cobalt: machdep.c Log Message: compare pointers with NULL not nul. To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/sys/arch/cobalt/cobalt/machdep.

CVS commit: src/sbin/raidctl

2019-02-06 Thread Greg Oster
Module Name:src Committed By: oster Date: Wed Feb 6 22:38:10 UTC 2019 Modified Files: src/sbin/raidctl: raidctl.c Log Message: Correct printed IOCTL name that was incorrect since rev 1.5. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sbin/raidctl/rai

CVS commit: src/sys/dev/usb

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 22:42:11 UTC 2019 Modified Files: src/sys/dev/usb: if_mue.c Log Message: We cannot use DPRINTF(sc, ...) when sc is not initialized. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/usb/if_mue.c

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

2019-02-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Feb 6 22:50:36 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_sramc.c Log Message: Match new sun4i-a10 compat string (allwinner,sun4i-a10-system-control) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/usb

2019-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 6 22:54:41 UTC 2019 Modified Files: src/sys/dev/usb: if_mue.c if_ure.c Log Message: Fix sign compare differently; instead of casting from int to unsigned, casting from sizeof (and friends) to int. Suggested by joerg@. To

CVS commit: src/sys/dev/raidframe

2019-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 6 23:00:16 UTC 2019 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: - Restore indirecting through the data pointer - Don't try to load compat code if the ioctl is not for us. To generate a diff of

CVS commit: src/sys/rump/dev/lib/libraidframe

2019-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 6 23:00:56 UTC 2019 Modified Files: src/sys/rump/dev/lib/libraidframe: Makefile Log Message: kill compat code dependencies. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/rump/dev/lib/libraidfra

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

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 7 00:04:56 UTC 2019 Modified Files: src/distrib/sets/lists/comp: ad.mips Log Message: fix mips64 GCC 7 builds. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/distrib/sets/lists/comp/ad.mips Please note

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

2019-02-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Feb 7 00:19:54 UTC 2019 Modified Files: src/sys/arch/amd64/include: ptrace.h Log Message: Define PTRACE_ILLEGAL_ASM for NetBSD/amd64 in ptrace.h Use ud2 instruction that is guaranteed to raise an invalid instruction exception

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

2019-02-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Feb 7 00:24:59 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Enable 3 new ptrace(2) tests for SIGILL Add missing code for SIGILL verification and enable new SIGILL tests: - traceme_crash_ill

CVS commit: src/sys/dev/raidframe

2019-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 7 03:03:00 UTC 2019 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: You need a star :-) To generate a diff of this commit: cvs rdiff -u -r1.372 -r1.373 src/sys/dev/raidframe/rf_netbsdkintf.c Plea

CVS commit: src/sys/dev/pci

2019-02-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 7 04:03:25 UTC 2019 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix a bug that WOL didn't work on some chips since if_wm.c rev. 1.60. Set WUC_APME bit older than PCH. Will fixes PR kern/53945 reported by karde

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

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 7 04:12:27 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: don't lose the netbsd general tmake_file values for m68010. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/exte

CVS commit: src/external/gpl3/gcc

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 7 04:25:48 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libbacktrace/arch/m68000: backtrace-supported.h src/external/gpl3/gcc/lib/libgcc/arch/m68000: auto-target.h defs.mk src/external/gpl3/g

CVS commit: src/sys/arch

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 7 04:31:49 UTC 2019 Modified Files: src/sys/arch/arc/include: param.h src/sys/arch/cobalt/include: bus_defs.h Log Message: remove stuff provided by generic mips headers To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 7 04:32:12 UTC 2019 Modified Files: src/external/gpl3/binutils.old/dist/bfd: config.bfd src/external/gpl3/binutils/dist/bfd: config.bfd Log Message: add mips ecoff vectors to netbsd-mips64. for objcopy. To generat

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

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 7 04:32:54 UTC 2019 Modified Files: src/sys/arch/mips/include: bus_dma_defs.h Log Message: add missing BUS_DMA_PREFETCHABLE To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/include/bus_dma_defs

CVS commit: src/sys/arch/pmax/pmax

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 7 04:32:38 UTC 2019 Modified Files: src/sys/arch/pmax/pmax: bus.c Log Message: #if 0 the same code as already done To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/pmax/pmax/bus.c Please note that

CVS commit: src/sys/lib/libkern

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 7 04:33:24 UTC 2019 Modified Files: src/sys/lib/libkern: Makefile.compiler-rt Log Message: for sh3 and GCC 7 pass -fnon-call-exceptions for udivmoddi4.c. avoids it emitting a call to abort() for an explicit divide by zero.

CVS commit: src

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 7 04:33:58 UTC 2019 Modified Files: src/distrib/newsmips/floppies/ramdisk: Makefile src/distrib/sgimips/ramdisk: Makefile src/distrib/sun3/ramdisk: Makefile src/sys/arch/newsmips/conf: INSTALL

CVS commit: src/sys/lib/libkern

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 7 05:22:09 UTC 2019 Modified Files: src/sys/lib/libkern: Makefile.compiler-rt Log Message: apply the previous to all GCC-7 platforms. it affects vax as well. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/vax

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 7 05:28:12 UTC 2019 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/vax: defs.mk Log Message: fix merge botch. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/external/gpl3/gcc/usr.bin/gcc/arch/vax

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 7 05:28:38 UTC 2019 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: apply -O0 to a few more files for vax. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/external/gpl3/gcc/us

CVS commit: src/usr.sbin/memswitch

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 7 06:01:04 UTC 2019 Modified Files: src/usr.sbin/memswitch: Makefile Log Message: disable stringop-overflow warning for GCC 7. triggers here and seems impossible on current netbsd given it's takling about argv > 2GB, and th

CVS commit: src/sys/dev/wscons

2019-02-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Feb 7 06:10:29 UTC 2019 Modified Files: src/sys/dev/wscons: wsdisplay.c Log Message: be consistent in checking cn_getc return value. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sys/dev/wscons/wsdisp

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

2019-02-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 7 06:13:26 UTC 2019 Modified Files: src/sys/dev/usb [netbsd-8]: usbdevs Log Message: Pullup the following revision (requested by martin in ticket #1182): sys/dev/usb/usbdevs 1.753 And

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

2019-02-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 7 06:13:51 UTC 2019 Modified Files: src/sys/dev/usb [netbsd-8]: usbdevs.h usbdevs_data.h Log Message: Regen for ticket #1182. To generate a diff of this commit: cvs rdiff -u -r1.727.2.2 -r1.727.2.3 src/sys/dev/usb/usbd

CVS commit: [netbsd-8] src

2019-02-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 7 06:14:34 UTC 2019 Modified Files: src/share/man/man4 [netbsd-8]: axen.4 src/sys/dev/usb [netbsd-8]: if_axen.c Log Message: Pullup the following revisions (requested by martin in ticket #1182): sys/dev/usb/if_ax

CVS commit: [netbsd-8] src/doc

2019-02-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 7 06:15:54 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: ticket #1182. To generate a diff of this commit: cvs rdiff -u -r1.1.2.101 -r1.1.2.102 src/doc/CHANGES-8.1 Please note that diffs are not