Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/doc 666, the number of the pullup ticket (666+1 as well)



details:   https://anonhg.NetBSD.org/src/rev/ea9558e0f77e
branches:  netbsd-7
changeset: 799180:ea9558e0f77e
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Apr 06 18:51:14 2015 +0000

description:
666, the number of the pullup ticket (666+1 as well)

diffstat:

 doc/CHANGES-7.0 |  18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 0e1edd33af0b -r ea9558e0f77e doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Mon Apr 06 18:47:54 2015 +0000
+++ b/doc/CHANGES-7.0   Mon Apr 06 18:51:14 2015 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index