Module Name: src
Committed By: martin
Date: Tue Apr 17 08:30:43 UTC 2018
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
Ticket #1598
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.100 -r1.1.2.101 src/doc/CHANGES-7.0.3
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-7.0.3
diff -u src/doc/CHANGES-7.0.3:1.1.2.100 src/doc/CHANGES-7.0.3:1.1.2.101
--- src/doc/CHANGES-7.0.3:1.1.2.100 Mon Apr 9 13:32:42 2018
+++ src/doc/CHANGES-7.0.3 Tue Apr 17 08:30:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.100 2018/04/09 13:32:42 martin Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.101 2018/04/17 08:30:43 martin Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -5401,3 +5401,9 @@ sys/arch/amiga/amiga/cc.c 1.27
Fix a spl(9) leak.
[msaitoh, ticket #1597]
+sys/kern/uipc_mbuf.c 1.190
+
+ m_pkthdr_remove(): if the mbuf is shared leave M_PKTHDR
+ in place.
+ [maxv, ticket #1598]
+