Module Name: src Committed By: martin Date: Thu Apr 20 14:15:22 UTC 2023
Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1627 - #1629 To generate a diff of this commit: cvs rdiff -u -r1.1.2.62 -r1.1.2.63 src/doc/CHANGES-9.4 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-9.4 diff -u src/doc/CHANGES-9.4:1.1.2.62 src/doc/CHANGES-9.4:1.1.2.63 --- src/doc/CHANGES-9.4:1.1.2.62 Sat Apr 1 16:28:55 2023 +++ src/doc/CHANGES-9.4 Thu Apr 20 14:15:22 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.62 2023/04/01 16:28:55 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.63 2023/04/20 14:15:22 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1370,3 +1370,21 @@ usr.sbin/iostat/iostat.c 1.68 doesn't repeat the processing every iteration. [kre, ticket #1626] +sys/arch/luna68k/conf/Makefile.luna68k 1.30 + + Fix missing locore.d dependency output on make depend. + [tsutsui, ticket #1627] + +sys/arch/dreamcast/dev/microcode/Makefile 1.6 +sys/arch/dreamcast/dev/microcode/aica_arm.c 1.7,1.8 +sys/arch/dreamcast/dev/microcode/aica_arm_locore.S 1.4,1.5 +sys/arch/dreamcast/dev/microcode/aica_armcode.h 1.5 + + dreamcast: aica(4): audio fix. + [tsutsui, ticket #1628] + +usr.sbin/npf/npfd/npfd.8 1.7 + + npfd(8): fix "-i" argument in tcpdump example. + [tsutsui, ticket #1629] +