summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets
Commit message (Expand)AuthorAgeFilesLines
* Close the connect socket as well as the listen socket on completion.rwatson2005-05-161-2/+2
* Check the return value of shutdown().rwatson2005-03-111-4/+8
* Add sigpipe, a simple UNIX domain socket and TCP regression test that isrwatson2005-03-112-0/+327
* Add a simple regression test for stream UNIX domain sockets and therwatson2005-02-202-0/+325
* Use WARNS?= instead of WARNS= in Makefiles so that global warningrwatson2005-01-222-2/+2
* Add test which excersises problem with unability to change association ofsobomax2005-01-122-0/+149
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-215-5/+5
* Switch over to a different, more flexible test output protocol that'snik2004-11-116-27/+112
* Add a small regression test that opens a TCP socket, listens on it,rwatson2004-11-022-0/+120
* For variables that are only checked with defined(), don't provideru2004-10-243-3/+3
* Use errx() instead of fprintf()/exit() for conciseness.rwatson2004-10-231-65/+38
* Use errx() instead of perror()/exit() for conciseness.rwatson2004-10-231-44/+24
* Modify accept_fd_leak regression test to generate "PASS" output, notrwatson2004-09-181-2/+3
* Join the effort in simplifying this makefile. ;)ru2004-09-031-3/+1
* Pass O_NONBLOCK directly to fcntl() rather than the pointer to an intrwatson2004-09-021-12/+8
* Don't override the rule used to build a binary by providing our ownrwatson2004-09-021-1/+0
* Make sure to properly initialize 'size' to sizeof(sin) before passingrwatson2004-08-241-0/+1
* Add a basic kqueue + UNIX domain socket pair regression test to do somerwatson2004-08-242-0/+340
* Add minimal socketpair() regression test to confirm that we can createrwatson2004-08-042-0/+139
* Simple attachment regression test to attach the "accf_data" acceptrwatson2004-07-262-0/+211
* Add simple regression test to detect leakage of file descriptors whenrwatson2004-07-172-0/+142
OpenPOWER on IntegriCloud