Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc Tickets #837 - #841



details:   https://anonhg.NetBSD.org/src/rev/6bee01274633
branches:  netbsd-9
changeset: 1001667:6bee01274633
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Apr 22 18:22:23 2020 +0000

description:
Tickets #837 - #841

diffstat:

 doc/CHANGES-9.1 |  32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

diffs (43 lines):

diff -r b9619f5331bd -r 6bee01274633 doc/CHANGES-9.1
--- a/doc/CHANGES-9.1   Wed Apr 22 18:12:26 2020 +0000
+++ b/doc/CHANGES-9.1   Wed Apr 22 18:22:23 2020 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index