CVS commit: src/sys/dev/usb

2019-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 11 05:14:42 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c Log Message: void -Wsign-compare issue and add a stupid cast. revert this if m_pkthdr.len becomes unsigned. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2019-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 11 05:14:42 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c Log Message: void -Wsign-compare issue and add a stupid cast. revert this if m_pkthdr.len becomes unsigned. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2019-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 11 02:37:04 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c if_axen.c if_cdce.c if_ure.c Log Message: copy a pattern from if_udav.c, which already had "too much" check. even though overflow or underflow is really

CVS commit: src/sys/dev/usb

2019-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 11 02:37:04 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c if_axen.c if_cdce.c if_ure.c Log Message: copy a pattern from if_udav.c, which already had "too much" check. even though overflow or underflow is really

CVS commit: src/sys/dev/usb

2019-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 11 01:31:19 UTC 2019 Modified Files: src/sys/dev/usb: usbnet.c Log Message: - use usbnet_isowned*() more - more const To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/usb/usbnet.c Please note that

CVS commit: src/sys/dev/usb

2019-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 11 01:31:19 UTC 2019 Modified Files: src/sys/dev/usb: usbnet.c Log Message: - use usbnet_isowned*() more - more const To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/usb/usbnet.c Please note that

CVS commit: src/sys/dev/usb

2019-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 11 01:29:45 UTC 2019 Modified Files: src/sys/dev/usb: usbnet.h Log Message: adjust some comments to reality. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/usb/usbnet.h Please note that diffs are

CVS commit: src/sys/dev/usb

2019-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 11 01:29:45 UTC 2019 Modified Files: src/sys/dev/usb: usbnet.h Log Message: adjust some comments to reality. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/usb/usbnet.h Please note that diffs are

CVS commit: src/sys/dev/usb

2019-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 11 01:04:33 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c if_axen.c if_cdce.c if_ure.c Log Message: in tx_prepare callback make sure to reject any mbuf that is larger than can fit in the buffer. done at the driver and

CVS commit: src/sys/dev/usb

2019-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 11 01:04:33 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c if_axen.c if_cdce.c if_ure.c Log Message: in tx_prepare callback make sure to reject any mbuf that is larger than can fit in the buffer. done at the driver and

CVS commit: src/sys/sys

2019-08-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Aug 10 23:47:13 UTC 2019 Modified Files: src/sys/sys: event.h Log Message: Fix typo in pragma in sys/event.h Reenable -Wconversion-null. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/sys/event.h

CVS commit: src/sys/sys

2019-08-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Aug 10 23:47:13 UTC 2019 Modified Files: src/sys/sys: event.h Log Message: Fix typo in pragma in sys/event.h Reenable -Wconversion-null. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/sys/event.h

CVS commit: src/share/man/man9

2019-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Aug 10 23:33:10 UTC 2019 Modified Files: src/share/man/man9: Makefile Log Message: oops. i must have deleted the 'u' in 'ustore.9' when partially fixing the alphabeta ordering here. fixes build. To generate a diff of this

CVS commit: src/share/man/man9

2019-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Aug 10 23:33:10 UTC 2019 Modified Files: src/share/man/man9: Makefile Log Message: oops. i must have deleted the 'u' in 'ustore.9' when partially fixing the alphabeta ordering here. fixes build. To generate a diff of this

CVS commit: src/usr.sbin/npf/npfctl

2019-08-10 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Aug 10 22:23:55 UTC 2019 Modified Files: src/usr.sbin/npf/npfctl: npf_show.c Log Message: npfctl show/validate: fix couple bugs in multiple table/port representation. Fixes PR/54122. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/npf/npfctl

2019-08-10 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Aug 10 22:23:55 UTC 2019 Modified Files: src/usr.sbin/npf/npfctl: npf_show.c Log Message: npfctl show/validate: fix couple bugs in multiple table/port representation. Fixes PR/54122. To generate a diff of this commit: cvs

Re: CVS commit: src/sys/sys

2019-08-10 Thread Kamil Rytarowski
On 10.08.2019 22:37, m...@netbsd.org wrote: > On Sat, Aug 10, 2019 at 08:33:01PM +, 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

CVS commit: src/sys

2019-08-10 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Aug 10 21:13:54 UTC 2019 Modified Files: src/sys/net: if.h src/sys/net/npf: npf_os.c src/sys/sys: param.h Log Message: Add the ifnet_t::if_npf_private field. Bump the kernel version. Fixes PR/54098. To

Re: CVS commit: src/sys/sys

2019-08-10 Thread maya
On Sat, Aug 10, 2019 at 08:33:01PM +, 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 > > Deduplicate code. >

CVS commit: src

2019-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Aug 10 20:35:36 UTC 2019 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Added Files: src/share/man/man9: usbnet.9 Log Message: usbnet may be stable now. document it. To generate a

CVS commit: src

2019-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Aug 10 20:35:36 UTC 2019 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Added Files: src/share/man/man9: usbnet.9 Log Message: usbnet may be stable now. document it. To generate a

CVS commit: src/sys/sys

2019-08-10 Thread Kamil Rytarowski
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 Deduplicate code. No functional change change intended. To generate a diff of this commit: cvs

CVS commit: src/sys/sys

2019-08-10 Thread Kamil Rytarowski
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 Deduplicate code. No functional change change intended. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/arm

2019-08-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 10 17:03:59 UTC 2019 Modified Files: src/sys/arch/arm/cortex: a9tmr_var.h a9wdt.c files.cortex src/sys/arch/arm/fdt: files.fdt Added Files: src/sys/arch/arm/cortex: a9ptmr.c a9ptmr_var.h

CVS commit: src/sys/arch/arm

2019-08-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 10 17:03:59 UTC 2019 Modified Files: src/sys/arch/arm/cortex: a9tmr_var.h a9wdt.c files.cortex src/sys/arch/arm/fdt: files.fdt Added Files: src/sys/arch/arm/cortex: a9ptmr.c a9ptmr_var.h

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

2019-08-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 10 16:46:07 UTC 2019 Modified Files: src/sys/arch/aarch64/include: bus_funcs.h Log Message: Really provide bus_funcs.h To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/aarch64/include/bus_funcs.h

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

2019-08-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 10 16:46:07 UTC 2019 Modified Files: src/sys/arch/aarch64/include: bus_funcs.h Log Message: Really provide bus_funcs.h To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/aarch64/include/bus_funcs.h

CVS commit: src/sys/sys

2019-08-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Aug 10 15:02:03 UTC 2019 Modified Files: src/sys/sys: event.h Log Message: Handle more corner cases in sys/event.h for C++ EV_SET() Handle the udata argument as Plain-Old-Data types separately. - int, long int, long long

CVS commit: src/share/mk

2019-08-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 10 12:50:37 UTC 2019 Added Files: src/share/mk: compare-lib-lists Log Message: Add a script to compare the library lists so we can keep them in sync easier. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/share/mk

2019-08-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 10 12:50:37 UTC 2019 Added Files: src/share/mk: compare-lib-lists Log Message: Add a script to compare the library lists so we can keep them in sync easier. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/share/mk

2019-08-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 10 12:46:39 UTC 2019 Modified Files: src/share/mk: bsd.README bsd.prog.mk Log Message: Make the X11 library lists consistent again. To generate a diff of this commit: cvs rdiff -u -r1.393 -r1.394

CVS commit: src/share/mk

2019-08-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 10 12:46:39 UTC 2019 Modified Files: src/share/mk: bsd.README bsd.prog.mk Log Message: Make the X11 library lists consistent again. To generate a diff of this commit: cvs rdiff -u -r1.393 -r1.394

CVS commit: src/share/mk

2019-08-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 10 12:20:17 UTC 2019 Modified Files: src/share/mk: bsd.own.mk Log Message: Don't install PIC libraries by default because they are too big since they contain debug symbols. I supplied a patch in PR/54449 to remove the

CVS commit: src/share/mk

2019-08-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 10 12:20:17 UTC 2019 Modified Files: src/share/mk: bsd.own.mk Log Message: Don't install PIC libraries by default because they are too big since they contain debug symbols. I supplied a patch in PR/54449 to remove the

CVS commit: src/sys/sys

2019-08-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Aug 10 11:20:50 UTC 2019 Modified Files: src/sys/sys: event.h Log Message: Add fallback defintion for C++ of _EV_SET with the last argument of type 0 Converting 0 to intptr and void* is ambiguous according to a C++ compiler.

CVS commit: src/sys/sys

2019-08-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Aug 10 11:20:50 UTC 2019 Modified Files: src/sys/sys: event.h Log Message: Add fallback defintion for C++ of _EV_SET with the last argument of type 0 Converting 0 to intptr and void* is ambiguous according to a C++ compiler.

CVS commit: src/doc

2019-08-10 Thread Rin Okuyama
ar functions added - to depth 32. Anti-aliasing supported for depths 2 and 24. Shadow - framebuffer supported for all color depths. A lot of bug fixes, both - major or minor. Dedup more than 20% of lines, or 50% of characters. - [rin 20190810] + openldap: Import 2.4.48. [christos 20180808] + raso

CVS commit: src/doc

2019-08-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 10 08:46:09 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Fix format in order not to confuse changes2html script. Minor improvements of wording for my entry. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libpthread

2019-08-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 10 07:36:15 UTC 2019 Modified Files: src/tests/lib/libpthread: t_condwait.c Log Message: PR lib/54440: adapt the FreeBSD change to this test and calculate time differences more exact, allowing between 0 and 1 s delay

CVS commit: src/tests/lib/libpthread

2019-08-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 10 07:36:15 UTC 2019 Modified Files: src/tests/lib/libpthread: t_condwait.c Log Message: PR lib/54440: adapt the FreeBSD change to this test and calculate time differences more exact, allowing between 0 and 1 s delay

CVS commit: src/lib/libperfuse

2019-08-10 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sat Aug 10 07:08:12 UTC 2019 Modified Files: src/lib/libperfuse: ops.c Log Message: Rollback directory filehandle screening for FUSE lock operations libfuse has a different usage of filehandles for files and directories. A

CVS commit: src/lib/libperfuse

2019-08-10 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sat Aug 10 07:08:12 UTC 2019 Modified Files: src/lib/libperfuse: ops.c Log Message: Rollback directory filehandle screening for FUSE lock operations libfuse has a different usage of filehandles for files and directories. A

Re: CVS commit: src/sys/dev

2019-08-10 Thread Yorick Hardy
Dear Ryo, On 2019-07-26, Ryo ONODERA wrote: > Hi, > > O.k. > I will commit your fix later. > > Thank you. Thanks! I can commit again, and I commited this change. Please let me know if I broke anything! (src/sys/dev/usb/ums.c v1.94) > Yorick Hardy writes: > > > Dear Ryo, > > > > On

CVS commit: src/sys/dev/usb

2019-08-10 Thread Yorick Hardy
Module Name:src Committed By: yhardy Date: Sat Aug 10 06:30:26 UTC 2019 Modified Files: src/sys/dev/usb: ums.c Log Message: Initialize tcpalib for ums devices. In r1.3 of src/sys/dev/hid/hidms.c, tpcalib is used for any hidms device reporting absolute coordinates. So ums

CVS commit: src/sys/dev/usb

2019-08-10 Thread Yorick Hardy
Module Name:src Committed By: yhardy Date: Sat Aug 10 06:30:26 UTC 2019 Modified Files: src/sys/dev/usb: ums.c Log Message: Initialize tcpalib for ums devices. In r1.3 of src/sys/dev/hid/hidms.c, tpcalib is used for any hidms device reporting absolute coordinates. So ums

CVS commit: [netbsd-9] src/doc

2019-08-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 10 06:19:48 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tcikets #40 and #41 To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: [netbsd-9] src/doc

2019-08-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 10 06:19:48 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tcikets #40 and #41 To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-9.0 Please note that diffs are