aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/netinet/tcpstream
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit 05248206f720)
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit d0b2dbfa0ecf)
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit b3e7694832e8)
* regression-netinet: Remove a double word in a source code commentGordon Bergling2022-09-131-1/+1
| | | | | | - s/to to/to/ (cherry picked from commit ba594e730eca14246a6c913a30b36af3126e0005)
* 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