summaryrefslogtreecommitdiff
path: root/tools/regression/sockets
Commit message (Expand)AuthorAgeFilesLines
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-0123-23/+0
* Make timespecadd(3) and friends publicAlan Somers2018-07-302-49/+10
* Fix the build of tools/regression/sockets/unix_cmsgAlan Somers2018-07-191-0/+1
* Convert tools/regression/sockets/socketpair to ATFAlan Somers2018-02-102-170/+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
* Add a regression test for putting a socket on kqueue, and then doingGleb Smirnoff2017-02-142-0/+121
* Add a new socket option SO_TS_CLOCK to pick from several different clockMaxim Sobolev2017-01-164-1/+691
* Check that SCM_XXX timestamp returned by the kernel is less 1 secondMaxim Sobolev2016-12-094-1/+143
* Auto-generate 2 test cases that differ only in structure and SCM_XXX constantMaxim Sobolev2016-12-065-205/+45
* Refactor the regression test code by splitting huge monolithic CMaxim Sobolev2016-12-0520-1643/+2300
* tools: minor spelling fixes.Pedro F. Giffuni2016-05-011-1/+1
* Use different ports in the TCP/UDP testcases with the first set andEnji Cooper2016-01-231-10/+10
* Don't run the t_cmsg_len testcase on 64-bit architecturesEnji Cooper2016-01-231-0/+12
* - Don't return immediately in check_xucred, check_scm_creds_cmsgcred, andEnji Cooper2016-01-231-81/+98
* Fix -Wunused warning with clang/gccEnji Cooper2016-01-162-2/+2
* Fix warnings with clang/gccEnji Cooper2016-01-162-33/+33
* Fix warnings with gcc 5.0Enji Cooper2016-01-162-4/+2
* Test for EPROTOTYPE not EPROTONOSUPPORTEnji Cooper2016-01-162-5/+5
* Add missing newline to message about requiring root privilegesEnji Cooper2016-01-161-1/+1
* - Check for accf_filter before running the tests, otherwise it will alwaysEnji Cooper2016-01-151-2/+13
* Integrate tools/regression/sockets/unix_passfd into the FreeBSD testEnji Cooper2015-12-302-397/+0
* - Explicitly initialize ch to 0Enji Cooper2015-12-281-5/+6
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-2/+1
* Fix even more warnings..Enji Cooper2015-04-112-3/+4
* Fix more warnings I didn't catch in the first go-aroundEnji Cooper2015-04-112-6/+3
* Fix warnings, bump WARNS to 6, and use a temporary socket instead of one in /tmpEnji Cooper2015-04-112-8/+8
* - Remove the .t wrapper and put the "magic" of determining the number ofEnji Cooper2015-04-112-59/+11
* Fix the knob twiddling to work properly per src.opts.mkEnji Cooper2015-04-111-4/+6
* Generate temporary files with mkstemp instead of mktempEnji Cooper2015-04-111-3/+3
* Garbage collect argc/argv and bump WARNS to 6Enji Cooper2015-04-112-2/+2
* Garbage collect argc/argv and bump WARNS to 6Enji Cooper2015-04-112-2/+2
* - Garbage collect argc/argvEnji Cooper2015-04-112-11/+14
* - Garbage collect argc/argv; bump WARNS to 6Enji Cooper2015-04-112-6/+11
* Fix warnings and bump WARNS to 6Enji Cooper2015-04-112-6/+6
* Garbage collect argc/argv and bump WARNS to 6Enji Cooper2015-04-112-2/+2
* Mark signum unused in signal_handler; bump WARNS to 6Enji Cooper2015-04-112-2/+2
* Fix a -Wuninitialized warning by setting the socket to -1 and bump WARNS to 6Enji Cooper2015-04-112-1/+3
* - Don't use /tmp because it's outside ATF's prescribed sandboxEnji Cooper2015-04-111-4/+4
* Fix warnings and bump WARNS to 6Enji Cooper2015-04-112-7/+7
* - Garbage collect argc/argv (-Wunused)Enji Cooper2015-04-112-2/+2
* - Use static buffers for temporary file paths instead of strdup of constant s...Enji Cooper2015-04-111-14/+8
* Use _exit, not exit in forked processEnji Cooper2015-04-101-1/+1
* Remove argc/argv (-Wunused)Enji Cooper2015-04-102-2/+2
* Fix warningsEnji Cooper2015-04-102-3/+4
* Remove argc/argv (-Wunused)Enji Cooper2015-04-102-2/+2
* - Parameterize out the number of accept/connect attemptsEnji Cooper2015-04-102-19/+35
* Fix -Wunused warnings, bump WARNS to 6Enji Cooper2015-04-102-2/+3
* Fix -Wunused warnings, bump WARNS to 6Enji Cooper2015-04-102-4/+2