summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2008-09-26Add a man page for atphy(4).Brad Smith
2008-09-26Add drivers for the JMicron JMC250/JMC260 Ethernet controllersJonathan Gray
and JMicron JMP202/JMP211 Ethernet PHYs. Written by Pyun YongHyeon for FreeBSD, ported to DragonFlyBSD by Sepherosa Ziehau and then ported to OpenBSD by me. Thanks once again to JMicron for supplying hardware and information which made this possible. Some cleanup still needs to be done, and checksum offload needs to be sorted out, but the driver otherwise seems to work great. Comitted over a JMC250 card.
2008-09-24Document dlclose() return value.Todd C. Miller
2008-09-23sort the hardware list;Jason McIntyre
2008-09-23Add Philips SNU6500 to the list of supported devices. Reminded by jsg@Can Erkin Acar
2008-09-23RFC2487 is obsoleted by RFC3207Alexander von Gernler
ok jmc@ millert@
2008-09-19increase MAXINTERP from 64 to 128 and allow a little extra room on topDamien Miller
of that for shell scripts to cover the #!, an optional space following it and a newline at the end. feedback and ok miod@
2008-09-18Introduce the infrastructure required to support hardware VLAN tagChristian Weisgerber
stripping: Add a field to the mbuf pkthdr to hold the tag and an mbuf flag that tells if the tag is valid. Inspired by FreeBSD. Struct packing suggested by kettenis@. csum_flags is now 16 bits. Adapt to this in the drivers. ok reyk@, henning@
2008-09-17Update for renaming of ATI IXP to SB.Brad Smith
2008-09-15briefly document the M_LINK0 and M_FILDROP flags; ok jmc@Christian Weisgerber
2008-09-15Update to tzdata2008f from elsie.nci.nih.govTodd C. Miller
2008-09-13autoamtically -> automatically; from StijnJason McIntyre
2008-09-12oops missed to decapitalize the first charHenning Brauer
2008-09-12revert last unauthorized commit.Henning Brauer
I reAlly doN't ThiNk thAt ranDomLy capiTaliZing chAractErs iN woRdS mAkes tHeM loOk MoRe ImpoRtaNt eVeN iF cIScO tHinKs sO
2008-09-11Mbit/s -> MbpsBrad Smith
pointed out by jmc@
2008-09-11- MBit/s -> MbpsBrad Smith
- Separate the notes about the 21143/21145 based adapters and the line `For more information on configuring this device..'
2008-09-10Correct capitalization of NetFlow.Brad Smith
2008-09-10simpler;Jason McIntyre
2008-09-10add support for the PCA9555 device which has 16 instead of 8 pins.Reyk Floeter
ok deraadt@
2008-09-10pflow related stuff, reminded by jmcHenning Brauer
2008-09-10+.Xr pflow 4 ,Jason McIntyre
2008-09-10some pflow tweaks;Jason McIntyre
2008-09-09SparkLAN WCFM-100 reported to work byJonathan Gray
Bryan Vyhmeister.
2008-09-09clarify mtu setting, pt out by theoHenning Brauer
2008-09-09pflow.4Henning Brauer
2008-09-09Hook up auacer.4 here. Reminded by form@.Mike Belopuhov
2008-09-09welcome pflow(4), a netflow v5 compatible flow export interface.Henning Brauer
flows export data gathered from pf states. initial implementation by Joerg Goltermann <jg@osn.de>, guidance and many changes by me. 'put it in' theo
2008-09-09style(9) does not recommend sysexits, so don;t claim it does;Jason McIntyre
also swap the style Xr for _exit(2); prodded by two PRs from FreeBSD, 127219 and 127220, submitted by Bruce Cran, though we've taken the opposite fix; help/ok otto
2008-09-07allow PICFLAG to be overridden; ok kettenis drahnTheo de Raadt
2008-09-07fix silly mix up in PREDEFINED STRINGS;Jason McIntyre
2008-09-07(oops, forgot to grep for "ifconfig -M/m")Jason McIntyre
-Mm now unsupported, use "media" without args;
2008-09-06more removal of text relevant to the now-removed MALLOC() and FREE(),Jason McIntyre
and some general tweaking; help/ok miod
2008-09-05remove remaining MALLOC/FREE bitsCharles Longeau
spotted by jmc@ ok jmc@
2008-09-05get rid of the unneeded 'etc.' at the end of the list.Felix Kronlage
also remove bogus '\&' escape. help and ok jmc@
2008-09-04- document DIOCKILLSRCNODES; requested by Johan StromJason McIntyre
- fix some line wrap in DIOCSETIFFLAG ok henning
2008-09-02remove last bits of MALLOC/FREECharles Longeau
spotted by and initial patch from espie@, with inputs from jmc@ ok espie@ jmc@
2008-09-02Use the installed version of tic instead of the newly built version,Dale Rahn
The build/upgrade process requires that changes requiring this type of update be recorded in faq/current.html. ok deraadt@
2008-09-01- Ctl -> CtrlJason McIntyre
- some missing words from the vnode command from Pierre Riteau
2008-08-31no need for .Pp before or after .Sh;Jason McIntyre
2008-08-31remove http links to dead domains.Jonathan Gray
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