summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
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
2003-11-08Add 'no-sync' state option to prevent state transition messages for statesRyan 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@
2003-11-07Add some missing mentions of 'synproxy state'Ryan Thomas McBride
ok jmc@
2003-11-07- slight cleanupJason McIntyre
- document some of the stuff in core.h - corrections from miod@ and myself;
2003-11-07document line length and group membership limits;Jason McIntyre
kill a stray .Pp; help and ok millert@
2003-11-06document that label macros can now be used in tags as wellHenning Brauer
with help from and ok jmc@
2003-11-06named.boot no longer necessary;Jason McIntyre
from George Pontis (PR 3555); ok jakob@
2003-11-05correct errors in code examples; from Dries Schellekens;Jason McIntyre
ok niels@
2003-11-03spellingDavid Krause
2003-11-02Document kthread_create() return value.Alexander Yurchenko
ok mickey@ jmc@
2003-10-30- sync with headerJason McIntyre
- remove a bunch of useless .Pp's - a little grammar
2003-10-30double word, from Tom Cosgrove;Jason McIntyre
2003-10-30double word, from Tom Cosgrove;Jason McIntyre
2003-10-30Remove double word; Ross L RichardsonTodd C. Miller
2003-10-28oops - lines in these files are indeed restricted to 1024 chars, asJason McIntyre
spotted by fgsch@; and it is indeed BUFSIZ, not BUFSIZE, as spotted by Jared Yanovich;
2003-10-27typo from T.M. Sommers, via FreeBSD;Jason McIntyre
ok drahn@
2003-10-26remove obsolete sections about limit of line length;Jason McIntyre
thanks Eric Jackson for helping me fix this.
2003-10-26typos from Jared Yanovich;Jason McIntyre
2003-10-26typos from Jared Yanovich;Jason McIntyre
2003-10-25fix possessive; from Jared Yanovich;Jason McIntyre
2003-10-25bzcat2 -> bzcat; from Jared Yanovich;Jason McIntyre
2003-10-25add list of games available; update FILES;Jason McIntyre
ok deraadt@
2003-10-24consistently use $ext_if / $int_if in the examplesHenning Brauer
from jared r r spiegel <jrrs@ice-nine.org> ok canacar@ jmc@
2003-10-24.Nm /etc/rc.shutdown -> .Nm rc.shutdown, in line with the rest of theJason McIntyre
rc* pages; suggested by Jared Yanovich, though I did not include his FILES addition;
2003-10-23.Xr compress 3;Jason McIntyre
2003-10-23typos from Jared Yanovich;Jason McIntyre
2003-10-23typos from Jared Yanovich, plus a few more independant -> independent;Jason McIntyre
2003-10-22rearrange .Nd to make it expand properly;Jason McIntyre
2003-10-22bad .Tn;Jason McIntyre
2003-10-22Add locking and write filtering to bpf descriptors.Can Erkin Acar
Locking prevents dangerous ioctls such as changing the interface and sending signals to be executed by an unprivileged process. A filter can also be applied to packets injected through a bpf descriptor. These features allow programs using bpf descriptors to safely drop/seperate privileges. ok frantzen@ henning@ mcbride@
2003-10-22Document how to break into ddb on serial console.Ryan Thomas McBride
ok mickey@ henning@ deraadt@
2003-10-19typos from Steve Andre <andres@msu.edu>David Krause
2003-10-18tweaks;Jason McIntyre
ok mcbride@
2003-10-18CARP documentation cleanups, mostly from jmc@Ryan Thomas McBride
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
Allows multiple hosts to share an IP address, providing high availability and load balancing. Based on code by mickey@, with additional help from markus@ and Marco_Pfatschbacher@genua.de ok deraadt@
2003-10-16VT8231 is supported by viaenv(4)Alexander Yurchenko
2003-10-12sort SEE ALSO and add commas after Xr's;Jason McIntyre
2003-10-12- add hppaBrad Smith
- uncomment missing .Xr references
2003-10-09remove unneeded .Pp;Jason McIntyre
2003-10-09remove trailing space;Jason McIntyre
2003-10-09better chip descriptions and AES is now supported on 795[56]Jason Wright
2003-10-08new one that is supportedTheo de Raadt
2003-10-07typo; ishTheo de Raadt
2003-10-07filename needs to be quoted...Henning Brauer
ok mcbride@ jmc@
2003-10-06.Xr sensorsd 8Henning Brauer
ok grange@ jmc@
2003-10-04DIOCBEGINADDRS takes struct pfioc_pooladdr, not u_int32_tRyan Thomas McBride
Fixes PR3511 from apaterno@dsnsecurity.com
2003-10-04clarification of how read works; from dTheo de Raadt
2003-10-04.Nm with punctuation no longer requires an argument;Jason McIntyre