Module Name: src Committed By: snj Date: Mon Apr 6 18:51:15 UTC 2015
Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: 666, the number of the pullup ticket (666+1 as well) To generate a diff of this commit: cvs rdiff -u -r1.1.2.249 -r1.1.2.250 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.249 src/doc/CHANGES-7.0:1.1.2.250 --- src/doc/CHANGES-7.0:1.1.2.249 Mon Apr 6 02:03:15 2015 +++ src/doc/CHANGES-7.0 Mon Apr 6 18:51:14 2015 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0,v 1.1.2.249 2015/04/06 02:03:15 snj Exp $ +# $NetBSD: CHANGES-7.0,v 1.1.2.250 2015/04/06 18:51:14 snj Exp $ A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014 until the 7.0 release: @@ -19516,3 +19516,19 @@ libexec/ld.elf_so/rtld.c 1.176 PR lib/49813: Release mutex on error, avoiding a deadlock. [joerg, ticket #665] +sys/dev/sysmon/sysmon_envsys.c 1.129 +sys/dev/sysmon/sysmon_envsys_events.c 1.114 +sys/dev/sysmon/sysmonvar.h 1.46 + + Avoid a deadlock where an active event holds "sme_mtx", the + callout "sme_events_check" blocks on "sme_mtx" and callout + processing stops. + [hannken, ticket #666] + +distrib/utils/embedded/mkimage 1.54 + + Resizing of ffsv2 still doesn't work well, so use ffsv1 and + explicitly set fsize=2048/bsize=16384, which gives a pretty + decent boost to resize_ffs performance. + [jmcneill, ticket #667] +