Module Name: src
Committed By: msaitoh
Date: Mon Jul 29 07:07:23 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.1
Log Message:
Ticket #912.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-6.1.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.1
diff -u src/doc/CHANGES-6.1.1:1.1.2.11 src/doc/CHANGES-6.1.1:1.1.2.12
--- src/doc/CHANGES-6.1.1:1.1.2.11 Mon Jul 29 02:17:32 2013
+++ src/doc/CHANGES-6.1.1 Mon Jul 29 07:07:23 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.1,v 1.1.2.11 2013/07/29 02:17:32 msaitoh Exp $
+# $NetBSD: CHANGES-6.1.1,v 1.1.2.12 2013/07/29 07:07:23 msaitoh Exp $
A complete list of changes from the NetBSD 6.1 release to the NetBSD 6.1.1
release:
@@ -128,3 +128,13 @@ external/bsd/bind/dist/lib/dns/rdata/gen
Fix for bind CVE-2013-4854.
[spz, ticket #924]
+
+usr.bin/netstat/inet.c 1.102-1.03
+usr.bin/netstat/inet6.c 1.61-1.62
+usr.bin/netstat/main.c 1.86
+usr.bin/netstat/netstat.h 1.47
+
+ Don't use -P as a kmem printer, verify that the address points to a
+ pcb first!
+ Not all pointers are 64bit - use uintptr_t instead of uint64_t.
+ [christos, ticket #912]