summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2005-01-03tweaks;Jason McIntyre
2005-01-03Add support for the Vodafone Mobile Connect 3G adapter.Reyk Floeter
The MC3G is a cardbus device with an integrated OHCI usb controller. The GRPS/UMTS modem is attached via an internal Belkin serial adapter (ubsa(4)). Thanks to sh at horzela dot com. ok deraadt@ and dlg@
2005-01-03use .Aq or \*(Gt instead of `<' and `>';Jason McIntyre
remove some unneccessary escaping;
2005-01-03too much Xo/Xc in this file;Jason McIntyre
2005-01-03Add "show panic" command to ddb, to easily retrieve the panic message.Miod Vallat
Will hopefully bring us better panic reports. From Joris Vink.
2005-01-03Remove gcc 2.95/x86 specific notes, and mention the implicitMiod Vallat
-fno-zero-initialized-in-bss for gcc 3.
2005-01-03everything else we have uses `kHz';Jason McIntyre
2005-01-03new sentence, new line;Jason McIntyre
2005-01-02mavb manMark Kettenis
2005-01-02RegenMark Kettenis
2005-01-02remove broken Xrs;Jason McIntyre
ok jaredy@
2005-01-01Fix some parse errors in example rulesChristopher Pascoe
ok henning@ dhartmei@
2005-01-01sort sections;Jason McIntyre
2004-12-31ip6.4 comes back, rewritten from scratchJared Yanovich
2004-12-31gcc 3.3.5; ok espie@David Krause
2004-12-31Generated MAKEDEV.8 for zaurus, and link it inMiod Vallat
2004-12-30esp(4) manpage for mac68k, with help and ok jmc@, miod@Martin Reindl
2004-12-29reinstate a (rewritten) MTU/MSS ISSUES section;Jason McIntyre
better layout and other tweaks;
2004-12-29remove unneeded macro and fix SYNOPSIS;Jason McIntyre
2004-12-29fix SEE ALSO;Jason McIntyre
2004-12-29remove unneeded macro;Jason McIntyre
2004-12-29make this correct mandoc troffTheo de Raadt
2004-12-29Driver for Realtek 802.11 devices from NetBSD.Jonathan Gray
Not yet working.
2004-12-28more tweaksTheo de Raadt
2004-12-28add missing devices. also add proper Xr's as noticed to be missingTheo de Raadt
by jsg
2004-12-28kill whitespace;Jason McIntyre
2004-12-27Fix tag handling for non-U320/packetized devices. Allow tags for theseKenneth R Westerback
devices. Tidy up man page, remove lies and cruft. ok marco@.
2004-12-27Mention bsd.rd in the FILES section.Miod Vallat
2004-12-24Scare users so that they don't use option SMALL_KERNEL, because ourMiod Vallat
floppy kernels shrinking pressure has no limits. ok deraadt@ krw@
2004-12-24List ym(4) in synopsis as well as see also.Jonathan Gray
2004-12-23document icmp type/code text abbreviations recognized by pfctlJared Yanovich
prodded by John Ladwig <jladwig@mango.lioness.net> ok deraadt jmc
2004-12-23.Xr dhcrelay, okay henning@Marc Espie
2004-12-22Introduce 'set skip on <ifspec>' to support a list of interfaces where noDaniel Hartmeier
packet filtering should occur (like loopback, for instance). Code from Max Laier, with minor improvements based on feedback from deraadt@. ok mcbride@, henning@
2004-12-22sort sections;Jason McIntyre
2004-12-22Use vfs firmware loader for fxp(4) interrupt coalescing microcode.Alexander Yurchenko
Initial work by Dmitry Bogdan <bogdan@eastonline.ru> with a help from me and Theo. ok deraadt@
2004-12-22spacingDavid Krause
2004-12-21update to indicate that return-rst generates packetsMichael Coulter
on bridges. Spotted by Simon Kirby. proper caps from jmc@ ok dhartmei@
2004-12-20sync FILES w/ other devices using firmware;Jason McIntyre
2004-12-20ethernet -> EthernetJonathan Gray
2004-12-20add a new icmp6(4) manpage, rewritten from scratchJared Yanovich
2004-12-20these files now allow comments. ok deraadt jmc millertJared Yanovich
2004-12-20blowfish defaults to 6 rounds.Moritz Jodeit
patch from mpech@ and ok henning@
2004-12-20firmware loading from the filesystem. pci subsystem type thingsTheo de Raadt
are still done early, but audio subsystem setup is deferred till after root is mounted. tested by mcbride
2004-12-20remove manpages based on RFC. requested by deraadtJun-ichiro itojun Hagino
2004-12-19grammar;Jason McIntyre
2004-12-19filesystem firmware loading written over the pacific 2 weeks ago, testedTheo de Raadt
by mickey
2004-12-19filesystem firmware loading for uyap(4). this should work, i wrote it veryTheo de Raadt
carefully. unfortunately, we cannot find anyone who has one of these devices in our entire user community, thus far. commit it anyways. whoever finds one can contact me if there is a problem.
2004-12-19route <label> rewording from otto@;Jason McIntyre
ok dhartmei@;
2004-12-18cleanup and indent examples. ok jmcJared Yanovich
2004-12-18Add tc_init(9) page, a description of the timecounters. With someAlexander Yurchenko
help from jmc@.