Module Name: src
Committed By: riz
Date: Sat Aug 23 03:47:10 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Tickets 39, 50.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-7.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.20 src/doc/CHANGES-7.0:1.1.2.21
--- src/doc/CHANGES-7.0:1.1.2.20 Fri Aug 22 19:21:53 2014
+++ src/doc/CHANGES-7.0 Sat Aug 23 03:47:10 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.20 2014/08/22 19:21:53 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.21 2014/08/23 03:47:10 riz Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -345,3 +345,22 @@ sys/ufs/ext2fs/ext2fs_vfsops.c 1.184
filesystem)
[hannken, ticket #49]
+usr.sbin/sysinst/disks.c 1.5
+usr.sbin/sysinst/main.c 1.4-1.5
+usr.sbin/sysinst/mbr.c 1.3
+usr.sbin/sysinst/net.c 1.3-1.4
+usr.sbin/sysinst/partman.c 1.5-1.6
+usr.sbin/sysinst/util.c 1.4
+
+ Remove some duplicate code, null termination, check
+ return values, avoid NULL dereference in sysinst.
+ [martin, ticket #39]
+
+sys/dev/isa/ess.c 1.81-1.82
+sys/dev/isa/essreg.h 1.17
+sys/dev/isa/essvar.h 1.27
+
+ Add support for Spatializer, 3D audio effects embedded in ES1869
+ and ES1879 to ess(4).
+ [nakayama, ticket #50]
+