Commit Graph

51 Commits

Author SHA1 Message Date
alnsn
9f58677d69 Document net.bpf.jit sysctl. 2012-10-28 20:19:30 +00:00
riz
df7c01333c Fix typos and style glitches. Remove outdated info about only
Ethernet, SLIP, and PPP being supported, and no network types with
variable-length headers (such as 802.11).
Document BIOCSRSIG and BIOCGRSIG.

From Guy Harris in PR#40703.
2011-12-31 20:16:41 +00:00
alnsn
209a072285 Document that overflow in P[X+k:n] terminates a filter program.
Based on a discussion with Christos on source-changes-d.
2011-12-30 14:12:15 +00:00
wiz
59200cfca6 Remove duplicate RCS Id. New sentence, new line. 2011-12-27 21:47:04 +00:00
christos
cd61872876 PR/45750: Alexander Nasonov: Type of k in bpf_insn is bpf(9) is different
from sys/net/bpf.h
2011-12-27 21:24:25 +00:00
jruoho
5371f8534e Remove SIOCGIFADDR. Noted by Ross Patterson in PR kern/21513. 2010-06-08 04:11:06 +00:00
joerg
5e015e5e29 Use .In instead of .Aq Pa for header files. 2010-03-22 18:58:31 +00:00
wiz
e7c0403263 FreeBSD -> .Fx, add RCS Id. 2010-03-14 11:32:39 +00:00
christos
30ea37284e Document BIOC{G,S}FEEDBACK; I forgot who sent me the patch, so whoever created
it, thanks!
2010-03-13 20:39:54 +00:00
pooka
048228094a update type of bh_tstamp 2010-01-16 18:47:50 +00:00
jnemeth
f6768fff89 grammar fix 2009-06-05 08:40:51 +00:00
joerg
7d3ba7cfe8 Fix markup. 2009-04-10 13:30:11 +00:00
wiz
e95cae6b93 New sentence, new line. Use more markup.
Bump date for previous.
2006-08-04 23:30:53 +00:00
martin
915709d082 If user buffers do not match kernel buffers our kernel returns EINVAL,
not EIO.
2006-08-04 23:22:30 +00:00
rpaulo
941a7f6337 There can be as many bpf clones as you want and the kernel doesn't
enforce any number.
2006-02-04 02:20:32 +00:00
perry
fd18408b9a u_intN_t -> uintN_t 2005-12-26 19:40:14 +00:00
rpaulo
bcc8ea407a Remove BIOC[GS]RSIG and fix BIOC[GS]HDRCMPLT typo. 2005-12-14 22:50:07 +00:00
wiz
ef2f276eb2 Bump date for 1.32.
Use .Aq instead of \*[Lt]\*[Gt] and mark up paths with .Pa.
2005-09-10 22:40:37 +00:00
rpaulo
6733d4dc7b Change 'headers' to 'network layer headers' as suggested by Tetsuya Isaki. 2005-09-06 19:18:41 +00:00
rpaulo
a9b5ede7fc PR misc/31139: bpf(4) does not describe some ioctls, by Tetsuya Isaki.
IOCTLs explained: BIO[GS]HDRCMPLT and IO[GS]SEESENT.
2005-09-05 18:03:18 +00:00
wiz
b54afe3f3c Remove trailing whitespace. 2005-08-07 11:15:38 +00:00
rpaulo
0095c1a604 Added a new section called "SYSCTLS" explaining the purpose of
net.bpf.maxbufsize, net.bpf.stats and net.bpf.peers.
Bump the date.

Reviewed by: wiz@
2005-08-04 20:13:29 +00:00
rpaulo
056ff58f97 Since bpf is now a clonable device, remove references to /dev/bpfX.
Update the structs so that they match bpf.h and bpfdesc.h.
Bump date.

ok christos@
2005-07-30 16:37:36 +00:00
rumble
aae599581f Removed accidental repetitious words. 2004-10-04 19:12:52 +00:00
wiz
b3c41714ec Add Ns. 2003-06-27 18:14:46 +00:00
wiz
1f169892d0 Fix some macro abuses. 2003-06-26 10:20:39 +00:00
wiz
3425830569 Uppercase ULTRIX. Igor Sobrado in PR 19678. 2003-03-30 21:20:17 +00:00
wiz
990562bfef .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
perry
43e0efbdeb "Utilize" has exactly the same meaning as "use," but it is more
difficult to read and understand. Most manuals of English style
therefore say that you should use "use".
2003-02-04 22:38:15 +00:00
wennmach
aa526afab2 typo (be -> by) 2002-10-16 20:05:20 +00:00
wiz
b05666de4a Fix typo in last. 2002-08-29 12:23:42 +00:00
wiz
7f11cad18a Mark up error values and NULL. 2002-08-29 12:20:21 +00:00
onoe
44fbd073c4 Add 2 APIs to get a list of available DLTs and use one for them.
BIOCGDLTLIST (struct bpf_dltlist)
	BIOCSDLT (u_int)
2002-08-28 09:35:55 +00:00
wiz
64676e9ce7 Two major fixes for PS output; also cut down on Ns and No misuses. 2002-08-20 15:43:34 +00:00
ross
4fa402f116 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 08:17:26 +00:00
ross
8bd7cb6a69 Edit -mdoc usage.
* There is no -indent option to .Bd or .Bl, although you would
  never know that from its frequent use in this tree. There is a
  "-offset indent" combination that makes sense, and you can certainly
  say "-width indent".

* Also, you can't markup the -width option argument, tho you CAN
  use a callable macro. So "-width Ar filename" doesn't make sense,
  but either "-width Ar" or "-width filename" does, as might something
  like "-width xxfilename" for a little extra space.

* There are a lot of needlessly complex hanging tag macros in man4 used
  to create simple item lists. Those should be simplified one of these
  days before someone copies and edits yet another man4 page.
2002-02-07 03:15:06 +00:00
wiz
44462eb289 Whitespace, paragraph, punctuation, citation fixes. Sort sections. 2001-09-11 17:54:20 +00:00
jdolecek
16624f841d Use EAGAIN instead of EWOULDBLOCK. The actual numeric value is
same, but EAGAIN is the posixly correct name.
Addresses misc/12960.
2001-05-19 17:23:39 +00:00
ad
5b09090e8e insure -> ensure 2000-10-05 12:35:33 +00:00
enami
72d16d3ff2 Convert to use mdoc macros more. The pervious commit, which partially
converted to mdoc, just results malformed output.
2000-05-27 02:23:19 +00:00
abs
0ace4398df Misc small fixes to try to standardise the format to make it easier
to parse by an automated script (say one that just might want to
generate webpage summaries of available drivers :)
1999-12-15 22:07:30 +00:00
mikel
2a7fcf77e5 don't xref nonexistent filio(2) 1997-07-11 07:41:32 +00:00
cjs
30b1e68f3d PR misc/3375, submitted by der Mouse <mouse@Rodents.Montreal.QC.CA>.
The if_name fields are really called ifr_name.
1997-03-22 02:59:11 +00:00
mikel
86cde13f0d misc. updates and fixes from LBL version (bpf-1.1). 1996-12-04 04:46:04 +00:00
thorpej
e0ac0a0330 Update from Stu Grossman <grossman@cygnus.com>, documenting his enhancements. 1995-09-27 18:31:50 +00:00
jtc
365a39f9c0 fix tcpdump cross reference 1995-01-25 08:40:21 +00:00
jtc
d158bf0ae2 Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.
1994-11-30 16:22:03 +00:00
deraadt
b2ffb9552d cleared with mccanne: "the bug is in the bpf man page. SIOCGIFADDR
should go away.  Link addresses should be looked up with SIOCGIFCONF."
1993-11-14 13:15:36 +00:00
mycroft
aee4b07b8a Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
1993-08-02 17:48:44 +00:00
deraadt
8e1f902bbc error found by hpeyerl, cleared by mccanne 1993-07-15 14:53:52 +00:00