Hi,
Some fixes, mostly in the html headers, for plus{,76,77,78,79}.html:
- plus.html : a period to comma
- plus79.html : a period to comma, fix version number. Reduce diff with
plus.html
- plus78.html : fix version number
- plus77.html : missing head tag, reduce diff with plus.html
- plus76.html : several tags missing, reduce diff with plus.html
If there is interest, I can go down the rabbit hole and do the same for older
files.
Best regards,
########
diff --git a/plus.html b/plus.html
index 13d1fc474..79ec76508 100644
--- a/plus.html
+++ b/plus.html
@@ -60,7 +60,7 @@ see the "source-changes" mailing list, called "OpenBSD CVS"
in the
<a href="plus70.html">7.0</a>,<br>
<a href="plus71.html">7.1</a>, <a href="plus72.html">7.2</a>,
<a href="plus73.html">7.3</a>, <a href="plus74.html">7.4</a>,
-<a href="plus75.html">7.5</a>, <a href="plus76.html">7.6</a>.
+<a href="plus75.html">7.5</a>, <a href="plus76.html">7.6</a>,
<a href="plus77.html">7.7</a>, <a href="plus78.html">7.8</a>,
<a href="plus79.html">7.9</a>.
<br>
diff --git a/plus76.html b/plus76.html
index fd6f9024b..da9ed109f 100644
--- a/plus76.html
+++ b/plus76.html
@@ -1,108 +1,72 @@
-<!doctype html>
-<html lang=en id=plus>
-<meta charset=utf-8>
+<!DOCTYPE html>
+<html lang="en" id="plus">
+<head>
+<meta name="generator" content=
+"HTML Tidy for HTML5 for OpenBSD version 5.8.0">
+<meta charset="utf-8">
<title>OpenBSD 7.6 Changelog</title>
<meta name="description" content="OpenBSD 7.6 changes">
-<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="viewport" content=
+"width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://www.openbsd.org/plus76.html">
<style>
strong {
- color: var(--red);
- font-weight: normal;
+ color: var(--red);
+ font-weight: normal;
}
h3 {
- color: var(--blue);
+ color: var(--blue);
}
</style>
-
-<h2 id=OpenBSD>
-<a href="index.html">
-<i>Open</i><b>BSD</b></a>
-7.6 Changelog
-</h2>
+</head>
+<body>
+<h2 id="OpenBSD"><a href="index.html"><i>Open</i><b>BSD</b></a>
+7.6 Changelog</h2>
<hr>
-
-<p>
-This selection is intended to include all important
-and all user-visible changes.
-For a complete record of all changes, please see the "source-changes"
-mailing list, called "OpenBSD CVS"
-in the <a href="https://marc.info/?l=openbsd-cvs">archives</a>,
-or use <a href="anoncvs.html#CVS">CVS</a>.
-
-<p>
-For changes in other releases, click below:<br>
-<a href="plus20.html">2.0</a>,
-<a href="plus21.html">2.1</a>,
-<a href="plus22.html">2.2</a>,
-<a href="plus23.html">2.3</a>,
-<a href="plus24.html">2.4</a>,
-<a href="plus25.html">2.5</a>,
-<a href="plus26.html">2.6</a>,
-<a href="plus27.html">2.7</a>,
-<a href="plus28.html">2.8</a>,
-<a href="plus29.html">2.9</a>,
-<a href="plus30.html">3.0</a>,
-<a href="plus31.html">3.1</a>,
-<a href="plus32.html">3.2</a>,
-<a href="plus33.html">3.3</a>,
-<a href="plus34.html">3.4</a>,
-<a href="plus35.html">3.5</a>,
-<a href="plus36.html">3.6</a>,
-<br>
-<a href="plus37.html">3.7</a>,
-<a href="plus38.html">3.8</a>,
-<a href="plus39.html">3.9</a>,
-<a href="plus40.html">4.0</a>,
-<a href="plus41.html">4.1</a>,
-<a href="plus42.html">4.2</a>,
-<a href="plus43.html">4.3</a>,
-<a href="plus44.html">4.4</a>,
-<a href="plus45.html">4.5</a>,
-<a href="plus46.html">4.6</a>,
-<a href="plus47.html">4.7</a>,
-<a href="plus48.html">4.8</a>,
-<a href="plus49.html">4.9</a>,
-<a href="plus50.html">5.0</a>,
-<a href="plus51.html">5.1</a>,
-<a href="plus52.html">5.2</a>,
-<a href="plus53.html">5.3</a>,
-<br>
-<a href="plus54.html">5.4</a>,
-<a href="plus55.html">5.5</a>,
-<a href="plus56.html">5.6</a>,
-<a href="plus57.html">5.7</a>,
-<a href="plus58.html">5.8</a>,
-<a href="plus59.html">5.9</a>,
-<a href="plus60.html">6.0</a>,
-<a href="plus61.html">6.1</a>,
-<a href="plus62.html">6.2</a>,
-<a href="plus63.html">6.3</a>,
-<a href="plus64.html">6.4</a>,
-<a href="plus65.html">6.5</a>,
-<a href="plus66.html">6.6</a>,
-<a href="plus67.html">6.7</a>,
-<a href="plus68.html">6.8</a>,
-<a href="plus69.html">6.9</a>,
-<a href="plus70.html">7.0</a>,
-<br>
-<a href="plus71.html">7.1</a>,
-<a href="plus72.html">7.2</a>,
-<a href="plus73.html">7.3</a>,
-<a href="plus74.html">7.4</a>,
-<a href="plus75.html">7.5</a>,
-<a href="plus77.html">7.7</a>,
-<a href="plus78.html">7.8</a>,
-<a href="plus79.html">7.9</a>,
+<p>This selection is intended to include all important and all
+user-visible changes. For a complete record of all changes, please
+see the "source-changes" mailing list, called "OpenBSD CVS" in the
+<a href="https://marc.info/?l=openbsd-cvs">archives</a>, or use
+<a href="anoncvs.html#CVS">CVS</a>.
+<p>For changes in other releases, click below:<br>
+<a href="plus20.html">2.0</a>, <a href="plus21.html">2.1</a>,
+<a href="plus22.html">2.2</a>, <a href="plus23.html">2.3</a>,
+<a href="plus24.html">2.4</a>, <a href="plus25.html">2.5</a>,
+<a href="plus26.html">2.6</a>, <a href="plus27.html">2.7</a>,
+<a href="plus28.html">2.8</a>, <a href="plus29.html">2.9</a>,
+<a href="plus30.html">3.0</a>, <a href="plus31.html">3.1</a>,
+<a href="plus32.html">3.2</a>, <a href="plus33.html">3.3</a>,
+<a href="plus34.html">3.4</a>, <a href="plus35.html">3.5</a>,
+<a href="plus36.html">3.6</a>,<br>
+<a href="plus37.html">3.7</a>, <a href="plus38.html">3.8</a>,
+<a href="plus39.html">3.9</a>, <a href="plus40.html">4.0</a>,
+<a href="plus41.html">4.1</a>, <a href="plus42.html">4.2</a>,
+<a href="plus43.html">4.3</a>, <a href="plus44.html">4.4</a>,
+<a href="plus45.html">4.5</a>, <a href="plus46.html">4.6</a>,
+<a href="plus47.html">4.7</a>, <a href="plus48.html">4.8</a>,
+<a href="plus49.html">4.9</a>, <a href="plus50.html">5.0</a>,
+<a href="plus51.html">5.1</a>, <a href="plus52.html">5.2</a>,
+<a href="plus53.html">5.3</a>,<br>
+<a href="plus54.html">5.4</a>, <a href="plus55.html">5.5</a>,
+<a href="plus56.html">5.6</a>, <a href="plus57.html">5.7</a>,
+<a href="plus58.html">5.8</a>, <a href="plus59.html">5.9</a>,
+<a href="plus60.html">6.0</a>, <a href="plus61.html">6.1</a>,
+<a href="plus62.html">6.2</a>, <a href="plus63.html">6.3</a>,
+<a href="plus64.html">6.4</a>, <a href="plus65.html">6.5</a>,
+<a href="plus66.html">6.6</a>, <a href="plus67.html">6.7</a>,
+<a href="plus68.html">6.8</a>, <a href="plus69.html">6.9</a>,
+<a href="plus70.html">7.0</a>,<br>
+<a href="plus71.html">7.1</a>, <a href="plus72.html">7.2</a>,
+<a href="plus73.html">7.3</a>, <a href="plus74.html">7.4</a>,
+<a href="plus75.html">7.5</a>, <a href="plus77.html">7.7</a>,
+<a href="plus78.html">7.8</a>, <a href="plus79.html">7.9</a>,
<a href="plus.html">current</a>.
<br>
-
<p>
<h3>Changes made between OpenBSD 7.5 and 7.6</h3>
<p>
-
<ul>
<!-- 2024/09/24 -->
<li>Fixed sleeping race during malloc in <a
href="https://man.openbsd.org/sysctl.2">sysctl(2)</a> hw.disknames.
@@ -814,3 +778,5 @@ For changes in other releases, click below:<br>
<!-- 2024/03/11 -->
<li>Moved to 7.5-current.
</ul>
+</body>
+</html>
diff --git a/plus77.html b/plus77.html
index d9f0a039f..1c3c0d509 100644
--- a/plus77.html
+++ b/plus77.html
@@ -1,104 +1,69 @@
-<!doctype html>
-<html lang=en id=plus>
-<meta charset=utf-8>
+<!DOCTYPE html>
+<html lang="en" id="plus">
+<head>
+<meta name="generator" content=
+"HTML Tidy for HTML5 for OpenBSD version 5.8.0">
+<meta charset="utf-8">
<title>OpenBSD 7.7 Changelog</title>
-<meta name="description" content="OpenBSD -current changes">
-<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="description" content="OpenBSD 7.7 changes">
+<meta name="viewport" content=
+"width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://www.openbsd.org/plus77.html">
<style>
strong {
- color: var(--red);
- font-weight: normal;
+ color: var(--red);
+ font-weight: normal;
}
h3 {
- color: var(--blue);
+ color: var(--blue);
}
</style>
+</head>
<body>
-<h2 id=OpenBSD>
-<a href="index.html">
-<i>Open</i><b>BSD</b></a>
-7.7 Changelog
-</h2>
+<h2 id="OpenBSD"><a href="index.html"><i>Open</i><b>BSD</b></a>
+7.7 Changelog</h2>
<hr>
-
-<p>
-This selection is intended to include all important
-and all user-visible changes.
-For a complete record of all changes, please see the "source-changes"
-mailing list, called "OpenBSD CVS"
-in the <a href="https://marc.info/?l=openbsd-cvs">archives</a>,
-or use <a href="anoncvs.html#CVS">CVS</a>.
-
-<p>
-For changes in other releases, click below:<br>
-<a href="plus20.html">2.0</a>,
-<a href="plus21.html">2.1</a>,
-<a href="plus22.html">2.2</a>,
-<a href="plus23.html">2.3</a>,
-<a href="plus24.html">2.4</a>,
-<a href="plus25.html">2.5</a>,
-<a href="plus26.html">2.6</a>,
-<a href="plus27.html">2.7</a>,
-<a href="plus28.html">2.8</a>,
-<a href="plus29.html">2.9</a>,
-<a href="plus30.html">3.0</a>,
-<a href="plus31.html">3.1</a>,
-<a href="plus32.html">3.2</a>,
-<a href="plus33.html">3.3</a>,
-<a href="plus34.html">3.4</a>,
-<a href="plus35.html">3.5</a>,
-<a href="plus36.html">3.6</a>,
-<br>
-<a href="plus37.html">3.7</a>,
-<a href="plus38.html">3.8</a>,
-<a href="plus39.html">3.9</a>,
-<a href="plus40.html">4.0</a>,
-<a href="plus41.html">4.1</a>,
-<a href="plus42.html">4.2</a>,
-<a href="plus43.html">4.3</a>,
-<a href="plus44.html">4.4</a>,
-<a href="plus45.html">4.5</a>,
-<a href="plus46.html">4.6</a>,
-<a href="plus47.html">4.7</a>,
-<a href="plus48.html">4.8</a>,
-<a href="plus49.html">4.9</a>,
-<a href="plus50.html">5.0</a>,
-<a href="plus51.html">5.1</a>,
-<a href="plus52.html">5.2</a>,
-<a href="plus53.html">5.3</a>,
-<br>
-<a href="plus54.html">5.4</a>,
-<a href="plus55.html">5.5</a>,
-<a href="plus56.html">5.6</a>,
-<a href="plus57.html">5.7</a>,
-<a href="plus58.html">5.8</a>,
-<a href="plus59.html">5.9</a>,
-<a href="plus60.html">6.0</a>,
-<a href="plus61.html">6.1</a>,
-<a href="plus62.html">6.2</a>,
-<a href="plus63.html">6.3</a>,
-<a href="plus64.html">6.4</a>,
-<a href="plus65.html">6.5</a>,
-<a href="plus66.html">6.6</a>,
-<a href="plus67.html">6.7</a>,
-<a href="plus68.html">6.8</a>,
-<a href="plus69.html">6.9</a>,
-<a href="plus70.html">7.0</a>,
-<br>
-<a href="plus71.html">7.1</a>,
-<a href="plus72.html">7.2</a>,
-<a href="plus73.html">7.3</a>,
-<a href="plus74.html">7.4</a>,
-<a href="plus75.html">7.5</a>,
-<a href="plus76.html">7.6</a>,
-<a href="plus78.html">7.8</a>,
-<a href="plus79.html">7.9</a>,
+<p>This selection is intended to include all important and all
+user-visible changes. For a complete record of all changes, please
+see the "source-changes" mailing list, called "OpenBSD CVS" in the
+<a href="https://marc.info/?l=openbsd-cvs">archives</a>, or use
+<a href="anoncvs.html#CVS">CVS</a>.
+<p>For changes in other releases, click below:<br>
+<a href="plus20.html">2.0</a>, <a href="plus21.html">2.1</a>,
+<a href="plus22.html">2.2</a>, <a href="plus23.html">2.3</a>,
+<a href="plus24.html">2.4</a>, <a href="plus25.html">2.5</a>,
+<a href="plus26.html">2.6</a>, <a href="plus27.html">2.7</a>,
+<a href="plus28.html">2.8</a>, <a href="plus29.html">2.9</a>,
+<a href="plus30.html">3.0</a>, <a href="plus31.html">3.1</a>,
+<a href="plus32.html">3.2</a>, <a href="plus33.html">3.3</a>,
+<a href="plus34.html">3.4</a>, <a href="plus35.html">3.5</a>,
+<a href="plus36.html">3.6</a>,<br>
+<a href="plus37.html">3.7</a>, <a href="plus38.html">3.8</a>,
+<a href="plus39.html">3.9</a>, <a href="plus40.html">4.0</a>,
+<a href="plus41.html">4.1</a>, <a href="plus42.html">4.2</a>,
+<a href="plus43.html">4.3</a>, <a href="plus44.html">4.4</a>,
+<a href="plus45.html">4.5</a>, <a href="plus46.html">4.6</a>,
+<a href="plus47.html">4.7</a>, <a href="plus48.html">4.8</a>,
+<a href="plus49.html">4.9</a>, <a href="plus50.html">5.0</a>,
+<a href="plus51.html">5.1</a>, <a href="plus52.html">5.2</a>,
+<a href="plus53.html">5.3</a>,<br>
+<a href="plus54.html">5.4</a>, <a href="plus55.html">5.5</a>,
+<a href="plus56.html">5.6</a>, <a href="plus57.html">5.7</a>,
+<a href="plus58.html">5.8</a>, <a href="plus59.html">5.9</a>,
+<a href="plus60.html">6.0</a>, <a href="plus61.html">6.1</a>,
+<a href="plus62.html">6.2</a>, <a href="plus63.html">6.3</a>,
+<a href="plus64.html">6.4</a>, <a href="plus65.html">6.5</a>,
+<a href="plus66.html">6.6</a>, <a href="plus67.html">6.7</a>,
+<a href="plus68.html">6.8</a>, <a href="plus69.html">6.9</a>,
+<a href="plus70.html">7.0</a>,<br>
+<a href="plus71.html">7.1</a>, <a href="plus72.html">7.2</a>,
+<a href="plus73.html">7.3</a>, <a href="plus74.html">7.4</a>,
+<a href="plus75.html">7.5</a>, <a href="plus76.html">7.6</a>,
+<a href="plus78.html">7.8</a>, <a href="plus79.html">7.9</a>,
<a href="plus.html">current</a>.
<br>
-
<p>
<h3>Changes made between OpenBSD 7.6 and 7.7</h3>
<p>
diff --git a/plus78.html b/plus78.html
index cb61a738a..f8fbb932b 100644
--- a/plus78.html
+++ b/plus78.html
@@ -5,11 +5,11 @@
"HTML Tidy for HTML5 for OpenBSD version 5.8.0">
<meta charset="utf-8">
<title>OpenBSD 7.8 Changelog</title>
-<meta name="description" content="OpenBSD -current changes">
+<meta name="description" content="OpenBSD 7.8 changes">
<meta name="viewport" content=
"width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
-<link rel="canonical" href="https://www.openbsd.org/plus.html">
+<link rel="canonical" href="https://www.openbsd.org/plus78.html">
<style>
strong {
color: var(--red);
@@ -23,7 +23,7 @@ h3 {
</head>
<body>
<h2 id="OpenBSD"><a href="index.html"><i>Open</i><b>BSD</b></a>
--current Changelog</h2>
+7.8 Changelog</h2>
<hr>
<p>This selection is intended to include all important and all
user-visible changes. For a complete record of all changes, please
@@ -61,15 +61,13 @@ see the "source-changes" mailing list, called "OpenBSD CVS"
in the
<a href="plus71.html">7.1</a>, <a href="plus72.html">7.2</a>,
<a href="plus73.html">7.3</a>, <a href="plus74.html">7.4</a>,
<a href="plus75.html">7.5</a>, <a href="plus76.html">7.6</a>,
-<a href="plus77.html">7.7</a>, <a href="plus78.html">7.8</a>,
-<a href="plus79.html">7.9</a>,
-<a href="plus.html">current</a>
+<a href="plus77.html">7.7</a>, <a href="plus79.html">7.9</a>,
+<a href="plus.html">current</a>.
<br>
<p>
<h3>Changes made between OpenBSD 7.7 and 7.8</h3>
<p>
<ul>
-
<!-- 2025/10/07 -->
<li>Prevent Xorg from frequently segfaulting on a machine with Intel i945G
(gen 3).
<li>Make <a href="https://man.openbsd.org/ice.4">ice(4)</a> print the number
of queues during attach.
diff --git a/plus79.html b/plus79.html
index d0d1f64b3..8e7988071 100644
--- a/plus79.html
+++ b/plus79.html
@@ -1,13 +1,15 @@
<!DOCTYPE html>
<html lang="en" id="plus">
<head>
+<meta name="generator" content=
+"HTML Tidy for HTML5 for OpenBSD version 5.8.0">
<meta charset="utf-8">
<title>OpenBSD 7.9 Changelog</title>
<meta name="description" content="OpenBSD 7.9 changes">
<meta name="viewport" content=
"width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
-<link rel="canonical" href="https://www.openbsd.org/plus.html">
+<link rel="canonical" href="https://www.openbsd.org/plus79.html">
<style>
strong {
color: var(--red);
@@ -21,7 +23,7 @@ h3 {
</head>
<body>
<h2 id="OpenBSD"><a href="index.html"><i>Open</i><b>BSD</b></a>
--current Changelog</h2>
+7.9 Changelog</h2>
<hr>
<p>This selection is intended to include all important and all
user-visible changes. For a complete record of all changes, please
@@ -58,16 +60,14 @@ see the "source-changes" mailing list, called "OpenBSD CVS"
in the
<a href="plus70.html">7.0</a>,<br>
<a href="plus71.html">7.1</a>, <a href="plus72.html">7.2</a>,
<a href="plus73.html">7.3</a>, <a href="plus74.html">7.4</a>,
-<a href="plus75.html">7.5</a>, <a href="plus76.html">7.6</a>.
+<a href="plus75.html">7.5</a>, <a href="plus76.html">7.6</a>,
<a href="plus77.html">7.7</a>, <a href="plus78.html">7.8</a>,
-<a href="plus79.html">7.9</a>.
+<a href="plus.html">current</a>.
<br>
<p>
-<h3>Changes made between OpenBSD 7.9 and -current</h3>
+<h3>Changes made between OpenBSD 7.8 and 7.9</h3>
<p>
<ul>
-
-
<!-- 2026/05/05 -->
<li>Check address size in <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
<!-- 2026/05/04 -->
########
--
Jerome Pinot