Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc Tickets #885 - #887



details:   https://anonhg.NetBSD.org/src/rev/2956dec1aba0
branches:  netbsd-9
changeset: 932296:2956dec1aba0
user:      martin <martin%NetBSD.org@localhost>
date:      Mon May 04 14:04:11 2020 +0000

description:
Tickets #885 - #887

diffstat:

 doc/CHANGES-9.1 |  21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r dd217f7b81ff -r 2956dec1aba0 doc/CHANGES-9.1
--- a/doc/CHANGES-9.1   Mon May 04 14:03:12 2020 +0000
+++ b/doc/CHANGES-9.1   Mon May 04 14:04:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.51 2020/05/02 16:31:44 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.52 2020/05/04 14:04:11 martin Exp $
 
 A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
 release:
@@ -2425,3 +2425,22 @@
        aarch64: fix sigaltstack(2)
        [tnn, ticket #884]
 
+sys/dev/scsipi/scsiconf.c                      1.287
+
+       Do not attempt to read opcodes and their timeouts at attach time for
+       old (pre SCSI-3) devices.
+       [jdc, ticket #885]
+
+sys/dev/sun/disksubr.c                         1.17
+
+       sparc: prevent a panic a sparc when trying to read a disklabel from
+       an empty CD drive.
+       [jdc, ticket #886]
+
+crypto/external/bsd/netpgp/lib/verify/Makefile 1.13
+crypto/external/bsd/netpgp/lib/verify/verify.map 1.1
+
+       Add a linker map to hide all the symbols the this library accidentally
+       exported. This fixes pkg_add.
+       [christos, ticket #887]
+



Home | Main Index | Thread Index | Old Index