svn commit: r294907 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Wed Jan 27 10:03:03 UTC 2016


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 <taviso  cmpxchg8b com>
 
+# 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


More information about the svn-src-user mailing list