summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/pcap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* set BIOCIMMEDIATE, makes the test work for lo0, which does more bufferingotto2016-09-211-1/+4
| | | | than regular interfaces
* define REGRESS_ROOT_TARGETS for tests that require root privilegesdavid2004-12-291-6/+5
| | | | rename the target so it shows up nicer in the log file and whitespace cleaning
* various cleanups; david says results are samederaadt2003-07-311-4/+4
|
* Rename a bunch of the old bsd.regress.mk variables into the new ones.avsm2002-09-021-3/+3
| | | | ok art@
* Add missing libraries to bsd.prog.mk (mostly kerberosV)espie2002-05-111-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.marc2002-02-171-1/+7
| | | | Requires bsd.regress.mk version 1.9 or later
* Better version of pcap regression test. Use mutex and conditions tomarc2002-01-081-8/+18
| | | | | sync threads instead of timeouts. Test passes with recent fgs@ patches (not commited yet)
* convert everything to bsd.regress.mkart2002-01-031-3/+2
|
* add missing -lpcap, lost in resurection of the filemarc2001-11-121-1/+3
|
* bring back test, this time in the public domainmarc2001-11-112-0/+68
|
* remove files that have a copyright theo doesn't likemarc2001-11-112-78/+0
|
* Add a pcap/pthread test as it was reported that usingmarc2001-11-102-0/+78
libpcap blocked all threads. That no longer seems to be a problem as this test passes using the latest threads lib.