Module Name: src
Committed By: martin
Date: Mon May 3 09:04:21 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Tickets #1266 and #1267
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-9.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-9.2
diff -u src/doc/CHANGES-9.2:1.1.2.76 src/doc/CHANGES-9.2:1.1.2.77
--- src/doc/CHANGES-9.2:1.1.2.76 Sun May 2 10:44:31 2021
+++ src/doc/CHANGES-9.2 Mon May 3 09:04:21 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.76 2021/05/02 10:44:31 martin Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.77 2021/05/03 09:04:21 martin Exp $
A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
release:
@@ -3062,3 +3062,15 @@ external/cddl/osnet/dist/cmd/zpool/zpool
zfs: Fix references to FreeBSD in manual pages.
[nia, ticket #1264]
+external/gpl3/binutils/dist/bfd/elf32-ppc.c 1.16
+external/gpl3/binutils/dist/bfd/elf64-ppc.c 1.16
+
+ ld(1): fix regression when linking binaries with large text
+ section.
+ [rin, ticket #1266]
+
+sys/miscfs/fdesc/fdesc_vnops.c 1.135
+
+ PR 56130: make sure fdesc_lookup() never returns VNON vnodes.
+ [hannken, ticket #1267]
+