Module Name: src
Committed By: sborrill
Date: Thu Dec 3 09:40:21 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1173
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.154 -r1.1.2.155 src/doc/CHANGES-5.1
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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.154 src/doc/CHANGES-5.1:1.1.2.155
--- src/doc/CHANGES-5.1:1.1.2.154 Thu Dec 3 09:34:02 2009
+++ src/doc/CHANGES-5.1 Thu Dec 3 09:40:20 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.154 2009/12/03 09:34:02 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.155 2009/12/03 09:40:20 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -15091,3 +15091,9 @@
If the environment is corrupt, die. From FreeBSD.
[tron, ticket #1179]
+sys/net/if_tap.c 1.60
+
+ Fix a potential leak on tap device close; purging the send
+ queue did not actually release the dequeued mbufs.
+ [plunky, ticket #1173]
+