aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/netinet/tcpsockclosebeforeaccept
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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
* o style.Makefile(5): WARNS= -> WARNS?=.Maxim Konovalov2006-07-091-1/+1
| | | | Notes: svn path=/head/; revision=160202
* Add a second pass to the close-before-accept test using a call to theRobert Watson2006-04-031-5/+59
| | | | | | | tcp drop sysctl. This should exercise the ECONNABORTED accept case. Notes: svn path=/head/; revision=157428
* Add a regression test to exercise the case where accept() is called andRobert Watson2006-04-032-0/+156
the next waiting socket has had a close on the remote endpoint already. Notes: svn path=/head/; revision=157425