Module Name: src
Committed By: martin
Date: Thu Apr 2 19:22:05 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #812, #814, #816, #817
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-9.1
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.1
diff -u src/doc/CHANGES-9.1:1.1.2.27 src/doc/CHANGES-9.1:1.1.2.28
--- src/doc/CHANGES-9.1:1.1.2.27 Mon Mar 30 18:58:35 2020
+++ src/doc/CHANGES-9.1 Thu Apr 2 19:22:05 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.27 2020/03/30 18:58:35 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.28 2020/04/02 19:22:05 martin Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -758,3 +758,28 @@ include/stdio.h 1.98
Move P_tmpdir from "/var/tmp/" to "/tmp/".
[mrg, ticket #811]
+etc/crontab 1.16
+
+ Fix skipped daily in Eastern Europe:
+ - Move /etc/daily from 03:15 -> 04:15
+ - Move /etc/weekly from 04:30 -> 05:30
+ [kim, ticket #812]
+
+sys/dev/scsipi/cd.c 1.343
+sys/kern/subr_disk.c 1.130
+
+ Avoid division by zero if label isn't valid.
+ Allow open of RAWPART even when no medium is loaded.
+ [mlelstv, ticket #814]
+
+sys/sys/stdarg.h 1.5
+
+ Use __builtin_va_start for clang as well.
+ [joerg, ticket #816]
+
+sys/arch/evbarm/conf/GENERIC 1.73
+sys/arch/evbarm/conf/GENERIC64 1.136
+
+ Add MIDI sequencer device. Now midiplay works on usb midi devices.
+ [mrg, ticket #817]
+