Sun Nov 8 01:24:53 2015 UTC ()
Tickets 1015-1016,1018-1019,1021-1022


(riz)
diff -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-7.1

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

--- src/doc/Attic/CHANGES-7.1 2015/11/08 00:42:27 1.1.2.23
+++ src/doc/Attic/CHANGES-7.1 2015/11/08 01:24:53 1.1.2.24
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.1,v 1.1.2.23 2015/11/08 00:42:27 riz Exp $ 1# $NetBSD: CHANGES-7.1,v 1.1.2.24 2015/11/08 01:24:53 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
@@ -806,13 +806,55 @@ sys/arch/x86/x86/bus_dma.c 1.72-1.74 @@ -806,13 +806,55 @@ sys/arch/x86/x86/bus_dma.c 1.72-1.74
806 806
807external/gpl3/binutils/dist/binutils/arsup.c 1.2 807external/gpl3/binutils/dist/binutils/arsup.c 1.2
808lib/libc/net/getnetnamadr.c 1.43-1.44 808lib/libc/net/getnetnamadr.c 1.43-1.44
809 809
810 Resolve hostnames with "_". PR#50367. 810 Resolve hostnames with "_". PR#50367.
811 [christos, ticket #1012] 811 [christos, ticket #1012]
812 812
813sys/arch/x86/x86/sys_machdep.c 1.29 813sys/arch/x86/x86/sys_machdep.c 1.29
814 814
815 Fix broken error handling leading to random crashes in  815 Fix broken error handling leading to random crashes in
816 threaded programs. 816 threaded programs.
817 [christos, ticket #1013] 817 [christos, ticket #1013]
818 818
 819etc/rc.subr 1.97
 820
 821 Speed up multiuser boot time on slow machines. PR#50046.
 822 [phx, ticket #1015]
 823
 824usr.sbin/iostat/iostat.8 1.24
 825usr.sbin/iostat/iostat.c 1.62-1.63
 826
 827 Support fnmatch(3) patterns for disknames. eg, "iostat wd*" works
 828 now. Update the default disk number selection to note that it uses
 829 the current terminal size to fit disks, not hard coded 4.
 830 Extend the "tout" column to 5 characters, it's really common on a
 831 modern machine to have eg, build output way more than 9999 chars/sec.
 832 This doesn't affect the default disk list on an 80-char wide screen.
 833 [mrg, ticket #1016]
 834
 835sys/kern/uipc_syscalls.c 1.181
 836
 837 Don't overwrite the user iov pointer in sendmmsg. Make the send
 838 and receive code look the same.
 839 [christos, ticket #1018]
 840
 841sys/kern/exec_elf.c 1.79-1.80
 842sys/sys/exec_elf.h 1.150-1.151
 843
 844 Recognize additional ELF notes.
 845 [christos, ticket #1019]
 846
 847sys/nfs/nfs_vfsops.c 1.231
 848
 849 Don't forget to call nfs_fini() when we're finished. Without this,
 850 we leave a dangling pool nfsrvdescpl around.
 851 [pgoyette, ticket #1021]
 852
 853sys/arch/arm/omap/omap3_sdhc.c 1.19
 854sys/arch/evbarm/beagle/beagle_machdep.c 1.62
 855sys/dev/sdmmc/sdhc.c 1.89 via patch
 856sys/dev/sdmmc/sdhcvar.h 1.25
 857
 858 Support 8-bit eMMC for TI AM335x.
 859 [jmcneill, ticket #1022]
 860