re: CVS commit: src/sys

2019-08-27 Thread matthew green
> src/sys/kern: vfs_bio.c > src/sys/sys: buf.h > > Log Message: > Change buf_nbuf()'s return value from int to u_int to avoid undefined > behavior in wapbl_start() which extended int to size_t. > > Error message was: > > UBSan: Undefined Behavior in

CVS commit: src/sys/dev/usb

2019-08-27 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Aug 28 01:44:39 UTC 2019 Modified Files: src/sys/dev/usb: usb_subr.c usbdi.c usbdi.h Log Message: add new usbd_do_request_len() that can allocate a larger than request size buffer. reimplement usbd_do_request_flags() in terms

CVS commit: src/sys/dev/usb

2019-08-27 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Aug 28 01:44:39 UTC 2019 Modified Files: src/sys/dev/usb: usb_subr.c usbdi.c usbdi.h Log Message: add new usbd_do_request_len() that can allocate a larger than request size buffer. reimplement usbd_do_request_flags() in terms

Re: CVS commit: src/sys/netinet6

2019-08-27 Thread Hisashi T Fujinaka
On Wed, 28 Aug 2019, Roy Marples wrote: On 27/08/2019 22:17, Hisashi T Fujinaka wrote: Is this necessary for -9 too? Pretty much every BSD with IPv6. I'll submit a PR for -9 in day or so. I need to work this and a few other recent changes for -8 and maybe -7 also. Cool. Thanks for all the

Re: CVS commit: src/sys/netinet6

2019-08-27 Thread Roy Marples
On 27/08/2019 22:17, Hisashi T Fujinaka wrote: Is this necessary for -9 too? Pretty much every BSD with IPv6. I'll submit a PR for -9 in day or so. I need to work this and a few other recent changes for -8 and maybe -7 also. Roy

Re: CVS commit: src

2019-08-27 Thread Joerg Sonnenberger
On Tue, Aug 27, 2019 at 11:54:34AM -0400, Greg Troxel wrote: > m...@netbsd.org writes: > > > These seem to be lowercase versions of the same names. We're going to > > have trouble with the people who use case insensitive filesystems and > > CVS. > > With any luck the multicase stuff is just dups

CVS commit: src

2019-08-27 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Aug 27 22:48:55 UTC 2019 Modified Files: src: Makefile src/common/lib/libc/gmon: mcount.c src/distrib/sets/lists/base: mi src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64: Makefile

CVS commit: src

2019-08-27 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Aug 27 22:48:55 UTC 2019 Modified Files: src: Makefile src/common/lib/libc/gmon: mcount.c src/distrib/sets/lists/base: mi src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64: Makefile

Re: CVS commit: src/sys/netinet6

2019-08-27 Thread Hisashi T Fujinaka
Is this necessary for -9 too? On Tue, 27 Aug 2019, Roy Marples wrote: Module Name:src Committed By: roy Date: Tue Aug 27 21:11:26 UTC 2019 Modified Files: src/sys/netinet6: nd6.c Log Message: inet6: nd6_free assumes all routers are processed by kernel RA This hasn't

CVS commit: src/sys/netinet6

2019-08-27 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Aug 27 21:11:26 UTC 2019 Modified Files: src/sys/netinet6: nd6.c Log Message: inet6: nd6_free assumes all routers are processed by kernel RA This hasn't been the case for a long time if you're a dhcpcd user with a default

CVS commit: src/sys/netinet6

2019-08-27 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Aug 27 21:11:26 UTC 2019 Modified Files: src/sys/netinet6: nd6.c Log Message: inet6: nd6_free assumes all routers are processed by kernel RA This hasn't been the case for a long time if you're a dhcpcd user with a default

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

2019-08-27 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Tue Aug 27 19:23:23 UTC 2019 Modified Files: src/external/gpl3/binutils/dist/bfd: ChangeLog elf32-arm.c src/external/gpl3/binutils/dist/include: ChangeLog src/external/gpl3/binutils/dist/include/elf: arm.h Log

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

2019-08-27 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Tue Aug 27 19:23:23 UTC 2019 Modified Files: src/external/gpl3/binutils/dist/bfd: ChangeLog elf32-arm.c src/external/gpl3/binutils/dist/include: ChangeLog src/external/gpl3/binutils/dist/include/elf: arm.h Log

CVS commit: src/sys/dev/usb

2019-08-27 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Aug 27 17:24:51 UTC 2019 Modified Files: src/sys/dev/usb: if_upl.c Log Message: Fix bug, remove {0,0} because we switched to usb_lookup(). To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/dev/usb/if_upl.c

CVS commit: src/usr.sbin/sysinst

2019-08-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Aug 27 17:23:24 UTC 2019 Modified Files: src/usr.sbin/sysinst: mbr.c Log Message: When requesting no special FS sub type, default to FAT32 with LBA. Fixes one part of PR 54490. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/sysinst

2019-08-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Aug 27 17:23:24 UTC 2019 Modified Files: src/usr.sbin/sysinst: mbr.c Log Message: When requesting no special FS sub type, default to FAT32 with LBA. Fixes one part of PR 54490. To generate a diff of this commit: cvs rdiff

Re: CVS commit: src

2019-08-27 Thread Greg Troxel
m...@netbsd.org writes: > These seem to be lowercase versions of the same names. We're going to > have trouble with the people who use case insensitive filesystems and > CVS. With any luck the multicase stuff is just dups to prune and not useful. > (Or maybe it's not so bad because they're

CVS commit: src/lib/libnpf

2019-08-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Aug 27 14:54:17 UTC 2019 Modified Files: src/lib/libnpf: Makefile Log Message: Include libnv directly into this library To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libnpf/Makefile Please note that

CVS commit: src/lib/libnpf

2019-08-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Aug 27 14:54:17 UTC 2019 Modified Files: src/lib/libnpf: Makefile Log Message: Include libnv directly into this library To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libnpf/Makefile Please note that

CVS commit: src/external/bsd/libnv/lib

2019-08-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Aug 27 14:53:38 UTC 2019 Modified Files: src/external/bsd/libnv/lib: Makefile Added Files: src/external/bsd/libnv/lib: srcs.mk Log Message: Move common parts into a makefile fragment usable from elsewhere. Suggested

CVS commit: src/external/bsd/libnv/lib

2019-08-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Aug 27 14:53:38 UTC 2019 Modified Files: src/external/bsd/libnv/lib: Makefile Added Files: src/external/bsd/libnv/lib: srcs.mk Log Message: Move common parts into a makefile fragment usable from elsewhere. Suggested

Re: CVS commit: src

2019-08-27 Thread maya
These seem to be lowercase versions of the same names. We're going to have trouble with the people who use case insensitive filesystems and CVS. (Or maybe it's not so bad because they're files, not directories?) On Tue, Aug 27, 2019 at 12:45:04PM +, SAITOH Masanobu wrote: > Module Name: src

CVS commit: src/usr.sbin/sysinst

2019-08-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Aug 27 14:11:00 UTC 2019 Modified Files: src/usr.sbin/sysinst: defs.h upgrade.c util.c Log Message: Do not offer to upgared the "current system" if we are running off a CD (i.e. / is mounted read-only) To generate a diff of

CVS commit: src/usr.sbin/sysinst

2019-08-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Aug 27 14:11:00 UTC 2019 Modified Files: src/usr.sbin/sysinst: defs.h upgrade.c util.c Log Message: Do not offer to upgared the "current system" if we are running off a CD (i.e. / is mounted read-only) To generate a diff of

CVS commit: src

2019-08-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Aug 27 12:45:04 UTC 2019 Modified Files: src/distrib/sets/lists/base: mi src/sys/dev/microcode/radeon: Makefile Added Files: src/sys/dev/microcode/radeon: bonaire_ce.bin bonaire_mc.bin

CVS commit: src

2019-08-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Aug 27 12:45:04 UTC 2019 Modified Files: src/distrib/sets/lists/base: mi src/sys/dev/microcode/radeon: Makefile Added Files: src/sys/dev/microcode/radeon: bonaire_ce.bin bonaire_mc.bin