summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_bpf.4
Commit message (Collapse)AuthorAgeFilesLines
* Verify that SYNOPSIS section compiles.ru2005-02-051-0/+2
|
* Sort sections.ru2005-01-211-11/+11
|
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-4/+8
|
* Replace all uses of the old netgraph constants NG_*LEN by the newharti2003-11-151-3/+3
| | | | | | constants NG_*SIZ that include the trailing NUL byte. This change is mostly mechanical except for the replacement of a couple of snprintf() and sprintf() calls with strlcpy.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-4/+4
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
|
* Correct cross-references:sobomax2001-06-051-1/+1
| | | | | | | | setsockopt.3 --> setsockopt.2 syslog.8 --> syslogd.8 tcpdump.8 --> tcpdump.1 MFC after: 1 week
* Ensure the generated BPF in the example deliver the whole packet.archie2001-05-191-1/+1
|
* Fix typo.archie2001-03-301-2/+2
|
* mdoc(7) police: well-known section name is EXAMPLES, not EXAMPLE.ru2001-02-191-1/+1
|
* Slight improvement to previous checkin.archie2001-02-191-1/+2
|
* Add an example showing how to configure a node from the command line.archie2001-02-191-0/+37
|
* Prepare for mdoc(7)NG.ru2000-12-291-1/+1
|
* Update @freebsd.org email addresses to @FreeBSD.org as is theasmodai2000-10-261-2/+2
| | | | precedent.
* Change archie's and my email addresses from Whistle.com to FreeBSD.orgjulian2000-10-241-2/+2
|
* NGM_BPF_{G,S}ET_FILTER should be NGM_BPF_{G,S}ET_PROGRAM.archie2000-09-191-4/+4
|
* Move netgraph node type man pages from section 8 to section 4.archie2000-05-041-2/+2
|
* Manual page style work.julian1999-12-211-12/+23
| | | | | Submitted by: Alexey Zelkin <phantom@FreeBSD.org> thanks!
* New netgraph node type, ng_bpf(8). This node type allows you toarchie1999-12-031-0/+143
apply bpf(4) filters to data travelling through a netgraph network.
OpenPOWER on IntegriCloud