Module Name: src Committed By: sborrill Date: Thu Dec 3 09:44:57 UTC 2009
Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: Ticket 1368 To generate a diff of this commit: cvs rdiff -u -r1.1.2.184 -r1.1.2.185 src/doc/CHANGES-4.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-4.1 diff -u src/doc/CHANGES-4.1:1.1.2.184 src/doc/CHANGES-4.1:1.1.2.185 --- src/doc/CHANGES-4.1:1.1.2.184 Sat Nov 28 21:38:26 2009 +++ src/doc/CHANGES-4.1 Thu Dec 3 09:44:57 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-4.1,v 1.1.2.184 2009/11/28 21:38:26 sborrill Exp $ +# $NetBSD: CHANGES-4.1,v 1.1.2.185 2009/12/03 09:44:57 sborrill Exp $ A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1 release: @@ -3907,3 +3907,9 @@ lines have characters that sort lower such as tabs. [darcy, ticket #1367] +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 #1368] +