Module Name: src
Committed By: snj
Date: Mon Feb 12 05:40:25 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
545
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.121 -r1.1.2.122 src/doc/CHANGES-8.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.121 src/doc/CHANGES-8.0:1.1.2.122
--- src/doc/CHANGES-8.0:1.1.2.121 Mon Feb 12 00:57:48 2018
+++ src/doc/CHANGES-8.0 Mon Feb 12 05:40:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.121 2018/02/12 00:57:48 snj Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.122 2018/02/12 05:40:25 snj Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -9620,3 +9620,14 @@ sys/rump/dev/lib/libucom/UCOM.ioconf 1.
Fix device name: u3ginit -> umodeswitch
[christos, ticket #544]
+sbin/gpt/backup.c 1.17-1.18
+sbin/gpt/biosboot.c 1.29-1.30
+sbin/gpt/gpt.c 1.71-1.73
+sbin/gpt/gpt.h 1.36
+sbin/gpt/restore.c 1.17
+sbin/gpt/show.c 1.40-1.41
+sys/dev/dkwedge/dkwedge_gpt.c 1.19-1.20
+
+ Fix termination of gpt labels. PR kern/52522.
+ [christos, ticket #545]
+