Module Name: src
Committed By: martin
Date: Fri Dec 18 12:29:41 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Tickets #1153 and #1154
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 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.23 src/doc/CHANGES-9.2:1.1.2.24
--- src/doc/CHANGES-9.2:1.1.2.23 Mon Dec 14 17:30:35 2020
+++ src/doc/CHANGES-9.2 Fri Dec 18 12:29:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.23 2020/12/14 17:30:35 martin Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.24 2020/12/18 12:29:41 martin Exp $
A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
release:
@@ -1242,3 +1242,15 @@ sys/arch/hp300/conf/RAMDISK 1.16
Remove options (NVNODE, NBUF, and BUFPAGES) for small RAM machines.
[tsutsui, ticket #1152]
+usr.bin/vmstat/vmstat.c 1.232 (patch)
+
+ Move the time nlist fetches into their own namelist and only
+ fetch them when necessary. Allow for fallback uses of older
+ time sources if others are not present.
+ [mrg, ticket #1153]
+
+external/bsd/dhcpcd/dist/src/dhcp.c (apply patch)
+
+ Fix reading of UDP messages via inet socket rather than BPF.
+ [roy, ticket #1154]
+