Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use _exit, not exit in forked process | ngie | 2015-04-10 | 1 | -1/+1 |
* | - Parameterize out the number of accept/connect attempts | ngie | 2015-04-10 | 2 | -19/+35 |
* | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | imp | 2014-04-13 | 1 | -1/+1 |
* | Add another fd leak test for accept() I used to test the fix in 1.234 of | jhb | 2007-04-02 | 1 | -1/+83 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
* | Switch over to a different, more flexible test output protocol that's | nik | 2004-11-11 | 2 | -2/+14 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Use errx() instead of perror()/exit() for conciseness. | rwatson | 2004-10-23 | 1 | -44/+24 |
* | Modify accept_fd_leak regression test to generate "PASS" output, not | rwatson | 2004-09-18 | 1 | -2/+3 |
* | Make sure to properly initialize 'size' to sizeof(sin) before passing | rwatson | 2004-08-24 | 1 | -0/+1 |
* | Add simple regression test to detect leakage of file descriptors when | rwatson | 2004-07-17 | 2 | -0/+142 |