Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6-1]: src/doc Ticket #912.



details:   https://anonhg.NetBSD.org/src/rev/9daed3a103f7
branches:  netbsd-6-1
changeset: 775816:9daed3a103f7
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Jul 29 07:07:23 2013 +0000

description:
Ticket #912.

diffstat:

 doc/CHANGES-6.1.1 |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 7cd7e9cebb05 -r 9daed3a103f7 doc/CHANGES-6.1.1
--- a/doc/CHANGES-6.1.1 Mon Jul 29 07:06:36 2013 +0000
+++ b/doc/CHANGES-6.1.1 Mon Jul 29 07:07:23 2013 +0000
@@ -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 @@
 
        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]



Home | Main Index | Thread Index | Old Index