summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets
Commit message (Expand)AuthorAgeFilesLines
* MFC r261550,r281354,r281355,r281356,r281358,r281359,r281360,r281361,r281362,r...ngie2015-04-2543-202/+228
* MFC r264400,r265836:ngie2014-12-3124-24/+24
* MFC r261081, r261133, and r261615asomers2014-02-134-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
* Add unix_sorflush, a regression test for the following scenario:rwatson2008-01-302-0/+106
* Add regression tests for UNIX domain socket garbage collection. Should berwatson2007-12-312-0/+770
* Add a regression test to detect if waiting on the I/O serialization lockrwatson2007-05-062-0/+216
* Test sending 0 bytes.pjd2007-04-201-0/+6
* Fix length calculation.pjd2007-04-201-1/+1
* Valid error codes for err() and errx() are 1..255.des2007-04-192-27/+29
* Add more tests to verify last sendfile(2) breakage: test sending morepjd2007-04-191-3/+38
* Fix a fd leak in socketpair():jhb2007-04-021-0/+33
* Add another fd leak test for accept() I used to test the fix in 1.234 ofjhb2007-04-021-1/+83
* Ignore EINPROGRESS error on TCP connect(), and pick up the result of therwatson2007-01-121-4/+23
* Add a regression test for sending and writing zero bytes to sockets ofrwatson2007-01-122-0/+278
* Drop all received data mbufs from a socket's queue if the MT_SONAMEbms2006-12-232-0/+116
* Add a short regression test to try to exercise races in the non-atomicrwatson2006-11-152-0/+219
* o style.Makefile(5): WARNS= -> WARNS?=.maxim2006-07-097-7/+7
* o Let getopt(3) report errors in command line arguments.maxim2006-05-311-13/+11
* o Add a collection of regression tests for ancillary (control)maxim2006-05-294-0/+1823
* Use WARNS and rely on rules rather than an explicit target for therwatson2006-05-252-6/+2
* Add a basic regression test for sendfile() over TCP, which sends varyingrwatson2006-05-252-0/+337
* Add a simple regression test that creates and tears down route sockets,rwatson2006-04-092-0/+108
* Add simple regression tests that creates UNIX domain sockets usingrwatson2006-04-092-0/+91
* Style: NO_MAN doesn't need any value.ru2006-03-154-4/+4
* Add unix_passfd, a simple set of regression tests for UNIX domain socketrwatson2005-11-092-0/+314
* Add a regression test for listen()'s backlog argument, both at time ofrwatson2005-09-182-0/+389
* Remove checks for shutdown(2) on non-connected socket.maxim2005-09-151-7/+0
* o Add shutdown(2) regression tests. At the moment we cannot passmaxim2005-09-122-0/+124
* o setsockopt(2) cannot remove accept filter. [1]maxim2005-06-111-10/+46
* Close the connect socket as well as the listen socket on completion.rwatson2005-05-161-2/+2
OpenPOWER on IntegriCloud