summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2007-08-09glxsb can now be used for IPsec; from Okan Demirmen; ok tomMarkus Friedl
2007-08-08revert the change in rev 1.60 of audio.c and the correspondingJacob Meuser
documentation change the audio layer is still too "imperfect" for this change fixes problems reported aanriot, matthieu and dtucker requested by deraadt
2007-08-05remove unneeded part from SYNOPSIS; from bradJason McIntyre
2007-08-02syncTheo de Raadt
2007-08-02copy nvram code from i386, because amd64 can use it too. done byTheo de Raadt
tybollt@solace.miun.se, ok jcs
2007-08-02more cats removal;Jason McIntyre
2007-08-01cats went awayTheo de Raadt
2007-08-01Retire OpenBSD/cats. Hardware is nice but prone to catch fire, and the firmwareMiod Vallat
is anything but useful. Nevertheless this was a very good platform to use as an OpenBSD/*arm* starting point, but nowadays this platform is not necessary anymore. Somehow these CATS motherboard are just like AUI hubs, with the difference that, when my AUI hub caught fire, 10base5 support was not removed from the networking code.
2007-07-29KNF synopsis: put stars in appropriate places (consistent with other synopses)Constantine A. Murenin
2007-07-28pci_intr_line() doesn't take a pointer as its argument.Mark Kettenis
2007-07-27tweaks;Jason McIntyre
2007-07-27Add man pages bits after gwk's src commit. Not linked yet.Xavier Santolaria
OK gwk@.
2007-07-26updates for:Jason McIntyre
- supported devices - DIAGNOSTICS - SEE ALSO from Marc Winiger ok mbalmer
2007-07-25crank to 4.2-betaTheo de Raadt
2007-07-25syncTodd T. Fries
2007-07-25syncTodd T. Fries
2007-07-23syncTodd T. Fries
2007-07-21make one of the lists -compact, to avoid some yucky vertical blankspace;Jason McIntyre
2007-07-21fix the entry for Eminent EM3035.Igor Sobrado
ok jmc@
2007-07-20Mention that the LCD can be made to "blink" by setting machdep.led_blink.Mark Kettenis
2007-07-17typo; from Stephan A. RickauerJason McIntyre
2007-07-16fix sensor_task_unregister description to reflect reality; ok dlgConstantine A. Murenin
2007-07-15lcd(4)Mark Kettenis
2007-07-15Delete BUGS section; support for serial and parallel ports is there now.Mark Kettenis
2007-07-13Reenable accelerated text console primitives on pnozz if running with aMiod Vallat
800x600 panel, and document the acceleration code as currently broken on 640x480 panels.
2007-07-11we use fedora instead of redhat these daysNikolay Sturm
from Arnaud Bergeron <abergeron at gmail.com>
2007-07-10fix firmware file name to match reality.Damien Bergamini
2007-07-10change firmware loading code to adopt the new 2.14.4 firmware layout.Damien Bergamini
while i'm here, fix allocation of the Rx ring descriptors so we don't waste memory. IMPORTANT: you must upgrade your wpi-firmware package to rev. 2.14.4 or the driver will stop working.
2007-07-07/altroot backup now documented in daily(8), not afterboot(8);Jason McIntyre
from Maximilian Gass
2007-07-06- enable full-duplex mode by default if a device is openedJacob Meuser
read-write and it supports full-duplex operation. - update documentation to match this behaviour. see http://marc.info/?l=openbsd-tech&m=118310788926431&w=2 for more background on this change "patches look correct to me" marc@
2007-07-04add "cua" to the NAME section;Jason McIntyre
2007-07-04give a little indent;Jason McIntyre
2007-07-04Revert r1.42 of if_bnx.c, "Enable IPv4 transmit TCP/UDP checksumKenneth R Westerback
offload", and associated man page change. To use IPv4 transmit TCP/UDP checksum offloading you must again define BNX_CSUM. As requested by mbalmer@ via deraadt@ on suggestion of reyk@ in response to PR #5437.
2007-07-02JMB362 is ahci onlyDavid Gwynne
2007-07-02we support lots of jmicron chips now.David Gwynne
pointed out by jsg@ jmc@
2007-07-02pciide can attach to jmb nowDavid Gwynne
2007-07-02wording tweak; ok dlgJason McIntyre
2007-07-02make the jmb entry match its .Nd;Jason McIntyre
2007-07-02list jmb(4) as an IDE controllerDavid Gwynne
2007-07-02ahci attaches to jmb as wellDavid Gwynne
2007-07-02document jmb(4).David Gwynne
2007-07-01Add missing gentbi(4) in SYNOPSYS.Mark Kettenis
2007-06-30malo doesn't support hostap mode so remove example which usesKevin Steves
hostap; ok claudio@
2007-06-26checkd -> checked; from Nicholas MarriottJason McIntyre
2007-06-26- add daddr32_t and daddr64_tJason McIntyre
- sync comment for daddr_t
2007-06-25update struct disk; ok deraadtJason McIntyre
2007-06-25update struct fs; ok ottoJason McIntyre
2007-06-25kill "is is"; from Charles LongeauJason McIntyre
2007-06-24Add a BUGS section, ok jmc@Can Erkin Acar
2007-06-24tweak the description of sensor_task_unregister;Jason McIntyre