Wed Apr 22 18:26:06 2020 UTC ()
Ticket #843


(martin)
diff -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-9.1

cvs diff -r1.1.2.38 -r1.1.2.39 src/doc/Attic/CHANGES-9.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.1 2020/04/22 18:22:23 1.1.2.38
+++ src/doc/Attic/CHANGES-9.1 2020/04/22 18:26:06 1.1.2.39
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.1,v 1.1.2.38 2020/04/22 18:22:23 martin Exp $ 1# $NetBSD: CHANGES-9.1,v 1.1.2.39 2020/04/22 18:26:06 martin Exp $
2 2
3A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1 3A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 9.0_STABLE. 9 Welcome to 9.0_STABLE.
10 [martin] 10 [martin]
11 11
12external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.57 12external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.57
13 13
14 zfs_netbsd_setattr: ignore size changes on device nodes. 14 zfs_netbsd_setattr: ignore size changes on device nodes.
@@ -970,13 +970,18 @@ sys/kern/vfs_mount.c 1.79 @@ -970,13 +970,18 @@ sys/kern/vfs_mount.c 1.79
970 [gson, ticket #839] 970 [gson, ticket #839]
971 971
972lib/libc/sys/fdatasync.2 1.17 972lib/libc/sys/fdatasync.2 1.17
973sys/kern/vfs_syscalls.c 1.544 973sys/kern/vfs_syscalls.c 1.544
974 974
975 Allow fdatasync on non-writable fds (POSIX conformance fix). 975 Allow fdatasync on non-writable fds (POSIX conformance fix).
976 [gdt, ticket #840] 976 [gdt, ticket #840]
977 977
978sys/compat/ossaudio/ossaudio.c 1.83 978sys/compat/ossaudio/ossaudio.c 1.83
979 979
980 ossaudio: Avoid giving userland uninitialized memory. 980 ossaudio: Avoid giving userland uninitialized memory.
981 [maxv, ticket #841] 981 [maxv, ticket #841]
982 982
 983external/gpl3/gcc/lib/libsupc++/Makefile 1.13
 984
 985 PR 54660: pull in atomicity.h (atomicity.cc) on sparc.
 986 [mrg, ticket #843]
 987