summaryrefslogtreecommitdiff
path: root/benchmarks/nettest
AgeCommit message (Collapse)AuthorFilesLines
2015-11-07Add builds for OpenBSD, Bitrig, and MacOS. Treat them all like NetBSD fordholland2-4/+7
now; MacOS might turn out to need its own stanza.
2015-11-03Add SHA512 digests for distfiles for benchmarks categoryagc1-1/+2
Problems found with existing distfile for superpi: distfiles/super_pi-20030927/super_pi.tar.gz No changes were made to the superpi/distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. distfiles/eagle-lin32-7.4.0.run
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-04-23Support FreeBSD.asau2-4/+4
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-01-12Fix build on SunOS.hans2-4/+10
2007-05-18Added support for installation to DESTDIR.heinz1-4/+5
Fixed a forgotten instance of PKGMANDIR.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
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!