summaryrefslogtreecommitdiff
path: root/benchmarks/nettest
AgeCommit message (Collapse)AuthorFilesLines
2006-06-22Rename daemon to is_daemon, since daemon is declared already in stdlib.h.joerg2-5/+43
2006-06-21Remove conflicting declaration of malloc(); include <stdlib.h> instead.minskim3-19/+78
2006-01-12Fixed pkglint warnings, including a typo: INSTALLATINO => INSTALLATION.rillig1-6/+6
2005-12-13Add DragonFly, fix errno.joerg3-19/+21
2005-02-22Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-08-22Remove duplicate '-DNO_ISO' in IRIX target.jschauma2-4/+4
2004-08-22Re-add RCS IDs for patchesjschauma3-3/+7
2004-08-22Make this build and install under Linux and IRIX.jschauma4-29/+67
(Fixes PR pkg/26641)
2004-07-30Enable pkgviews installation.minskim1-1/+5
2004-07-30No need to include bsd.prefs.mk.minskim1-3/+1
2003-04-11Re-import of Nettest 92.11.09 into the NetBSD packages collectioncjep8-0/+253
as benchmarks/nettest (originally in net). The nettest and nettestd commands perform client and server performance tests for various types of interprocess communication. These tests time the data throughput of pipes and UNIX domain, TCP, and UDP socket connections. Supplied by Brian Ginsbach in PR#18985. Thanks!