diff options
author | agc <agc@pkgsrc.org> | 1997-11-14 10:04:47 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-11-14 10:04:47 +0000 |
commit | a6f3a62e2e31070e0e687d4d116689b860fd7f16 (patch) | |
tree | adaf669a096494b1f8686c99163461ef753dee7c /sysutils/crashme/pkg | |
parent | 11a4a855e25f451b87707e18239ee639fd7622cd (diff) | |
download | pkgsrc-a6f3a62e2e31070e0e687d4d116689b860fd7f16.tar.gz |
Initial import of crashme 2.4 into the NetBSD packages system.
Diffstat (limited to 'sysutils/crashme/pkg')
-rw-r--r-- | sysutils/crashme/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/crashme/pkg/DESCR | 16 | ||||
-rw-r--r-- | sysutils/crashme/pkg/PLIST | 3 |
3 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/crashme/pkg/COMMENT b/sysutils/crashme/pkg/COMMENT new file mode 100644 index 00000000000..280a30ba428 --- /dev/null +++ b/sysutils/crashme/pkg/COMMENT @@ -0,0 +1 @@ +Try to crash machine with random arguments to random system calls diff --git a/sysutils/crashme/pkg/DESCR b/sysutils/crashme/pkg/DESCR new file mode 100644 index 00000000000..c1510c84687 --- /dev/null +++ b/sysutils/crashme/pkg/DESCR @@ -0,0 +1,16 @@ +A bit of background on crashme. It is a tool for testing the robustness +of an operating environment using a technique of "Random Input" response +analysis. This I first saw formally proposed in the book Cybernetics +by Norbert Wiener, but which any parent who has observed his children +playing and learning would be well disposed to describe in detail. + +* The operating environment under consideration is the user-mode process. + +* The Random Input is provided by the execution of a sequence of pseudo-random + data as an instruction stream. + +* The response analysis is to catch and record machine and software + generated exceptions/errors/signals and to retry using new random data + in both the current user-mode process and in newly created subprocesses. + +Crashme: (c) Copyright 1990, 1991 George J. Carrette diff --git a/sysutils/crashme/pkg/PLIST b/sysutils/crashme/pkg/PLIST new file mode 100644 index 00000000000..ed3c8275676 --- /dev/null +++ b/sysutils/crashme/pkg/PLIST @@ -0,0 +1,3 @@ +sbin/crashme +sbin/pddet +man/man1/crashme.1 |