summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2001-01-28Add driver for Prolific PL2301/PL2302 host-to-host adapter. From NetBSD.Aaron Campbell
/* XXX - untested */ Note: just reminding myself that I need to create a nice diff for Lennart to further portablize the USB code (I fell behind in doing this). In particular, for this driver, the IF_INPUT() macro just does ether_input() in OpenBSD, but we really want to call the local upl_input() routine.
2001-01-28Add driver for HP5300 scanner which uses a homebrew SCSI-over-USB protocol.Aaron Campbell
From NetBSD. /* XXX - untested */
2001-01-28a start for security(8)David Leonard
2001-01-27- fix typosBrad Smith
- better magma* entry
2001-01-27bring this closer to reality, mention audio, bpp*, ccd*, cgeight*,Brad Smith
cgfour*, cgfourteen*, cgtwo*, ch*, cua*, fd*, ipl, magma*, openprom, raid*, random, rd*, ses*, spif*, tun*, uk*, xd*, xfs* and xy*. could still use a bit more work.
2001-01-27mention tun*Brad Smith
2001-01-27mention ipl and xfs*Brad Smith
2001-01-27show architecture name at the top of the man page, looks nicer.Brad Smith
2001-01-27betterBrad Smith
2001-01-27powerpcBrad Smith
2001-01-27initial MAKEDEV man page for powerpcBrad Smith
2001-01-27Preferred method of installing linux material should be user-friendly.Marc Espie
2001-01-25Clarify that local variable declarations should be sorted by size largest toAaron Campbell
smallest; smart@monkey.org
2001-01-24Grammar: somewhere -> sometimeAaron Campbell
2001-01-24Fix a few mdoc/formatting nits.Aaron Campbell
2001-01-23Tweak to allow groff -Tdvi -mandoc ... to work.Marco S Hyman
The mdoc macros were re-defining a font alias needed when dvi output was selected. Note: due to groff dvi font limitiations -Tps produces nicer printed material than -Tdvi when using the mandoc macros. OK millert@
2001-01-23oopsTheo de Raadt
2001-01-23Add iha.4 (Initio SCSI Host Adapter)Kenneth R Westerback
2001-01-23Xr to iha.4Theo de Raadt
2001-01-22Improved scoansi and cygwin terminfo entries from ncurses-5.2-20010114Todd C. Miller
2001-01-16Revert last commit.Marc Espie
2001-01-16Document NO_BUILD.Angelos D. Keromytis
2001-01-15Add adw host adapter error docs, plus minor cleanupKenneth R Westerback
2001-01-14create_kthread(9) -> kthread_create(9); overdose@vomitorium.orgTodd C. Miller
2001-01-13Clarify meaning: the code is entirely ours. Give tribute where tributeMarc Espie
is due, namely all hw information was gleaned from the FreeBSD and Linux drivers.
2001-01-13Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD byAaron Campbell
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.
2001-01-13Let SYNOPSIS look OpenBSDish and not outlandish.Marc Espie
2001-01-13Preliminary man page for maestro. Link it.Marc Espie
Keep alphabetical order in audio.4 while we're at it :)
2001-01-12mention more ac97 driversTheo de Raadt
2001-01-11ich/auichMichael Shalayeff
2001-01-11Default mode is BSS, not ad-hocAngelos D. Keromytis
2001-01-11move ich to auich at mickey's requestTheo de Raadt
2001-01-10support !command in bridgename.if files, tooJason Wright
2001-01-09Typo: ommit -> omit. Small grammatical adjustment: 'specifies which fixup ↵Kenneth R Westerback
procedures' -> specifies a fixup procedure'
2001-01-09Typo: 'eg.' -> 'e.g.'Kenneth R Westerback
2001-01-09Typos: 'eg.' -> 'e.g.', 'untill -> until'Kenneth R Westerback
2001-01-09More complete synopsis, ok millert@,aaron@Marc Espie
2001-01-08From chris@: Update man page with slightly more useful informationJeremy Evans
2001-01-05typo - SHMPAXPGS -> SHMMAXPGSDug Song
2001-01-04I hate it when a manpage is wrong.Angelos D. Keromytis
2000-12-31Update bugs section.Angelos D. Keromytis
2000-12-31Some text on use with the bridge.Angelos D. Keromytis
2000-12-30enc* is not used for the bridge anymoreAngelos D. Keromytis
2000-12-30Update for use of gif.Angelos D. Keromytis
2000-12-29we no longer have an ssl package; espie@ okAnil Madhavapeddy
2000-12-29Xr intro(9), too; mpech@prosoft.org.lvAaron Campbell
2000-12-29kernfs/procfs lines in sample fstabAngelos D. Keromytis
2000-12-28We don't provide SYS_NBOOT for netbooting hp300 machines, SYS_UBOOT isMiod Vallat
able to do this job. aaron@ ok
2000-12-27Reality-check: install goes through fake/package now (most often).Marc Espie
Document link-categories, unlink-categories. Point to bsd.port.mk(5) as a more comprehensive document. More accurate history. Use .Fx/.Ox where I can.
2000-12-27More stuff: checksum process, fix REFETCH description.Marc Espie
Describe CATEGORIES, DISTNAME.