summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2009-01-12macro fix; from patrick keshishianJason McIntyre
2009-01-11Only v1000 of the Belkin F5D5005 are sk cards, later revisionsJonathan Gray
have switched to RTL8169. Reported by Shane J Pearson.
2009-01-10sync abtn Nd;Jason McIntyre
2009-01-10eject and volume controles are supported from now onRobert Nagy
2009-01-10Rearrange the video modes list in a table, and mention which one useMiod Vallat
composite sync.
2009-01-09Add the zaurus autoconf bits for pxammc.Jonathan Gray
ok dlg@ jmc@
2009-01-06SEE ALSO is sorted primarily by section number;Jason McIntyre
2009-01-06- the asus nx1101 attaches as stge(4)Jasper Lievisse Adriaanse
ok jsg@
2009-01-06There will never be a mpls(8) but mpls(4) will be soon here.Michele Marchetto
OK claudio@
2009-01-06better wording for previous;Jason McIntyre
2009-01-05- clear some confusion, the chip supports vlan tag insertion/stripping,Jasper Lievisse Adriaanse
just like the driver. ok dlg@
2009-01-05the RT3070 MAC/BBP can be coupled with an RT3020 (1T1R), RT3021 (1T2R) orDamien Bergamini
RT3022 (2T2R) single-band radio transceiver.
2009-01-05note that 802.11n is not currently supported, as we do for otherJason McIntyre
similar devices; ok damien
2009-01-05update the description for run(4);Jason McIntyre
2009-01-05it is better when strings passed to .Nd macros are unique.Igor Sobrado
problem found by deraadt@, fix suggested by kettenis@ on icb. ok damien@, jmc@
2009-01-05add cbus to the device list; ok kettenisJason McIntyre
2009-01-04tweak previous;Jason McIntyre
2009-01-04vnet(4)Mark Kettenis
2009-01-04slight rewordingMark Kettenis
2009-01-04cbus(4); this references vnet(4), which isn't there yet, but will arrive soon.Mark Kettenis
2009-01-03oops, forgot that we need to update this file for run(4);Jason McIntyre
2009-01-03run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.Damien Bergamini
the driver supports legacy 802.11abg modes only (no 802.11n yet.) WPA works, with hardware encryption/decryption. committed over an RT2800U (RT2870+RT2820). enabled on i386 and amd64 GENERIC only for now. thanks to Paul Lin at Ralink for letting us ship the firmware under an appropriate license. "man page looks ok" jmc@ "you should commit it" jsg@, ok deraadt@
2008-12-31this URL has changed; URLs are usually short-lived, it would be betterIgor Sobrado
not using them as references. ok jakemsr@
2008-12-31pmap_remove() correction; from Ariane van der SteldJason McIntyre
2008-12-30document that .Cd must take args, and is neither parsed nor callable;Jason McIntyre
from Kristaps D??onsons
2008-12-30add some missing .At versions; from Kristaps D??onsonsJason McIntyre
2008-12-27Remove BUGS section; overlay artifacts are gone and scrolling uses hardwareMark Kettenis
acceleration now.
2008-12-27Add a comma to clarify a sentence.Bret Lambert
"that's fine" jmc@
2008-12-24Add quotes around DEBUG value, otherwise config doesn't like it.Ray Lai
While here, change -ggdb to -g (by kettenis). OK millert and kettenis
2008-12-24Document video modes, and how to change them (which is tricky on the SS4,Miod Vallat
for no good reason).
2008-12-23Link the directory containing the MIB definitions for snmpd(8).Reyk Floeter
2008-12-23- document machdep.ddb=2Jason McIntyre
- tidy up the text around it a little - no need to discuss kernel options we have on by default (DDB) feedback/ok dlg
2008-12-22First shoot of the uvideo firmware package.Marcus Glocker
2008-12-21fix example comparison function to work with large ranges of numbers. ok ↵Ted Unangst
djm otto
2008-12-18ddb.log is enabled by default, so use "unless disabled" ratherStuart Henderson
than "if enabled". ok jmc@
2008-12-16reorder so that web certificates are more obvious.Marc Espie
Avoid the classical noob problem: read half the manpage, figure out how to build a DSA certificate, then realize it's not what you need. historically, RSA was patented, and so it made sense to put DSA first. But the patent expired a few years ago... okay millert@, jmc@
2008-12-15a little more clarity on link aggregation, after some discussionJason McIntyre
with mpf; ok mpf
2008-12-14MCLGETI takes an mbuf *, not an mbuf.David Gwynne
2008-12-13Another camera that works, 'Sure' mglocker@Ian Darwin
2008-12-13My camcorder works now, too :-)Marcus Glocker
2008-12-12new firmware for 4965AGN adapters (firmware for 5000 Series does not change.)Damien Bergamini
see http://marc.info/?l=linux-wireless&m=122902161516579&w=2 package contains: iwlwifi-4965-ucode-228.57.2.23.tgz iwlwifi-5000-ucode-5.4.A.11.tar.gz from: http://intellinuxwireless.org/?n=Downloads
2008-12-12- note that /tmp and /var/tmp are cleaned by daily(8)Jason McIntyre
- sync the descriptions of /tmp and /var/tmp whilst here requested by Ilya A. Kovalenko
2008-12-11list AC8700 in ubsa(4)Felix Kronlage
2008-12-11- update the list of typesJason McIntyre
- some text improvements - remember systat(1) ok otto
2008-12-10history should mention when the driver appeared in OpenBSD.Brad Smith
2008-12-09.Xr sbt(4); ok uwe@.Xavier Santolaria
2008-12-08The iSight in my Apple MacBook Pro just works. Add it here.Paul de Weerd
Requested by and ok mglocker@
2008-12-08remove links to the ipw web page, as damien no longer maintains it;Jason McIntyre
ok damien
2008-12-07- use MLINKS for currently enabled drm devicesJason McIntyre
- update SYNOPSIS ok oga
2008-12-04add 2 more camerasYojiro Uo