summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2002-03-28looko; from Dries Schellekens <gwyllion@ace.ulyssis.org>Michael Shalayeff
2002-03-27implement a "no-route" keyword.Michael Shalayeff
usage semantics are analogous w/ "any", meaning is "any ip address for which there is no route in the current routing table", could be used in both from and to. typical usage would be (assuming symmetrical routing): block in from no-route to any also doc "any" in the pf.conf.5, include in regress, etc. tested by me on i386 and sparc. dhartmei@ and frantzen@ ok
2002-03-27From David Krause:Todd C. Miller
o ftpd.8: alphabetically sort FILES and add login.conf & motd o midi.4 and pckbd.4: there is no pcppi(4) man page o passwd.5: s/passwd.conf/login.conf
2002-03-27.Xr pci 4Jason Wright
2002-03-27sparc64 caveatsJason Wright
2002-03-26Mention support for NCP130Todd C. Miller
2002-03-26usr 2415Michael Shalayeff
2002-03-26cut and paste; from Philipp Buehler <lists@fips.de>Michael Shalayeff
2002-03-26Document DIOCKILLSTATES. From Denis Afonin.Daniel Hartmeier
2002-03-25document the {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() macrosMike Frantzen
2002-03-25Verbiage on WCCP support (rather, GRE for WCCPv1) - from joeycoleman@acm.orgAngelos D. Keromytis
2002-03-20Sendmail logs to /var/log/maillog, not /var/log/mail; Matt BingTodd C. Miller
2002-03-20bad NetBSD name.Marc Espie
ok mickeyski
2002-03-20Correct part number for qec+qe (John Pavlakis <JPavlakis@fortpoint.com>)Jason Wright
2002-03-20Correct part number for qec+4qeJason Wright
2002-03-19revert to older ahc driver until the new one's bugs are fixedTodd C. Miller
2002-03-19 Free/tree typos.Vincent Labrecque
ok provos@
2002-03-18Sync SYNOPSIS config lines with GENERIC; from nick@Miod Vallat
2002-03-18Document option PTRACE; from Brian J. Kifiak, thanks!Miod Vallat
2002-03-17Add references to FILES and SEE ALSO sections. From David Krause.Daniel Hartmeier
2002-03-16How to enable automake.Marc Espie
2002-03-14sparc64: lpt at ebusJason Wright
2002-03-14$OpenBSD$Jason Wright
2002-03-14From NetBSD: man page for ebusJason Wright
2002-03-14Make it a bit more generic (include config's that are hppa and sparc64 specific)Jason Wright
2002-03-14Move the i386 version of lpt.4 to the common directory since lpt isJason Wright
used on 4 platforms now...
2002-03-14Add man page for apioJason Wright
2002-03-14Add asioJason Wright
2002-03-14Man page for asio driverJason Wright
2002-03-13login(8) -> login(1)Marco S Hyman
2002-03-10remove unneeded parenthesis.Federico G. Schwindt
2002-03-07Add descriptions of BUS_DMA_READ, BUS_DMA_WRITE, and BUS_DMA_STREAMINGJason Wright
(from NetBSD)
2002-03-07Add interface-list to BNF, re-indent and wrap. Found by Attila Nagy.Daniel Hartmeier
2002-03-02Document PORTHOME.Marc Espie
2002-03-01Add a big CAVEATS section that explains the volatile environment whenArtur Grabowski
shutdown hooks are run.
2002-02-28Check in some new vnode man page from FreeBSD. Thanks to Peter WernerConstantine Sapuntzakis
2002-02-27Correct plural/singular in one sentence, omitting protocol specificationDaniel Hartmeier
causes the rule to apply to packets of any protocol.
2002-02-26raw MD5 and raw SHA1 are supported, tooJason Wright
2002-02-26rc4 is supported; deraadt@Jason Wright
2002-02-25Make pool_sethardlimit() check that it doesn't decrease the limit belowDaniel Hartmeier
the current size of the pool. ok art@
2002-02-25Catch up to reality.Artur Grabowski
2002-02-24tree.3 and linksNiels Provos
2002-02-24queue.h like implementation of splay and red-black treesNiels Provos
2002-02-24Fix TAILQ_NEXT() example. First param is listelm, not head.Kenneth R Westerback
2002-02-23xf86 becomes a MI manpageTheo de Raadt
2002-02-23Mention that normalization happens before filtering, and that the positionDaniel Hartmeier
of scrub rules (in relation to pass/block rules) is not relevant.
2002-02-23Mention the two most FAQs near the top, I've explained these too manyDaniel Hartmeier
times already.
2002-02-22Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@Dale Rahn
2002-02-22Xr netstat(8)Miod Vallat
2002-02-22Attempt to document the multicast routing configuration here, rather thanMiod Vallat
having people read the comments in /etc/netstart. Add more Xr in the way.