From owner-svn-src-user@freebsd.org Wed Jan 27 10:03:03 2016 Return-Path: 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 31966A6FEFA for ; Wed, 27 Jan 2016 10:03:03 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 DBDF61820; Wed, 27 Jan 2016 10:03:02 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0RA31En098648; Wed, 27 Jan 2016 10:03:01 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0RA315M098644; Wed, 27 Jan 2016 10:03:01 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201601271003.u0RA315M098644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm Date: Wed, 27 Jan 2016 10:03:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r294907 - 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 " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2016 10:03:03 -0000 Author: pho Date: Wed Jan 27 10:03:01 2016 New Revision: 294907 URL: https://svnweb.freebsd.org/changeset/base/294907 Log: Added descriptions for the various syscall test versions. Sponsored by: EMC / Isilon Storage Division Modified: user/pho/stress2/misc/syscall.sh user/pho/stress2/misc/syscall2.sh user/pho/stress2/misc/syscall3.sh user/pho/stress2/misc/syscall4.sh Modified: user/pho/stress2/misc/syscall.sh ============================================================================== --- user/pho/stress2/misc/syscall.sh Wed Jan 27 09:54:13 2016 (r294906) +++ user/pho/stress2/misc/syscall.sh Wed Jan 27 10:03:01 2016 (r294907) @@ -29,6 +29,7 @@ # # Test calls with random arguments, in reverse order +# Old unused test scenario. syscall4.sh replaces this. [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 Modified: user/pho/stress2/misc/syscall2.sh ============================================================================== --- user/pho/stress2/misc/syscall2.sh Wed Jan 27 09:54:13 2016 (r294906) +++ user/pho/stress2/misc/syscall2.sh Wed Jan 27 10:03:01 2016 (r294907) @@ -30,6 +30,7 @@ # Test calls with random arguments, in reverse order # Variation of the syscall test program. +# Old unused test scenario. syscall4.sh replaces this. [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 Modified: user/pho/stress2/misc/syscall3.sh ============================================================================== --- user/pho/stress2/misc/syscall3.sh Wed Jan 27 09:54:13 2016 (r294906) +++ user/pho/stress2/misc/syscall3.sh Wed Jan 27 10:03:01 2016 (r294907) @@ -30,6 +30,7 @@ # Test random syscalls with random arguments. # Regression test of r209697 +# Old unused test scenario. syscall4.sh replaces this. [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 Modified: user/pho/stress2/misc/syscall4.sh ============================================================================== --- user/pho/stress2/misc/syscall4.sh Wed Jan 27 09:54:13 2016 (r294906) +++ user/pho/stress2/misc/syscall4.sh Wed Jan 27 10:03:01 2016 (r294907) @@ -31,6 +31,10 @@ # Threaded syscall(2) fuzz test inspired by the iknowthis test suite # by Tavis Ormandy +# Usage: syscall4.sh [syscall number] +# Without an argument random syscall numbers are tested. +# With an argument only the specified syscall number is tested. + # Sample problems found: # Thread stuck in stopprof. # http://people.freebsd.org/~pho/stress/log/kostik732.txt