summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2003-05-17document tagsDavid Krause
ok henning@
2003-05-16tweak;Jason McIntyre
ok dhartmei@
2003-05-16TCP SYN proxy. Instead of 'keep state' or 'modulate state', one can useDaniel Hartmeier
'synproxy state' for TCP connections. pf will complete the TCP handshake with the active endpoint before passing any packets to the passive end- point, preventing spoofed SYN floods from reaching the passive endpoint. No additional memory requirements, no cookies needed, random initial sequence numbers, uses the existing sequence number modulators to translate packets after the handshakes. ok frantzen@
2003-05-16removed unnecessary macros:Jason McIntyre
- don't need .Pp before/after .Sh - don't need .Ns before punctuation ok krw@ millert@ david@
2003-05-16added "nokeeps" to a table; this prevents a warning when the manJason McIntyre
page was being generated. also kills a line break in the table. problem found by Paul Weissmann.
2003-05-16crashdump/crash-dump -> crash dump;Jason McIntyre
this fits in with the rest of our docs.
2003-05-15- removed dead .Xr to scsipi(9) and whitespace at EOLJason McIntyre
from Paul Weissmann
2003-05-15tweak;Jason McIntyre
ok frantzen@
2003-05-15document scrub opt "reassemble tcp"Mike Frantzen
2003-05-14LONGRUN in !SMALL_KERNEL nowTed Unangst
2003-05-14new option LONGRUNTed Unangst
2003-05-14Fix stupid typo in example.Miod Vallat
2003-05-14Manual page for mgx(4), and references to it.Miod Vallat
2003-05-14No more flags either for those frame buffer drivers.Miod Vallat
2003-05-14zs driver on sparc does not take flags anymore since 10 months, so don'tMiod Vallat
mention any.
2003-05-13Document option NO_PROPOLICE.Miod Vallat
2003-05-13PACKET_TAG_PF_TAGHenning Brauer
2003-05-13- it's no longer necessary for sparc64 users to build/install mksuncd as aJason McIntyre
separate step, since it's built with crunch (from Pedro Bastos) - whitespace at EOL ok deraadt@ marc@
2003-05-12talk about show procMichael Shalayeff
2003-05-12cpu -> CPUJason McIntyre
2003-05-12Use an example that acutally makes some sense.Daniel Hartmeier
2003-05-12Adaptive timeout value scaling. Allows to reduce timeout values as theDaniel Hartmeier
number of state table entries grows, so entries time out faster before the table fills up. Works both globally and per-rule. ok frantzen@
2003-05-11document the dynamic min-ttl TCP scrub behaviorMike Frantzen
2003-05-10'return' now causes an ICMP unreachable for non-TCP/UDP/ICMP protocols.Daniel Hartmeier
2003-05-10document PACKET_TAG_PF_QIDHenning Brauer
ok jmc@
2003-05-10uppercase all non-literals in BNF.. might make some stuff more clear ;)Philipp Buehler
commitski henning@
2003-05-10typo;Jason McIntyre
2003-05-10typos;Jason McIntyre
2003-05-10uppercased .Dt sections.Jason McIntyre
setup -> set up in compat_svr4(8)
2003-05-10typos;Jason McIntyre
2003-05-10typo;Jason McIntyre
2003-05-10typo;Jason McIntyre
2003-05-10quote non-alphabetic literalsPhilipp Buehler
'over the desk' oks..
2003-05-10document that kernel automatically handles first swap partitionJason McIntyre
("swap_device" in swapctl -l) and does not need to be added to /etc/fstab. krw@, fries@, rohee@, millert@, henning@ ok.
2003-05-10BNF for load anchor stuffHenning Brauer
2003-05-09Talk about the .db version of login.conf; idea from mpech@Todd C. Miller
2003-05-09Update to reflect reality. The kerberos authentication methods listedTodd C. Miller
were out of date and there were missing -v options.
2003-05-08ERROR -> ERRORS in .Sh, as per mdoc template.Jason McIntyre
2003-05-07changed example fstab file; fs_passno should be 2 for non-root filesystems.Jason McIntyre
2003-05-07dialout -> dial-outJason McIntyre
all our docs use dial-in, not dialin. before this we had a mix of dialout and dial-out. from wiz@netbsd ok miod@ also added some punctuation to TODO section.
2003-05-07typos from Leandro Costa.Jason McIntyre
2003-05-06typo from wiz@netbsd, and one from myself.Jason McIntyre
2003-05-06fix formatting in the BNFHenning Brauer
2003-05-06Better layout in the supported media list.Miod Vallat
2003-05-06some typos from Leandro Costa, and a couple from myself.Jason McIntyre
2003-05-05corrections from Leandro Costa.Jason McIntyre
- corrections to tradenames - updated URLs - general typos thanks Leandro!
2003-05-05Remove FreeBSD configuration lines in SYNOPSIS that slipped through theMiod Vallat
previous commit.
2003-05-05- removed groff macros that were not formatting SYNOPSIS properlyJason McIntyre
- more logical order for SYNOPSIS - plural of bus is buses - more than one SCSI bus gets you "scsibus0 at ahc0", not "scbus0 at ahc0" (from Leandro Costa) - kill whitespace at EOL
2003-05-05Etherlink -> EtherLinkJason McIntyre
from Leandro Costa.
2003-05-03also had too many arguments to .Nd; shortened to read the same (theJason McIntyre
truncated part was unnecessary); ok tedu@