Module Name: src Committed By: martin Date: Sun Oct 19 15:24:07 UTC 2014
Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Tickets #148 and #151 To generate a diff of this commit: cvs rdiff -u -r1.1.2.60 -r1.1.2.61 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.60 src/doc/CHANGES-7.0:1.1.2.61 --- src/doc/CHANGES-7.0:1.1.2.60 Sun Oct 19 10:04:00 2014 +++ src/doc/CHANGES-7.0 Sun Oct 19 15:24:07 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0,v 1.1.2.60 2014/10/19 10:04:00 martin Exp $ +# $NetBSD: CHANGES-7.0,v 1.1.2.61 2014/10/19 15:24:07 martin Exp $ A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014 until the 7.0 release: @@ -1788,3 +1788,21 @@ sys/kern/vfs_vnode.c 1.39 Should prevent the panic from PR kern/49171 (panic when closing a pty). [hannken, ticket #150] + +sys/compat/svr4/svr4_stat.c 1.70 +sys/dev/dm/dm_target_snapshot.c 1.17 +sys/dev/if_ndis/if_ndis_pci.c 1.20 +sys/fs/smbfs/smbfs_smb.c 1.45 +sys/ufs/ext2fs/ext2fs_readwrite.c 1.65 + + Various fixes: two memory leaks, a typo, a dead compiler condition and + unused macros, respectively in if_ndis and dm, smbfs, svr4 and ext2fs. + [maxv, ticket #148] + + +sys/arch/arm/broadcom/bcm2835_vcaudio.c 1.4-1.7 +sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_shim.c 1.5 + + Various audio fixes for RPi. + [skrll, ticket #151] +