aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-2818-30/+30
* Apply OpenSolaris revision 8012 which brings our zpool to version 14,Xin LI2009-12-286-96/+120
* Make the compiler happy after r201125:Bjoern A. Zeeb2009-12-281-1/+1
* Add BIO_DELETE support to ada(4):Alexander Motin2009-12-284-115/+259
* Correct alignment and boundary constraints in blkfront's bus dma tag. TheJustin T. Gibbs2009-12-281-2/+2
* Add a knob to allow reclaim of the directory vnodes that are source ofKonstantin Belousov2009-12-281-2/+10
* introduce a local variable rte acting as a cache of ro->ro_rtLuigi Rizzo2009-12-281-18/+22
* Account for firmware versions which include the CDMA interrupts inMarius Strobl2009-12-281-19/+32
* + remove an unused #define print_ip;Luigi Rizzo2009-12-281-19/+13
* bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expectsLuigi Rizzo2009-12-283-1/+2
* bring in several cleanups tested in ipfw3-head branch, namely:Luigi Rizzo2009-12-2814-493/+342
* readability fixes -- add braces on large blocks, remove unnecessaryLuigi Rizzo2009-12-281-28/+31
* explain details of operation of table lookups, and improve portabilityLuigi Rizzo2009-12-281-4/+16
* Compact USB_VENDOR_X and USB_PRODUCT_Y in the quirk tables.Andrew Thompson2009-12-281-477/+352
* Add a driver for the `Fire' JBus to PCIe bridges found in at leastMarius Strobl2009-12-274-0/+3226
* diverted packet must re-enter _after_ the matching rule,Luigi Rizzo2009-12-271-1/+1
* Add missing include to make LINT-VIMAGE build as well.Bjoern A. Zeeb2009-12-271-0/+1
* Use unordered memory loads and stores for the in* and out*Marcel Moolenaar2009-12-261-18/+12
* SYnc with amd64:Marcel Moolenaar2009-12-261-2/+0
* When porting the experimental nfs subsystem to the FreeBSD8 krpc,Rick Macklem2009-12-263-104/+8
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makeAndrew Thompson2009-12-2611-316/+335
* * Support the L1D_CACHE_LD event on Core2 processors.Joseph Koshy2009-12-261-8/+8
* Log process mappings for existing processes at PMC start time.Joseph Koshy2009-12-262-4/+163
* Now that all the callers seem to be fixed, add KASSERTs to make sure VAPPENDEdward Tomasz Napierala2009-12-263-0/+12
* Remove clause 3 from Izumi Tsutsui's licenses.Marius Strobl2009-12-252-6/+2
* Style changesMarius Strobl2009-12-254-28/+34
* - Take advantage of bus_{read,write}_*(9).Marius Strobl2009-12-253-7/+13
* Remove clause 3 and 4 from TNF licenses.Marius Strobl2009-12-253-24/+3
* Style changesMarius Strobl2009-12-253-78/+78
* Remove extra spaces (no functional change).Bjoern A. Zeeb2009-12-251-6/+6
* Modify the experimental server so that it uses VOP_ACCESSX().Rick Macklem2009-12-254-142/+75
* Remove an unused global.Bjoern A. Zeeb2009-12-251-1/+0
* Set the locally-assigned bit in the randomly generated Ethernet addressGavin Atkinson2009-12-251-1/+1
* Small spelling fix, "Ethetnet" -> "Ethernet"Gavin Atkinson2009-12-251-1/+1
* Teach twe driver to report array stripe size to GEOM.Alexander Motin2009-12-253-2/+11
* - Hook up the default implementations of the MSI/MSI-X pcib_if methodsMarius Strobl2009-12-251-2/+39
* Avoid false positive probe on ICH6 chipsets.Alexander Motin2009-12-251-2/+2
* Minor comment tweaks in rmlocks.Robert Watson2009-12-251-5/+5
* Remove wrong assertion.Pyun YongHyeon2009-12-251-2/+0
* Report stripe size only if physical sector size is not equal to logical.Alexander Motin2009-12-241-3/+8
* ether_ifattach sets if_mtu, remove unnecessary code.Pyun YongHyeon2009-12-241-1/+0
* Update if_iqdrops in case of RX buffer allocation failure.Pyun YongHyeon2009-12-241-1/+1
* Add suspend/resume support as well as basic WOL.Pyun YongHyeon2009-12-241-24/+108
* fix poor indentation resulting from a mergeLuigi Rizzo2009-12-241-14/+14
* Implement RX interrupt moderation using one-shot timer interrupt.Pyun YongHyeon2009-12-242-27/+74
* Merge from amd64/i386:Marius Strobl2009-12-245-3/+67
* Add missing locking in intr_bind().Marius Strobl2009-12-241-2/+8
* Execute the cleanup handlers before jumping to the kernel justMarius Strobl2009-12-241-0/+2
* - Consistently wrap debugging in NETIF_DEBUG. This basically mergesMarius Strobl2009-12-241-6/+22
* Revert r183628 as with the current ata(4) ATAPI DMA with AcerLabsMarius Strobl2009-12-241-1/+0