summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2022-06-14 10:42:20 +0000
committermartin <martin@NetBSD.org>2022-06-14 10:42:20 +0000
commitda9efebe72be118bcdbabfdd000cc6ee64e3632e (patch)
tree560df4af8068fa14a77ce98b8ca45fad01c1bf1b
parent65ee42026a3b32448b48d70e53f09a0b21c20ad2 (diff)
Tickets #1470 - #1472
-rw-r--r--doc/CHANGES-9.328
1 files changed, 27 insertions, 1 deletions
diff --git a/doc/CHANGES-9.3 b/doc/CHANGES-9.3
index e91c1d2a403..cc97bf96908 100644
--- a/doc/CHANGES-9.3
+++ b/doc/CHANGES-9.3
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.105 2022/06/10 17:40:40 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.106 2022/06/14 10:42:20 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -1802,3 +1802,29 @@ libexec/ld.elf_so/arch/hppa/rtld_start.S 1.14
others get the right value if they're called before _start.
[skrll, ticket #1469]
+distrib/notes/alpha/hardware 1.20
+distrib/notes/common/postinstall 1.90 (patch)
+distrib/notes/mvme68k/install 1.24
+distrib/notes/sun3/install 1.17
+
+ Fix the title of the boot tape creation section.
+ Fix some links to HP alpha firmware.
+ Fix link to pkgsrc.tar.gz file.
+ [andvar, ticket #1470]
+
+distrib/notes/common/main 1.569 (patch)
+distrib/notes/sparc/contents 1.27,1.28 (patch)
+distrib/notes/sparc/install 1.59-1.61 (patch)
+
+ Remove floppy installation instructions from sparc documentation.
+ Nroff and typo fixes.
+ [andvar, ticket #1471]
+
+sys/lib/libkern/arch/hppa/Makefile.inc 1.13
+sys/lib/libkern/arch/hppa/milli.S 1.3
+sys/lib/libkern/arch/hppa/milli_extra.S 1.1
+
+ PR 56878: don't need $$sh_func_adrs.
+ Provide a (trivial) __canonicalize_funcptr_for_compare.
+ [skrll, ticket #1472]
+