Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-18 | Introduce the infrastructure required to support hardware VLAN tag | Christian 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-17 | Update for renaming of ATI IXP to SB. | Brad Smith | |
2008-09-15 | briefly document the M_LINK0 and M_FILDROP flags; ok jmc@ | Christian Weisgerber | |
2008-09-15 | Update to tzdata2008f from elsie.nci.nih.gov | Todd C. Miller | |
2008-09-13 | autoamtically -> automatically; from Stijn | Jason McIntyre | |
2008-09-12 | oops missed to decapitalize the first char | Henning Brauer | |
2008-09-12 | revert 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-11 | Mbit/s -> Mbps | Brad Smith | |
pointed out by jmc@ | |||
2008-09-11 | - MBit/s -> Mbps | Brad Smith | |
- Separate the notes about the 21143/21145 based adapters and the line `For more information on configuring this device..' | |||
2008-09-10 | Correct capitalization of NetFlow. | Brad Smith | |
2008-09-10 | simpler; | Jason McIntyre | |
2008-09-10 | add support for the PCA9555 device which has 16 instead of 8 pins. | Reyk Floeter | |
ok deraadt@ | |||
2008-09-10 | pflow related stuff, reminded by jmc | Henning Brauer | |
2008-09-10 | +.Xr pflow 4 , | Jason McIntyre | |
2008-09-10 | some pflow tweaks; | Jason McIntyre | |
2008-09-09 | SparkLAN WCFM-100 reported to work by | Jonathan Gray | |
Bryan Vyhmeister. | |||
2008-09-09 | clarify mtu setting, pt out by theo | Henning Brauer | |
2008-09-09 | pflow.4 | Henning Brauer | |
2008-09-09 | Hook up auacer.4 here. Reminded by form@. | Mike Belopuhov | |
2008-09-09 | welcome 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-09 | style(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-07 | allow PICFLAG to be overridden; ok kettenis drahn | Theo de Raadt | |
2008-09-07 | fix 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-06 | more removal of text relevant to the now-removed MALLOC() and FREE(), | Jason McIntyre | |
and some general tweaking; help/ok miod | |||
2008-09-05 | remove remaining MALLOC/FREE bits | Charles Longeau | |
spotted by jmc@ ok jmc@ | |||
2008-09-05 | get 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 Strom | Jason McIntyre | |
- fix some line wrap in DIOCSETIFFLAG ok henning | |||
2008-09-02 | remove last bits of MALLOC/FREE | Charles Longeau | |
spotted by and initial patch from espie@, with inputs from jmc@ ok espie@ jmc@ | |||
2008-09-02 | Use 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 -> Ctrl | Jason McIntyre | |
- some missing words from the vnode command from Pierre Riteau | |||
2008-08-31 | no need for .Pp before or after .Sh; | Jason McIntyre | |
2008-08-31 | remove http links to dead domains. | Jonathan Gray | |
2008-08-30 | Correct the last commit. There is no such thing as the K11 | Brad 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-29 | acx(4) supports Host AP mode too and does not handle PS STAs properly | Damien Bergamini | |
(since it uses net80211 and does not manage dynamic parts of beacons). spotted by jmc@ | |||
2008-08-29 | new sentence, new line. | Damien Bergamini | |
2008-08-29 | the 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-29 | add the following paragraph from the wi(4) manual page to the | Damien 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-29 | MSIZE and MCLBYTES are now defined in sys/param.h; from Jordan Gordeev | Jason McIntyre | |
ok thib | |||
2008-08-29 | support AMD Family 11h (Turion X2 Ultra et al); discussed with jsg@ and jmc@ | Constantine A. Murenin | |
2008-08-28 | WPA support for iwi(4). | Damien Bergamini | |
some initial WMM bits too. use license.template while i'm here. | |||
2008-08-28 | WPA support for ipw(4). | Damien Bergamini | |
Did a lot of cleanup while I was there. | |||
2008-08-28 | some auacer(4) bits; | Jason McIntyre | |
2008-08-28 | man page for the auacer(4) driver. | Mike Belopuhov | |
2008-08-27 | document \user; from Kristaps D?onsons, originally from Mengzhu Wang | Jason McIntyre | |
document comma separated entries; from millert reorganise the page a bit to read better ok millert | |||
2008-08-27 | add an Xr to usb, now that we have usb on sgi | Jasper Lievisse Adriaanse | |
2008-08-26 | libbfd and libopcodes no longer built; | Jason McIntyre | |
2008-08-26 | Mention the 8211C. | Brad Smith | |
2008-08-26 | regen | Joel Sing | |
prompted by todd@ | |||
2008-08-23 | it's no longer necessary to build crunch by hand, so adjust the | Jason McIntyre | |
release instructions accordingly; |