Commit Graph

13 Commits

Author SHA1 Message Date
phk
444bc8afd7 Add an option to write collected data to file in binary format. This
is very useful for collecting test-data for trial runs.
2004-03-10 20:30:19 +00:00
phk
5fc1455f30 Add a small program to test/measure with the RFC 2783 API for timing
external signals.
2003-12-08 20:49:40 +00:00
kbyanc
f19c9c96df Remove broken attempt to compile libc's malloc source directly; this
allows this tool to compile again. Albeit, now to test a new malloc
implementation one has to install the new libc which may have bad
consequences (i.e. if the new malloc implementation were buggy).

Add logic to workaround malloc's current behaviour of returning an
invalid non-NULL pointer for 0 byte allocation requests; this prevents the
tool from coring during the NOPS loop.

Add $FreeBSD$ tags.
2002-01-02 06:42:34 +00:00
asmodai
b1f74ef613 Add $FreeBSD$.
Describe the other two directories in here.
2001-10-08 12:28:31 +00:00
wollman
de84eaca61 Add a little test program to demonstrate POSIX Shared Memory Objects. 2000-04-22 15:29:21 +00:00
peter
e4b04a2b21 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
mpp
dc9b97dd1a Fix a couple of typos. 1997-03-07 01:48:24 +00:00
peter
34fd560164 Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
jkh
9c0cd3f9df Make the long-awaited change from $Id$ to $FreeBSD$
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.
1997-01-14 07:20:47 +00:00
phk
2cf5eca351 Update this to match my version. 1996-10-26 08:22:09 +00:00
markm
7296dc0a51 Add the test programs that I tested the /dev/random driver with. 1995-11-04 09:50:48 +00:00
phk
5572f22565 malloc.c A program to benchmark and test malloc. 1995-10-15 12:29:12 +00:00
phk
7bc6aeb991 README reads:
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.
1995-10-15 11:27:49 +00:00