Sun Nov 8 01:29:28 2015 UTC ()
Ticket 1023


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

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

--- src/doc/Attic/CHANGES-7.1 2015/11/08 01:24:53 1.1.2.24
+++ src/doc/Attic/CHANGES-7.1 2015/11/08 01:29:28 1.1.2.25
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.1,v 1.1.2.24 2015/11/08 01:24:53 riz Exp $ 1# $NetBSD: CHANGES-7.1,v 1.1.2.25 2015/11/08 01:29:28 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
@@ -848,13 +848,19 @@ sys/nfs/nfs_vfsops.c 1.231 @@ -848,13 +848,19 @@ sys/nfs/nfs_vfsops.c 1.231
848 848
849 Don't forget to call nfs_fini() when we're finished. Without this, 849 Don't forget to call nfs_fini() when we're finished. Without this,
850 we leave a dangling pool nfsrvdescpl around. 850 we leave a dangling pool nfsrvdescpl around.
851 [pgoyette, ticket #1021] 851 [pgoyette, ticket #1021]
852 852
853sys/arch/arm/omap/omap3_sdhc.c 1.19 853sys/arch/arm/omap/omap3_sdhc.c 1.19
854sys/arch/evbarm/beagle/beagle_machdep.c 1.62 854sys/arch/evbarm/beagle/beagle_machdep.c 1.62
855sys/dev/sdmmc/sdhc.c 1.89 via patch 855sys/dev/sdmmc/sdhc.c 1.89 via patch
856sys/dev/sdmmc/sdhcvar.h 1.25 856sys/dev/sdmmc/sdhcvar.h 1.25
857 857
858 Support 8-bit eMMC for TI AM335x.  858 Support 8-bit eMMC for TI AM335x.
859 [jmcneill, ticket #1022] 859 [jmcneill, ticket #1022]
860 860
 861sys/fs/tmpfs/tmpfs_subr.c 1.101
 862
 863 Fix crash when tmpfs fills up. PR#50381.
 864 Fixes PR kern/50381.
 865 [leot, ticket #1023]
 866