| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make timespecadd(3) and friends public | Alan Somers | 2018-07-30 | 2 | -49/+10 |
| * | Fix the build of tools/regression/sockets/unix_cmsg | Alan Somers | 2018-07-19 | 1 | -0/+1 |
| * | Convert tools/regression/sockets/socketpair to ATF | Alan Somers | 2018-02-10 | 2 | -170/+0 |
| * | Add a test case for a connection on accept queue that is reset before | Gleb Smirnoff | 2017-08-24 | 1 | -8/+35 |
| * | Make the test to leave one connection on the incomplete queue | Gleb Smirnoff | 2017-06-08 | 1 | -0/+14 |
| * | Improve this unit test: make sure that the accept filter actually works. | Gleb Smirnoff | 2017-06-08 | 1 | -7/+38 |
| * | Add a regression test for putting a socket on kqueue, and then doing | Gleb Smirnoff | 2017-02-14 | 2 | -0/+121 |
| * | Add a new socket option SO_TS_CLOCK to pick from several different clock | Maxim Sobolev | 2017-01-16 | 4 | -1/+691 |
| * | Check that SCM_XXX timestamp returned by the kernel is less 1 second | Maxim Sobolev | 2016-12-09 | 4 | -1/+143 |
| * | Auto-generate 2 test cases that differ only in structure and SCM_XXX constant | Maxim Sobolev | 2016-12-06 | 5 | -205/+45 |
| * | Refactor the regression test code by splitting huge monolithic C | Maxim Sobolev | 2016-12-05 | 20 | -1643/+2300 |
| * | tools: minor spelling fixes. | Pedro F. Giffuni | 2016-05-01 | 1 | -1/+1 |
| * | Use different ports in the TCP/UDP testcases with the first set and | Enji Cooper | 2016-01-23 | 1 | -10/+10 |
| * | Don't run the t_cmsg_len testcase on 64-bit architectures | Enji Cooper | 2016-01-23 | 1 | -0/+12 |
| * | - Don't return immediately in check_xucred, check_scm_creds_cmsgcred, and | Enji Cooper | 2016-01-23 | 1 | -81/+98 |
| * | Fix -Wunused warning with clang/gcc | Enji Cooper | 2016-01-16 | 2 | -2/+2 |
| * | Fix warnings with clang/gcc | Enji Cooper | 2016-01-16 | 2 | -33/+33 |
| * | Fix warnings with gcc 5.0 | Enji Cooper | 2016-01-16 | 2 | -4/+2 |
| * | Test for EPROTOTYPE not EPROTONOSUPPORT | Enji Cooper | 2016-01-16 | 2 | -5/+5 |
| * | Add missing newline to message about requiring root privileges | Enji Cooper | 2016-01-16 | 1 | -1/+1 |
| * | - Check for accf_filter before running the tests, otherwise it will always | Enji Cooper | 2016-01-15 | 1 | -2/+13 |
| * | Integrate tools/regression/sockets/unix_passfd into the FreeBSD test | Enji Cooper | 2015-12-30 | 2 | -397/+0 |
| * | - Explicitly initialize ch to 0 | Enji Cooper | 2015-12-28 | 1 | -5/+6 |
| * | Fix LDADD/DPADD that should be LIBADD. | Bryan Drewery | 2015-12-04 | 1 | -2/+1 |
| * | Fix even more warnings.. | Enji Cooper | 2015-04-11 | 2 | -3/+4 |
| * | Fix more warnings I didn't catch in the first go-around | Enji Cooper | 2015-04-11 | 2 | -6/+3 |
| * | Fix warnings, bump WARNS to 6, and use a temporary socket instead of one in /tmp | Enji Cooper | 2015-04-11 | 2 | -8/+8 |
| * | - Remove the .t wrapper and put the "magic" of determining the number of | Enji Cooper | 2015-04-11 | 2 | -59/+11 |
| * | Fix the knob twiddling to work properly per src.opts.mk | Enji Cooper | 2015-04-11 | 1 | -4/+6 |
| * | Generate temporary files with mkstemp instead of mktemp | Enji Cooper | 2015-04-11 | 1 | -3/+3 |
| * | Garbage collect argc/argv and bump WARNS to 6 | Enji Cooper | 2015-04-11 | 2 | -2/+2 |
| * | Garbage collect argc/argv and bump WARNS to 6 | Enji Cooper | 2015-04-11 | 2 | -2/+2 |
| * | - Garbage collect argc/argv | Enji Cooper | 2015-04-11 | 2 | -11/+14 |
| * | - Garbage collect argc/argv; bump WARNS to 6 | Enji Cooper | 2015-04-11 | 2 | -6/+11 |
| * | Fix warnings and bump WARNS to 6 | Enji Cooper | 2015-04-11 | 2 | -6/+6 |
| * | Garbage collect argc/argv and bump WARNS to 6 | Enji Cooper | 2015-04-11 | 2 | -2/+2 |
| * | Mark signum unused in signal_handler; bump WARNS to 6 | Enji Cooper | 2015-04-11 | 2 | -2/+2 |
| * | Fix a -Wuninitialized warning by setting the socket to -1 and bump WARNS to 6 | Enji Cooper | 2015-04-11 | 2 | -1/+3 |
| * | - Don't use /tmp because it's outside ATF's prescribed sandbox | Enji Cooper | 2015-04-11 | 1 | -4/+4 |
| * | Fix warnings and bump WARNS to 6 | Enji Cooper | 2015-04-11 | 2 | -7/+7 |
| * | - Garbage collect argc/argv (-Wunused) | Enji Cooper | 2015-04-11 | 2 | -2/+2 |
| * | - Use static buffers for temporary file paths instead of strdup of constant s... | Enji Cooper | 2015-04-11 | 1 | -14/+8 |
| * | Use _exit, not exit in forked process | Enji Cooper | 2015-04-10 | 1 | -1/+1 |
| * | Remove argc/argv (-Wunused) | Enji Cooper | 2015-04-10 | 2 | -2/+2 |
| * | Fix warnings | Enji Cooper | 2015-04-10 | 2 | -3/+4 |
| * | Remove argc/argv (-Wunused) | Enji Cooper | 2015-04-10 | 2 | -2/+2 |
| * | - Parameterize out the number of accept/connect attempts | Enji Cooper | 2015-04-10 | 2 | -19/+35 |
| * | Fix -Wunused warnings, bump WARNS to 6 | Enji Cooper | 2015-04-10 | 2 | -2/+3 |
| * | Fix -Wunused warnings, bump WARNS to 6 | Enji Cooper | 2015-04-10 | 2 | -4/+2 |
| * | Fix warnings, fix a typo in a testcase description, bump WARNS to 3 | Enji Cooper | 2015-04-10 | 2 | -5/+5 |