From owner-svn-src-user@freebsd.org  Fri Jul 31 09:03:58 2015
Return-Path: <owner-svn-src-user@freebsd.org>
Delivered-To: svn-src-user@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55F5D9AE524
 for <svn-src-user@mailman.ysv.freebsd.org>;
 Fri, 31 Jul 2015 09:03:58 +0000 (UTC) (envelope-from pho@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 3C7701321;
 Fri, 31 Jul 2015 09:03:58 +0000 (UTC) (envelope-from pho@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.70])
 by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6V93vR5023422;
 Fri, 31 Jul 2015 09:03:57 GMT (envelope-from pho@FreeBSD.org)
Received: (from pho@localhost)
 by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6V93vHF023419;
 Fri, 31 Jul 2015 09:03:57 GMT (envelope-from pho@FreeBSD.org)
Message-Id: <201507310903.t6V93vHF023419@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org
 using -f
From: Peter Holm <pho@FreeBSD.org>
Date: Fri, 31 Jul 2015 09:03:57 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-user@freebsd.org
Subject: svn commit: r286113 - user/pho/stress2/misc
X-SVN-Group: user
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-user@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: "SVN commit messages for the experimental &quot; user&quot;
 src tree" <svn-src-user.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-user/>
List-Post: <mailto:svn-src-user@freebsd.org>
List-Help: <mailto:svn-src-user-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 31 Jul 2015 09:03:58 -0000

Author: pho
Date: Fri Jul 31 09:03:56 2015
New Revision: 286113
URL: https://svnweb.freebsd.org/changeset/base/286113

Log:
  White space and comment updates.
  
  Sponsored by:	EMC / Isilon storage division

Modified:
  user/pho/stress2/misc/mmap20.sh
  user/pho/stress2/misc/mmap3.sh

Modified: user/pho/stress2/misc/mmap20.sh
==============================================================================
--- user/pho/stress2/misc/mmap20.sh	Fri Jul 31 09:02:28 2015	(r286112)
+++ user/pho/stress2/misc/mmap20.sh	Fri Jul 31 09:03:56 2015	(r286113)
@@ -41,7 +41,7 @@ dir=/tmp
 odir=`pwd`
 cd $dir
 sed '1,/^EOF/d' < $odir/$0 > $dir/mmap20.c
-mycc -o mmap20  -O2 -Wall -Wextra mmap20.c || exit 1
+mycc -o mmap20 -O2 -Wall -Wextra mmap20.c || exit 1
 rm -f mmap20.c
 cd $odir
 

Modified: user/pho/stress2/misc/mmap3.sh
==============================================================================
--- user/pho/stress2/misc/mmap3.sh	Fri Jul 31 09:02:28 2015	(r286112)
+++ user/pho/stress2/misc/mmap3.sh	Fri Jul 31 09:03:56 2015	(r286113)
@@ -29,6 +29,7 @@
 #
 
 # Variation of mmap2.sh with focus on random arguments for mprotect()
+# https://people.freebsd.org/~pho/stress/log/kostik209.txt
 
 . ../default.cfg
 
@@ -52,7 +53,7 @@ exit
 
 EOF
 /*
-   Stress mmap by having max 18 threads mapping random areas within
+   Stress mmap by having max 100 threads mapping random areas within
    a 100 Mb range.
  */
 #include <sys/types.h>