summaryrefslogtreecommitdiffstats
path: root/share/man/man4/clct.4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* alter .Nd to allow: man -k 'audio device'jmc2006-08-311-2/+2
|
* kill default locatorsmickey2004-09-301-2/+2
|
* copyrights added;jmc2003-02-151-1/+35
| | | | | | awi(4): Bill Sommerfeld clct(4): Tatoku Ogaito enc(4): angelos@
* Incomplete section 4 mi manual page cleanup.miod2002-09-261-1/+3
| | | | | | | | | | | | | | - make configuration lines match GENERIC files - more Xr (hopefully usefule Xr) - never mention intro(4) on non-physical devices (i.e. protocols), always mention it for physical devices - random text style and quoting fixes - drivers ported from FreeBSD did mention rc.conf instead of hostname.if as the place to put mediaopt - some .Tn UNIX -> .Ox replacements - etc, etc... reviewd in part by deraadt@ (until he got bored of this)
* Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD byaaron2001-01-131-0/+23
Tatoku Ogaito, banged into shape for OpenBSD by me. Recording has not been tested yet, but mpg123 works fine. Sound still works after suspend/resume. XXX: On the IBM ThinkPad X20, must disable pcibios else the cs4281 won't generate interrupts. Cause yet unknown but probably not the driver's fault. YMMV on other laptops with this chip.