Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-29 | Add ises.4 | Hakan Olsson | |
2001-01-29 | Initial man page for ises driver. | Hakan Olsson | |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-29 | talk about random.4 | Theo de Raadt | |
2001-01-29 | Add a transient driver for the Y@P phone that downloads firmware into | Aaron Campbell | |
the EZ-USB chip. After downloading the firmware the device detaches and then reattaches as a composite device (audio + HID). From NetBSD. /* XXX - untested */ Commented out in GENERIC for now, since this sounds like a kind of rare and weird device that no one would have. But it might be useful to have an example driver like this in the tree in case we see more (important) USB devices in the future using the EZ-USB. | |||
2001-01-28 | replace canadish w/ english | Michael Shalayeff | |
2001-01-28 | replace russlish with english; btw, are some of the descriptions of the bits ↵ | Theo de Raadt | |
backwards? | |||
2001-01-28 | more new shiny flags for your pleasure, Xr autoconf | Michael Shalayeff | |
2001-01-28 | machdep.apmhalt docu goes here (and soon in apm.8). | Marco S Hyman | |
Someone with better english skills than mine may want to edit the wording. | |||
2001-01-28 | gigabit -> Gigabit | Aaron Campbell | |
2001-01-28 | mdoc -compact'ify list of supported cards. | Aaron Campbell | |
2001-01-28 | Add 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-28 | Add driver for HP5300 scanner which uses a homebrew SCSI-over-USB protocol. | Aaron Campbell | |
From NetBSD. /* XXX - untested */ | |||
2001-01-28 | a start for security(8) | David Leonard | |
2001-01-27 | - fix typos | Brad Smith | |
- better magma* entry | |||
2001-01-27 | bring 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-27 | mention tun* | Brad Smith | |
2001-01-27 | mention ipl and xfs* | Brad Smith | |
2001-01-27 | show architecture name at the top of the man page, looks nicer. | Brad Smith | |
2001-01-27 | better | Brad Smith | |
2001-01-27 | powerpc | Brad Smith | |
2001-01-27 | initial MAKEDEV man page for powerpc | Brad Smith | |
2001-01-27 | Preferred method of installing linux material should be user-friendly. | Marc Espie | |
2001-01-25 | Clarify that local variable declarations should be sorted by size largest to | Aaron Campbell | |
smallest; smart@monkey.org | |||
2001-01-24 | Grammar: somewhere -> sometime | Aaron Campbell | |
2001-01-24 | Fix a few mdoc/formatting nits. | Aaron Campbell | |
2001-01-23 | Tweak 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-23 | oops | Theo de Raadt | |
2001-01-23 | Add iha.4 (Initio SCSI Host Adapter) | Kenneth R Westerback | |
2001-01-23 | Xr to iha.4 | Theo de Raadt | |
2001-01-22 | Improved scoansi and cygwin terminfo entries from ncurses-5.2-20010114 | Todd C. Miller | |
2001-01-16 | Revert last commit. | Marc Espie | |
2001-01-16 | Document NO_BUILD. | Angelos D. Keromytis | |
2001-01-15 | Add adw host adapter error docs, plus minor cleanup | Kenneth R Westerback | |
2001-01-14 | create_kthread(9) -> kthread_create(9); overdose@vomitorium.org | Todd C. Miller | |
2001-01-13 | Clarify meaning: the code is entirely ours. Give tribute where tribute | Marc Espie | |
is due, namely all hw information was gleaned from the FreeBSD and Linux drivers. | |||
2001-01-13 | Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD by | Aaron 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-13 | Let SYNOPSIS look OpenBSDish and not outlandish. | Marc Espie | |
2001-01-13 | Preliminary man page for maestro. Link it. | Marc Espie | |
Keep alphabetical order in audio.4 while we're at it :) | |||
2001-01-12 | mention more ac97 drivers | Theo de Raadt | |
2001-01-11 | ich/auich | Michael Shalayeff | |
2001-01-11 | Default mode is BSS, not ad-hoc | Angelos D. Keromytis | |
2001-01-11 | move ich to auich at mickey's request | Theo de Raadt | |
2001-01-10 | support !command in bridgename.if files, too | Jason Wright | |
2001-01-09 | Typo: ommit -> omit. Small grammatical adjustment: 'specifies which fixup ↵ | Kenneth R Westerback | |
procedures' -> specifies a fixup procedure' | |||
2001-01-09 | Typo: 'eg.' -> 'e.g.' | Kenneth R Westerback | |
2001-01-09 | Typos: 'eg.' -> 'e.g.', 'untill -> until' | Kenneth R Westerback | |
2001-01-09 | More complete synopsis, ok millert@,aaron@ | Marc Espie | |
2001-01-08 | From chris@: Update man page with slightly more useful information | Jeremy Evans | |
2001-01-05 | typo - SHMPAXPGS -> SHMMAXPGS | Dug Song | |