summaryrefslogtreecommitdiff
path: root/tools/regression/sockets
AgeCommit message (Expand)Author
2025-09-15ip6: add SO_BINTIME supportJonathan T. Looney
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26tools: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2022-10-11Track kern.ipc.somaxconn -> kern.ipc.soacceptqueue renameJose Luis Duran
2020-10-01Do a sweep and remove most WARNS=6 settingsKyle Evans
2018-07-30Make timespecadd(3) and friends publicAlan Somers
2018-07-19Fix the build of tools/regression/sockets/unix_cmsgAlan Somers
2018-02-10Convert tools/regression/sockets/socketpair to ATFAlan Somers
2017-08-24Add a test case for a connection on accept queue that is reset beforeGleb Smirnoff
2017-06-08Make the test to leave one connection on the incomplete queueGleb Smirnoff
2017-06-08Improve this unit test: make sure that the accept filter actually works.Gleb Smirnoff
2017-02-14Add a regression test for putting a socket on kqueue, and then doingGleb Smirnoff
2017-01-16Add a new socket option SO_TS_CLOCK to pick from several different clockMaxim Sobolev
2016-12-09Check that SCM_XXX timestamp returned by the kernel is less 1 secondMaxim Sobolev
2016-12-06Auto-generate 2 test cases that differ only in structure and SCM_XXX constantMaxim Sobolev
2016-12-05Refactor the regression test code by splitting huge monolithic CMaxim Sobolev
2016-05-01tools: minor spelling fixes.Pedro F. Giffuni
2016-01-23Use different ports in the TCP/UDP testcases with the first set andEnji Cooper
2016-01-23Don't run the t_cmsg_len testcase on 64-bit architecturesEnji Cooper
2016-01-23- Don't return immediately in check_xucred, check_scm_creds_cmsgcred, andEnji Cooper
2016-01-16Fix -Wunused warning with clang/gccEnji Cooper
2016-01-16Fix warnings with clang/gccEnji Cooper
2016-01-16Fix warnings with gcc 5.0Enji Cooper
2016-01-16Test for EPROTOTYPE not EPROTONOSUPPORTEnji Cooper
2016-01-16Add missing newline to message about requiring root privilegesEnji Cooper
2016-01-15- Check for accf_filter before running the tests, otherwise it will alwaysEnji Cooper
2015-12-30Integrate tools/regression/sockets/unix_passfd into the FreeBSD testEnji Cooper
2015-12-28- Explicitly initialize ch to 0Enji Cooper
2015-12-04Fix LDADD/DPADD that should be LIBADD.Bryan Drewery
2015-04-11Fix even more warnings..Enji Cooper
2015-04-11Fix more warnings I didn't catch in the first go-aroundEnji Cooper
2015-04-11Fix warnings, bump WARNS to 6, and use a temporary socket instead of one in /tmpEnji Cooper
2015-04-11- Remove the .t wrapper and put the "magic" of determining the number ofEnji Cooper
2015-04-11Fix the knob twiddling to work properly per src.opts.mkEnji Cooper
2015-04-11Generate temporary files with mkstemp instead of mktempEnji Cooper
2015-04-11Garbage collect argc/argv and bump WARNS to 6Enji Cooper
2015-04-11Garbage collect argc/argv and bump WARNS to 6Enji Cooper
2015-04-11- Garbage collect argc/argvEnji Cooper
2015-04-11- Garbage collect argc/argv; bump WARNS to 6Enji Cooper
2015-04-11Fix warnings and bump WARNS to 6Enji Cooper
2015-04-11Garbage collect argc/argv and bump WARNS to 6Enji Cooper
2015-04-11Mark signum unused in signal_handler; bump WARNS to 6Enji Cooper
2015-04-11Fix a -Wuninitialized warning by setting the socket to -1 and bump WARNS to 6Enji Cooper
2015-04-11- Don't use /tmp because it's outside ATF's prescribed sandboxEnji Cooper
2015-04-11Fix warnings and bump WARNS to 6Enji Cooper
2015-04-11- Garbage collect argc/argv (-Wunused)Enji Cooper