summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets
Commit message (Expand)AuthorAgeFilesLines
* tools: minor spelling fixes.pfg2016-05-011-1/+1
* Use different ports in the TCP/UDP testcases with the first set andngie2016-01-231-10/+10
* Don't run the t_cmsg_len testcase on 64-bit architecturesngie2016-01-231-0/+12
* - Don't return immediately in check_xucred, check_scm_creds_cmsgcred, andngie2016-01-231-81/+98
* Fix -Wunused warning with clang/gccngie2016-01-162-2/+2
* Fix warnings with clang/gccngie2016-01-162-33/+33
* Fix warnings with gcc 5.0ngie2016-01-162-4/+2
* Test for EPROTOTYPE not EPROTONOSUPPORTngie2016-01-162-5/+5
* Add missing newline to message about requiring root privilegesngie2016-01-161-1/+1
* - Check for accf_filter before running the tests, otherwise it will alwaysngie2016-01-151-2/+13
* Integrate tools/regression/sockets/unix_passfd into the FreeBSD testngie2015-12-302-397/+0
* - Explicitly initialize ch to 0ngie2015-12-281-5/+6
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-041-2/+1
* Fix even more warnings..ngie2015-04-112-3/+4
* Fix more warnings I didn't catch in the first go-aroundngie2015-04-112-6/+3
* Fix warnings, bump WARNS to 6, and use a temporary socket instead of one in /tmpngie2015-04-112-8/+8
* - Remove the .t wrapper and put the "magic" of determining the number ofngie2015-04-112-59/+11
* Fix the knob twiddling to work properly per src.opts.mkngie2015-04-111-4/+6
* Generate temporary files with mkstemp instead of mktempngie2015-04-111-3/+3
* Garbage collect argc/argv and bump WARNS to 6ngie2015-04-112-2/+2
* Garbage collect argc/argv and bump WARNS to 6ngie2015-04-112-2/+2
* - Garbage collect argc/argvngie2015-04-112-11/+14
* - Garbage collect argc/argv; bump WARNS to 6ngie2015-04-112-6/+11
* Fix warnings and bump WARNS to 6ngie2015-04-112-6/+6
* Garbage collect argc/argv and bump WARNS to 6ngie2015-04-112-2/+2
* Mark signum unused in signal_handler; bump WARNS to 6ngie2015-04-112-2/+2
* Fix a -Wuninitialized warning by setting the socket to -1 and bump WARNS to 6ngie2015-04-112-1/+3
* - Don't use /tmp because it's outside ATF's prescribed sandboxngie2015-04-111-4/+4
* Fix warnings and bump WARNS to 6ngie2015-04-112-7/+7
* - Garbage collect argc/argv (-Wunused)ngie2015-04-112-2/+2
* - Use static buffers for temporary file paths instead of strdup of constant s...ngie2015-04-111-14/+8
* Use _exit, not exit in forked processngie2015-04-101-1/+1
* Remove argc/argv (-Wunused)ngie2015-04-102-2/+2
* Fix warningsngie2015-04-102-3/+4
* Remove argc/argv (-Wunused)ngie2015-04-102-2/+2
* - Parameterize out the number of accept/connect attemptsngie2015-04-102-19/+35
* Fix -Wunused warnings, bump WARNS to 6ngie2015-04-102-2/+3
* Fix -Wunused warnings, bump WARNS to 6ngie2015-04-102-4/+2
* Fix warnings, fix a typo in a testcase description, bump WARNS to 3ngie2015-04-102-5/+5
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-1324-24/+24
* Add test case for kern/181741. Right now test fails.glebius2014-02-061-25/+79
* Replace the old unix_seqpacket and unix_seqpacket_exercise tests, whichasomers2014-01-234-593/+0
* Add a sendfile regression test for transmit length > file size.emaste2013-09-101-32/+64
* Major update for unix_cmsg from Andrey Simonenko.pluknet2013-02-113-1249/+1652
* Zero the whole struct not just the size of a pointer.emaste2012-11-191-1/+1
* Use '%zd' format specifier for ssize_temaste2012-11-193-13/+13
* Use '%zd' printf format for ssize_t.emaste2012-11-191-2/+2
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Add regression tests for the setsockopt(2) SO_SETFIB socket option.bz2012-02-173-0/+262
* - Add a test for PR 151758.jhb2011-12-091-26/+54
OpenPOWER on IntegriCloud