OpenBSD CVS

CVS log for src/share/man/man9/bpf_mtap.9


[BACK] Up to [local] / src / share / man / man9

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Wed Apr 12 09:55:22 2023 UTC (13 months, 3 weeks ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored)

remove duplicate lines

Revision 1.17 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:23 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@

Revision 1.16 / (download) - annotate - [select for diffs], Mon Sep 30 01:55:26 2019 UTC (4 years, 8 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.15: +2 -10 lines
Diff to previous 1.15 (colored)

bpf_mtap_hdr doesn't take a custom copy function argument anymore.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Sep 12 01:17:38 2019 UTC (4 years, 8 months ago) by dlg
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

make bpf_mtap_hdr take a const void *, not a caddr_t.

this makes it easier to call at least, and makes it consistent with
bpf_tap_hdr.

ok stsp@ sashan@

Revision 1.14 / (download) - annotate - [select for diffs], Fri Feb 2 10:52:44 2018 UTC (6 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.13: +5 -4 lines
Diff to previous 1.13 (colored)

tweak grammar in RETURN VALUES;

Revision 1.13 / (download) - annotate - [select for diffs], Thu Feb 1 12:21:24 2018 UTC (6 years, 4 months ago) by dlg
Branch: MAIN
Changes since 1.12: +33 -7 lines
Diff to previous 1.12 (colored)

document bpf_tap_hdr

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 24 00:33:45 2018 UTC (6 years, 4 months ago) by dlg
Branch: MAIN
Changes since 1.11: +33 -2 lines
Diff to previous 1.11 (colored)

document bpfsattach and bpfsdetach

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jan 12 02:19:47 2018 UTC (6 years, 4 months ago) by dlg
Branch: MAIN
Changes since 1.10: +36 -2 lines
Diff to previous 1.10 (colored)

document bpfattach and bpfdetach.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 10 08:33:32 2016 UTC (7 years, 7 months ago) by bluhm
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

Fix typo "bfp".
OK dlg@

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 12 16:24:37 2016 UTC (7 years, 8 months ago) by krw
Branch: MAIN
Changes since 1.8: +2 -7 lines
Diff to previous 1.8 (colored)

bpf_tap() is long dead! Long live bpf_mtap() & friends.

ok natano@ deraadt@

Revision 1.8 / (download) - annotate - [select for diffs], Tue May 10 23:51:50 2016 UTC (8 years ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.7: +10 -5 lines
Diff to previous 1.7 (colored)

the bpf_mtap functions take const struct mbuf *s now

Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 8 06:40:07 2016 UTC (8 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

tweak previous;

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 8 03:53:35 2016 UTC (8 years, 2 months ago) by dlg
Branch: MAIN
Changes since 1.5: +19 -3 lines
Diff to previous 1.5 (colored)

may as well put words around bpf_validate while here

Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 8 03:49:16 2016 UTC (8 years, 2 months ago) by dlg
Branch: MAIN
Changes since 1.4: +53 -2 lines
Diff to previous 1.4 (colored)

document bpf_filter and bpf_mfilter

Revision 1.4 / (download) - annotate - [select for diffs], Tue Mar 29 10:40:13 2016 UTC (8 years, 2 months ago) by dlg
Branch: MAIN
Changes since 1.3: +12 -7 lines
Diff to previous 1.3 (colored)

all the bpf_mtap functions now return whether to drop the packet or not

Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 29 07:33:21 2016 UTC (8 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

tweak previous;

Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 29 05:20:09 2016 UTC (8 years, 2 months ago) by dlg
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

IPL_NET, not IPL_HIGH.

too much reading task_add.9 as a reference

Revision 1.1 / (download) - annotate - [select for diffs], Tue Mar 29 05:18:24 2016 UTC (8 years, 2 months ago) by dlg
Branch: MAIN

some basic doco for the bpf_mtap family of functions.

yes yes deraadt@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.