Module Name: src
Committed By: martin
Date: Fri Feb 24 14:21:23 UTC 2023
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1803 - #1805
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.166 -r1.1.2.167 src/doc/CHANGES-8.3
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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.166 src/doc/CHANGES-8.3:1.1.2.167
--- src/doc/CHANGES-8.3:1.1.2.166 Wed Feb 22 19:57:50 2023
+++ src/doc/CHANGES-8.3 Fri Feb 24 14:21:22 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.166 2023/02/22 19:57:50 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.167 2023/02/24 14:21:22 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -3194,3 +3194,23 @@ sys/net/bpf.c 1.247 (merged)
bpf(4): Reject bogus timeout values before arithmetic overflows.
[riastradh, ticket #1802]
+distrib/amiga/stand/loadbsd.uue 1.3
+sys/arch/amiga/stand/loadbsd/Makefile 1.4
+sys/arch/amiga/stand/loadbsd/README 1.5
+sys/arch/amiga/stand/loadbsd/loadbsd.c 1.37
+
+ Update loadbsd source and distribution binary to version 3.2.
+ [abs, ticket #1803]
+
+sys/kern/subr_prf.c 1.171
+
+ Make identification of accounted aprint_error()s possible by putting a
+ big ugly "autoconfiguration error: " in the log when they occur.
+ [msaitoh, ticket #1804]
+
+sys/dev/ata/sata_subr.c 1.24
+sys/dev/ata/satavar.h 1.10
+
+ sata: do not consider "PHY offline" conditions an error.
+ [msaitoh, ticket #1805]
+