summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow to specify path to a file we want to test with sendfile(2).pjd2010-12-111-3/+16
* Extend the unix gc regression test to cover the case of r216150.kib2010-12-031-9/+54
* Correct several nits/problems in the unix_close_race regression test.rwatson2010-05-271-10/+16
* Add unix_close_race, a regresion test to catch ENOTCONN being returnedrwatson2010-05-262-0/+139
* Always assign WARNS using ?=uqs2010-03-022-2/+2
* Fixed missing or broken library dependencies.ru2010-02-251-1/+2
* Update the sendfile regression test so that it outputs results in thebrucec2010-02-242-169/+242
* A few regression tests for SOCK_SEQPACKET UNIX domain sockets.rwatson2009-10-054-0/+593
* - Remove a bogus test: setsockopt() doesn't return a length, getsockopt()jhb2009-09-231-4/+1
* In UNIX domain socket GC regression test, after setting a socketrwatson2009-03-081-1/+1
* Add very simple regression test for fstat(2) on sockets: make sure itrwatson2008-10-062-0/+80
* o Correct a comment: a test file size is a four pages not three.maxim2008-09-101-1/+1
OpenPOWER on IntegriCloud