Module Name: src Committed By: msaitoh Date: Wed Mar 13 12:34:15 UTC 2019
Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: Ticket 1683-1685. To generate a diff of this commit: cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-7.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-7.3 diff -u src/doc/CHANGES-7.3:1.1.2.42 src/doc/CHANGES-7.3:1.1.2.43 --- src/doc/CHANGES-7.3:1.1.2.42 Thu Mar 7 16:49:40 2019 +++ src/doc/CHANGES-7.3 Wed Mar 13 12:34:15 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.3,v 1.1.2.42 2019/03/07 16:49:40 martin Exp $ +# $NetBSD: CHANGES-7.3,v 1.1.2.43 2019/03/13 12:34:15 msaitoh Exp $ A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3 release: @@ -479,3 +479,17 @@ sys/dev/scsipi/st.c 1.236 (patch), 1. st(4): Fix (but disable by default) SUN compatibility mode. [kardel, ticket #1682] +sys/compat/netbsd32/netbsd32_compat_60.c 1.3 + + Don't forget to convert the timespec. + [martin, ticket #1683] + +external/bsd/bzip2/dist/bzip2recover.c 1.4 + + Apply fix for CVE-2016-3189 bzip2: heap use after free in bzip2recover + [martin, ticket #1684] + +sys/arch/mvme68k/dev/pcctwo_68k.c 1.11 + + Fix small (but fatal) oversight in device/softc split. + [martin, ticket #1685]