Thu Nov 5 20:41:17 2015 UTC ()
Tickets 982, 983


(riz)
diff -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-7.1

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

--- src/doc/Attic/CHANGES-7.1 2015/11/05 20:34:26 1.1.2.15
+++ src/doc/Attic/CHANGES-7.1 2015/11/05 20:41:17 1.1.2.16
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.1,v 1.1.2.15 2015/11/05 20:34:26 riz Exp $ 1# $NetBSD: CHANGES-7.1,v 1.1.2.16 2015/11/05 20:41:17 riz 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
@@ -656,13 +656,24 @@ sys/kern/kern_exit.c 1.248 @@ -656,13 +656,24 @@ sys/kern/kern_exit.c 1.248
656 [pgoyette, ticket #999] 656 [pgoyette, ticket #999]
657 657
658sys/arch/mips/atheros/dev/athflash.c 1.9 658sys/arch/mips/atheros/dev/athflash.c 1.9
659sys/arch/mips/atheros/dev/if_ae.c 1.25 659sys/arch/mips/atheros/dev/if_ae.c 1.25
660 660
661 Remove unused variables which break AP30 and MERAKI kernel builds. 661 Remove unused variables which break AP30 and MERAKI kernel builds.
662 [nisimura, ticket #978] 662 [nisimura, ticket #978]
663 663
664sys/arch/mips/mips/bus_space_alignstride_chipdep.c patch 664sys/arch/mips/mips/bus_space_alignstride_chipdep.c patch
665 665
666 Mark variable as used to fix ADM5120* kernel builds. 666 Mark variable as used to fix ADM5120* kernel builds.
667 [nisimura, ticket #979] 667 [nisimura, ticket #979]
668 668
 669sys/netinet6/icmp6.c 1.177
 670
 671 Update icmp6_redirect_timeout_q when changing
 672 net.inet6.icmp6.redirtimeout. PR#50240
 673 [ozaki-r, ticket #982]
 674
 675sys/arch/x68k/x68k/machdep.c 1.192
 676
 677 Fix poweroff for x68k.
 678 [isaki, ticket #983]
 679