Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Garbage collect argc/argv and bump WARNS to 6 | ngie | 2015-04-11 | 1 | -1/+1 |
| | | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division | ||||
* | Fix a fd leak in socketpair(): | jhb | 2007-04-02 | 1 | -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 create | rwatson | 2004-08-04 | 1 | -0/+128 |
(and close) PF_UNIX socket pairs, and that we can't create PF_INET socket pairs. More tests to follow. |