summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2008-08-30Correct the last commit. There is no such thing as the K11Brad Smith
microarchitecture (yet). Family 11h (Griffin) is a K8 microarchitectre CPU with some bits from K10 such as power management and sensor interface.
2008-08-29acx(4) supports Host AP mode too and does not handle PS STAs properlyDamien Bergamini
(since it uses net80211 and does not manage dynamic parts of beacons). spotted by jmc@
2008-08-29new sentence, new line.Damien Bergamini
2008-08-29the atw(4) man page says:Damien Bergamini
"The driver lets you change to Host AP mode, but it does not work and it probably never will." so just remove the HOSTAP capability bit in the code and remove this sentence.
2008-08-29add the following paragraph from the wi(4) manual page to theDamien Bergamini
CAVEATS section of all drivers claiming HostAP support: "Host AP mode doesn't support power saving. Clients attempting to use power saving mode may experience significant packet loss (disabling power saving on the client will fix this)." unfortunately (or not?), more and more clients are using PS mode by default and will not work properly with an AP running OpenBSD. proper handling of STAs in PS mode will come in net80211 but is is very unlikely that all drivers will be ported.
2008-08-29MSIZE and MCLBYTES are now defined in sys/param.h; from Jordan GordeevJason McIntyre
ok thib
2008-08-29support AMD Family 11h (Turion X2 Ultra et al); discussed with jsg@ and jmc@Constantine A. Murenin
2008-08-28WPA support for iwi(4).Damien Bergamini
some initial WMM bits too. use license.template while i'm here.
2008-08-28WPA support for ipw(4).Damien Bergamini
Did a lot of cleanup while I was there.
2008-08-28some auacer(4) bits;Jason McIntyre
2008-08-28man page for the auacer(4) driver.Mike Belopuhov
2008-08-27document \user; from Kristaps D?onsons, originally from Mengzhu WangJason McIntyre
document comma separated entries; from millert reorganise the page a bit to read better ok millert
2008-08-27add an Xr to usb, now that we have usb on sgiJasper Lievisse Adriaanse
2008-08-26libbfd and libopcodes no longer built;Jason McIntyre
2008-08-26Mention the 8211C.Brad Smith
2008-08-26regenJoel Sing
prompted by todd@
2008-08-23it's no longer necessary to build crunch by hand, so adjust theJason McIntyre
release instructions accordingly;
2008-08-22Let lkms(4) support VSXXX-AB tablets in addition to the mice it alreadyMiod Vallat
supports, based on appendix C and D of the VCB02 (qdss) technical manual. Also parse the selftest results and report device errors. Not tested on actual tablet due to the lack of any; mouse operation is not disturbed.
2008-08-21+ECHOK; from Markus BergkvistJason McIntyre
ok deraadt
2008-08-21tweak previous;Jason McIntyre
2008-08-21- add missing word in re.4Jason McIntyre
- update re(4) description in cardbus.4
2008-08-20update for 8168/8102E support.Jonathan Gray
2008-08-20Minimal driver for the VAXstation 35x0/38x0 LEGSS option, currently limitedMiod Vallat
to 8 bit mode operation, and no color or accelerated features until I can find documentation about it. Speed is decent by VAX standards, except for scrolling, which is so abysmally slow one could see ZZ Top's beards growing while waiting for the screen to scroll...
2008-08-19moreTheo de Raadt
2008-08-18Add support for the ``Firefox'' VAXstation 3520/3540/3820/3840 workstations,Miod Vallat
currently limited to serial console and a single processor working. All ``on-board'' devices, including the Q-bus adapter, but except for the frame buffer, are supported. The machine will boot over the network or from SCSI devices. Lots of thanks to Al Kossow for www.bitsavers.org, on which I found the technical documentation allowing me to complete this port (which was lacking at the time I got that machine...).
2008-08-15Add resolv.conf(5) option to force lookups by TCP: "options tcp"Damien Miller
Also Extend "nameserver" declaration syntax to support port numbers. To avoid ambiguity these are only parsed when the address is enclosed in square brackets, e.g. "nameserver [127.0.0.1]:5353" Together these changes make forwarding DNS over a SSH tunnel very easy, but unfortunately some programs in ports/ implement their own resolvers (e.g. firefox). These will need to be modified to support these options separately. fixes jsing@ reyk@ ok deraadt@ millert@ krw@ + "I like it" from lots
2008-08-11remove a note which seems to be duplicated; ok sobradoJason McIntyre
2008-08-09Add the fr-dvorak-be'po layout as fr.dvorak for ps/2 and usb keyboards.Miod Vallat
This is only the simplified layout, which is final; the complete layout with extra symbols is still being discussed.
2008-08-08add Longshine LCS-8031N to the list of supported devices (RT2860).Damien Bergamini
from Fabian (bsdlist at gmx dot net)
2008-08-03Adjust for change in 'struct sysent'. From Alexander Holupirek.Mark Kettenis
Fixes PR 5898.
2008-08-02fixes from Alexander Holupirek, documentation/5899:Jason McIntyre
- fix a typo in lkm.4 (different fix used) - document securelevel(7) (again, different fix taken) whilst here, some minor repair: - no need to wrap section names in quotes - tidy up FILES a little - new sentence, new line
2008-07-30In the .Fn entries for timeout_add_usec/nsec, don't call the parameterMichael Knudsen
``sec''. Instead, use usec/nsec. Agreed with/no opposition from blambert.
2008-07-30tweak previous; help/ok jsg yuoJason McIntyre
2008-07-29tweak the wep section somewhat, to bring it into line with whatJason McIntyre
we say for those devices which support wpa;
2008-07-29- beef up the text on wep/wpaJason McIntyre
- simplify wpa example help/ok damien
2008-07-29add description for the modem which has multiple com ports.Yojiro Uo
checked and ok jsg@
2008-07-28document WPA-PSK support.Damien Bergamini
"i would really appreciate just something going in" jmc@
2008-07-28mention newer versions.Brad Smith
2008-07-28Update to tzdata2008e from elsie.nci.nih.govTodd C. Miller
2008-07-28document which functions use which YP maps; Ingo SchwarzeTheo de Raadt
2008-07-28add another 3G modems support to umsm(4).Yojiro Uo
- Option GlobeSuffer ICON7.2 - Option GlobeTrotter HSDPA ICON 225 These modems require special request to change its mode to modem. It is similar with huawei E220, but these modems using UMASS standard query to change mode. tested by pyr@ and ajacoutot@ ok jsg@ and pyr@
2008-07-27document COMPAT_O43; requested by Oleg SafiullinJason McIntyre
text from otto
2008-07-27Some devices take longer to load the firmware. Increase the firmwareMarcus Glocker
load timeout from 50000us to 500000us. Reported and tested by William Dunand with an I-O DATA WN-G54/CF device. Since this device works now, we add it to the man page.
2008-07-27bad comma;Jason McIntyre
2008-07-27Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right.Stefan Kempf
ok jaredy
2008-07-26Add M$ NX-6000 cam, ok mglocker@Ian Darwin
2008-07-26note that fetch hooks are a real bad ideaMarc Espie
2008-07-26document update-or-installMarc Espie
2008-07-26Only full-dupex is supported for 1000baseT.Brad Smith
2008-07-26no .Pp before/after .Sh;Jason McIntyre