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

2019-08-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 12 05:40:42 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/gdb: auxv.c Log Message: On NetBSD the auxv tag is always 32 bits long. Gdb assumes it is 64 on _LP64. This works most of the time, except for 64 bit big

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

2019-08-11 Thread Yuuki Enomoto
Module Name:src Committed By: uki Date: Mon Aug 12 03:51:23 UTC 2019 Modified Files: src/distrib/sets/lists/xbase: shl.mi Log Message: Give syspkg names to xbase shl.mi files To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88

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

2019-08-11 Thread Yuuki Enomoto
Module Name:src Committed By: uki Date: Mon Aug 12 03:48:32 UTC 2019 Modified Files: src/distrib/sets/lists/xbase: md.amd64 md.evbarm md.i386 Log Message: Change xbase MD package names for more correctly To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2019-08-11 Thread Yuuki Enomoto
Module Name:src Committed By: uki Date: Mon Aug 12 03:51:23 UTC 2019 Modified Files: src/distrib/sets/lists/xbase: shl.mi Log Message: Give syspkg names to xbase shl.mi files To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88

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

2019-08-11 Thread Yuuki Enomoto
Module Name:src Committed By: uki Date: Mon Aug 12 03:48:32 UTC 2019 Modified Files: src/distrib/sets/lists/xbase: md.amd64 md.evbarm md.i386 Log Message: Change xbase MD package names for more correctly To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2019-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 11 06:49:31 UTC 2019 Modified Files: src/sys/arch/arm/arm32: exception.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/arm32/exception.S Please note that

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

2019-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 11 06:49:31 UTC 2019 Modified Files: src/sys/arch/arm/arm32: exception.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/arm32/exception.S Please note that

Re: CVS commit: src/sys/sys

2019-08-11 Thread maya
On Sun, Aug 11, 2019 at 09:17:05AM +0200, Martin Husemann wrote: > On Sat, Aug 10, 2019 at 11:37:28PM +0200, Kamil Rytarowski wrote: > > > can we go back to the drawing board on this one and discuss the original > > > problem? > > > > > > > C++ and cast rules. > > The question is whether we

CVS commit: src/sys/arch/sparc/dev

2019-08-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Aug 11 06:04:16 UTC 2019 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: remove orphaned comment To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/arch/sparc/dev/cgfourteen.c Please

CVS commit: src/sys/arch/sparc/dev

2019-08-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Aug 11 06:04:16 UTC 2019 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: remove orphaned comment To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/arch/sparc/dev/cgfourteen.c Please

CVS commit: src/sys/dev/acpi

2019-08-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 11 06:46:35 UTC 2019 Modified Files: src/sys/dev/acpi: pckbc_acpi.c Log Message: Appease GCC maybe-uninitialized for optimization level -Os on amd64. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

Re: CVS commit: src/sys/sys

2019-08-11 Thread Martin Husemann
On Sat, Aug 10, 2019 at 11:37:28PM +0200, Kamil Rytarowski wrote: > > can we go back to the drawing board on this one and discuss the original > > problem? > > > > C++ and cast rules. The question is whether we really should play this game in our system headers. The original state was usable in

CVS commit: src/sys/dev/usb

2019-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 11 07:12:08 UTC 2019 Modified Files: src/sys/dev/usb: TODO Log Message: G/C To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/dev/usb/TODO Please note that diffs are not public domain; they are

CVS commit: src/sys/dev/usb

2019-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 11 07:58:16 UTC 2019 Modified Files: src/sys/dev/usb: if_smsc.c Log Message: Correct the length of the buffer to copy into the mbuf. Spotted by sc dying. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/sys/dev/usb

2019-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 11 07:58:16 UTC 2019 Modified Files: src/sys/dev/usb: if_smsc.c Log Message: Correct the length of the buffer to copy into the mbuf. Spotted by sc dying. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/sys/dev/usb

2019-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 11 06:54:15 UTC 2019 Modified Files: src/sys/dev/usb: if_smsc.c Log Message: Add a check in smsc_tx_prepare for the mbuf being too big. Discussed with mrg@ To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: [netbsd-9] src/usr.sbin/npf/npfctl

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 10:10:23 UTC 2019 Modified Files: src/usr.sbin/npf/npfctl [netbsd-9]: npf_bpf_comp.c npf_build.c npfctl.h Log Message: Pull up following revision(s) (requested by rmind in ticket #44):

CVS commit: [netbsd-9] src/usr.sbin/npf/npfctl

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 10:12:18 UTC 2019 Modified Files: src/usr.sbin/npf/npfctl [netbsd-9]: npf_show.c Log Message: Pull up following revision(s) (requested by rmind in ticket #45): usr.sbin/npf/npfctl/npf_show.c: revision 1.29

CVS commit: [netbsd-9] src/usr.sbin/npf/npfctl

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 10:12:18 UTC 2019 Modified Files: src/usr.sbin/npf/npfctl [netbsd-9]: npf_show.c Log Message: Pull up following revision(s) (requested by rmind in ticket #45): usr.sbin/npf/npfctl/npf_show.c: revision 1.29

CVS commit: [netbsd-9] src/usr.sbin/npf/npfctl

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 10:10:23 UTC 2019 Modified Files: src/usr.sbin/npf/npfctl [netbsd-9]: npf_bpf_comp.c npf_build.c npfctl.h Log Message: Pull up following revision(s) (requested by rmind in ticket #44):

Re: CVS commit: src/sys/sys

2019-08-11 Thread Christos Zoulas
In article <20190810203301.be06bf...@cvs.netbsd.org>, Kamil Rytarowski wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: kamil >Date: Sat Aug 10 20:33:01 UTC 2019 > >Modified Files: > src/sys/sys: event.h > >Log Message: >Use common macro for _EV_SET() for integer types >

Re: CVS commit: src/sys/sys

2019-08-11 Thread Martin Husemann
On Sun, Aug 11, 2019 at 03:46:02PM +0200, Kamil Rytarowski wrote: > Not usable in C++, we shipped with patches in 3rd party code. Patches in 3rd party code means to me: the system header is usable (but maybe awkward). Martin

CVS commit: src/sys/dev/usb

2019-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 11 08:57:36 UTC 2019 Modified Files: src/sys/dev/usb: if_axen.c if_ure.c Log Message: Appease module build To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/dev/usb/if_axen.c cvs rdiff -u -r1.23

CVS commit: src/sys/dev/usb

2019-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 11 08:57:36 UTC 2019 Modified Files: src/sys/dev/usb: if_axen.c if_ure.c Log Message: Appease module build To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/dev/usb/if_axen.c cvs rdiff -u -r1.23

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

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 10:01:15 UTC 2019 Modified Files: src/sys/uvm [netbsd-8]: uvm_mmap.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1332): sys/uvm/uvm_mmap.c: revision 1.173 Change 'npgs' from int

CVS commit: src/tests/lib/libpthread

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 11:42:23 UTC 2019 Modified Files: src/tests/lib/libpthread: t_condwait.c Log Message: Re-enable the QEMU specific timing limits, but only an increased upper limit for now - let's see if that works on the test-bed. To

Re: CVS commit: src/sys/sys

2019-08-11 Thread Kamil Rytarowski
On 11.08.2019 09:17, Martin Husemann wrote: > On Sat, Aug 10, 2019 at 11:37:28PM +0200, Kamil Rytarowski wrote: >>> can we go back to the drawing board on this one and discuss the original >>> problem? >>> >> >> C++ and cast rules. > > The question is whether we really should play this game in

CVS commit: src/distrib/common

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 13:55:18 UTC 2019 Modified Files: src/distrib/common: Makefile.mdset Log Message: Various suffixes for the same kernel image may depend on each other, so .WAIT after creating one before moving on to the next. Case at

CVS commit: src/distrib/common

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 13:55:18 UTC 2019 Modified Files: src/distrib/common: Makefile.mdset Log Message: Various suffixes for the same kernel image may depend on each other, so .WAIT after creating one before moving on to the next. Case at

CVS commit: src/share/man/man9

2019-08-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 11 08:26:46 UTC 2019 Modified Files: src/share/man/man9: usbnet.9 Log Message: Various fixes: Pp cleanup, use more macros, sort sections, fix typos, Americanize spelling (like other man pages), fix macro arguments. To

CVS commit: src/share/man/man9

2019-08-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 11 08:26:46 UTC 2019 Modified Files: src/share/man/man9: usbnet.9 Log Message: Various fixes: Pp cleanup, use more macros, sort sections, fix typos, Americanize spelling (like other man pages), fix macro arguments. To

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

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 10:01:15 UTC 2019 Modified Files: src/sys/uvm [netbsd-8]: uvm_mmap.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1332): sys/uvm/uvm_mmap.c: revision 1.173 Change 'npgs' from int

CVS commit: src/sys/dev/usb

2019-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 11 11:17:36 UTC 2019 Modified Files: src/sys/dev/usb: files.usb if_smsc.c Log Message: Convert smsc_dbg_printf to usbhist To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/sys/dev/usb/files.usb cvs

CVS commit: src/sys/dev/usb

2019-08-11 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Aug 11 13:16:10 UTC 2019 Modified Files: src/sys/dev/usb: if_urndis.c Log Message: urndis_attach: change "sc->sc_bulkout_no" to "un->un_ed[USBNET_ENDPT_TX]" in DPRINTF(). Kernels ALL/amd64 and ALL/i386 compile again. To

CVS commit: src/sys/dev/usb

2019-08-11 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Aug 11 13:16:10 UTC 2019 Modified Files: src/sys/dev/usb: if_urndis.c Log Message: urndis_attach: change "sc->sc_bulkout_no" to "un->un_ed[USBNET_ENDPT_TX]" in DPRINTF(). Kernels ALL/amd64 and ALL/i386 compile again. To

CVS commit: src/sys/dev/usb

2019-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 11 08:56:53 UTC 2019 Modified Files: src/sys/dev/usb: if_udav.c Log Message: Appease module build To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/dev/usb/if_udav.c Please note that diffs are not

CVS commit: src/sys/dev/usb

2019-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 11 08:56:53 UTC 2019 Modified Files: src/sys/dev/usb: if_udav.c Log Message: Appease module build To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/dev/usb/if_udav.c Please note that diffs are not

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

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 10:04:03 UTC 2019 Modified Files: src/sys/kern [netbsd-8]: sys_lwp.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1333): sys/kern/sys_lwp.c: revision 1.69 (patch) Fix info leak:

CVS commit: [netbsd-8] src/doc

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 10:05:06 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1332 and #1333 To generate a diff of this commit: cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-8.2 Please note that diffs

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

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 10:04:03 UTC 2019 Modified Files: src/sys/kern [netbsd-8]: sys_lwp.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1333): sys/kern/sys_lwp.c: revision 1.69 (patch) Fix info leak:

CVS commit: [netbsd-8] src/doc

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 10:05:06 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1332 and #1333 To generate a diff of this commit: cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-8.2 Please note that diffs

CVS commit: [netbsd-9] src/doc

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 10:13:30 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #44 and #45 To generate a diff of this commit: cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: [netbsd-9] src/doc

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 10:13:30 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #44 and #45 To generate a diff of this commit: cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: src/distrib/amd64/liveimage/emuimage

2019-08-11 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Aug 11 11:00:30 UTC 2019 Modified Files: src/distrib/amd64/liveimage/emuimage: Makefile Log Message: Live images built with MKDEBUG=yes fit in 2 GB since installing _pic.a libraries was disabled in src/share/mk/bsd.own.mk

CVS commit: src/distrib/amd64/liveimage/emuimage

2019-08-11 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Aug 11 11:00:30 UTC 2019 Modified Files: src/distrib/amd64/liveimage/emuimage: Makefile Log Message: Live images built with MKDEBUG=yes fit in 2 GB since installing _pic.a libraries was disabled in src/share/mk/bsd.own.mk

CVS commit: src/tests/lib/libpthread

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 11:42:23 UTC 2019 Modified Files: src/tests/lib/libpthread: t_condwait.c Log Message: Re-enable the QEMU specific timing limits, but only an increased upper limit for now - let's see if that works on the test-bed. To

CVS commit: src/sys/dev/usb

2019-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 11 12:16:59 UTC 2019 Modified Files: src/sys/dev/usb: if_smsc.c Log Message: Fix and improve USMSC_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/dev/usb/if_smsc.c Please note that diffs are

CVS commit: src/sys/dev/usb

2019-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 11 12:16:59 UTC 2019 Modified Files: src/sys/dev/usb: if_smsc.c Log Message: Fix and improve USMSC_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/dev/usb/if_smsc.c Please note that diffs are

CVS commit: src/distrib/common

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 17:50:26 UTC 2019 Modified Files: src/distrib/common: Makefile.mdset Log Message: Back out previous, it causes build fallout like: release ===> etc/dreamcast/cdroms/installcd shle--netbsdelf-install: .WAIT: stat: No

CVS commit: src/distrib/common

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 17:50:26 UTC 2019 Modified Files: src/distrib/common: Makefile.mdset Log Message: Back out previous, it causes build fallout like: release ===> etc/dreamcast/cdroms/installcd shle--netbsdelf-install: .WAIT: stat: No

CVS commit: src/usr.sbin/npf

2019-08-11 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Aug 11 22:27:15 UTC 2019 Modified Files: src/usr.sbin/npf: npf.7 Log Message: npf.7: add xref to npf-params.7 (Adding directly here since this particular file isn't included in rmind@'s upstream GitHub repo at present.)

CVS commit: src/usr.sbin/npf

2019-08-11 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Aug 11 22:27:15 UTC 2019 Modified Files: src/usr.sbin/npf: npf.7 Log Message: npf.7: add xref to npf-params.7 (Adding directly here since this particular file isn't included in rmind@'s upstream GitHub repo at present.)

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

2019-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 11 19:34:04 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: BCM56340 CUBOX-I DUOVERO HUMMINGBOARD NITROGEN6X PANDABOARD PARALLELLA ZEDBOARD Log Message: Update for recent a9wdt changes To generate a diff

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

2019-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 11 19:34:04 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: BCM56340 CUBOX-I DUOVERO HUMMINGBOARD NITROGEN6X PANDABOARD PARALLELLA ZEDBOARD Log Message: Update for recent a9wdt changes To generate a diff

CVS commit: src

2019-08-11 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Aug 11 20:26:34 UTC 2019 Modified Files: src/sys/net/npf: npf.c npf_conf.c npf_conn.h npf_ctl.c npf_handler.c npf_if.c npf_impl.h npf_inet.c npf_nat.c npf_os.c npf_params.c npf_portmap.c npf_worker.c

CVS commit: src

2019-08-11 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Aug 11 20:26:34 UTC 2019 Modified Files: src/sys/net/npf: npf.c npf_conf.c npf_conn.h npf_ctl.c npf_handler.c npf_if.c npf_impl.h npf_inet.c npf_nat.c npf_os.c npf_params.c npf_portmap.c npf_worker.c

CVS commit: src/usr.sbin/npf

2019-08-11 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Aug 11 20:25:14 UTC 2019 Modified Files: src/usr.sbin/npf: npf-params.7 Log Message: npf-params(7): add more bpf.jit details. >From David H. Gutteridge. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.sbin/npf

2019-08-11 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Aug 11 20:25:14 UTC 2019 Modified Files: src/usr.sbin/npf: npf-params.7 Log Message: npf-params(7): add more bpf.jit details. >From David H. Gutteridge. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/share/man/man9

2019-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 11 21:33:09 UTC 2019 Modified Files: src/share/man/man9: usbnet.9 Log Message: minor rewording of a few places and add a new section to describe the type of changes required to port a driver to usbnet interfaces. To

CVS commit: src/share/man/man9

2019-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 11 21:33:09 UTC 2019 Modified Files: src/share/man/man9: usbnet.9 Log Message: minor rewording of a few places and add a new section to describe the type of changes required to port a driver to usbnet interfaces. To

CVS commit: src/share/man/man9

2019-08-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 11 22:03:16 UTC 2019 Modified Files: src/share/man/man9: usbnet.9 Log Message: Minor fixes. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/usbnet.9 Please note that diffs are not public

CVS commit: src/share/man/man9

2019-08-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 11 22:03:16 UTC 2019 Modified Files: src/share/man/man9: usbnet.9 Log Message: Minor fixes. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/usbnet.9 Please note that diffs are not public

CVS commit: src/sys/dev/usb

2019-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 11 22:55:03 UTC 2019 Modified Files: src/sys/dev/usb: ohci.c Log Message: relax an assert to be mutex_owned || polling. half of the patch i sent for netbsd-8 in PR#54331. the other half is already applied. To generate a

CVS commit: src/sys/dev/usb

2019-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 11 23:55:43 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c if_smsc.c if_ure.c if_urndis.c usbnet.c Log Message: don't set dv_private. it's a bad pattern and only didn't trip kmem_free() lossage because struct usbnet is

CVS commit: src/sys/dev/usb

2019-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 11 23:55:43 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c if_smsc.c if_ure.c if_urndis.c usbnet.c Log Message: don't set dv_private. it's a bad pattern and only didn't trip kmem_free() lossage because struct usbnet is

CVS commit: src/share/man/man9

2019-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 12 00:01:23 UTC 2019 Modified Files: src/share/man/man9: usbnet.9 Log Message: remove mention of dv_private and note that usbnet must be first. fix Ethernet capitalisation in one place. To generate a diff of this commit:

CVS commit: src/share/man/man9

2019-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 12 00:01:23 UTC 2019 Modified Files: src/share/man/man9: usbnet.9 Log Message: remove mention of dv_private and note that usbnet must be first. fix Ethernet capitalisation in one place. To generate a diff of this commit: