CVS commit: src/sys/dev/mii

2019-02-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 25 07:36:16 UTC 2019 Modified Files: src/sys/dev/mii: mii.h rgephy.c Log Message: MMDACR_FN_{DATANPI,DATAPIRW,DATAPIW} are little hard to identify and might be misread, so rename them to

CVS commit: src/sys/netinet6

2019-02-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Feb 25 07:31:32 UTC 2019 Modified Files: src/sys/netinet6: udp6_usrreq.c Log Message: Fix the order in udp6_attach: soreserve should be called before in6_pcballoc, otherwise if it fails there is still a PCB attached, and we hit

CVS commit: src/sys/dev/mii

2019-02-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 25 06:59:37 UTC 2019 Modified Files: src/sys/dev/mii: rgephy.c rgephyreg.h Log Message: It seems EEE support is not only on 8211F but on 8211D and newer. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49

CVS commit: src/sys

2019-02-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Feb 25 06:49:44 UTC 2019 Modified Files: src/sys/netcan: can_pcb.c src/sys/netinet: sctp_usrreq.c src/sys/netinet6: raw_ip6.c sctp6_usrreq.c Log Message: RIP6, CAN, SCTP and SCTP6 lack a length check in their

CVS commit: src/sys/dev/mii

2019-02-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 25 06:23:53 UTC 2019 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.128 -r1.129

CVS commit: src/sys/dev/mii

2019-02-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 25 06:23:33 UTC 2019 Modified Files: src/sys/dev/mii: miidevs Log Message: Add non-xx'ed DAVICOM DM9101. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src/sys/dev/mii/miidevs Please note that diffs

CVS commit: src/sys/ufs/ufs

2019-02-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Feb 25 06:00:40 UTC 2019 Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: Revert -r1.244-245 of ufs_vnops.c; they are wrong. Fix the mistake in -r1.243 that made them look like reasonable changes. (this does not

CVS commit: src/sys/ufs/ufs

2019-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 25 00:51:24 UTC 2019 Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: drop unused To generate a diff of this commit: cvs rdiff -u -r1.244 -r1.245 src/sys/ufs/ufs/ufs_vnops.c Please note that diffs are not

CVS commit: src/sys/dev/mii

2019-02-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 25 04:26:22 UTC 2019 Modified Files: src/sys/dev/mii: makphy.c Log Message: Remove xxMARVELL E1000 and duplicated xxMARVELL E1000S to make functionality the same as rev. 1.54. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/gpib

2019-02-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 24 20:54:13 UTC 2019 Modified Files: src/sys/dev/gpib: mt.c Log Message: Add missing FALLTHROUGH in gpib/mt.c Requested by GCC in NetBSD/i386 kUBSan KCOV build. To generate a diff of this commit: cvs rdiff -u -r1.31

CVS commit: src/sys/netinet

2019-02-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 24 21:07:59 UTC 2019 Modified Files: src/sys/netinet: sctp_input.c Log Message: Add missing FALLTHROUGH in sctp_input.c Requested by GCC NetBSD/i386 kUBSan KCOC build. To generate a diff of this commit: cvs rdiff -u

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

2019-02-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 24 20:56:28 UTC 2019 Modified Files: src/sys/arch/i386/conf: ALL Log Message: Enable kUBSan and KCOV in NetBSD/i386 kernel=ALL To generate a diff of this commit: cvs rdiff -u -r1.463 -r1.464 src/sys/arch/i386/conf/ALL

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

2019-02-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 24 20:58:55 UTC 2019 Modified Files: src/sys/arch/amd64/conf: ALL Log Message: Enable kUBSan kASan and KCOV in NetBSD/amd64 kernel=ALL Add disabled KLEAK as it conflicts right now with KCOV, using the same compiler

CVS commit: src

2019-02-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 24 21:14:43 UTC 2019 Modified Files: src/sys/sys: kcov.h src/tests/modules: t_kcov.c Log Message: Add KCOV_LOAD() and KCOV_STORE() - new helper macros New macros prefer 64-bit atomic operations whenever

CVS commit: src/sys/dev/mii

2019-02-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 25 04:24:22 UTC 2019 Modified Files: src/sys/dev/mii: dmphy.c Log Message: Fix previos to not to duplicate DM9101 entry. One is DAVICOM and another is xxDAVICOM. To generate a diff of this commit: cvs rdiff -u -r1.39

CVS commit: src/sys/dev/mii

2019-02-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 25 04:56:30 UTC 2019 Modified Files: src/sys/dev/mii: brgphy.c Log Message: - Add Broadcom BCM540[24], BCM5424 and BCM5466. - Sort lines. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82

CVS commit: src/external/mpl/dhcp/dist/omapip

2019-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 25 02:31:58 UTC 2019 Modified Files: src/external/mpl/dhcp/dist/omapip: result.c Log Message: Catch up with bind To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mpl/dhcp/dist/omapip/result.c

CVS commit: src/sys/ufs/ufs

2019-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 25 00:11:13 UTC 2019 Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: remove junk assignment. To generate a diff of this commit: cvs rdiff -u -r1.243 -r1.244 src/sys/ufs/ufs/ufs_vnops.c Please note that

CVS commit: src/sys/dev/isa

2019-02-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 24 20:50:03 UTC 2019 Modified Files: src/sys/dev/isa: mcd.c Log Message: Add missing FALLTHROUGH in isa/mcd.c Requested by GCC in NetBSD/i386 kUBSan KCOV build. Reviewed by To generate a diff of this commit: cvs rdiff

CVS commit: src/distrib/sets/lists

2019-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 24 20:06:43 UTC 2019 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: update for new bind To generate a diff of this commit: cvs rdiff -u -r1.856 -r1.857

CVS commit: src/doc

2019-02-24 Thread Christos Zoulas
762, BCM5725, BCM5727, BCM57764, BCM57767 and BCM57787 [msaitoh 20190220] + bind: Import version 9.13.7. [christos 20190224]

CVS commit: src/lib/libcurses

2019-02-24 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Feb 24 20:20:18 UTC 2019 Modified Files: src/lib/libcurses: get_wstr.c getstr.c in_wchstr.c inchstr.c instr.c inwstr.c Log Message: Fix warn macro usage. Thanks to rofl0r. To generate a diff of this commit: cvs

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

2019-02-24 Thread Jukka Andberg
Module Name:src Committed By: jandberg Date: Sun Feb 24 19:25:35 UTC 2019 Modified Files: src/sys/arch/amiga/dev: kbd.c Log Message: fix comment To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/amiga/dev/kbd.c Please note that diffs are not

CVS commit: src/sys/arch/amiga/amiga

2019-02-24 Thread Jukka Andberg
Module Name:src Committed By: jandberg Date: Sun Feb 24 19:24:21 UTC 2019 Modified Files: src/sys/arch/amiga/amiga: machdep.c Log Message: cnpollc needs to be called before cngetc To generate a diff of this commit: cvs rdiff -u -r1.250 -r1.251

CVS commit: src/sys/ufs/ufs

2019-02-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Feb 24 19:06:40 UTC 2019 Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: Reading a directory may trigger a panic when the buffer is too small. Adjust necessary checks. While here, also check for arithmetic

CVS commit: src/sys/dev/mii

2019-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 24 17:22:21 UTC 2019 Modified Files: src/sys/dev/mii: acphy.c amhphy.c atphy.c bmtphy.c brgphy.c ciphy.c dmphy.c etphy.c glxtphy.c gphyter.c icsphy.c igphy.c ihphy.c ikphy.c inphy.c iophy.c

CVS commit: src/sys/netinet

2019-02-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 24 17:01:52 UTC 2019 Modified Files: src/sys/netinet: sctp_asconf.h Log Message: Appease GCC7 in sctp_asconf.h Do not declare types inside function parameter list. Add decklarations of types before these function

CVS commit: src/sys/kern

2019-02-24 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Feb 24 16:11:24 UTC 2019 Modified Files: src/sys/kern: vfs_trans.c Log Message: Clear per-lwp entries whose mount is gone before the first return from fstrans_done(). No longer leaks "struct mount" forever. To generate a

CVS commit: src/games/fortune/datfiles

2019-02-24 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Feb 24 12:34:00 UTC 2019 Modified Files: src/games/fortune/datfiles: fortunes Log Message: Shorter than a season - The Soul Of A New Machine To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79

CVS commit: src/sys/dev/dtv

2019-02-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 24 12:05:49 UTC 2019 Modified Files: src/sys/dev/dtv: dtv_demux.c Log Message: Pass 0xff instead of true to memset when setting "all PIDs" mode in the PID filter To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/lib/libc/time

2019-02-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Feb 24 11:51:05 UTC 2019 Modified Files: src/lib/libc/time: strptime.3 Log Message: fix typo. From Evil_Bob. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/lib/libc/time/strptime.3 Please note that diffs

CVS commit: [netbsd-7-1] src/doc

2019-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 24 10:54:59 UTC 2019 Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.3 Log Message: Ticket #1196 To generate a diff of this commit: cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-7.1.3 Please note that diffs are

CVS commit: [netbsd-7-0] src/doc

2019-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 24 10:55:50 UTC 2019 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: Ticket #1196 To generate a diff of this commit: cvs rdiff -u -r1.1.2.135 -r1.1.2.136 src/doc/CHANGES-7.0.3 Please note that diffs

CVS commit: [netbsd-7-0] src/sys/kern

2019-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 24 10:55:24 UTC 2019 Modified Files: src/sys/kern [netbsd-7-0]: kern_time.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #1196): sys/kern/kern_time.c: revision 1.196 The callout is

CVS commit: [netbsd-7-1] src/sys/kern

2019-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 24 10:54:36 UTC 2019 Modified Files: src/sys/kern [netbsd-7-1]: kern_time.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #1196): sys/kern/kern_time.c: revision 1.196 The callout is

CVS commit: [netbsd-7] src/doc

2019-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 24 10:54:02 UTC 2019 Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: Ticket #1196 To generate a diff of this commit: cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-7.3 Please note that diffs are not

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

2019-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 24 10:53:32 UTC 2019 Modified Files: src/sys/kern [netbsd-7]: kern_time.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #1196): sys/kern/kern_time.c: revision 1.196 The callout is

CVS commit: [netbsd-8] src/doc

2019-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 24 10:50:50 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Ticket #1196 To generate a diff of this commit: cvs rdiff -u -r1.1.2.110 -r1.1.2.111 src/doc/CHANGES-8.1 Please note that diffs are not

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

2019-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 24 10:49:53 UTC 2019 Modified Files: src/sys/kern [netbsd-8]: kern_time.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #1196): sys/kern/kern_time.c: revision 1.196 The callout is

CVS commit: src/sys/kern

2019-02-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Feb 24 10:44:41 UTC 2019 Modified Files: src/sys/kern: subr_asan.c Log Message: Improve the KASAN output, provide an error code, to help distinguish classes of bugs. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys

2019-02-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Feb 24 08:02:45 UTC 2019 Modified Files: src/sys/arch/amd64/conf: Makefile.amd64 src/sys/kern: subr_asan.c Log Message: Add support for use-after-scope detection in KASAN. It is available since GCC7, and we have GCC7 by