Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-24 | Fix kttcp build on 64-bit-time_t NetBSD. | jakllsch | 2 | -10/+15 | |
Bump PKGREVISION. | |||||
2009-04-09 | Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. | joerg | 1 | -2/+1 | |
2008-07-14 | Mark as destdir ready. | joerg | 1 | -1/+2 | |
2007-08-30 | Fixed build failure on NetBSD 3.0: | rillig | 1 | -2/+2 | |
kttcp.c:121: warning: assignment discards qualifiers from pointer target type | |||||
2007-01-18 | Made the Makefile a lot simpler. | rillig | 1 | -14/+6 | |
2006-06-18 | Added BINOWN and BINGRP to MAKE_ENV to make unprivileged builds work. | rillig | 1 | -1/+3 | |
Bumped PKGREVISION. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -3/+3 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-05-23 | NO_CHECKSUM=yes instead of #defined. | rillig | 1 | -2/+2 | |
2004-10-01 | there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].* | grant | 1 | -2/+2 | |
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect this. | |||||
2004-07-30 | Enable pkgviews installation. | minskim | 1 | -1/+5 | |
2004-07-04 | also works on 1.6Z. | mrg | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-04-23 | Clean up ONLY_FOR_PLATFORM to read a little nicer and include all applicable | jmc | 1 | -2/+2 | |
NetBSD versions as appropriate | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-07-11 | Show usertime/systime/realtime/cpu-time-percentage. | simonb | 2 | -14/+48 | |
Add a -v option to show "byte/CPU sec" ala "ttcp -v". Change the -s option to -t (same as parameter to transmit as ttcp). Bump pkg version number. | |||||
2002-07-01 | Mark this package as only for NetBSD-1.6B or later. This still isn't | agc | 1 | -2/+2 | |
perfect, since I have problems building this on a 1.6B machine which does not have kttcp in the kernel. | |||||
2002-06-30 | Allow a "k", "m", or "g" suffix to be added to a byte count to | thorpej | 1 | -4/+37 | |
multiply it by 1024, 1024 * 1024, or 1024 * 1024 * 1024, respectively. | |||||
2002-06-30 | Also report speed in Megabits/sec (both 1024- and 1000-based Mega). | thorpej | 1 | -2/+6 | |
2002-06-30 | Remove "-c ..." from the usage. | thorpej | 1 | -4/+3 | |
2002-06-29 | This is only for NetBSD. | thorpej | 1 | -1/+3 | |
2002-06-29 | kttcp -- userland portion of the kttcp network throughput tester | thorpej | 5 | -0/+276 | |