Sun Sep 1 10:03:09 2019 UTC ()
Ticket #1704


(martin)
diff -r1.1.2.58 -r1.1.2.59 src/doc/CHANGES-7.3

cvs diff -r1.1.2.58 -r1.1.2.59 src/doc/Attic/CHANGES-7.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.3 2019/08/29 16:14:07 1.1.2.58
+++ src/doc/Attic/CHANGES-7.3 2019/09/01 10:03:09 1.1.2.59
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.3,v 1.1.2.58 2019/08/29 16:14:07 martin Exp $ 1# $NetBSD: CHANGES-7.3,v 1.1.2.59 2019/09/01 10:03:09 martin Exp $
2 2
3A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3 3A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
4release: 4release:
5 5
6doc/README.files patched by hand 6doc/README.files patched by hand
7gnu/usr.bin/groff/tmac/mdoc.local patched by hand 7gnu/usr.bin/groff/tmac/mdoc.local patched by hand
8sys/sys/param.h patched by hand 8sys/sys/param.h patched by hand
9 9
10 Welcome to 7.2_STABLE. 10 Welcome to 7.2_STABLE.
11 [snj] 11 [snj]
12 12
13sys/arch/x86/include/cacheinfo.h 1.23-1.26 13sys/arch/x86/include/cacheinfo.h 1.23-1.26
14sys/arch/x86/include/cpu.h 1.70 14sys/arch/x86/include/cpu.h 1.70
@@ -623,13 +623,23 @@ sys/external/bsd/ipf/netinet/fil.c 1.30 @@ -623,13 +623,23 @@ sys/external/bsd/ipf/netinet/fil.c 1.30
623distrib/hpcarm/miniroot/list 1.11 623distrib/hpcarm/miniroot/list 1.11
624distrib/hpcmips/miniroot/list 1.19 624distrib/hpcmips/miniroot/list 1.19
625distrib/hpcsh/miniroot/list 1.11 625distrib/hpcsh/miniroot/list 1.11
626 626
627 sysctl(8) is useful to have in the install env when debugging. 627 sysctl(8) is useful to have in the install env when debugging.
628 [sevan, ticket #1702] 628 [sevan, ticket #1702]
629 629
630sys/miscfs/kernfs/kernfs_vnops.c 1.161 630sys/miscfs/kernfs/kernfs_vnops.c 1.161
631sys/miscfs/procfs/procfs_vnops.c 1.207 631sys/miscfs/procfs/procfs_vnops.c 1.207
632 632
633 Add missing operation VOP_GETPAGES() returning EFAULT. 633 Add missing operation VOP_GETPAGES() returning EFAULT.
634 [hannken, ticket #1703] 634 [hannken, ticket #1703]
635 635
 636external/gpl3/gdb/dist/bfd/coffgen.c (apply patch)
 637external/gpl3/gdb/dist/bfd/elf.c (apply patch)
 638external/gpl3/gdb/dist/bfd/elflink.c (apply patch)
 639external/gpl3/gdb/dist/bfd/reloc.c (apply patch)
 640external/gpl3/gdb/dist/bfd/srec.c (apply patch)
 641
 642 Cherry-pick fixes for newer compilers from -current, avoiding
 643 fall-through warnings.
 644 [mrg, ticket #1704]
 645