Welcome to 9.3_STABLE
This commit is contained in:
parent
657c2f6e75
commit
ab7c387b41
|
@ -0,0 +1,13 @@
|
||||||
|
# $NetBSD: CHANGES-9.4,v 1.1.2.1 2022/08/08 16:58:05 martin Exp $
|
||||||
|
|
||||||
|
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
|
||||||
|
release:
|
||||||
|
|
||||||
|
external/gpl2/groff/tmac/mdoc.local patched by hand
|
||||||
|
sys/sys/param.h patched by hand
|
||||||
|
doc/README.files patched by hand
|
||||||
|
doc/CHANGES-9.4 added
|
||||||
|
|
||||||
|
Welcome to 9.3_STABLE.
|
||||||
|
[martin]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: README.files,v 1.5.26.1 2019/07/30 16:52:10 martin Exp $
|
# $NetBSD: README.files,v 1.5.26.2 2022/08/08 16:58:05 martin Exp $
|
||||||
|
|
||||||
What's in this directory:
|
What's in this directory:
|
||||||
|
|
||||||
|
@ -6,6 +6,10 @@ CHANGES Changes between the 8.0 and 9.0 releases.
|
||||||
|
|
||||||
CHANGES-9.0 Changes between the creation of the netbsd-9 branch and
|
CHANGES-9.0 Changes between the creation of the netbsd-9 branch and
|
||||||
the 9.0 release.
|
the 9.0 release.
|
||||||
|
CHANGES-9.1 Changes between the the 9.0 release and the 9.1 release.
|
||||||
|
CHANGES-9.2 Changes between the the 9.1 release and the 9.2 release.
|
||||||
|
CHANGES-9.3 Changes between the the 9.2 release and the 9.3 release.
|
||||||
|
CHANGES-9.4 Changes between the the 9.3 release and the 9.4 release.
|
||||||
|
|
||||||
CHANGES.prev Changes in previous NetBSD releases.
|
CHANGES.prev Changes in previous NetBSD releases.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: mdoc.local,v 1.5.6.10 2022/08/04 15:30:37 martin Exp $
|
.\" $NetBSD: mdoc.local,v 1.5.6.11 2022/08/08 16:58:05 martin Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -44,9 +44,9 @@
|
||||||
.as doc-str-St--ieee1275-94 " (\*[Lq]\*[doc-Tn-font-size]Open Firmware\*[doc-str-St]\*[Rq])
|
.as doc-str-St--ieee1275-94 " (\*[Lq]\*[doc-Tn-font-size]Open Firmware\*[doc-str-St]\*[Rq])
|
||||||
.
|
.
|
||||||
.\" Default .Os value
|
.\" Default .Os value
|
||||||
.ds doc-operating-system NetBSD\~9.3
|
.ds doc-operating-system NetBSD\~9.3_STABLE
|
||||||
.\" Default footer operating system value
|
.\" Default footer operating system value
|
||||||
.ds doc-default-operating-system NetBSD\~9.3
|
.ds doc-default-operating-system NetBSD\~9.3_STABLE
|
||||||
.\" Other known versions, not yet in groff distribution
|
.\" 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.3.3 1.3.3
|
||||||
.ds doc-operating-system-NetBSD-1.6.3 1.6.3
|
.ds doc-operating-system-NetBSD-1.6.3 1.6.3
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: param.h,v 1.599.2.12 2022/08/04 15:30:36 martin Exp $ */
|
/* $NetBSD: param.h,v 1.599.2.13 2022/08/08 16:51:35 martin Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1982, 1986, 1989, 1993
|
* Copyright (c) 1982, 1986, 1989, 1993
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
* 2.99.9 (299000900)
|
* 2.99.9 (299000900)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define __NetBSD_Version__ 903000000 /* NetBSD 9.3 */
|
#define __NetBSD_Version__ 903000000 /* NetBSD 9.3_STABLE */
|
||||||
|
|
||||||
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
|
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
|
||||||
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
|
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
|
||||||
|
|
Loading…
Reference in New Issue