summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2007-12-12bits for relayd(8);Jason McIntyre
2007-12-10Mention mavb(4).Deanna Phillips
ok jsing@
2007-12-10document "nwflag" for wireless devices which can operate inJason McIntyre
hostap mode; ok damien
2007-12-10a 8 -> an 8Jason McIntyre
2007-12-09TypoMiod Vallat
2007-12-09Attach lcspx to SPX option boards on VAXstation 3100. Tested on model 38 (KA42)Miod Vallat
only, should work on model 76 (KA43) as well.
2007-12-09recent sbc documents describe a more complete caching mode page. the recentDavid Gwynne
one has the disable read-ahead bit which i want to see. ok krw@ marco@
2007-12-09update pedro's email address, at his request;Jason McIntyre
2007-12-09kill trailing whitespace;Jason McIntyre
2007-12-09clarify that mtx_enter will only raise the ipl if necessary (notTed Unangst
arbitrarily set it). noticed by deraadt
2007-12-07new RT2860 firmware.Damien Bergamini
IMPORTANT: you will need to reboot your machine for the new firmware to be loaded because the firmware is loaded only once. for cardbus/expresscard, unplugging/plugging the adapter should be enough though.
2007-12-06Remove incomplete device Xr list. The device pages already referenceDeanna Phillips
audio(4), and the bus pages reference the devices, so there's no need for audio(4) to try to keep up. Requested by & ok jmc@
2007-12-06support sch5027 which has two extra fans and slightly different voltageTheo de Raadt
readings; from remco@d-compu.dyndns.org
2007-12-05Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4)Theo de Raadt
before pcibios(4), and then.... if acpi(4) attaches, skip pcibios(4) since it messes the machines up. Fixes claudio's HP dl320 G5, and almost assuredly others. ok kettenis
2007-12-05Add TRENDnet TEW-401PCplus CardBus adapter.Marcus Glocker
Reported by Inigo Tejedor Arrondo.
2007-12-02DIOC{GET,ADD}STATE incorrectly use a user provided pointer without usingChristopher Pascoe
copyin/out. Change the API so that the state is included in the ioctl argument, so the ioctl wrappers take care of copying memory as appropriate. Also change the DIOCGETSTATE API to be more useful. Instead of getting an arbitrarily "numbered" state (using numbering that can change between calls), instead search based on id and creatorid. If you want to monitor only a particular state, you can now use the bulk functions first to find the appropriate id/creatorid and then fetch it directly from then on. ok dlg@ henning@
2007-11-30new 4965AGN firmware: 4.44.1.20.Damien Bergamini
2007-11-30make mailer.conf(5) more visible.Jason McIntyre
2007-11-29Remove devices that do not exist and architectures are not supported.Joel Sing
Also correct device names so they match the corresponding man pages. "that looks correct" jmc@
2007-11-29- for acpi(4), document /dev/apm and /dev/apmctlJason McIntyre
- for apm(4) pages, sync the description of these devices ok tedu
2007-11-29- better integrate msleep() into this pageJason McIntyre
- art says bpendsleep has been removed, so kill it ok art
2007-11-29- sort the options listJason McIntyre
- .Ss -> .Sh, since differentiating between options and sections was sore on the eyes - reduce SEE ALSO to something more practical - assorted minor tweaks along the way
2007-11-28<oga> art write me a manpageArtur Grabowski
<art> What? Write it yourself. <oga> sudo art write me a manpage. <art> ok Document msleep(9).
2007-11-28i prefer our ISC license.David Gwynne
2007-11-28cpu options are gone now.Ted Unangst
2007-11-28readjust list width after previous;Jason McIntyre
2007-11-28Cleanup and add references to mainbus(4).Joel Sing
ok jmc@ miod@
2007-11-28Document the SGI mainbus device. With feedback from jmc@.Joel Sing
ok miod@
2007-11-28remove already commented out entries, of devices which we do not support;Jason McIntyre
2007-11-28tweak previous;Jason McIntyre
2007-11-28fix SEE ALSO;Jason McIntyre
2007-11-28i'm always behind on the doc updatesTed Unangst
2007-11-28Remove man pages that do not relate to OpenBSD/sgi. Spotted by jmc@.Joel Sing
ok miod@
2007-11-28history section is totally wrongTed Unangst
2007-11-28provide a hint that apm might be acpi on some machinesTed Unangst
2007-11-28add apmTed Unangst
2007-11-28first attempt to consolidate some of the apm/acpi documentation.Ted Unangst
ok deraadt
2007-11-28COMPAT_{23,25,35} should not be used directlyTheo de Raadt
2007-11-27sync ural entry;Jason McIntyre
2007-11-27there are no 802.11a ural devices.Damien Bergamini
2007-11-27On jmc@'s request add a bit that mentions that the pf(4) mssfix up is onlyClaudio Jeker
needed on pppoe(4) and not needed with pppoe(8) because it is done by ppp(8) by default. OK jmc@
2007-11-27add gbe(4);Jason McIntyre
2007-11-27tweak -r1.1;Jason McIntyre
2007-11-27TCP_COMPAT_42 was last used in 1997. Kill it.Theo de Raadt
ok millert
2007-11-27missing rcs idJasper Lievisse Adriaanse
"feel free to do so" jsing@
2007-11-27Remember to add gbe.4...Joel Sing
2007-11-27Initial support for the SGI Graphics Back End (GBE) frame buffer found inJoel Sing
SGI O2 machines. We currently rely on the video hardware being initialised by the ARCS firmware and can only use the initial resolution with a colour depth of 32 bits. This driver is disabled by default. ok miod@
2007-11-27tweak previous;Jason McIntyre
2007-11-27tweak the Ox warning section;Jason McIntyre
2007-11-27Don't give bad advice. The MTU/MSS issue is not solvable by changing the MTUClaudio Jeker
of any interface of the pppoe router. The best way to get a reliable network connection is to use pf(4) and the max-mss scrub option. OK henning@, mbalmer@ Yes please! sthen@