Module Name:    src
Committed By:   martin
Date:           Sun Mar 29 12:11:41 UTC 2020

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.2

Log Message:
Tickets #1526 and #1527


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.112 -r1.1.2.113 src/doc/CHANGES-8.2

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-8.2
diff -u src/doc/CHANGES-8.2:1.1.2.112 src/doc/CHANGES-8.2:1.1.2.113
--- src/doc/CHANGES-8.2:1.1.2.112	Sun Mar 29 11:48:21 2020
+++ src/doc/CHANGES-8.2	Sun Mar 29 12:11:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.112 2020/03/29 11:48:21 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.113 2020/03/29 12:11:41 martin Exp $
 
 A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
 release:
@@ -2178,3 +2178,17 @@ distrib/notes/newsmips/xfer			1.3
 	links to the homepage. Remove outdated copy of the program.
 	[martin]
 
+include/stdio.h					1.98
+
+	Move P_tmpdir from "/var/tmp/" to "/tmp/".
+	[mrg, ticket #1526]
+
+sys/dev/scsipi/cd.c				1.343
+sys/kern/subr_disk.c				1.130
+
+	PR 55104:
+	Avoid division by zero if label isn't valid.
+	Allow open of RAWPART even when no medium is loaded.
+	Keep errors silent if no medium is loaded.
+	[mlelstv, ticket #1527]
+

Reply via email to