summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets/socketpair
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect argc/argv and bump WARNS to 6ngie2015-04-112-2/+2
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
| | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
* 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.
* o style.Makefile(5): WARNS= -> WARNS?=.maxim2006-07-091-1/+1
|
* Use WARNS and rely on rules rather than an explicit target for therwatson2006-05-251-3/+1
| | | | | | test binary. Reported by: maxim
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Add minimal socketpair() regression test to confirm that we can createrwatson2004-08-042-0/+139
(and close) PF_UNIX socket pairs, and that we can't create PF_INET socket pairs. More tests to follow.
OpenPOWER on IntegriCloud