Module Name: src
Committed By: riz
Date: Thu Oct 25 17:30:14 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Ticket 635-637.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-6.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-6.1
diff -u src/doc/CHANGES-6.1:1.1.2.13 src/doc/CHANGES-6.1:1.1.2.14
--- src/doc/CHANGES-6.1:1.1.2.13 Thu Oct 25 09:35:09 2012
+++ src/doc/CHANGES-6.1 Thu Oct 25 17:30:14 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.13 2012/10/25 09:35:09 sborrill Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.14 2012/10/25 17:30:14 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -340,3 +340,18 @@ share/misc/bsd-family-tree 1.46-1.47
5.1.2.
[riz, ticket #641]
+usr.bin/netstat/netstat.1 1.64-1.65
+
+ Document the -t and -l options. PR#47085.
+ [msaitoh, ticket #635]
+
+share/man/man3/bits.3 1.13-1.14
+
+ Document the correct return value of __BIT() and __BITS().
+ [msaitoh, ticket #636]
+
+sys/netinet6/frag6.c 1.54
+
+ Fix "atomic fragments" for IPv6.
+ [christos, ticket #637]
+