Sat Aug 27 15:11:31 2016 UTC ()
tickets 1239, 1240


(bouyer)
diff -r1.1.2.103 -r1.1.2.104 src/doc/CHANGES-7.1

cvs diff -r1.1.2.103 -r1.1.2.104 src/doc/Attic/CHANGES-7.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.1 2016/08/27 04:32:15 1.1.2.103
+++ src/doc/Attic/CHANGES-7.1 2016/08/27 15:11:31 1.1.2.104
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.1,v 1.1.2.103 2016/08/27 04:32:15 snj Exp $ 1# $NetBSD: CHANGES-7.1,v 1.1.2.104 2016/08/27 15:11:31 bouyer Exp $
2 2
3A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1 3A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
4release: 4release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 7.0_STABLE. 9 Welcome to 7.0_STABLE.
10 [snj] 10 [snj]
11 11
12share/man/man4/btmagic.4 1.3-1.6 12share/man/man4/btmagic.4 1.3-1.6
13sys/dev/bluetooth/btmagic.c 1.12, 1.14 13sys/dev/bluetooth/btmagic.c 1.12, 1.14
14src/sys/dev/usb/usbdevs 1.696 14src/sys/dev/usb/usbdevs 1.696
@@ -5185,13 +5185,26 @@ libexec/mail.local/mail.local.c 1.28 @@ -5185,13 +5185,26 @@ libexec/mail.local/mail.local.c 1.28
5185sys/netinet/ip_carp.c 1.75 5185sys/netinet/ip_carp.c 1.75
5186 5186
5187 Workaround for PR 47013: ipv4+ipv6 carp0 interface is trying 5187 Workaround for PR 47013: ipv4+ipv6 carp0 interface is trying
5188 to get MASTER status although master is still advertising. 5188 to get MASTER status although master is still advertising.
5189 Only works for mixed IPv4/IPv6 environemnts, not pure-IPv6. 5189 Only works for mixed IPv4/IPv6 environemnts, not pure-IPv6.
5190 [is, ticket #1208] 5190 [is, ticket #1208]
5191 5191
5192sys/netinet/ip_carp.c 1.76 5192sys/netinet/ip_carp.c 1.76
5193 5193
5194 carp(4): Print the IPv6 or IPv4 source addresses of packets with 5194 carp(4): Print the IPv6 or IPv4 source addresses of packets with
5195 wrong hash, to help debugging. 5195 wrong hash, to help debugging.
5196 [is, ticket #1209] 5196 [is, ticket #1209]
5197 5197
 5198sys/dev/fss.c 1.95
 5199
 5200 Disestablish COW handler on error. No need to do further copies after
 5201 the snapshot device failed.
 5202
 5203 Should fix PR kern/51377: fss(4) panic if snapshot mounted read/write
 5204 [hannken, ticket #1239]
 5205
 5206sys/compat/common/vfs_syscalls_43.c 1.58
 5207
 5208 fill in the tv_nsec parts of the converted timespec in cvtstat().
 5209 [mrg, ticket #1240]
 5210