Date: Mon, 2 Apr 2001 00:17:04 +0930 (CST) From: mark@kyne.com.au To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26268: New port: sysutils/crashme: A tool to test an operating system's robustness Message-ID: <200104011447.f31El4W24250@aeris.kyne.com.au>
next in thread | raw e-mail | index | archive | help
>Number: 26268 >Category: ports >Synopsis: New port: sysutils/crashme: A tool to test an operating system's robustness >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 01 07:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mark Pulford >Release: FreeBSD 4.2-STABLE i386 >Organization: none >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # crashme # crashme/distinfo # crashme/pkg-descr # crashme/Makefile # crashme/pkg-comment # crashme/pkg-plist # echo c - crashme mkdir -p crashme > /dev/null 2>&1 echo x - crashme/distinfo sed 's/^X//' >crashme/distinfo << 'END-of-crashme/distinfo' XMD5 (crashme.tgz) = 8a1e115adbfd1fd175bd0c49f87f3589 END-of-crashme/distinfo echo x - crashme/pkg-descr sed 's/^X//' >crashme/pkg-descr << 'END-of-crashme/pkg-descr' XCrashme is a very simple program that tests the operating Xenvironment's robustness by invoking random data as if it were a Xprocedure. The standard signals are caught and handled with a setjmp Xback to a loop which will try again to produce a fault by executing Xrandom data. Some people call this stress testing. X XWWW: http://people.delphi.com/gjc/crashme.html X X- Mark Pulford Xmark@kyne.com.au END-of-crashme/pkg-descr echo x - crashme/Makefile sed 's/^X//' >crashme/Makefile << 'END-of-crashme/Makefile' X# New ports collection makefile for: crashme X# Date created: Apr 1, 2001 X# Whom: Mark Pulford <mark@kyne.com.au> X# X# $FreeBSD$ X# X XPORTNAME= crashme XPORTVERSION= 2.4 XCATEGORIES= sysutils XMASTER_SITES= http://people.delphi.com/gjc/ XDISTNAME= crashme XEXTRACT_SUFX= .tgz X XMAINTAINER= mark@kyne.com.au X XUSE_GMAKE= yes XNO_WRKSUBDIR= yes XMAKEFILE= makefile XMAN1= crashme.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/crashme ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/pddet ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/crashme.man ${PREFIX}/man/man1/crashme.1 X X.include <bsd.port.mk> END-of-crashme/Makefile echo x - crashme/pkg-comment sed 's/^X//' >crashme/pkg-comment << 'END-of-crashme/pkg-comment' XA tool to test an operating system's robustness END-of-crashme/pkg-comment echo x - crashme/pkg-plist sed 's/^X//' >crashme/pkg-plist << 'END-of-crashme/pkg-plist' Xbin/crashme Xbin/pddet END-of-crashme/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104011447.f31El4W24250>