Source-Changes-HG archive

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

[src/netbsd-10]: src/doc ticket #220



details:   https://anonhg.NetBSD.org/src/rev/3f9a52941771
branches:  netbsd-10
changeset: 377193:3f9a52941771
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Fri Jun 30 18:10:44 2023 +0000

description:
ticket #220

diffstat:

 doc/CHANGES-10.0 |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0a18b03e675f -r 3f9a52941771 doc/CHANGES-10.0
--- a/doc/CHANGES-10.0  Fri Jun 30 18:10:12 2023 +0000
+++ b/doc/CHANGES-10.0  Fri Jun 30 18:10:44 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.75 2023/06/30 17:21:33 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.76 2023/06/30 18:10:44 bouyer Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -2339,3 +2339,9 @@ sys/arch/i386/stand/bootxx/boot1.c                1.22
        x86: primary bootstrap is now able to read a GPT inside RAIDframe.
        [manu, ticket #222]
 
+usr.bin/dc/bcode.c                             1.4
+
+       Make this compile when BIGNUM limbs (BN_ULONG) are not the same
+       size as "unsigned long" (e.g. in bn(64/32) configurations of openssl).
+       [martin, ticket #220]
+



Home | Main Index | Thread Index | Old Index