Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-29 | Add support for VIA VT8237S SATA. | Jonathan Gray | |
From Antonio Marques <froz@icix.org> in PR 5718. | |||
2008-01-29 | use printf instead of echo, which is more portable; | Jason McIntyre | |
issue noted by Matthew Szudzik ok marco | |||
2008-01-29 | hosts files may contain ipv6 addresses too; update proposed by | Jason McIntyre | |
Bruce Cran in freebsd pr docs/120024; ok claudio | |||
2008-01-27 | Remove outdated sections about link0 option. | Mark Kettenis | |
2008-01-27 | no hostap support for this device; | Jason McIntyre | |
2008-01-27 | minor tweak to CAVEATS; | Jason McIntyre | |
2008-01-26 | the kids want I/O; | Jason McIntyre | |
2008-01-26 | - shuffle the page a little, to make it read better | Jason McIntyre | |
- prefer I/O to IO | |||
2008-01-26 | document the supported disciplines in a little more detail; | Jason McIntyre | |
from marco and myself | |||
2008-01-26 | - use command prompts for commands | Jason McIntyre | |
- a few other minor fixes ok marco | |||
2008-01-24 | -r1.23 introduced an error in signposting, as spotted by Stefan Sperling; | Jason McIntyre | |
fix that now; while i'm here, the text read very badly, so i've redone the paragraph; | |||
2008-01-24 | Add RAID 0 and clean up some of the text. | Marco Peereboom | |
2008-01-24 | Finish the beep(4) driver by hooking it up to the ukbd(4) beep handler | Robert Nagy | |
and disable the one second long beep on attach. ok miod@ | |||
2008-01-22 | add the Fujitsu PRIMEQUEST 10GBASE-SR LAN Card. | Brad Smith | |
ok dlg@ | |||
2008-01-21 | Qlogic -> QLogic; | Jason McIntyre | |
2008-01-21 | use the right capitalization for `QLogic' | Igor Sobrado | |
ok jsing@ | |||
2008-01-21 | Add support for SMC SMCWUSBT-G2. | Jonathan Gray | |
Tested by Kaspo Lo <kaxpolox@yahoo.com> | |||
2008-01-20 | Add one more device which could work. Fix comment typo in usbdevs while | Marcus Glocker | |
there. | |||
2008-01-19 | Add more potentially supported devices. Reports are welcome. | Marcus Glocker | |
2008-01-18 | kill strange workaround; | Jason McIntyre | |
2008-01-18 | english nouns do not need to be capitalised; | Jason McIntyre | |
sync fhc.4; | |||
2008-01-18 | Mention environ(4). | Mark Kettenis | |
2008-01-18 | Add environ(4). | Mark Kettenis | |
2008-01-18 | macpppc -> macppc | Stuart Henderson | |
ok jmc | |||
2008-01-17 | Replace firmware version 2.5.8.0 with 2.13.1.0. Firmware API slightly | Marcus Glocker | |
changes. You need to update the firmware package to upgt-firmware-1.1.tgz. | |||
2008-01-15 | Dell SAS 6/iR is an LSI SAS1068E which has been verified to use | Jonathan Gray | |
the generic LSI PCI ids so it should work fine. ok dlg@ | |||
2008-01-12 | tweak previous; | Jason McIntyre | |
2008-01-12 | finish documenting ALL_REGRESS_FLAGS | Marc Espie | |
Document lock/unlock | |||
2008-01-12 | document manual locking: how it works, why it's there. | Marc Espie | |
2008-01-11 | providing MLINKS for shell builtins makes little sense: what we had was out | Jason McIntyre | |
of date for ever (no ksh builtins), and since we have two shells, pointing to one page or the other is never going to work; so remove MLINKS for csh(1); the cd(1) and wait(1) pages (also builtins); and update any trailing Xr's; please, there are tools like whence, man, and locate for finding this stuff; ok deraadt miod | |||
2008-01-10 | punctuation fix; | Jason McIntyre | |
2008-01-10 | List the MSTSDISC line discipline. | Marc Balmer | |
2008-01-10 | gigE -> GigE | Brad Smith | |
ok dlg@ | |||
2008-01-10 | 1000baseTX -> 1000baseT | Brad Smith | |
ok dlg@ | |||
2008-01-10 | mention the ATI SB700 chipset. | Brad Smith | |
ok dlg@ | |||
2008-01-10 | mention the NVIDIA MCP77/79 chipsets. | Brad Smith | |
ok dlg@ | |||
2008-01-09 | tweak cmpci's Nd, and update its entry in pci.4; | Jason McIntyre | |
2008-01-09 | - add support for 4, 6, and 8 channel playback | Jacob Meuser | |
- print chip version in `audioctl version' - advertise some features of supported hardware in the man page - CMI8768 now working properly yes! ratchov@ | |||
2008-01-07 | update to tzdata2007k from elsie.nci.nih.gov | Todd C. Miller | |
2008-01-06 | two more slattach -> ldattach; | Jason McIntyre | |
2008-01-06 | make the descriptions of roundrobin and loadbalance more consistent, | Jason McIntyre | |
and better explain what they do; help/ok sthen | |||
2008-01-06 | add a CAVEATS section documenting some issues when using roundrobin | Jason McIntyre | |
and loadbalance protocols; brad, claudio, and sthen all helped explain this to me, and sthen helped me put the diff together; | |||
2008-01-06 | Don't reference {sl|nmea}attach(8) in the SEE ALSO section but ldattach(8) | Marc Balmer | |
Discussed with and ok jmc@ | |||
2008-01-05 | - bussw.4: give a little indent | Jason McIntyre | |
- vs.4: forgot to update .Nd in previous, i think | |||
2008-01-05 | Add support for the Meinberg Standard Time String format that all Meinberg | Marc Balmer | |
radio clocks can transmit over serial ports. This is implemented as a line discipline similar to nmea(4) and provides a timedelta sensor. See http://www.meinberg.de/english/specs/timestr.htm for details on the MSTS format. ldattach(8) is extended to support the "msts" line discipline and two stopbits (which some radio clocks, e.g. the C51 use). Do a "make includes" before your next system build. Initially from Maurice Janssen based on nmea(4). "go for it" deraadt | |||
2008-01-05 | Add some information about syscon(4), eyeballed by jmc@ | Miod Vallat | |
2008-01-05 | Document some MVME328XT jumper settings, and warn the user some of these cards | Miod Vallat | |
might mix single-ended and differential channels. | |||
2008-01-05 | lii(4) is a Fast Ethernet chipset and add a history section. | Brad Smith | |
ok dlg@ | |||
2008-01-05 | attansic | Theo de Raadt | |
2008-01-05 | attansic made this chip, not atheros. | David Gwynne | |