Module Name: src
Committed By: msaitoh
Date: Tue Jul 30 02:29:49 UTC 2013
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1868 and 1869.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-5.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-5.3
diff -u src/doc/CHANGES-5.3:1.1.2.22 src/doc/CHANGES-5.3:1.1.2.23
--- src/doc/CHANGES-5.3:1.1.2.22 Mon Jul 29 02:20:07 2013
+++ src/doc/CHANGES-5.3 Tue Jul 30 02:29:49 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.3,v 1.1.2.22 2013/07/29 02:20:07 msaitoh Exp $
+# $NetBSD: CHANGES-5.3,v 1.1.2.23 2013/07/30 02:29:49 msaitoh Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
release:
@@ -445,3 +445,19 @@ external/bsd/bind/dist/lib/dns/rdata/gen
Fix for bind CVE-2013-4854.
[spz, ticket #1871]
+
+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 #1868]
+
+usr.bin/mklocale/mklocaledb.c 1.3
+
+ Swap order of _CITRUS_LC_MONETARY_SYM_INT_N_CS_PRECEDES and
+ _CITRUS_LC_MONETARY_SYM_INT_P_SEP_BY_SPACE to match data files.
+ [joerg, ticket #1869]