Module Name: src Committed By: msaitoh Date: Mon Jul 29 07:10:33 UTC 2013
Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.3 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.0.3 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.0.3 diff -u src/doc/CHANGES-6.0.3:1.1.2.11 src/doc/CHANGES-6.0.3:1.1.2.12 --- src/doc/CHANGES-6.0.3:1.1.2.11 Mon Jul 29 02:18:28 2013 +++ src/doc/CHANGES-6.0.3 Mon Jul 29 07:10:33 2013 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.0.3,v 1.1.2.11 2013/07/29 02:18:28 msaitoh Exp $ +# $NetBSD: CHANGES-6.0.3,v 1.1.2.12 2013/07/29 07:10:33 msaitoh Exp $ A complete list of changes from the NetBSD 6.0.2 release to the NetBSD 6.0.3 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]