Mon Mar 9 15:23:55 2020 UTC ()
Ticket #776


(martin)
diff -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-9.1

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

--- src/doc/Attic/CHANGES-9.1 2020/03/09 10:39:43 1.1.2.12
+++ src/doc/Attic/CHANGES-9.1 2020/03/09 15:23:55 1.1.2.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.1,v 1.1.2.12 2020/03/09 10:39:43 martin Exp $ 1# $NetBSD: CHANGES-9.1,v 1.1.2.13 2020/03/09 15:23:55 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.
@@ -479,13 +479,25 @@ sys/arch/powerpc/include/ibm4xx/tlb.h 1 @@ -479,13 +479,25 @@ sys/arch/powerpc/include/ibm4xx/tlb.h 1
479 ppc4xx_tlb_enter(): invalidate entry after clearing MSR for sure. 479 ppc4xx_tlb_enter(): invalidate entry after clearing MSR for sure.
480 pmap_procwr(): use dcbst instead of dcbf as a tiny optimization. 480 pmap_procwr(): use dcbst instead of dcbf as a tiny optimization.
481 Retire tlbpid_t (u_short). 481 Retire tlbpid_t (u_short).
482 Fix pmap_procwr(). 482 Fix pmap_procwr().
483 [rin, ticket #773] 483 [rin, ticket #773]
484 484
485sys/arch/powerpc/ibm4xx/cpu.c 1.34 485sys/arch/powerpc/ibm4xx/cpu.c 1.34
486sys/arch/powerpc/ibm4xx/pic_uic.c 1.5 486sys/arch/powerpc/ibm4xx/pic_uic.c 1.5
487 487
488 Cosmetic change. No binary changes. 488 Cosmetic change. No binary changes.
489 Remove unused macros. 489 Remove unused macros.
490 [rin, ticket #774] 490 [rin, ticket #774]
491 491
 492usr.bin/config/TODO up to 1.32
 493usr.bin/config/defs.h up to 1.105
 494usr.bin/config/files.c up to 1.37
 495usr.bin/config/gram.y up to 1.55
 496usr.bin/config/main.c up to 1.99
 497usr.bin/config/scan.l up to 1.30
 498usr.bin/config/sem.c up to 1.84
 499usr.bin/config/util.c up to 1.21
 500
 501 config(1): fix issue with incorrect handling of elifdef statements.
 502 [christos, ticket #776]
 503