summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-01fix null dereference.Charles Longeau
2008-09-01convert a tsleep back to msleep that got lost in a previous upstream merge.Owain Ainsworth
2008-09-01Add Interrupt mitigation for the i9XX user_irq, should save a bit of power;Owain Ainsworth
2008-09-01Avoid #pragma pack(1) and unify everything towards using __packed.Theo de Raadt
2008-09-01Install files in the correct directory even with NOMAN set.Dale Rahn
2008-09-01Bring comment into line with reality. We use sgi label info but don'tKenneth R Westerback
2008-09-01Finish the rest... ATL2 -> LIIBrad Smith
2008-09-01Allow sgi to spoof the native label. But don't spoof when justKenneth R Westerback
2008-09-01do not overflow for large prefix len (e.g. 2147483649)Markus Friedl
2008-09-01Switch ath(4) to softcrypto to enable support for WPA/WPA2.Reyk Floeter
2008-09-01sync synopsis and usage; KNF.Igor Sobrado
2008-09-01section headings do not need to be quoted; from Alan R. S. BuenoJason McIntyre
2008-09-01note that the opening delimiter of a context address should be precededJason McIntyre
2008-09-01- Ctl -> CtrlJason McIntyre
2008-08-31avoid line wrap in usage() output;Jason McIntyre
2008-08-31Fix redundant device name and/or target printing after callingMiod Vallat
2008-08-31remove the #if 0'ed NFS_ATTRTIMEO() macro since it wasThordur I. Bjornsson
2008-08-31syncTheo de Raadt
2008-08-31syncTheo de Raadt
2008-08-31no need for .Pp before or after .Sh;Jason McIntyre
2008-08-31remove http links to dead domain.Jonathan Gray
2008-08-31remove http links to dead/changed domains.Jonathan Gray
2008-08-31remove http links to dead domains.Jonathan Gray
2008-08-31Fix AS check in parse_community() -- well-known communities have the ASClaudio Jeker
2008-08-30replace TRUNC_PAGE by trunc_page and ROUND_PAGE by round_pageMartin Reindl
2008-08-30Code refactorization and state structure changes in preparation of asynchronousMiod Vallat
2008-08-30no need to include uvm/uvm.h twiceMartin Reindl
2008-08-30use a bitmap to store the features. simplify the code a bit and allow forFederico G. Schwindt
2008-08-30Move the link state check back up to the top of the various statusBrad Smith
2008-08-30garbage collect the no longer used GEM_IS_APPLE macro.Brad Smith
2008-08-30Fix an issue initially reported by drahn@ with gem(4) where theseBrad Smith
2008-08-30regenBrad Smith
2008-08-30Add PCI ids for Intel E1000 82576 based boards.Brad Smith
2008-08-30regenBrad Smith
2008-08-30Add the vendor ID for Techsan Electronics and PCI ids for theirBrad Smith
2008-08-30Remove the header that exposed the old wdt ioctl interface to userland,Jonathan Gray
2008-08-30- Remove passing a redundant --no-split flag on the command lineBrad Smith
2008-08-30Mention Family 11h in the comment.Brad Smith
2008-08-30Correct the last commit. There is no such thing as the K11Brad Smith
2008-08-29Disable the use of Jumbo frames on the first generation chips (82542).Brad Smith
2008-08-29Take the PHY out of power down while attaching just before probing forBrad Smith
2008-08-29Build with mtrr support on amd64. This really should have gone in inOwain Ainsworth
2008-08-29Don't memcpy too far whem drm_realloc() is called with a smaller size.Owain Ainsworth
2008-08-29Fix nvi's cscope support in the case that someone provided a filenameOwain Ainsworth
2008-08-29move code to support Frequency-Hopping spread spectrum (FHSS) PHYsDamien Bergamini
2008-08-29remove BIND's delegation-only from default config files.Jakob Schlyter
2008-08-29add support for software crypto to allow WPA/WPA2/RSN. it is disabledReyk Floeter
2008-08-29acx(4) supports Host AP mode too and does not handle PS STAs properlyDamien Bergamini
2008-08-29add a HAL function to force disabling the hardware crypto engineReyk Floeter
2008-08-29Pre-commit checks (CVSROOT/commitinfo) are run before log message isTobias Stoeckmann