summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-04fix typo in the dwFrameInterval commentYojiro Uo
2008-12-04add 2 more camerasYojiro Uo
2008-12-04syncTheo de Raadt
2008-12-04another that works for sureTheo de Raadt
2008-12-04tidy up the list a little, and add missing .El;Jason McIntyre
2008-12-04some basic cleanup;Jason McIntyre
2008-12-04... but without the debug codeTheo de Raadt
2008-12-04correctly display information for each of the mbuf cluster pools (whichTheo de Raadt
have different sizes) ok dlg
2008-12-04regenBrad Smith
2008-12-04typo.Brad Smith
2008-12-04Add some more Intel GM45 MCH PCI id's.Brad Smith
2008-12-04- when in state S_DATACONTENT, do not disable EV_READ if the last line weGilles Chehade
read is empty, instead return and only disable EV_READ when we read "."
2008-12-04Don't have anything after #endif.Ray Lai
Caught by pcc. OK martynas
2008-12-04Add initial support for the ICH9 IGP M and ICH9 IGP M AMT chipsets.Brad Smith
For now the chunk in em_detect_gig_phy() is a hack to get things going until it can be figured out why exactly the PHY id is not probed properly. Based on a diff from jcs@ via ckuethe@ ok kettenis@
2008-12-04- when doing the session timeout lookup, do not remove the last sessionGilles Chehade
that timed out twice.
2008-12-04dont need this bit of whitespaceDavid Gwynne
2008-12-04- fix event masking for DATA and make DATA look more like MAIL and RCPTGilles Chehade
with regard to communication with queue process (one state before sending imsg, another state when imsg has returned). this fixes an issue that I observed when clients send DATA and content without even looking at server replies.
2008-12-04start documenting vscsi(4)David Gwynne
2008-12-04document that the Option GlobeTrotter 3G Quad / 3G Quad Plus andFelix Kronlage
Vodafone Mobile Connect 3G are driven now by umsm(4) instead of ubsa(4)
2008-12-04move Option GlobeTrotter 3G Quad / 3G Quad Plus and theFelix Kronlage
Vodafone Mobile Connect from ubsa(4) to umsm(4) as these should work better with that driver. discussed with yuo@, jsg@ and deraadt@.
2008-12-04move Sierra Wireless MC8775 to the list of known supported, sawFelix Kronlage
it working at OpenCON. Anydata A2502 has been reported to work too, so list it accordingly. Sort list correctly alphabetically.
2008-12-04obvious 'missing space' typo in message, ok gilles@ krw@Ian Darwin
2008-12-03switch bge over to using MCLGETI when allocating mbufs for the rx ring.David Gwynne
tested by many including henning@ sthen@ naddy@ krw@ robert@ jmc@ jsg@ weerd@ and ingo schwarze on a variety of machines include i386, amd64, alpha, and sparc64.
2008-12-03add vscsi(4), a virtual scsi controller that passes all scsi requests up toDavid Gwynne
userland for handling. this is to scsi what tun(4) is for networks. this is going into the tree so i can work on some crazy scsi stuff, but its not being enabled since it is useless unless you're working on some crazy scsi stuff.
2008-12-03Get size of the struct cardslot_event, not the function cardslot_event.Ray Lai
Found by pcc. OK deraadt.
2008-12-03- smtpd's db maps are incompatible with sendmail's and needs a distinctGilles Chehade
makemap utility, this is needed for virtual users support amongst other things. links to smtpd's aliases.c and only provides a frontent to parse map descriptions. contains code from pyr@, chl@ and I. Should have also been imported with smtpd.
2008-12-03smtpd's aliases db is incompatible with sendmail's and requires a distinctGilles Chehade
newaliases utility. newaliases links to the aliases.c file from smtpd and only provides a frontend to parse aliases file. contains code from pyr@, chl@ and I, it should have been imported with smtpd.
2008-12-03clarify GPIO device specification. with input from jmc; ok mbalmer@ jmc@Kevin Steves
2008-12-03typo; from hyjialJason McIntyre
2008-12-03delete unused prototype, from lint; ok mbalmer@Kevin Steves
2008-12-03- these were used to debug the previous queue scheduler, they are no longerGilles Chehade
needed and aren't referenced anywhere any longer
2008-12-03- remove log_debug() that's no longer neededGilles Chehade
2008-12-03new wpi(4) firmware package version 3.1 corresponding toDamien Bergamini
"iwlwifi-3945-ucode-15.28.2.8" found on http://intellinuxwireless.org/?n=Downloads enhance scanning of 5GHz passive channels.
2008-12-03regenDamien Bergamini
2008-12-03More Atheros AR9170 ("otus") based devices.Damien Bergamini
From the Linux ar9170 driver.
2008-12-03- fix event masking issues in smtp process which could lead to a fatal() ifGilles Chehade
queue process did not answer fast enough to an imsg. spotted by Jacek Masiulaniec <jacekm@dobremiasto.net> - queue layout was mostly to bootstrap the project, it does not behave good under load, it does complex things to stay in a recoverable state and it probably didnt do it too well. New queue code is simpler, smaller and allows for atomic submissions (a mail can never be in a state where it needs to be recovered). It still needs some work but works better than previous code, no regression.
2008-12-03typos in comments - no binary change.Damien Bergamini
2008-12-03small fix for IEEE80211_STA_ONLY: do not let users set HostAP specificDamien Bergamini
flags using "nwflag".
2008-12-03allow users to select a fixed rate.Damien Bergamini
2008-12-03there is no longer a default GPIO device; ok mbalmer@ jmc@Kevin Steves
2008-12-03Remove the x86 and i386 prefixes to the bus_dma types. It's really quiteOwain Ainsworth
pointless and just makes the code different for no reason. This moves i386 and amd64 bus_dma to being a lot closer to identical. suggestion to just remove the prefix instead of merge them from deraadt@. no objections art@, kettenis@, ok weingart@
2008-12-03Some more ambigous -> ambiguous pointed out by mbalmer (there areStuart Henderson
others, these are the ones from code unlikely to be re-merged with upstream sources).
2008-12-03typo; from Anathae TownsendJason McIntyre
2008-12-03don't overwrite an error code from wpi_init() in wpi_ioctl(), logic isConstantine A. Murenin
now in line with iwn_ioctl(); 'dead assignment' llvm/clang; ok damien
2008-12-03Weongyo Jeong has consented to switch from an inappropriate licenseJonathan Gray
to license.template
2008-12-03- Fix unit for dwFrameInterval in DPRINTF.Marcus Glocker
- Add a comment from yuo@ which describes dwFrameInterval values a bit.
2008-12-03Fix error handling for usbd_transfer().Marcus Glocker
2008-12-03allocate the right number of entries in the "jumbo" rx ring now that it isDavid Gwynne
actually used. this fixes vic on esx3. problem found by matthieu@ also includes misc tweaks to comments and some cleanup code.
2008-12-03use the right variable when looping over rxqs.David Gwynne
2008-12-03add UYVY video format support for uncompressed videoYojiro Uo
ok mglocker@