aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/sockets/accf_data_attach
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-1/+0
* Add a test case for a connection on accept queue that is reset beforeGleb Smirnoff2017-08-241-8/+35
* Make the test to leave one connection on the incomplete queueGleb Smirnoff2017-06-081-0/+14
* Improve this unit test: make sure that the accept filter actually works.Gleb Smirnoff2017-06-081-7/+38
* - Check for accf_filter before running the tests, otherwise it will alwaysEnji Cooper2016-01-151-2/+13
* Fix -Wunused warnings, bump WARNS to 6Enji Cooper2015-04-102-4/+2
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* - Remove a bogus test: setsockopt() doesn't return a length, getsockopt()John Baldwin2009-09-231-4/+1
* o setsockopt(2) cannot remove accept filter. [1]Maxim Konovalov2005-06-111-10/+46
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Switch over to a different, more flexible test output protocol that'sNik Clayton2004-11-112-16/+36
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Use errx() instead of fprintf()/exit() for conciseness.Robert Watson2004-10-231-65/+38
* Simple attachment regression test to attach the "accf_data" acceptRobert Watson2004-07-262-0/+211