summaryrefslogtreecommitdiff
path: root/tools/regression/netinet/tcpstream
Commit message (Collapse)AuthorAgeFilesLines
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
| | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Use errx() instead of perror()/exit() for conciseness.Robert Watson2004-10-231-25/+14
| | | | | | | Suggested by: ru (some time ago) Notes: svn path=/head/; revision=136843
* Add a very basic README for tcpstream.Robert Watson2004-09-131-0/+20
| | | | Notes: svn path=/head/; revision=135157
* Add tcpstream, a simple TCP stream generator that uses a pseudo-randomRobert Watson2004-09-132-0/+253
sequence to detect data corruption visible to an application. Notes: svn path=/head/; revision=135132