Module Name: src Committed By: riz Date: Thu Mar 5 22:26:20 UTC 2015
Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: Tickets 1262, 1263. To generate a diff of this commit: cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-6.1.6 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-6.1.6 diff -u src/doc/CHANGES-6.1.6:1.1.2.31 src/doc/CHANGES-6.1.6:1.1.2.32 --- src/doc/CHANGES-6.1.6:1.1.2.31 Sat Feb 28 05:38:04 2015 +++ src/doc/CHANGES-6.1.6 Thu Mar 5 22:26:20 2015 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.1.6,v 1.1.2.31 2015/02/28 05:38:04 snj Exp $ +# $NetBSD: CHANGES-6.1.6,v 1.1.2.32 2015/03/05 22:26:20 riz Exp $ A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6 release: @@ -4110,3 +4110,15 @@ usr.bin/gzip/gzip.c 1.107 do not use directory paths present in gzip files with the -N flag. [mrg, ticket #1261] +sys/dev/ic/tulip.c 1.185 + + Fix a race condition in interface detach. + [nakayama, ticket #1262] + +distrib/sets/lists/base/mi 1.1035 +distrib/sets/lists/text/mi 1.43 + + Move mandoc and makemandb to the base set, making it possible to read + man pages on a system that doesn't have the text set. Fixes PR 49230. + [snj, ticket #1263] +