Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set BIOCIMMEDIATE, makes the test work for lo0, which does more buffering | 2016-09-21 | 1 | -1/+4 | |
| | | | | than regular interfaces | ||||
* | define REGRESS_ROOT_TARGETS for tests that require root privileges | 2004-12-29 | 1 | -6/+5 | |
| | | | | rename the target so it shows up nicer in the log file and whitespace cleaning | ||||
* | various cleanups; david says results are same | 2003-07-31 | 1 | -4/+4 | |
| | |||||
* | Rename a bunch of the old bsd.regress.mk variables into the new ones. | 2002-09-02 | 1 | -3/+3 | |
| | | | | ok art@ | ||||
* | Add missing libraries to bsd.prog.mk (mostly kerberosV) | 2002-05-11 | 1 | -1/+2 | |
| | | | | | | | | | | Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | ||||
* | This test requires root, make it use REGRESSROOTTARGETS. | 2002-02-17 | 1 | -1/+7 | |
| | | | | Requires bsd.regress.mk version 1.9 or later | ||||
* | Better version of pcap regression test. Use mutex and conditions to | 2002-01-08 | 1 | -8/+18 | |
| | | | | | sync threads instead of timeouts. Test passes with recent fgs@ patches (not commited yet) | ||||
* | convert everything to bsd.regress.mk | 2002-01-03 | 1 | -3/+2 | |
| | |||||
* | add missing -lpcap, lost in resurection of the file | 2001-11-12 | 1 | -1/+3 | |
| | |||||
* | bring back test, this time in the public domain | 2001-11-11 | 2 | -0/+68 | |
| | |||||
* | remove files that have a copyright theo doesn't like | 2001-11-11 | 2 | -78/+0 | |
| | |||||
* | Add a pcap/pthread test as it was reported that using | 2001-11-10 | 2 | -0/+78 | |
libpcap blocked all threads. That no longer seems to be a problem as this test passes using the latest threads lib. |