summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2004-01-11add mirror-maker(7) MLINK (to mirroring-ports(7)); ok espiePeter Valchev
2004-01-08document that sysctls fs.posix.setuid and net.inet.ip.sourceroute may notJason McIntyre
be set when securelevel > 0; the latter from Ryan Leslie (PR 3631);
2004-01-07+=nsclpcsio.4Markus Friedl
2004-01-07missing Ic; from Andrey Matveev;Jason McIntyre
2004-01-06group-locked -> group-bound, from J. KnightCedric Berger
2004-01-06cleanupTheo de Raadt
2004-01-05make these refer to sysctl(8), not (3), for consistency;Jason McIntyre
2004-01-05man tweaks; ok markus@Jason McIntyre
2004-01-05do correctly.. sighTheo de Raadt
2004-01-05add nsclpcsio and format..Theo de Raadt
2004-01-05National LPC SIO monitorMarkus Friedl
2004-01-05move 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;
2004-01-04typoJolan Luff
2003-12-31typos;Jason McIntyre
2003-12-31delete some blank lines;Jason McIntyre
mark up new ioctls a little better;
2003-12-31Many 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-31remove obsolete reference to "storage" parameter;Jason McIntyre
ok tedu@
2003-12-30sync with <pool.h> and remove a .Pp before a list;Jason McIntyre
ok tedu@
2003-12-30Document the six Motorola-supported MVME376 configurations; also add SW3Miod Vallat
settings - even though they are the same for all six configurations, they differ from Interphase's factory settings.
2003-12-30new sentence, new line;Jason McIntyre
2003-12-30XF86Setup uses Tcl/Tk 8.4 now. Ok jose@ millert@ jmc@.Matthieu Herrb
2003-12-29update for a few more boxens; from weissmanndudeMichael Shalayeff
2003-12-28UFS_DIRHASHTed Unangst
2003-12-27Replace ve(4) with le(4) here too.Miod Vallat
2003-12-27define USE_GCC3, for later.Marc Espie
okay drahn@
2003-12-27Mention that m is free'd if m_pulldown fails.Ryan Thomas McBride
2003-12-26Use the ``official'' description for the MVME3xx cards, and provide jumperMiod 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-25Boy, this has grown. 600MB in 2.7 to almost 3GB today.Marc Espie
2003-12-25typo; PR3618; Jonathan FromerHenning Brauer
2003-12-24Update protocol number and multicast group to match reality.Ryan Thomas McBride
Pointed out by Jorge Severino (jorge at netsecure dot cl)
2003-12-23a few commonly used physMichael Shalayeff
2003-12-23sort SEE ALSO;Jason McIntyre
2003-12-22also list commonly used phys attachments (and Xrs)Michael Shalayeff
2003-12-21Kill non-standard kernel printf %: braindead extension for good.Miod Vallat
ok markus@ drahn@
2003-12-20some typos and wording improvements from Tom Cosgrove;Jason McIntyre
2003-12-20update sticky: note that setting the sticky bit on files is still possible,Jason McIntyre
but has no effect. Retain description of sticky files, but note that it is historical. Add small description of how current system works. Improve description of sticky directories. Remove references to ld(1). Remove no longer relevant BUG. much assistance and ok otto@ and tedu@
2003-12-18document `b0' and `b1' attributes;Jason McIntyre
2003-12-17SMC 9452TXJason Wright
2003-12-17more cardsJason Wright
2003-12-16Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTRTodd C. Miller
is like SLIST_FOREACH but it saves a pointer to the previous element. SLIST_REMOVE_NEXT will remove the element *after* the one passed in. SLIST_FOREACH_PREVPTR is from FreeBSD; SLIST_REMOVE_NEXT was suggested by canacar@; man page additions by yours truly. OK deraadt@ (grudgingly) and man page changes OK jmc@.
2003-12-16pfsync.4:Jason McIntyre
- new sentence, new line - kill whitespace at EOL - escape a dot at EOL pflog.4: - subject verb agreement
2003-12-16Clean up first paragraph.Ryan Thomas McBride
2003-12-16Reorg and better english. Split network synchronisation specificsRyan Thomas McBride
into it's own section.
2003-12-161st pass at documenting the new pfsync network synchronisationRyan Thomas McBride
functionality. ok deraadt@
2003-12-15- end sentence with full stop, not commaJason McIntyre
- kill whitespace at EOL
2003-12-15- kill whitespace at EOLJason McIntyre
- new sentence, new line - kill blank line - missing .El - missing escape - ip -> IP - greate -> create
2003-12-15Add support to track stateful connections by source ip. This allows usRyan 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-14similar changes to the rest of the radio pages:Jason McIntyre
- kill comma splices - escape dashes - s/tunning/tuning - some wording improvement
2003-12-14capability is RADIO_CARD_TYPE, not RADIO_CAPS_CARD_TYPE;Jason McIntyre
make the order more closely match the header; escape some dashes;
2003-12-14typo from Brian Chase, plus kill a comma splice;Jason McIntyre