summaryrefslogtreecommitdiff
path: root/tests/sys/kern/unix_seqpacket_test.c
Commit message (Expand)AuthorAgeFilesLines
* Send all of `data`, not just a portion of itEnji Cooper2017-05-281-3/+6
* Don't pass size_t arguments to setsockopt(SO_SNDBUF/SO_RCVBUF).Brooks Davis2017-04-281-10/+10
* - Remove unused but set ssize in shutdown_send_sigpipeEnji Cooper2015-12-281-5/+11
* Clean trailing whitespaceEnji Cooper2015-12-281-19/+19
* Fixed shutdown(2) unix(4) tests for SOCK_SEQPACKET after r285910 (by ed).Sergey Kandaurov2015-07-291-8/+52
* Abort the create_socket test if socket creation fails.Alan Somers2014-09-101-1/+1
* Numerous small fixes, mostly suggested by Coverity.Alan Somers2014-08-201-6/+47
* Fix variable type to avoid printf formatter warning.Julio Merino2014-04-041-1/+1
* Replace 4.4BSD Lite's unix domain socket backpressure hack with a cleanerAlan Somers2014-03-131-17/+0
* kern/MakefileAlan Somers2014-03-071-34/+29
* Fix PR kern/185813 "SOCK_SEQPACKET AF_UNIX sockets with asymmetricalAlan Somers2014-03-061-1/+6
* test_eagain_*_* should've been using nonblocking sockets instead ofAlan Somers2014-02-171-1/+1
* Replace the old unix_seqpacket and unix_seqpacket_exercise tests, whichAlan Somers2014-01-231-0/+1117