History log of /openbsd-current/regress/lib/libpthread/pcap/pcap.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.6 21-Sep-2016 otto

set BIOCIMMEDIATE, makes the test work for lo0, which does more buffering
than regular interfaces


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.5 31-Jul-2003 deraadt

various cleanups; david says results are same


Revision tags: OPENBSD_3_3_BASE
# 1.4 08-Jan-2002 marc

Better version of pcap regression test. Use mutex and conditions to
sync threads instead of timeouts. Test passes with recent fgs@
patches (not commited yet)


# 1.3 11-Nov-2001 marc

bring back test, this time in the public domain


# 1.2 11-Nov-2001 marc

remove files that have a copyright theo doesn't like


# 1.1 10-Nov-2001 marc

Add a pcap/pthread test as it was reported that using
libpcap blocked all threads. That no longer seems to be a problem
as this test passes using the latest threads lib.