summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the long reprecated ``/stand/sysinstall'' from the init_path.pluknet2011-10-272-2/+2
* Check the return value of BUS_SETUP_INTR()kevlo2011-10-276-13/+32
* Utilize new IF_DEQUEUE_ALL(ifq, m) macro in pfsyncintr() to reduceglebius2011-10-271-5/+6
* Add macro IF_DEQUEUE_ALL(ifq, m), that takes the entire mbuf chain offglebius2011-10-271-0/+12
* - If KDB & NETGRAPH_DEBUG are on, print traces on discovered failedglebius2011-10-272-2/+9
* Fix a memory leak in tzload().trociny2011-10-271-0/+1
* contigmalloc(9) and contigfree(9) are now implemented in terms of otheralc2011-10-272-28/+37
* SRAM offset 0x0C04 is used by driver to inform the IPMI/ASF firmwareyongari2011-10-262-6/+20
* Offset 0x6810 is RX-RISC event register. Rename BGE_CPU_EVENT withyongari2011-10-262-6/+7
* Move the debugging support to its own section. This matches what iskensmith2011-10-261-7/+9
* Clarify disks/volumes above 2TiB support in geom_raid:mav2011-10-264-24/+70
* Define MAC address mail box and use it instead of usingyongari2011-10-262-2/+4
* Rename definition of BGE_SOFTWARE_GENCOMM_* to more readable ones.yongari2011-10-262-23/+24
* Add libkern/ucmpdi2.ccognet2011-10-261-0/+1
* BCM5719 cannot handle DMA requests for DMA segments that haveyongari2011-10-262-0/+10
* Broadcom says BCM5755 or higher and BCM5906 have short DMA bug.yongari2011-10-261-3/+4
* It is known that all Broadcom controllers have 4GB boundary DMAyongari2011-10-261-4/+2
* Make CPMU handle GPHY power down control on controllers that haveyongari2011-10-261-1/+2
* Fix suspend and resume of FULL and HIGH speed USB deviceshselasky2011-10-264-2/+17
* Revert r226665 untill the issues with this change have been resolved.rmh2011-10-261-12/+2
* Bring over the new aggregate statistics from the 11n branch.adrian2011-10-261-12/+85
* As a prelude to bringing over the 11n work, include some extra statistics fie...adrian2011-10-262-1/+27
* - Fixup filenames in a few more places where they are used.jhb2011-10-261-21/+20
* Fix typo in timer_getoverrun cross-reference.pluknet2011-10-261-1/+1
* Attempt to fix build logic for gensnmptree.ed2011-10-261-1/+2
* - Add support for a "!" character in regex matching in devd(8). It invertshrs2011-10-264-4/+20
* Fix breakage in tzsetup:edwin2011-10-261-1/+1
* Fix long standing bge_sysctl_debug_info() issues.yongari2011-10-261-7/+16
* Add in some more 11n related HAL methods.adrian2011-10-252-0/+6
* The AR5413 datasheet specifies that AR_TxIntrReq should be set consistentlyadrian2011-10-251-2/+9
* Add some fixes to the 11n aggregation HAL calls:adrian2011-10-251-6/+26
* Correct/complete a partially-disabled TX interrupt mitigation configuration.adrian2011-10-251-4/+4
* Fix an incorrect flag.adrian2011-10-251-1/+1
* Save and restore the association ID across interface resets.adrian2011-10-254-5/+9
* Add some 11n bits from the if_ath_tx 11n branch:adrian2011-10-255-1/+40
* Reduce the NF wait timeout. When doing heavy 11n RX loads, this can actuallyadrian2011-10-251-1/+9
* MFV of r226750, tzdata2011medwin2011-10-257-20/+87
* Whitespace nits.yongari2011-10-251-5/+5
* - Add a new header for the x86 boot code that defines various structuresjhb2011-10-256-31/+128
* Consolidate duplicate definitions of V86_CY() and V86_ZR() which check forjhb2011-10-2515-37/+27
* axe(4) got VLAN over-sized frame support.yongari2011-10-251-1/+2
* AX88178/AX88772A/AX88772B supports VLAN over-sized frame.yongari2011-10-251-1/+2
* Implement TX/RX checksum offloading support for ASIX AX88772Byongari2011-10-252-73/+422
* Build swapon with WARNS=6.ed2011-10-252-6/+5
* Provide an error message and error handling if there are no networknwhitehorn2011-10-251-0/+7
* Speed up vm_page_cache() and vm_page_remove() by checking for a fewalc2011-10-251-18/+72
* Provide an error message instead of silent failure if no disks are presentnwhitehorn2011-10-251-4/+13
* Don't look for includes in userland directories. There is no need for itpjd2011-10-251-1/+0
* Allow upper layers to discover than BIO_DELETE and/or BIO_FLUSH is notpjd2011-10-251-3/+3
* Improve style a bit.pjd2011-10-251-5/+7
OpenPOWER on IntegriCloud