Thu Apr 18 16:45:55 2024 UTC (44d)
Tickets #1955 - #1959


(martin)
diff -r1.1.2.227 -r1.1.2.228 src/doc/CHANGES-8.3

cvs diff -r1.1.2.227 -r1.1.2.228 src/doc/Attic/CHANGES-8.3 (expand / switch to context diff)
--- src/doc/Attic/CHANGES-8.3 2024/04/17 18:09:14 1.1.2.227
+++ src/doc/Attic/CHANGES-8.3 2024/04/18 16:45:55 1.1.2.228
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.227 2024/04/17 18:09:14 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.228 2024/04/18 16:45:55 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -4400,4 +4400,33 @@
 
 	bsd.x11.mk: PR 58104: use TOOL_AWK, not the build host's awk.
 	[riastradh, ticket #1954]
+
+distrib/evbarm/instkernel/sshramdisk/Makefile	1.26
+
+	evbarm/sshramdisk: PR 58035: put firmware files in the right
+        place.
+	[riastradh, ticket #1955]
+
+external/bsd/am-utils/dist/amd/amq_subr.c	1.4,1.5
+external/bsd/am-utils/dist/amq/amq.c		1.4
+external/bsd/am-utils/dist/amq/amq_xdr.c	1.2
+external/bsd/am-utils/dist/include/amq_defs.h	1.2
+
+	amd(8): PR 56974: fix crash in amq -i.
+	[riastradh, ticket #1956]
+
+external/gpl2/grep/dist/src/grep.c		1.3
+
+	grep(1): PR 56584: don't read FIFOs with -D skip.
+	[riastradh, ticket #1957]
+
+usr.bin/who/utmpentry.c				1.22
+
+	who(1): PR 56013: fix utmpentry counting.
+	[riastradh, ticket #1958]
+
+sys/arch/x86/x86/viac7temp.c			1.10
+
+	viac7temp(4): PR 58148: fix the kernel module.
+	[andvar, ticket #1959]