History log of /freebsd-10.0-release/share/man/man7/firewall.7
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 250604 13-May-2013 joel

mdoc sweep


# 213573 08-Oct-2010 uqs

mdoc: drop redundant .Pp and .LP calls

They have no effect when coming in pairs, or before .Bl/.Bd


# 148011 14-Jul-2005 brueffer

- Remove MLINKS to nonexistant manpages
- Change some section numbers to match reality
- For MLINKS to manpages from ports, mention which port installs them

MFC after: 3 days


# 141851 13-Feb-2005 ru

Expand contractions.


# 141846 13-Feb-2005 ru

Expand *n't contractions.


# 140140 12-Jan-2005 ru

Scheduled mdoc(7) sweep.


# 136811 23-Oct-2004 mlaier

Mention pf.conf(5), pfctl(8) and pflogd(8) as ADDITIONAL READINGs.

Requested by: Chris Laverdure <dashevil sympatico ca>


# 133251 07-Aug-2004 imp

Expand indirect reference to copyright file to the portion of that file
that is relevant.


# 131530 03-Jul-2004 ru

Mechanically kill hard sentence breaks and double whitespaces.


# 130582 16-Jun-2004 ru

Assorted markup, spelling, and grammar fixes.


# 114062 26-Apr-2003 brueffer

Mbits -> Mbits/s
band width -> bandwidth

PR: 39822
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 3 days


# 107384 29-Nov-2002 ru

Back out part of last delta that was committed by accident.
(.Xr is not yet that smart.)


# 107383 29-Nov-2002 ru

mdoc(7) police: scheduled sweep.

Approved by: re


# 105749 22-Oct-2002 keramida

Split an excessively long sentence.


# 105747 22-Oct-2002 keramida

Improve wording by removing repetitive use of 'default'.


# 105746 22-Oct-2002 keramida

The ipfw module is only loaded if necessary.


# 105745 22-Oct-2002 keramida

s/then/than/ where appropriate.


# 105744 22-Oct-2002 keramida

rulset -> ruleset


# 100864 29-Jul-2002 murray

Fix typo.

PR: docs/41091
MFC after: 1 day


# 98794 25-Jun-2002 dillon

ICMP type 3 packets should be let through for TCP MTU discovery, fixup
the documentation and sample firewall.

PR: docs/39495


# 98789 25-Jun-2002 dillon

update the firewall documentation to cover the fact that ipfw can be
loaded as a module.

PR: kern/39814


# 89127 09-Jan-2002 mpp

ispell sweep of share/man/man7/*.


# 79727 14-Jul-2001 schweikh

Removed whitespace at end-of-line; no content changes. I simply did
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


# 79558 10-Jul-2001 ru

mdoc(7) police: eliminate warnings.


# 79538 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


# 79366 06-Jul-2001 ru

mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).


# 77282 27-May-2001 dillon

Add two new manual pages related to general firewall and tuning issues

Reviewed by: hackers