aboutsummaryrefslogtreecommitdiff
path: root/tools/test
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
| | | | Notes: svn path=/head/; revision=50477
* Fix a couple of typos.Mike Pritchard1997-03-071-1/+1
| | | | Notes: svn path=/head/; revision=23458
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-224-4/+4
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-4/+4
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Update this to match my version.Poul-Henning Kamp1996-10-262-24/+21
| | | | Notes: svn path=/head/; revision=19192
* Add the test programs that I tested the /dev/random driver with.Mark Murray1995-11-044-0/+108
| | | | Notes: svn path=/head/; revision=12059
* malloc.c A program to benchmark and test malloc.Poul-Henning Kamp1995-10-153-0/+68
| | | | Notes: svn path=/head/; revision=11498
* README reads:Poul-Henning Kamp1995-10-151-0/+6
This directory is for test programs. A test program is one that will excercise a particular bit of the system and try to break it and/or measuring performance on it. Please make a subdir per program, and add a brief description to this file. Notes: svn path=/head/; revision=11495