Thu Apr 18 16:41:58 2024 UTC (21d)
Tickets #1827 - #1835


(martin)
diff -r1.1.2.144 -r1.1.2.145 src/doc/CHANGES-9.4

cvs diff -r1.1.2.144 -r1.1.2.145 src/doc/Attic/CHANGES-9.4 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.4 2024/04/17 18:06:32 1.1.2.144
+++ src/doc/Attic/CHANGES-9.4 2024/04/18 16:41:58 1.1.2.145
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.4,v 1.1.2.144 2024/04/17 18:06:32 martin Exp $ 1# $NetBSD: CHANGES-9.4,v 1.1.2.145 2024/04/18 16:41:58 martin Exp $
2 2
3A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 3A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9doc/CHANGES-9.4 added 9doc/CHANGES-9.4 added
10 10
11 Welcome to 9.3_STABLE. 11 Welcome to 9.3_STABLE.
12 [martin] 12 [martin]
13 13
14sys/netinet6/nd6.c (apply patch) 14sys/netinet6/nd6.c (apply patch)
@@ -13540,13 +13540,70 @@ etc/mtree/special 1.172 @@ -13540,13 +13540,70 @@ etc/mtree/special 1.172
13540 [kim, ticket #1824] 13540 [kim, ticket #1824]
13541 13541
13542sys/dev/pci/if_iwn.c 1.100 13542sys/dev/pci/if_iwn.c 1.100
13543 13543
13544 iwn(4): PR 58105: use the correct firmware file on 13544 iwn(4): PR 58105: use the correct firmware file on
13545 Intel Centrino N 130. 13545 Intel Centrino N 130.
13546 [riastradh, ticket #1825] 13546 [riastradh, ticket #1825]
13547 13547
13548share/mk/bsd.lib.mk 1.398,1.399,1.152 (via patch) 13548share/mk/bsd.lib.mk 1.398,1.399,1.152 (via patch)
13549 13549
13550 bsd.x11.mk: PR 58104: use TOOL_AWK, not the build host's awk. 13550 bsd.x11.mk: PR 58104: use TOOL_AWK, not the build host's awk.
13551 [riastradh, ticket #1826] 13551 [riastradh, ticket #1826]
13552 13552
 13553share/mk/bsd.own.mk 1.1365,1.1366 (patch)
 13554sys/arch/aarch64/include/sljit_machdep.h 1.4 (patch)
 13555sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_64.c 1.5 (patch)
 13556sys/modules/Makefile 1.285 (patch)
 13557
 13558 aarch64: PR 58103: enable SLJIT acceleration.
 13559 [riastradh, ticket #1827]
 13560
 13561sys/stand/efiboot/efiboot.c 1.23
 13562
 13563 efiboot: PR 58075: avoid invalid memory access with netboot.
 13564 [riastradh, ticket #1828]
 13565
 13566distrib/evbarm/instkernel/sshramdisk/Makefile 1.26
 13567
 13568 evbarm/sshramdisk: PR 58035: put firmware files in the right
 13569 place.
 13570 [riastradh, ticket #1829]
 13571
 13572share/man/man9/workqueue.9 1.15 (patch)
 13573sys/kern/subr_workqueue.c 1.39-1.47 (patch)
 13574tests/rump/kernspace/kernspace.h 1.9 (patch)
 13575tests/rump/kernspace/workqueue.c 1.7-1.9 (patch)
 13576tests/rump/rumpkern/Makefile 1.20 (patch)
 13577tests/rump/rumpkern/t_workqueue.c 1.3,1.4 (patch)
 13578
 13579 workqueue(9): PR 57574: fix use-after-free.
 13580 [riastradh, ticket #1830]
 13581
 13582external/bsd/am-utils/dist/amd/amq_subr.c 1.4,1.5
 13583external/bsd/am-utils/dist/amq/amq.c 1.4
 13584external/bsd/am-utils/dist/amq/amq_xdr.c 1.2
 13585external/bsd/am-utils/dist/include/amq_defs.h 1.2
 13586
 13587 amd(8): PR 56974: fix crash in amq -i.
 13588 [riastradh, ticket #1831]
 13589
 13590external/gpl2/grep/dist/src/grep.c 1.3
 13591
 13592 grep(1): PR 56584: don't read FIFOs with -D skip.
 13593 [riastradh, ticket #1832]
 13594
 13595usr.bin/who/utmpentry.c 1.22
 13596
 13597 who(1): PR 56013: fix utmpentry counting.
 13598 [riastradh, ticket #1833]
 13599
 13600share/mk/bsd.own.mk 1.1177
 13601
 13602 sparc64: PR 55937: enable building zfs by default.
 13603 [riastradh, ticket #1834]
 13604
 13605sys/arch/x86/x86/viac7temp.c 1.10
 13606
 13607 viac7temp(4): PR 58148: fix the kernel module.
 13608 [andvar, ticket #1835]
 13609