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 MMDACR_FN_{DATA,DATA_INC_RW,DATA_
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
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 sr
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 _se
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
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 a
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 af
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 pub
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 rdi
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 instrum
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
Pl
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 accessible.
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 -r1.
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 -
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
P
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 src/sys/dev/mii/brg
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 diffs
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 -r1.
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
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 rdi
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 src
Module Name:src
Committed By: christos
Date: Sun Feb 24 20:04:01 UTC 2019
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new bind
To generate a diff of this commit:
cvs rdiff -u -r1.1598 -r1.1599 src/doc/3RDPARTY
cvs rdiff -u -r1.2503 -r1.2504 src/doc/CHANGES
Pl
Module Name:src
Committed By: christos
Date: Sun Feb 24 20:01:33 UTC 2019
Modified Files:
src/external/mpl/bind: bind2netbsd
src/external/mpl/bind/dist: config.h.in configure isc-config.sh.1
src/external/mpl/bind/dist/bin/check: named-checkconf.8
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 pub
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 src/sys/arch/amiga/amiga/ma
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 overflow
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 lxtphy.
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 prototype
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 d
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 src/games/fortune/datf
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 -
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 ar
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 u
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 are
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 n
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 u
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 pub
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 use
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 p
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 use
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
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
42 matches
Mail list logo