Module Name:    src
Committed By:   martin
Date:           Wed Apr 22 18:22:24 UTC 2020

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.1

Log Message:
Tickets #837 - #841


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.37 -r1.1.2.38 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.37 src/doc/CHANGES-9.1:1.1.2.38
--- src/doc/CHANGES-9.1:1.1.2.37	Thu Apr 16 14:03:24 2020
+++ src/doc/CHANGES-9.1	Wed Apr 22 18:22:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.37 2020/04/16 14:03:24 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.38 2020/04/22 18:22:23 martin Exp $
 
 A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
 release:
@@ -950,3 +950,33 @@ sys/dev/pci/machfb.c				1.98
 	switch modes only when actually necessary.
 	[jdc, ticket #836]
 
+sys/arch/macppc/stand/ofwboot/Locore.c		1.34
+sys/arch/powerpc/oea/ofw_consinit.c		1.18
+
+	Fix booting with auto-boot == true on some macppc machines.
+	[rin, ticket #837]
+
+etc/rc.d/network				1.78 (plus patch)
+share/man/man5/ifconfig.if.5			1.20
+usr.sbin/rtsold/rtsold.8			1.42
+
+	Add an "rtsol" keyword to ifconfig.if for enabling IPv6 RS/RA.
+	[kim, ticket #838]
+
+sys/kern/vfs_mount.c				1.79
+
+	PR kern/54969: destroy anonymous device vnodes on reboot once the
+	last file system got unmounted and the mount list is empty.
+	[gson, ticket #839]
+
+lib/libc/sys/fdatasync.2			1.17
+sys/kern/vfs_syscalls.c				1.544
+
+	Allow fdatasync on non-writable fds (POSIX conformance fix).
+	[gdt, ticket #840]
+
+sys/compat/ossaudio/ossaudio.c			1.83
+
+	ossaudio: Avoid giving userland uninitialized memory.
+	[maxv, ticket #841]
+

Reply via email to