Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-05 | man tweaks; ok markus@ | Jason McIntyre | |
2004-01-05 | do correctly.. sigh | Theo de Raadt | |
2004-01-05 | add nsclpcsio and format.. | Theo de Raadt | |
2004-01-05 | National LPC SIO monitor | Markus Friedl | |
2004-01-05 | move an .Ed to the right place; | Jason McIntyre | |
from NetBSD (augustss@ rev. 1.15); also remove -compact from the list to make the page more readable; | |||
2003-12-31 | delete some blank lines; | Jason McIntyre | |
mark up new ioctls a little better; | |||
2003-12-31 | Many improvements to the handling of interfaces in PF. | Cedric Berger | |
1) PF should do the right thing when unplugging/replugging or cloning/ destroying NICs. 2) Rules can be loaded in the kernel for not-yet-existing devices (USB, PCMCIA, Cardbus). For example, it is valid to write: "pass in on kue0" before kue USB is plugged in. 3) It is possible to write rules that apply to group of interfaces (drivers), like "pass in on ppp all" 4) There is a new ":peer" modifier that completes the ":broadcast" and ":network" modifiers. 5) There is a new ":0" modifier that will filter out interface aliases. Can also be applied to DNS names to restore original PF behaviour. 6) The dynamic interface syntax (foo) has been vastly improved, and now support multiple addresses, v4 and v6 addresses, and all userland modifiers, like "pass in from (fxp0:network)" 7) Scrub rules now support the !if syntax. 8) States can be bound to the specific interface that created them or to a group of interfaces for example: - pass all keep state (if-bound) - pass all keep state (group-bound) - pass all keep state (floating) 9) The default value when only keep state is given can be selected by using the "set state-policy" statement. 10) "pfctl -ss" will now print the interface scope of the state. This diff change the pf_state structure slighltly, so you should recompile your userland tools (pfctl, authpf, pflogd, tcpdump...) Tested on i386, sparc, sparc64 by Ryan Tested on macppc, sparc64 by Daniel ok deraadt@ mcbride@ | |||
2003-12-30 | Document the six Motorola-supported MVME376 configurations; also add SW3 | Miod Vallat | |
settings - even though they are the same for all six configurations, they differ from Interphase's factory settings. | |||
2003-12-30 | new sentence, new line; | Jason McIntyre | |
2003-12-29 | update for a few more boxens; from weissmanndude | Michael Shalayeff | |
2003-12-28 | UFS_DIRHASH | Ted Unangst | |
2003-12-27 | Replace ve(4) with le(4) here too. | Miod Vallat | |
2003-12-26 | Use the ``official'' description for the MVME3xx cards, and provide jumper | Miod Vallat | |
information for the 328S and 376. Also remove the media section for ethernet drivers, which does not apply. ok+tweaks paul@ jmc@ | |||
2003-12-25 | typo; PR3618; Jonathan Fromer | Henning Brauer | |
2003-12-24 | Update protocol number and multicast group to match reality. | Ryan Thomas McBride | |
Pointed out by Jorge Severino (jorge at netsecure dot cl) | |||
2003-12-23 | a few commonly used phys | Michael Shalayeff | |
2003-12-23 | sort SEE ALSO; | Jason McIntyre | |
2003-12-22 | also list commonly used phys attachments (and Xrs) | Michael Shalayeff | |
2003-12-17 | SMC 9452TX | Jason Wright | |
2003-12-17 | more cards | Jason Wright | |
2003-12-16 | pfsync.4: | Jason McIntyre | |
- new sentence, new line - kill whitespace at EOL - escape a dot at EOL pflog.4: - subject verb agreement | |||
2003-12-16 | Clean up first paragraph. | Ryan Thomas McBride | |
2003-12-16 | Reorg and better english. Split network synchronisation specifics | Ryan Thomas McBride | |
into it's own section. | |||
2003-12-16 | 1st pass at documenting the new pfsync network synchronisation | Ryan Thomas McBride | |
functionality. ok deraadt@ | |||
2003-12-15 | - end sentence with full stop, not comma | Jason McIntyre | |
- kill whitespace at EOL | |||
2003-12-15 | Add support to track stateful connections by source ip. This allows us | Ryan Thomas McBride | |
to: - Ensure that clients get a consistent IP mapping with load-balanced translation/routing rules - Limit the number of simultaneous connections a client can make - Limit the number of clients which can connect through a rule ok dhartmei@ deraadt@ | |||
2003-12-14 | similar changes to the rest of the radio pages: | Jason McIntyre | |
- kill comma splices - escape dashes - s/tunning/tuning - some wording improvement | |||
2003-12-14 | capability is RADIO_CARD_TYPE, not RADIO_CAPS_CARD_TYPE; | Jason McIntyre | |
make the order more closely match the header; escape some dashes; | |||
2003-12-14 | typo from Brian Chase, plus kill a comma splice; | Jason McIntyre | |
2003-12-10 | snc list of supported controllers with reality | Henning Brauer | |
2003-12-09 | new moxa puc | Theo de Raadt | |
2003-12-09 | fix weird formatting issues in SYNOPSIS; | Jason McIntyre | |
diff from Brian Poole; | |||
2003-12-08 | document DUMMY_NOPS (per Dom De Vitto on misc@); | Jason McIntyre | |
careful crafting and ok mickey@ | |||
2003-12-08 | mention ifconfig create; sync synopsis like (Op Ar count). with jmc, deraadt | Markus Friedl | |
2003-12-05 | Netgear MA311 is reported to work. | Todd C. Miller | |
2003-12-02 | typo from Daniel Cavanagh; | Jason McIntyre | |
2003-11-26 | The geodesc works great for SC1201 as well. ok markus@ | Kevin Lo | |
2003-11-21 | WCCPv1, not WCCPv2; from Berk D. Demir; | Jason McIntyre | |
also alter -width of a list to make it look a bit better; | |||
2003-11-17 | kill some doubles; | Jason McIntyre | |
2003-11-17 | and make them look all equal.. | Federico G. Schwindt | |
2003-11-17 | document a few more kernel options; help and ok jmc@. | Federico G. Schwindt | |
2003-11-14 | typos from Jared Yanovich; | Jason McIntyre | |
2003-11-09 | remove .Pp's before lists and displays; | Jason McIntyre | |
2003-11-08 | remove entries for FreeBSD drivers; | Jason McIntyre | |
ok miod@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-11-08 | Section 4 changes and additions for Pegasos. | Miod Vallat | |
2003-11-08 | Sync hardware list with GENERIC. | Miod Vallat | |
2003-11-08 | Do not keep a list of midi attachments per architecture - this only | Miod Vallat | |
makes the page more confusing, and conforms to the existing practice for MI interfaces. | |||
2003-11-08 | - ommited -> omitted | Jason McIntyre | |
- kill some whitespace at EOL - remove unnecessary args to .Nm | |||
2003-11-08 | Add 'no-sync' state option to prevent state transition messages for states | Ryan Thomas McBride | |
created by this rule from appearing on the pfsync(4) interface. e.g. pass in proto tcp to self flags S/SA keep state (no-sync) ok cedric@ henning@ dhartmei@ |