summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2009-11-26grammar;Jason McIntyre
2009-11-26sync description with .Nd macro in dc(4).Igor Sobrado
2009-11-25+gcuJason McIntyre
2009-11-25tweak previous;Jason McIntyre
2009-11-25gcu(4) manpage, add information bout EP80579 support to em(4) as wellDariusz Swiderski
'just go ahead' deraadt@
2009-11-25impedence -> impedance; from Brad TilleyJason McIntyre
2009-11-24more tweaking... ok deraadtJason McIntyre
2009-11-24Layer-3 -> layer 3;Jason McIntyre
2009-11-24more tweaking...Jason McIntyre
2009-11-24rototill the various bits here to so that people can see how amazinglyTheo de Raadt
rich the gif featureset really is ok jmc claudio
2009-11-24avoid some duplication in the bridge section; ok deraadtJason McIntyre
2009-11-24consistency with other pages; s/Thinkpad/ThinkPad/. from Brad Tilley.Stuart Henderson
2009-11-24Xr uthumTheo de Raadt
2009-11-23tweak previous;Jason McIntyre
2009-11-23build uthum.4Theo de Raadt
2009-11-23spellingTheo de Raadt
2009-11-23add man page for uthum(4)Yojiro Uo
2009-11-23add new entry.Yojiro Uo
2009-11-23+ASUS USB-N13; from Brad TilleyJason McIntyre
2009-11-23- avoid references to selfJason McIntyre
- remove reference to bridgename.if
2009-11-22Move information describing the bridge and brconfig behaviour intoTheo de Raadt
the relevant manual pages. Functionality is described in the (4) pages, controlling the functionality in ifconfig(8), and the hostname.if gains the old bridgename.if(5) functionality. ok claudio jmc
2009-11-22bpf works nowTheo de Raadt
2009-11-22Fix examine command option list.Miod Vallat
2009-11-20resolv.conf is also created when DNS servers are configured during theAntoine Jacoutot
install process. tweak and ok jmc@, ok sthen@
2009-11-19document "radio switch turned off" message in the DIAGNOSTICS section.Damien Bergamini
2009-11-19oops - i did not spot previous was a list item, and needed quotedJason McIntyre
because of the number of args. sorry, philip, i should have checked your diff... fix that, and one more spacing issue in another item;
2009-11-19Dell's SVR4 apparently mapped page zero to the executable. We don'tPhilip Guenthe
do that and, given the security issues it exacerbates, never will. So document it and delete the disabled support. ok deraadt@ tedu@
2009-11-18* always move the same amount of data (256 frames) in the interrupt handlerJacob Meuser
* round blocksizes to multiples of 256 frames * fix display of record.source.volume and add record.mic.preamp mixer controls * add recording support ok kettenis@. ok ratchov@ on a slightly different version.
2009-11-18Add glue to attach iockbc(4) to iof(4) as well. Tested by deraadt@Miod Vallat
2009-11-17nuke the temperature sensor.Damien Bergamini
it is totally useless since (contrary to the one in iwn(4)) it is not in any known unit (can't be converted to degK or degC).
2009-11-17The marketing people at Intel found some overhyped names for theirDamien Bergamini
latest generation of 802.11 chips (Calpella platform): Intel Centrino Advanced-N 6200 and Intel Centrino Ultimate-N 6300. Document those and add some indications about which chipset can be found on which Centrino platform.
2009-11-17the D-Link DWA-160 rev A2 is an otus(4) too.Damien Bergamini
2009-11-16Various missing configuration stanza and references.Miod Vallat
2009-11-16tweak device description.Igor Sobrado
2009-11-16improve description for san(4).Igor Sobrado
ok jmc@
2009-11-16no more snscore(6);Jason McIntyre
2009-11-16argument to name description (.Nd) macros is usually lower case.Igor Sobrado
2009-11-15Update DIOCKILLSTATES and DIOCCLRSTATES sections.Marco Pfatschbacher
Pointed out by ohauer at gmx.de. OK henning.
2009-11-14copy the CAVEATS section from the otus(4) man page.Damien Bergamini
we do not presently support 802.11n. there are already many HT bits in the driver though, so it shouldn't require much work to add support once net80211 is ready.
2009-11-14s/iwn0/athn0/ in the examples ;-)Damien Bergamini
2009-11-14tweak previous;Jason McIntyre
2009-11-14Xr athnTheo de Raadt
2009-11-14athn(4), a driver for Atheros 802.11a/g/n devices.Damien Bergamini
written from scratch based on the vendor driver for Linux (ath9k). AR9285 and AR9287 parts are 100% untested. only basic functionnalities are enabled for now. committed over an AR9281. "commit" deraadt
2009-11-13C statements (including macros) that do not end in a ; are obtuse.Theo de Raadt
The do { } while structure in lkm.h was added on purpose. Adjust the samples discussed with miod and millert; ok millert
2009-11-12- add AMD Hudson 2 to the list of supported devicesStuart Henderson
- use AMD rather than the full name From Brad.
2009-11-11Spell.Federico G. Schwindt
2009-11-10tweak previous;Jason McIntyre
2009-11-10Might as well roff iockbc.4Miod Vallat
2009-11-10Add iockbc(4), a driver for the PS/2 keyboard and mouse interface found onJoel Sing
ioc(4) devices. Joint work with miod@. Committed from the glass console on an SGI Fuel.
2009-11-10adjust one of the examples/descriptions for nat-to; it used to beStuart Henderson
'nat pass' and nearest equivalent now is to use 'pass quick...nat-to' not just 'pass...nat-to'. ok henning@ jmc@