Module Name: src
Committed By: martin
Date: Tue Feb 14 16:18:19 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #81 - #84
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 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.31 src/doc/CHANGES-10.0:1.1.2.32
--- src/doc/CHANGES-10.0:1.1.2.31 Sun Feb 12 12:39:37 2023
+++ src/doc/CHANGES-10.0 Tue Feb 14 16:18:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.31 2023/02/12 12:39:37 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.32 2023/02/14 16:18:19 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -1040,3 +1040,28 @@ distrib/next68k/cdroms/installcd/Makefil
next68k: build iso image.
[tsutsui, ticket #80]
+external/gpl3/gdb.old/Makefile.inc 1.12
+external/gpl3/gdb/Makefile.inc 1.13
+external/mit/xorg/lib/gallium.old/Makefile 1.5
+external/mit/xorg/lib/gallium/Makefile 1.49
+share/mk/bsd.lib.mk 1.390
+
+ Use -g1 to reduce the amount of debug info build for c++ code.
+ [mrg, ticket #81]
+
+usr.bin/audio/play/audioplay.1 1.31
+
+ audioplay(1): PR 57228: fix typo.
+ [uwe, ticket #82]
+
+usr.bin/printf/printf.1 1.37
+
+ Fix typo.
+ [andvar, ticket #83]
+
+sys/kern/subr_devsw.c 1.50
+
+ PR 57229: fix devsw_attach(9) to allow the combination of dynamically
+ assigned major numbers and character device only drivers.
+ [buhrow, ticket #84]
+