Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/doc Tickets #812, #814, #816, #817
details: https://anonhg.NetBSD.org/src/rev/c5bff119e2fc
branches: netbsd-9
changeset: 963760:c5bff119e2fc
user: martin <martin%NetBSD.org@localhost>
date: Thu Apr 02 19:22:05 2020 +0000
description:
Tickets #812, #814, #816, #817
diffstat:
doc/CHANGES-9.1 | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
diffs (38 lines):
diff -r 1004e69eb3b1 -r c5bff119e2fc doc/CHANGES-9.1
--- a/doc/CHANGES-9.1 Thu Apr 02 19:20:07 2020 +0000
+++ b/doc/CHANGES-9.1 Thu Apr 02 19:22:05 2020 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index