Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-17 | document tags | David Krause | |
ok henning@ | |||
2003-05-16 | tweak; | Jason McIntyre | |
ok dhartmei@ | |||
2003-05-16 | TCP SYN proxy. Instead of 'keep state' or 'modulate state', one can use | Daniel 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-16 | removed unnecessary macros: | Jason McIntyre | |
- don't need .Pp before/after .Sh - don't need .Ns before punctuation ok krw@ millert@ david@ | |||
2003-05-16 | added "nokeeps" to a table; this prevents a warning when the man | Jason McIntyre | |
page was being generated. also kills a line break in the table. problem found by Paul Weissmann. | |||
2003-05-16 | crashdump/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 EOL | Jason McIntyre | |
from Paul Weissmann | |||
2003-05-15 | tweak; | Jason McIntyre | |
ok frantzen@ | |||
2003-05-15 | document scrub opt "reassemble tcp" | Mike Frantzen | |
2003-05-14 | LONGRUN in !SMALL_KERNEL now | Ted Unangst | |
2003-05-14 | new option LONGRUN | Ted Unangst | |
2003-05-14 | Fix stupid typo in example. | Miod Vallat | |
2003-05-14 | Manual page for mgx(4), and references to it. | Miod Vallat | |
2003-05-14 | No more flags either for those frame buffer drivers. | Miod Vallat | |
2003-05-14 | zs driver on sparc does not take flags anymore since 10 months, so don't | Miod Vallat | |
mention any. | |||
2003-05-13 | Document option NO_PROPOLICE. | Miod Vallat | |
2003-05-13 | PACKET_TAG_PF_TAG | Henning Brauer | |
2003-05-13 | - it's no longer necessary for sparc64 users to build/install mksuncd as a | Jason McIntyre | |
separate step, since it's built with crunch (from Pedro Bastos) - whitespace at EOL ok deraadt@ marc@ | |||
2003-05-12 | talk about show proc | Michael Shalayeff | |
2003-05-12 | cpu -> CPU | Jason McIntyre | |
2003-05-12 | Use an example that acutally makes some sense. | Daniel Hartmeier | |
2003-05-12 | Adaptive timeout value scaling. Allows to reduce timeout values as the | Daniel 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-11 | document the dynamic min-ttl TCP scrub behavior | Mike Frantzen | |
2003-05-10 | 'return' now causes an ICMP unreachable for non-TCP/UDP/ICMP protocols. | Daniel Hartmeier | |
2003-05-10 | document PACKET_TAG_PF_QID | Henning Brauer | |
ok jmc@ | |||
2003-05-10 | uppercase all non-literals in BNF.. might make some stuff more clear ;) | Philipp Buehler | |
commitski henning@ | |||
2003-05-10 | typo; | Jason McIntyre | |
2003-05-10 | typos; | Jason McIntyre | |
2003-05-10 | uppercased .Dt sections. | Jason McIntyre | |
setup -> set up in compat_svr4(8) | |||
2003-05-10 | typos; | Jason McIntyre | |
2003-05-10 | typo; | Jason McIntyre | |
2003-05-10 | typo; | Jason McIntyre | |
2003-05-10 | quote non-alphabetic literals | Philipp Buehler | |
'over the desk' oks.. | |||
2003-05-10 | document that kernel automatically handles first swap partition | Jason McIntyre | |
("swap_device" in swapctl -l) and does not need to be added to /etc/fstab. krw@, fries@, rohee@, millert@, henning@ ok. | |||
2003-05-10 | BNF for load anchor stuff | Henning Brauer | |
2003-05-09 | Talk about the .db version of login.conf; idea from mpech@ | Todd C. Miller | |
2003-05-09 | Update to reflect reality. The kerberos authentication methods listed | Todd C. Miller | |
were out of date and there were missing -v options. | |||
2003-05-08 | ERROR -> ERRORS in .Sh, as per mdoc template. | Jason McIntyre | |
2003-05-07 | changed example fstab file; fs_passno should be 2 for non-root filesystems. | Jason McIntyre | |
2003-05-07 | dialout -> dial-out | Jason 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-07 | typos from Leandro Costa. | Jason McIntyre | |
2003-05-06 | typo from wiz@netbsd, and one from myself. | Jason McIntyre | |
2003-05-06 | fix formatting in the BNF | Henning Brauer | |
2003-05-06 | Better layout in the supported media list. | Miod Vallat | |
2003-05-06 | some typos from Leandro Costa, and a couple from myself. | Jason McIntyre | |
2003-05-05 | corrections from Leandro Costa. | Jason McIntyre | |
- corrections to tradenames - updated URLs - general typos thanks Leandro! | |||
2003-05-05 | Remove FreeBSD configuration lines in SYNOPSIS that slipped through the | Miod Vallat | |
previous commit. | |||
2003-05-05 | - removed groff macros that were not formatting SYNOPSIS properly | Jason 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-05 | Etherlink -> EtherLink | Jason McIntyre | |
from Leandro Costa. | |||
2003-05-03 | also had too many arguments to .Nd; shortened to read the same (the | Jason McIntyre | |
truncated part was unnecessary); ok tedu@ |