Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-29 | KNF synopsis: put stars in appropriate places (consistent with other synopses) | Constantine A. Murenin | |
2007-07-28 | pci_intr_line() doesn't take a pointer as its argument. | Mark Kettenis | |
2007-07-27 | tweaks; | Jason McIntyre | |
2007-07-27 | Add man pages bits after gwk's src commit. Not linked yet. | Xavier Santolaria | |
OK gwk@. | |||
2007-07-26 | updates for: | Jason McIntyre | |
- supported devices - DIAGNOSTICS - SEE ALSO from Marc Winiger ok mbalmer | |||
2007-07-25 | crank to 4.2-beta | Theo de Raadt | |
2007-07-25 | sync | Todd T. Fries | |
2007-07-25 | sync | Todd T. Fries | |
2007-07-23 | sync | Todd T. Fries | |
2007-07-21 | make one of the lists -compact, to avoid some yucky vertical blankspace; | Jason McIntyre | |
2007-07-21 | fix the entry for Eminent EM3035. | Igor Sobrado | |
ok jmc@ | |||
2007-07-20 | Mention that the LCD can be made to "blink" by setting machdep.led_blink. | Mark Kettenis | |
2007-07-17 | typo; from Stephan A. Rickauer | Jason McIntyre | |
2007-07-16 | fix sensor_task_unregister description to reflect reality; ok dlg | Constantine A. Murenin | |
2007-07-15 | lcd(4) | Mark Kettenis | |
2007-07-15 | Delete BUGS section; support for serial and parallel ports is there now. | Mark Kettenis | |
2007-07-13 | Reenable accelerated text console primitives on pnozz if running with a | Miod Vallat | |
800x600 panel, and document the acceleration code as currently broken on 640x480 panels. | |||
2007-07-11 | we use fedora instead of redhat these days | Nikolay Sturm | |
from Arnaud Bergeron <abergeron at gmail.com> | |||
2007-07-10 | fix firmware file name to match reality. | Damien Bergamini | |
2007-07-10 | change 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 opened | Jacob 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-04 | add "cua" to the NAME section; | Jason McIntyre | |
2007-07-04 | give a little indent; | Jason McIntyre | |
2007-07-04 | Revert r1.42 of if_bnx.c, "Enable IPv4 transmit TCP/UDP checksum | Kenneth 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-02 | JMB362 is ahci only | David Gwynne | |
2007-07-02 | we support lots of jmicron chips now. | David Gwynne | |
pointed out by jsg@ jmc@ | |||
2007-07-02 | pciide can attach to jmb now | David Gwynne | |
2007-07-02 | wording tweak; ok dlg | Jason McIntyre | |
2007-07-02 | make the jmb entry match its .Nd; | Jason McIntyre | |
2007-07-02 | list jmb(4) as an IDE controller | David Gwynne | |
2007-07-02 | ahci attaches to jmb as well | David Gwynne | |
2007-07-02 | document jmb(4). | David Gwynne | |
2007-07-01 | Add missing gentbi(4) in SYNOPSYS. | Mark Kettenis | |
2007-06-30 | malo doesn't support hostap mode so remove example which uses | Kevin Steves | |
hostap; ok claudio@ | |||
2007-06-26 | checkd -> checked; from Nicholas Marriott | Jason McIntyre | |
2007-06-26 | - add daddr32_t and daddr64_t | Jason McIntyre | |
- sync comment for daddr_t | |||
2007-06-25 | update struct disk; ok deraadt | Jason McIntyre | |
2007-06-25 | update struct fs; ok otto | Jason McIntyre | |
2007-06-25 | kill "is is"; from Charles Longeau | Jason McIntyre | |
2007-06-24 | Add a BUGS section, ok jmc@ | Can Erkin Acar | |
2007-06-24 | tweak the description of sensor_task_unregister; | Jason McIntyre | |
2007-06-24 | document changes to the sensor_task api. task_register now returns a | David Gwynne | |
pointer to the sensor_task it just created, and task_unregister takes it to remove that task from the system. | |||
2007-06-23 | document REGRESS_LOG* | Steven Mestdagh | |
2007-06-22 | more supported models; from brad and jsg | Jason McIntyre | |
2007-06-21 | relist these commented out entries, but w/o the man section number until | Jason McIntyre | |
pages get written; after some discussion w/ miod | |||
2007-06-21 | fd -> fdc; from miod | Jason McIntyre | |
2007-06-21 | ...and hpibbus goes back in, as it's shared w/ nhpib; thanks to | Jason McIntyre | |
jsg for spotting that one; whilst here, zap a silly comma in the .Nd | |||
2007-06-21 | sbc goes back in, as it's shared w/ ncrscsi(4); | Jason McIntyre | |
thanks martin for pointing this out. | |||
2007-06-21 | as for the rest of man4, use the .Nd lines to describe devices; | Jason McIntyre | |
whilst here, comment out entries for the following devices which have no man pages (miod can tell me if this is a problem): hp300: hpibbus mac68k: sbc mvme68k: flash ipic mc memc pcc pcctwo sram vme vs wdsc zs sparc: fd |