Fri Feb 24 14:21:23 2023 UTC ()
Tickets #1803 - #1805


(martin)
diff -r1.1.2.166 -r1.1.2.167 src/doc/CHANGES-8.3

cvs diff -r1.1.2.166 -r1.1.2.167 src/doc/Attic/CHANGES-8.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.3 2023/02/22 19:57:50 1.1.2.166
+++ src/doc/Attic/CHANGES-8.3 2023/02/24 14:21:22 1.1.2.167
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1 $NetBSD: CHANGES-8.3,v 1.1.2.166 2023/02/22 19:57:50 martin Exp $ 1 $NetBSD: CHANGES-8.3,v 1.1.2.167 2023/02/24 14:21:22 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
@@ -3184,13 +3184,33 @@ etc/iscsi/Makefile 1.4 @@ -3184,13 +3184,33 @@ etc/iscsi/Makefile 1.4
3184etc/root/Makefile 1.5 3184etc/root/Makefile 1.5
3185etc/ssh/Makefile 1.4 3185etc/ssh/Makefile 1.4
3186external/ibm-public/postfix/etc/Makefile 1.2 3186external/ibm-public/postfix/etc/Makefile 1.2
3187usr.bin/mail/Makefile 1.41 3187usr.bin/mail/Makefile 1.41
3188 3188
3189 Fix modes of editable config files. 3189 Fix modes of editable config files.
3190 [riastradh, ticket #1800] 3190 [riastradh, ticket #1800]
3191 3191
3192sys/net/bpf.c 1.247 (merged) 3192sys/net/bpf.c 1.247 (merged)
3193 3193
3194 bpf(4): Reject bogus timeout values before arithmetic overflows. 3194 bpf(4): Reject bogus timeout values before arithmetic overflows.
3195 [riastradh, ticket #1802] 3195 [riastradh, ticket #1802]
3196 3196
 3197distrib/amiga/stand/loadbsd.uue 1.3
 3198sys/arch/amiga/stand/loadbsd/Makefile 1.4
 3199sys/arch/amiga/stand/loadbsd/README 1.5
 3200sys/arch/amiga/stand/loadbsd/loadbsd.c 1.37
 3201
 3202 Update loadbsd source and distribution binary to version 3.2.
 3203 [abs, ticket #1803]
 3204
 3205sys/kern/subr_prf.c 1.171
 3206
 3207 Make identification of accounted aprint_error()s possible by putting a
 3208 big ugly "autoconfiguration error: " in the log when they occur.
 3209 [msaitoh, ticket #1804]
 3210
 3211sys/dev/ata/sata_subr.c 1.24
 3212sys/dev/ata/satavar.h 1.10
 3213
 3214 sata: do not consider "PHY offline" conditions an error.
 3215 [msaitoh, ticket #1805]
 3216