Module Name: src Committed By: martin Date: Mon Feb 6 16:58:34 UTC 2023
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #66 - #68 To generate a diff of this commit: cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-10.0 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-10.0 diff -u src/doc/CHANGES-10.0:1.1.2.28 src/doc/CHANGES-10.0:1.1.2.29 --- src/doc/CHANGES-10.0:1.1.2.28 Sun Feb 5 12:45:22 2023 +++ src/doc/CHANGES-10.0 Mon Feb 6 16:58:34 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.28 2023/02/05 12:45:22 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.29 2023/02/06 16:58:34 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -766,3 +766,19 @@ external/gpl3/gcc/usr.bin/Makefile.inc requirements. [mrg, ticket #65] +sys/arch/vax/vsa/smg.c 1.62 + + smg(4): make sure to call wsfont_init(9) as other framebuffer drivers. + [tsutsui, ticket #66] + +etc/etc.next68k/MAKEDEV.conf 1.6 + + next68k: remove obsolete bpf(4) entries. + [tsutsui, ticket #67] + +sys/fs/union/union_vfsops.c 1.86 +sys/miscfs/nullfs/null_vfsops.c 1.101 + + Set IMNT_MPSAFE only if all lower layers are MPSAFE. + [hannken, ticket #68] +