aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/sockets
Commit message (Expand)AuthorAgeFilesLines
* Allow to specify path to a file we want to test with sendfile(2).Pawel Jakub Dawidek2010-12-111-3/+16
* Extend the unix gc regression test to cover the case of r216150.Konstantin Belousov2010-12-031-9/+54
* Correct several nits/problems in the unix_close_race regression test.Robert Watson2010-05-271-10/+16
* Add unix_close_race, a regresion test to catch ENOTCONN being returnedRobert Watson2010-05-262-0/+139
* Always assign WARNS using ?=Ulrich Spörlein2010-03-022-2/+2
* Fixed missing or broken library dependencies.Ruslan Ermilov2010-02-251-1/+2
* Update the sendfile regression test so that it outputs results in theRebecca Cran2010-02-242-169/+242
* A few regression tests for SOCK_SEQPACKET UNIX domain sockets.Robert Watson2009-10-054-0/+593
* - Remove a bogus test: setsockopt() doesn't return a length, getsockopt()John Baldwin2009-09-231-4/+1
* In UNIX domain socket GC regression test, after setting a socketRobert Watson2009-03-081-1/+1
* Add very simple regression test for fstat(2) on sockets: make sure itRobert Watson2008-10-062-0/+80
* o Correct a comment: a test file size is a four pages not three.Maxim Konovalov2008-09-101-1/+1
* Add unix_sorflush, a regression test for the following scenario:Robert Watson2008-01-302-0/+106
* Add regression tests for UNIX domain socket garbage collection. Should beRobert Watson2007-12-312-0/+770
* Add a regression test to detect if waiting on the I/O serialization lockRobert Watson2007-05-062-0/+216
* Test sending 0 bytes.Pawel Jakub Dawidek2007-04-201-0/+6
* Fix length calculation.Pawel Jakub Dawidek2007-04-201-1/+1
* Valid error codes for err() and errx() are 1..255.Dag-Erling Smørgrav2007-04-192-27/+29
* Add more tests to verify last sendfile(2) breakage: test sending morePawel Jakub Dawidek2007-04-191-3/+38
* Fix a fd leak in socketpair():John Baldwin2007-04-021-0/+33
* Add another fd leak test for accept() I used to test the fix in 1.234 ofJohn Baldwin2007-04-021-1/+83
* Ignore EINPROGRESS error on TCP connect(), and pick up the result of theRobert Watson2007-01-121-4/+23
* Add a regression test for sending and writing zero bytes to sockets ofRobert Watson2007-01-122-0/+278
* Drop all received data mbufs from a socket's queue if the MT_SONAMEBruce M Simpson2006-12-232-0/+116
* Add a short regression test to try to exercise races in the non-atomicRobert Watson2006-11-152-0/+219
* o style.Makefile(5): WARNS= -> WARNS?=.Maxim Konovalov2006-07-097-7/+7
* o Let getopt(3) report errors in command line arguments.Maxim Konovalov2006-05-311-13/+11
* o Add a collection of regression tests for ancillary (control)Maxim Konovalov2006-05-294-0/+1823
* Use WARNS and rely on rules rather than an explicit target for theRobert Watson2006-05-252-6/+2
* Add a basic regression test for sendfile() over TCP, which sends varyingRobert Watson2006-05-252-0/+337
* Add a simple regression test that creates and tears down route sockets,Robert Watson2006-04-092-0/+108
* Add simple regression tests that creates UNIX domain sockets usingRobert Watson2006-04-092-0/+91
* Style: NO_MAN doesn't need any value.Ruslan Ermilov2006-03-154-4/+4
* Add unix_passfd, a simple set of regression tests for UNIX domain socketRobert Watson2005-11-092-0/+314
* Add a regression test for listen()'s backlog argument, both at time ofRobert Watson2005-09-182-0/+389
* Remove checks for shutdown(2) on non-connected socket.Maxim Konovalov2005-09-151-7/+0
* o Add shutdown(2) regression tests. At the moment we cannot passMaxim Konovalov2005-09-122-0/+124
* o setsockopt(2) cannot remove accept filter. [1]Maxim Konovalov2005-06-111-10/+46
* Close the connect socket as well as the listen socket on completion.Robert Watson2005-05-161-2/+2
* Check the return value of shutdown().Robert Watson2005-03-111-4/+8
* Add sigpipe, a simple UNIX domain socket and TCP regression test that isRobert Watson2005-03-112-0/+327
* Add a simple regression test for stream UNIX domain sockets and theRobert Watson2005-02-202-0/+325
* Use WARNS?= instead of WARNS= in Makefiles so that global warningRobert Watson2005-01-222-2/+2
* Add test which excersises problem with unability to change association ofMaxim Sobolev2005-01-122-0/+149
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-215-5/+5
* Switch over to a different, more flexible test output protocol that'sNik Clayton2004-11-116-27/+112
* Add a small regression test that opens a TCP socket, listens on it,Robert Watson2004-11-022-0/+120
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-243-3/+3
* Use errx() instead of fprintf()/exit() for conciseness.Robert Watson2004-10-231-65/+38
* Use errx() instead of perror()/exit() for conciseness.Robert Watson2004-10-231-44/+24