summaryrefslogtreecommitdiffstats
path: root/tools/regression/netinet/tcpconnect
Commit message (Collapse)AuthorAgeFilesLines
* MFC r264400,r265836:ngie2014-12-311-1/+1
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 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. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* Add missing #include of err.h.rwatson2011-05-301-0/+1
| | | | | MFC after: 3 days Sponsored by: Juniper Networks, Inc.
* Convert errx(-1, ..., strerror(errno)) to err(-1, ...).bz2007-11-281-8/+8
| | | | Discussed with: rwatson
* Add support for tcpmd5 tests.bz2007-11-282-13/+63
| | | | | | | | | | Add README.tcpmd5 to describe how to build a simple test setup and run tests. Convert compile time options to run time options [1]. Discussed with: rwatson Suggested by: rwatson [1]
* Add an #ifdef'd non-blocking version of the test.rwatson2005-05-161-1/+10
| | | | Update copyright.
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Use errx() instead of perror()/exit() for conciseness.rwatson2004-10-231-25/+14
| | | | Suggested by: ru (some time ago)
* Fixed a typo.ru2004-10-171-1/+1
| | | | Submitted by: Pawel Worach
* Add a simple C-based TCP connection generator, which generates andrwatson2004-10-092-0/+160
closes the specified number of TCP connections sequentially and synchronously. Useful for trying to trigger races in the accept code.
OpenPOWER on IntegriCloud