Mon Mar 9 18:51:35 2020 UTC ()
777


(snj)
diff -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-9.1

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

--- src/doc/Attic/CHANGES-9.1 2020/03/09 18:29:16 1.1.2.14
+++ src/doc/Attic/CHANGES-9.1 2020/03/09 18:51:35 1.1.2.15
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.1,v 1.1.2.14 2020/03/09 18:29:16 martin Exp $ 1# $NetBSD: CHANGES-9.1,v 1.1.2.15 2020/03/09 18:51:35 snj 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.
@@ -491,13 +491,19 @@ sys/arch/powerpc/ibm4xx/pic_uic.c 1.5 @@ -491,13 +491,19 @@ sys/arch/powerpc/ibm4xx/pic_uic.c 1.5
491 491
492usr.bin/config/TODO up to 1.32 492usr.bin/config/TODO up to 1.32
493usr.bin/config/defs.h up to 1.105 493usr.bin/config/defs.h up to 1.105
494usr.bin/config/files.c up to 1.37 494usr.bin/config/files.c up to 1.37
495usr.bin/config/gram.y up to 1.55 495usr.bin/config/gram.y up to 1.55
496usr.bin/config/main.c up to 1.99 496usr.bin/config/main.c up to 1.99
497usr.bin/config/scan.l up to 1.31 497usr.bin/config/scan.l up to 1.31
498usr.bin/config/sem.c up to 1.84 498usr.bin/config/sem.c up to 1.84
499usr.bin/config/util.c up to 1.21 499usr.bin/config/util.c up to 1.21
500 500
501 config(1): fix issue with incorrect handling of elifdef statements. 501 config(1): fix issue with incorrect handling of elifdef statements.
502 [christos, ticket #776] 502 [christos, ticket #776]
503 503
 504usr.sbin/sysinst/arch/alpha/md.c 1.8
 505
 506 The (unused) md_pre_disklabel() function needs to return
 507 success, otherwise all installations will be aborted.
 508 [martin, ticket #777]
 509