Module Name: src
Committed By: martin
Date: Sat Jul 20 15:59:35 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Tickets #1855 - #1858
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-9.5
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.5
diff -u src/doc/CHANGES-9.5:1.1.2.9 src/doc/CHANGES-9.5:1.1.2.10
--- src/doc/CHANGES-9.5:1.1.2.9 Wed Jul 3 17:29:50 2024
+++ src/doc/CHANGES-9.5 Sat Jul 20 15:59:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.5,v 1.1.2.9 2024/07/03 17:29:50 martin Exp $
+# $NetBSD: CHANGES-9.5,v 1.1.2.10 2024/07/20 15:59:35 martin Exp $
A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5
release:
@@ -116,3 +116,26 @@ usr.sbin/sysinst/msg.mi.en 1.52
autoconfigures.
[nia, ticket #1853]
+sys/arch/x86/include/specialreg.h 1.212
+sys/arch/x86/x86/identcpu.c 1.129,1.130
+
+ x86: PR 58370: VIA CPU probe fixes.
+ [andvar, ticket #1855]
+
+bin/sh/histedit.c 1.68
+
+ sh(1): ignore non-numeric values for HISTSIZE.
+ [kre, ticket #1856]
+
+distrib/sets/lists/comp/mi 1.2463
+share/man/man9/Makefile 1.471
+share/man/man9/imax.9 1.7,1.8
+
+ imax(9): document the renaming from max/min to uimax/uimin.
+ [rin, ticket #1857]
+
+sys/net/if_bridge.c 1.192
+
+ bridge(4): add missing curlwp_bind() for pppoe.
+ [rin, ticket #1858]
+