summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
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
2003-12-12sync with <sys/mbuf.h>, as pointed out by Dragos Ruiu;Jason McIntyre
ok deraadt@ itojun@
2003-12-11Add id_t type as per POSIX and use it for [gs]etpriority(2).Todd C. Miller
OK henning@ and deraadt@
2003-12-11POSIX says rlim_t should be unsigned so make it u_quad_t. Also addTodd C. Miller
POSIX-mandated RLIM_SAVED_MAX and RLIM_SAVED_CUR defines. On OpenBSD these are identical to RLIM_INFINITY as allowed by POSIX. OK deraadt@
2003-12-10snc list of supported controllers with realityHenning Brauer
2003-12-09new moxa pucTheo de Raadt
2003-12-09fix weird formatting issues in SYNOPSIS;Jason McIntyre
diff from Brian Poole;
2003-12-08document DUMMY_NOPS (per Dom De Vitto on misc@);Jason McIntyre
careful crafting and ok mickey@
2003-12-08mention ifconfig create; sync synopsis like (Op Ar count). with jmc, deraadtMarkus Friedl
2003-12-08Mbuf tag tcp and udp packets which are translated to localhost, andRyan Thomas McBride
use the the presence of this tag to reverse the match order in in{6}_pcblookup_listen(). Some daemons (such as portmap) do a double bind, binding to both * and localhost in order to differentiate local from non-local connections, and potentially granting more privilege to local ones. This change ensures that redirected connections to localhost do not appear local to such a daemon. Bulk of changes from dhartmei@, some changes markus@ ok dhartmei@ deraadt@
2003-12-05encourage people to add in values to rc.conf.local rather than copyJason McIntyre
rc.conf blindly, since install can now create rc.conf.local; thanks nick@ for pointing this out;
2003-12-05Fix pasto in SLIST_REMOVE synopsis; deraadt@ OKTodd C. Miller
2003-12-05Netgear MA311 is reported to work.Todd C. Miller
2003-12-05It used to be a good thing not to send people to Verisign. now thisBob Beck
is just wrong. Damn wrong.
2003-12-02typo from Daniel Cavanagh;Jason McIntyre
2003-11-29allow ':' (range including boundaries) to be used whereever '><' (rangeDaniel Hartmeier
excluding boundaries) is legal. already supported by kernel, requires only removal of three error messages. ok henning@
2003-11-26The geodesc works great for SC1201 as well. ok markus@Kevin Lo
2003-11-24fix load anchor BNF.Henning Brauer
from Joel Knight
2003-11-21WCCPv1, not WCCPv2; from Berk D. Demir;Jason McIntyre
also alter -width of a list to make it look a bit better;
2003-11-18more literal confusion, "(" ")" vs. ( )Daniel Hartmeier
the parentheses are required when using two queue arguments, and optional when using one.
2003-11-18un-quote "return" where it's meant to reference a bnf productionDaniel Hartmeier
and not a literal.
2003-11-17kill some doubles;Jason McIntyre
2003-11-17and make them look all equal..Federico G. Schwindt
2003-11-17document a few more kernel options; help and ok jmc@.Federico G. Schwindt
2003-11-14typos from Jared Yanovich;Jason McIntyre
2003-11-14update BNF for set debug too, again catched by mpech@Henning Brauer
2003-11-14document "set debug"Henning Brauer
ok jmc@ cedric@
2003-11-09remove .Pp's before lists and displays;Jason McIntyre
2003-11-08all of a sudden, /usr/share/altq disappeared!Jason McIntyre
ok henning@
2003-11-08remove entries for FreeBSD drivers;Jason McIntyre
ok miod@
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-08The very beginning of a pegasos-specific section 8.Miod Vallat
2003-11-08Section 4 changes and additions for Pegasos.Miod Vallat
2003-11-08Sync hardware list with GENERIC.Miod Vallat
2003-11-08Do not keep a list of midi attachments per architecture - this onlyMiod Vallat
makes the page more confusing, and conforms to the existing practice for MI interfaces.
2003-11-08remove two words that were never visible anyway, due to too many argsJason McIntyre
passed to macro;
2003-11-08- ommited -> omittedJason McIntyre
- kill some whitespace at EOL - remove unnecessary args to .Nm