From owner-svn-ports-all@FreeBSD.ORG Mon Mar 11 14:16:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C66446D8; Mon, 11 Mar 2013 14:16:02 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9FCCF688; Mon, 11 Mar 2013 14:16:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BEG26M064131; Mon, 11 Mar 2013 14:16:02 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2BEG2Pd064129; Mon, 11 Mar 2013 14:16:02 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201303111416.r2BEG2Pd064129@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 11 Mar 2013 14:16:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313905 - in head/benchmarks/interbench: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 14:16:02 -0000 Author: danfe Date: Mon Mar 11 14:16:01 2013 New Revision: 313905 URL: http://svnweb.freebsd.org/changeset/ports/313905 Log: Regenerate patch to include the context and slightly reword port description (no functional changes). Modified: head/benchmarks/interbench/files/patch-interbench.c head/benchmarks/interbench/pkg-descr Modified: head/benchmarks/interbench/files/patch-interbench.c ============================================================================== --- head/benchmarks/interbench/files/patch-interbench.c Mon Mar 11 14:14:30 2013 (r313904) +++ head/benchmarks/interbench/files/patch-interbench.c Mon Mar 11 14:16:01 2013 (r313905) @@ -8,7 +8,7 @@ #include #include #include "interbench.h" -@@ -210,7 +211,7 @@ +@@ -210,7 +211,7 @@ int test_fifo(void) { struct sched_param sp; memset(&sp, 0, sizeof(sp)); @@ -17,7 +17,7 @@ if (sched_setscheduler(0, SCHED_FIFO, &sp) == -1) { if (errno != EPERM) terminal_error("sched_setscheduler"); -@@ -888,7 +889,7 @@ +@@ -888,7 +889,7 @@ void *timekeeping_thread(void *t) * accurate accounting remains SCHED_NORMAL; */ if (th->dt != &th->benchmarks[NOT_BENCHING]) @@ -26,7 +26,7 @@ /* These values must be changed at the appropriate places or race */ tk->sleep_interval = tk->slept_interval = 0; post_sem(&s->ready); -@@ -1133,7 +1134,7 @@ +@@ -1133,7 +1134,7 @@ void get_ram(void) FILE *meminfo; char aux[256]; @@ -35,7 +35,7 @@ terminal_error("fopen"); ud.ram = ud.swap = 0; -@@ -1293,7 +1294,8 @@ +@@ -1293,7 +1294,8 @@ void run_benchchild(int i, int j) thi->dt = &thi->benchmarks[j]; initialise_thread_data(thi->dt); if (ud.do_rt) @@ -45,7 +45,7 @@ /* Tell main we're ready */ wakeup_with(b2m[1]); -@@ -1344,7 +1346,7 @@ +@@ -1344,7 +1346,7 @@ void bench(int i, int j) * We want to be higher priority than everything to signal them to * stop and we lock our memory if we can as well */ @@ -54,7 +54,7 @@ set_mlock(); /* Wakeup the load process */ -@@ -1652,7 +1654,7 @@ +@@ -1652,7 +1654,7 @@ bench: * To get as accurate a loop as possible we time it running * SCHED_FIFO if we can */ Modified: head/benchmarks/interbench/pkg-descr ============================================================================== --- head/benchmarks/interbench/pkg-descr Mon Mar 11 14:14:30 2013 (r313904) +++ head/benchmarks/interbench/pkg-descr Mon Mar 11 14:16:01 2013 (r313905) @@ -1,5 +1,5 @@ This benchmark application is designed to benchmark interactivity in Unix, -originally developed by Con Kolivas for Linux. +originally written by Con Kolivas et al. for Linux. It is designed to measure the effect of changes in operating system kernel design or system configuration changes such as CPU, I/O scheduler and file