Thu Apr 18 16:45:55 2024 UTC (21d)
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 unified 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,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-8.3,v 1.1.2.227 2024/04/17 18:09:14 martin Exp $ 1$NetBSD: CHANGES-8.3,v 1.1.2.228 2024/04/18 16:45:55 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
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
8 8
9 Welcome to 8.2_STABLE. 9 Welcome to 8.2_STABLE.
10 [martin] 10 [martin]
11 11
12sys/dev/ic/spdmem.c 1.31-1.35 12sys/dev/ic/spdmem.c 1.31-1.35
13sys/dev/ic/spdmemvar.h 1.15,1.16 13sys/dev/ic/spdmemvar.h 1.15,1.16
14 14
@@ -4391,13 +4391,42 @@ external/gpl2/groff/dist/tmac/doc.tmac  @@ -4391,13 +4391,42 @@ external/gpl2/groff/dist/tmac/doc.tmac
4391 [uwe, ticket #1952] 4391 [uwe, ticket #1952]
4392 4392
4393sys/dev/pci/if_iwn.c 1.100 4393sys/dev/pci/if_iwn.c 1.100
4394 4394
4395 iwn(4): PR 58105: use the correct firmware file on 4395 iwn(4): PR 58105: use the correct firmware file on
4396 Intel Centrino N 130. 4396 Intel Centrino N 130.
4397 [riastradh, ticket #1953] 4397 [riastradh, ticket #1953]
4398 4398
4399share/mk/bsd.lib.mk 1.398,1.399,1.152 (via patch) 4399share/mk/bsd.lib.mk 1.398,1.399,1.152 (via patch)
4400 4400
4401 bsd.x11.mk: PR 58104: use TOOL_AWK, not the build host's awk. 4401 bsd.x11.mk: PR 58104: use TOOL_AWK, not the build host's awk.
4402 [riastradh, ticket #1954] 4402 [riastradh, ticket #1954]
4403 4403
 4404distrib/evbarm/instkernel/sshramdisk/Makefile 1.26
 4405
 4406 evbarm/sshramdisk: PR 58035: put firmware files in the right
 4407 place.
 4408 [riastradh, ticket #1955]
 4409
 4410external/bsd/am-utils/dist/amd/amq_subr.c 1.4,1.5
 4411external/bsd/am-utils/dist/amq/amq.c 1.4
 4412external/bsd/am-utils/dist/amq/amq_xdr.c 1.2
 4413external/bsd/am-utils/dist/include/amq_defs.h 1.2
 4414
 4415 amd(8): PR 56974: fix crash in amq -i.
 4416 [riastradh, ticket #1956]
 4417
 4418external/gpl2/grep/dist/src/grep.c 1.3
 4419
 4420 grep(1): PR 56584: don't read FIFOs with -D skip.
 4421 [riastradh, ticket #1957]
 4422
 4423usr.bin/who/utmpentry.c 1.22
 4424
 4425 who(1): PR 56013: fix utmpentry counting.
 4426 [riastradh, ticket #1958]
 4427
 4428sys/arch/x86/x86/viac7temp.c 1.10
 4429
 4430 viac7temp(4): PR 58148: fix the kernel module.
 4431 [andvar, ticket #1959]
 4432