Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src Welcome to 9.1!
details: https://anonhg.NetBSD.org/src/rev/c5e5d4c68d88
branches: netbsd-9
changeset: 964164:c5e5d4c68d88
user: martin <martin%NetBSD.org@localhost>
date: Fri Oct 16 08:17:09 2020 +0000
description:
Welcome to 9.1!
diffstat:
doc/CHANGES-9.1 | 15 ++++++++++++++-
external/gpl2/groff/tmac/mdoc.local | 7 ++++---
sys/sys/param.h | 4 ++--
3 files changed, 20 insertions(+), 6 deletions(-)
diffs (73 lines):
diff -r 7b8826ed782b -r c5e5d4c68d88 doc/CHANGES-9.1
--- a/doc/CHANGES-9.1 Fri Oct 16 08:03:36 2020 +0000
+++ b/doc/CHANGES-9.1 Fri Oct 16 08:17:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.124 2020/10/15 19:39:02 bouyer Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.125 2020/10/16 08:17:09 martin Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -5291,3 +5291,16 @@
- Miscelaneous machine dependent fixes.
[martin, ticket #1113]
+sys/dev/pci/if_wm.c 1.691
+
+ Fix SGMII code to not to print error message. This problem was added
+ when SFP support was added.
+ [msaitoh, ticket #1114]
+
+
+external/gpl2/groff/tmac/mdoc.local patched by hand
+sys/sys/param.h patched by hand
+
+ Welcome to 9.1!
+ [martin]
+
diff -r 7b8826ed782b -r c5e5d4c68d88 external/gpl2/groff/tmac/mdoc.local
--- a/external/gpl2/groff/tmac/mdoc.local Fri Oct 16 08:03:36 2020 +0000
+++ b/external/gpl2/groff/tmac/mdoc.local Fri Oct 16 08:17:09 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.5.6.5 2020/02/16 12:16:28 martin Exp $
+.\" $NetBSD: mdoc.local,v 1.5.6.6 2020/10/16 08:17:09 martin Exp $
.\"
.\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -44,9 +44,9 @@
.as doc-str-St--ieee1275-94 " (\*[Lq]\*[doc-Tn-font-size]Open Firmware\*[doc-str-St]\*[Rq])
.
.\" Default .Os value
-.ds doc-operating-system NetBSD\~9.0_STABLE
+.ds doc-operating-system NetBSD\~9.1
.\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~9.0_STABLE
+.ds doc-default-operating-system NetBSD\~9.1
.\" Other known versions, not yet in groff distribution
.ds doc-operating-system-NetBSD-1.3.3 1.3.3
.ds doc-operating-system-NetBSD-1.6.3 1.6.3
@@ -64,6 +64,7 @@
.ds doc-operating-system-NetBSD-7.1 7.1
.ds doc-operating-system-NetBSD-8.0 8.0
.ds doc-operating-system-NetBSD-9.0 9.0
+.ds doc-operating-system-NetBSD-9.1 9.1
.ds doc-operating-system-FreeBSD-4.11 4.11
.ds doc-operating-system-FreeBSD-5.4 5.4
.ds doc-operating-system-FreeBSD-5.5 5.5
diff -r 7b8826ed782b -r c5e5d4c68d88 sys/sys/param.h
--- a/sys/sys/param.h Fri Oct 16 08:03:36 2020 +0000
+++ b/sys/sys/param.h Fri Oct 16 08:17:09 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.599.2.6 2020/02/16 12:16:28 martin Exp $ */
+/* $NetBSD: param.h,v 1.599.2.7 2020/10/16 08:17:09 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 900000000 /* NetBSD 9.0_STABLE */
+#define __NetBSD_Version__ 901000000 /* NetBSD 9.1 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index