Module Name:    src
Committed By:   martin
Date:           Thu Apr 18 16:41:58 UTC 2024

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.4

Log Message:
Tickets #1827 - #1835


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.144 -r1.1.2.145 src/doc/CHANGES-9.4

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.4
diff -u src/doc/CHANGES-9.4:1.1.2.144 src/doc/CHANGES-9.4:1.1.2.145
--- src/doc/CHANGES-9.4:1.1.2.144	Wed Apr 17 18:06:32 2024
+++ src/doc/CHANGES-9.4	Thu Apr 18 16:41:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.144 2024/04/17 18:06:32 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.145 2024/04/18 16:41:58 martin Exp $
 
 A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
 release:
@@ -13550,3 +13550,60 @@ share/mk/bsd.lib.mk				1.398,1.399,1.152
 	bsd.x11.mk: PR 58104: use TOOL_AWK, not the build host's awk.
 	[riastradh, ticket #1826]
 
+share/mk/bsd.own.mk				1.1365,1.1366 (patch)
+sys/arch/aarch64/include/sljit_machdep.h	1.4 (patch)
+sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_64.c 1.5 (patch)
+sys/modules/Makefile				1.285 (patch)
+
+	aarch64: PR 58103: enable SLJIT acceleration.
+	[riastradh, ticket #1827]
+
+sys/stand/efiboot/efiboot.c			1.23
+
+	efiboot: PR 58075: avoid invalid memory access with netboot.
+	[riastradh, ticket #1828]
+
+distrib/evbarm/instkernel/sshramdisk/Makefile	1.26
+
+	evbarm/sshramdisk: PR 58035: put firmware files in the right
+        place.
+	[riastradh, ticket #1829]
+
+share/man/man9/workqueue.9			1.15 (patch)
+sys/kern/subr_workqueue.c			1.39-1.47 (patch)
+tests/rump/kernspace/kernspace.h		1.9 (patch)
+tests/rump/kernspace/workqueue.c		1.7-1.9 (patch)
+tests/rump/rumpkern/Makefile			1.20 (patch)
+tests/rump/rumpkern/t_workqueue.c		1.3,1.4 (patch)
+
+	workqueue(9): PR 57574: fix use-after-free.
+	[riastradh, ticket #1830]
+
+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 #1831]
+
+external/gpl2/grep/dist/src/grep.c		1.3
+
+	grep(1): PR 56584: don't read FIFOs with -D skip.
+	[riastradh, ticket #1832]
+
+usr.bin/who/utmpentry.c				1.22
+
+	who(1): PR 56013: fix utmpentry counting.
+	[riastradh, ticket #1833]
+
+share/mk/bsd.own.mk				1.1177
+
+	sparc64: PR 55937: enable building zfs by default.
+	[riastradh, ticket #1834]
+
+sys/arch/x86/x86/viac7temp.c			1.10
+
+	viac7temp(4): PR 58148: fix the kernel module.
+	[andvar, ticket #1835]
+

Reply via email to