Mon Jul 29 08:57:20 2013 UTC ()
Ticket 917 and 919.


(msaitoh)
diff -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-6.1.1

cvs diff -r1.1.2.12 -r1.1.2.13 src/doc/Attic/CHANGES-6.1.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.1.1 2013/07/29 07:07:23 1.1.2.12
+++ src/doc/Attic/CHANGES-6.1.1 2013/07/29 08:57:19 1.1.2.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.1.1,v 1.1.2.12 2013/07/29 07:07:23 msaitoh Exp $ 1# $NetBSD: CHANGES-6.1.1,v 1.1.2.13 2013/07/29 08:57:19 msaitoh Exp $
2 2
3A complete list of changes from the NetBSD 6.1 release to the NetBSD 6.1.1 3A complete list of changes from the NetBSD 6.1 release to the NetBSD 6.1.1
4release: 4release:
5 5
6doc/README.files patched by hand 6doc/README.files patched by hand
7gnu/usr.bin/groff/tmac/mdoc.local patched by hand 7gnu/usr.bin/groff/tmac/mdoc.local patched by hand
8sys/sys/param.h patched by hand 8sys/sys/param.h patched by hand
9 9
10 Welcome to 6.1.0_PATCH. 10 Welcome to 6.1.0_PATCH.
11 [riz] 11 [riz]
12 12
13sys/arch/amiga/dev/if_ne_zbus.c 1.15 13sys/arch/amiga/dev/if_ne_zbus.c 1.15
14 14
@@ -128,13 +128,25 @@ external/bsd/bind/dist/lib/dns/rdata/gen @@ -128,13 +128,25 @@ external/bsd/bind/dist/lib/dns/rdata/gen
128 128
129 Fix for bind CVE-2013-4854. 129 Fix for bind CVE-2013-4854.
130 [spz, ticket #924] 130 [spz, ticket #924]
131 131
132usr.bin/netstat/inet.c 1.102-1.03 132usr.bin/netstat/inet.c 1.102-1.03
133usr.bin/netstat/inet6.c 1.61-1.62 133usr.bin/netstat/inet6.c 1.61-1.62
134usr.bin/netstat/main.c 1.86 134usr.bin/netstat/main.c 1.86
135usr.bin/netstat/netstat.h 1.47 135usr.bin/netstat/netstat.h 1.47
136 136
137 Don't use -P as a kmem printer, verify that the address points to a 137 Don't use -P as a kmem printer, verify that the address points to a
138 pcb first! 138 pcb first!
139 Not all pointers are 64bit - use uintptr_t instead of uint64_t. 139 Not all pointers are 64bit - use uintptr_t instead of uint64_t.
140 [christos, ticket #912] 140 [christos, ticket #912]
 141
 142sys/miscfs/procfs/procfs_map.c 1.43
 143
 144 Add a missing vm_map_unlock_read() and uvmspace_free() to the ENOMEM
 145 error case in procfs_domap()d. Fixes PR#48048.
 146 [ryo, ticket #917]
 147
 148etc/MAKEDEV.tmpl 1.166
 149
 150 Add a makedisk_p12high, used by VAX now after unbumping MAXPARTITIONS
 151 from 16 down to 12. This fixes install issues on new setups.
 152 [martin, ticket #919]