Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
753d686d |
| 14-Aug-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: s/BSD/.Bx/ where appropriate.
|
#
c4d9468e |
| 07-Aug-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police:
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case)
mdoc(7) police:
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
show more ...
|
#
dacbcb18 |
| 19-Jul-2001 |
John Baldwin <jhb@FreeBSD.org> |
bpf(4) hasn't used a static number of devices for over 2 years now, and the SYNOPSIS hasn't had an example number of devices since rev 1.2 which was over 5 and a half years ago, so remove a sentence
bpf(4) hasn't used a static number of devices for over 2 years now, and the SYNOPSIS hasn't had an example number of devices since rev 1.2 which was over 5 and a half years ago, so remove a sentence claiming that the example in the SYNOPSIS limited bpf to 16 devices.
MFC after: 3 days
show more ...
|
#
3d45e180 |
| 10-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed HISTORY info from the .Os call.
|
#
70d51341 |
| 09-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
|
#
a910f192 |
| 24-Jun-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Remove duplicate words.
|
#
fe11f6f6 |
| 05-Jun-2001 |
Maxim Sobolev <sobomax@FreeBSD.org> |
Correct cross-references: ng_bpf.8 --> ng_bpf.4 ng_ether.8 --> ng_ether.4 ng_iface.8 --> ng_iface.4 ng_pppoe.8 --> ng_pppoe.4 ng_socket.8 --> ng_socket.4 ng_tty.8 --> ng_tty.4
Correct cross-references: ng_bpf.8 --> ng_bpf.4 ng_ether.8 --> ng_ether.4 ng_iface.8 --> ng_iface.4 ng_pppoe.8 --> ng_pppoe.4 ng_socket.8 --> ng_socket.4 ng_tty.8 --> ng_tty.4 ng_{type}.4 --> /dev/null
MFC after: 1 week
show more ...
|
#
ec09ef4f |
| 01-May-2001 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
pseudo-device -> device in kernel config lines. Removed whitespace at EOL. Reviewed by: joerg, dd
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
d0353b83 |
| 01-Feb-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: split punctuation characters + misc fixes.
|
#
3136363f |
| 29-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Prepare for mdoc(7)NG.
|
#
f4d874a1 |
| 22-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: do not split author names in the AUTHORS section.
|
#
4b66483f |
| 20-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: use the new features of the Nm macro.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs |
|
#
8ed3828c |
| 18-Mar-2000 |
Robert Watson <rwatson@FreeBSD.org> |
Introduce a new bd_seesent flag to the BPF descriptor, indicating whether or not the current BPF device should report locally generated packets or not. This allows sniffing applications to see only p
Introduce a new bd_seesent flag to the BPF descriptor, indicating whether or not the current BPF device should report locally generated packets or not. This allows sniffing applications to see only packets that are not generated locally, which can be useful for debugging bridging problems, or other situations where MAC addresses are not sufficient to identify locally sourced packets. Default to true for this flag, so as to provide existing behavior by default.
Introduce two new ioctls, BIOCGSEESENT and BIOCSSEESENT, which may be used to manipulate this flag from userland, given appropriate privilege.
Modify bpf.4 to document these two new ioctl arguments.
Reviewed by: asmodai
show more ...
|
#
8f63e2f1 |
| 25-Jan-2000 |
Archie Cobbs <archie@FreeBSD.org> |
Add a reference to ng_bpf(8).
|
Revision tags: release/3.4.0_cvs |
|
#
e1e5fdf6 |
| 30-Oct-1999 |
Alexey Zelkin <phantom@FreeBSD.org> |
mdoc(7)'fy
|
#
caa4ea97 |
| 15-Oct-1999 |
Mike Smith <msmith@FreeBSD.org> |
Document the use of pseudo_AF_HDRCMPLT with BPF.
|
Revision tags: release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
6b5ca0d8 |
| 06-Jul-1999 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Rename bpfilter to bpf.
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
16f81b74 |
| 10-Jan-1999 |
Daniel O'Callaghan <danny@FreeBSD.org> |
Fix typo: if_name -> ifr_name Submitted by: Casper <casper@acc.am>
|
#
fb46af4f |
| 03-Nov-1998 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Back out previous commit. The bpfilter -> bpf transition will have to be a flag day unless we can hack config(8) to smooth things over.
|
#
10b4ab47 |
| 03-Nov-1998 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legal and will stick around for a while.
|
Revision tags: release/2.2.7 |
|
#
c1a42f55 |
| 25-May-1998 |
Joseph Koshy <jkoshy@FreeBSD.org> |
Fix example in manual page.
PR: 5443 Submitted by: AMAGAI Yoshiji <amagai@nue.org>
|
Revision tags: release/2.2.6 |
|
#
aaf1f16e |
| 12-Mar-1998 |
Philippe Charnier <charnier@FreeBSD.org> |
.Sh AUTHOR -> .Sh AUTHORS according to mdoc specs. Use .An/.Aq.
|
#
e69bcfc3 |
| 02-Jan-1998 |
Alexander Langer <alex@FreeBSD.org> |
Expanded cross references.
|
Revision tags: release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
e25aeca9 |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ back to $Id$
|