summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets/socketpair/socketpair.c
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect argc/argv and bump WARNS to 6ngie2015-04-111-1/+1
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix a fd leak in socketpair():jhb2007-04-021-0/+33
| | | | | | - Close the new file objects created during socketpair() if the copyout of the new file descriptors fails. - Add a test to the socketpair regression test for this edge case.
* Add minimal socketpair() regression test to confirm that we can createrwatson2004-08-041-0/+128
(and close) PF_UNIX socket pairs, and that we can't create PF_INET socket pairs. More tests to follow.
OpenPOWER on IntegriCloud