| Commit message (Expand) | Author | Age | Files | Lines |
* | Major update for unix_cmsg from Andrey Simonenko. | pluknet | 2013-02-11 | 3 | -1249/+1652 |
* | Zero the whole struct not just the size of a pointer. | emaste | 2012-11-19 | 1 | -1/+1 |
* | Use '%zd' format specifier for ssize_t | emaste | 2012-11-19 | 3 | -13/+13 |
* | Use '%zd' printf format for ssize_t. | emaste | 2012-11-19 | 1 | -2/+2 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 1 | -1/+1 |
* | Add regression tests for the setsockopt(2) SO_SETFIB socket option. | bz | 2012-02-17 | 3 | -0/+262 |
* | - Add a test for PR 151758. | jhb | 2011-12-09 | 1 | -26/+54 |
* | Allow to specify path to a file we want to test with sendfile(2). | pjd | 2010-12-11 | 1 | -3/+16 |
* | Extend the unix gc regression test to cover the case of r216150. | kib | 2010-12-03 | 1 | -9/+54 |
* | Correct several nits/problems in the unix_close_race regression test. | rwatson | 2010-05-27 | 1 | -10/+16 |
* | Add unix_close_race, a regresion test to catch ENOTCONN being returned | rwatson | 2010-05-26 | 2 | -0/+139 |
* | Always assign WARNS using ?= | uqs | 2010-03-02 | 2 | -2/+2 |
* | Fixed missing or broken library dependencies. | ru | 2010-02-25 | 1 | -1/+2 |
* | Update the sendfile regression test so that it outputs results in the | brucec | 2010-02-24 | 2 | -169/+242 |
* | A few regression tests for SOCK_SEQPACKET UNIX domain sockets. | rwatson | 2009-10-05 | 4 | -0/+593 |
* | - Remove a bogus test: setsockopt() doesn't return a length, getsockopt() | jhb | 2009-09-23 | 1 | -4/+1 |
* | In UNIX domain socket GC regression test, after setting a socket | rwatson | 2009-03-08 | 1 | -1/+1 |
* | Add very simple regression test for fstat(2) on sockets: make sure it | rwatson | 2008-10-06 | 2 | -0/+80 |
* | o Correct a comment: a test file size is a four pages not three. | maxim | 2008-09-10 | 1 | -1/+1 |
* | Add unix_sorflush, a regression test for the following scenario: | rwatson | 2008-01-30 | 2 | -0/+106 |
* | Add regression tests for UNIX domain socket garbage collection. Should be | rwatson | 2007-12-31 | 2 | -0/+770 |
* | Add a regression test to detect if waiting on the I/O serialization lock | rwatson | 2007-05-06 | 2 | -0/+216 |
* | Test sending 0 bytes. | pjd | 2007-04-20 | 1 | -0/+6 |
* | Fix length calculation. | pjd | 2007-04-20 | 1 | -1/+1 |
* | Valid error codes for err() and errx() are 1..255. | des | 2007-04-19 | 2 | -27/+29 |
* | Add more tests to verify last sendfile(2) breakage: test sending more | pjd | 2007-04-19 | 1 | -3/+38 |
* | Fix a fd leak in socketpair(): | jhb | 2007-04-02 | 1 | -0/+33 |
* | Add another fd leak test for accept() I used to test the fix in 1.234 of | jhb | 2007-04-02 | 1 | -1/+83 |
* | Ignore EINPROGRESS error on TCP connect(), and pick up the result of the | rwatson | 2007-01-12 | 1 | -4/+23 |
* | Add a regression test for sending and writing zero bytes to sockets of | rwatson | 2007-01-12 | 2 | -0/+278 |
* | Drop all received data mbufs from a socket's queue if the MT_SONAME | bms | 2006-12-23 | 2 | -0/+116 |
* | Add a short regression test to try to exercise races in the non-atomic | rwatson | 2006-11-15 | 2 | -0/+219 |
* | o style.Makefile(5): WARNS= -> WARNS?=. | maxim | 2006-07-09 | 7 | -7/+7 |
* | o Let getopt(3) report errors in command line arguments. | maxim | 2006-05-31 | 1 | -13/+11 |
* | o Add a collection of regression tests for ancillary (control) | maxim | 2006-05-29 | 4 | -0/+1823 |
* | Use WARNS and rely on rules rather than an explicit target for the | rwatson | 2006-05-25 | 2 | -6/+2 |
* | Add a basic regression test for sendfile() over TCP, which sends varying | rwatson | 2006-05-25 | 2 | -0/+337 |
* | Add a simple regression test that creates and tears down route sockets, | rwatson | 2006-04-09 | 2 | -0/+108 |
* | Add simple regression tests that creates UNIX domain sockets using | rwatson | 2006-04-09 | 2 | -0/+91 |
* | Style: NO_MAN doesn't need any value. | ru | 2006-03-15 | 4 | -4/+4 |
* | Add unix_passfd, a simple set of regression tests for UNIX domain socket | rwatson | 2005-11-09 | 2 | -0/+314 |
* | Add a regression test for listen()'s backlog argument, both at time of | rwatson | 2005-09-18 | 2 | -0/+389 |
* | Remove checks for shutdown(2) on non-connected socket. | maxim | 2005-09-15 | 1 | -7/+0 |
* | o Add shutdown(2) regression tests. At the moment we cannot pass | maxim | 2005-09-12 | 2 | -0/+124 |
* | o setsockopt(2) cannot remove accept filter. [1] | maxim | 2005-06-11 | 1 | -10/+46 |
* | Close the connect socket as well as the listen socket on completion. | rwatson | 2005-05-16 | 1 | -2/+2 |
* | Check the return value of shutdown(). | rwatson | 2005-03-11 | 1 | -4/+8 |
* | Add sigpipe, a simple UNIX domain socket and TCP regression test that is | rwatson | 2005-03-11 | 2 | -0/+327 |
* | Add a simple regression test for stream UNIX domain sockets and the | rwatson | 2005-02-20 | 2 | -0/+325 |
* | Use WARNS?= instead of WARNS= in Makefiles so that global warning | rwatson | 2005-01-22 | 2 | -2/+2 |