aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Exar driver for X3100 10GbE Server/Storage adaptersGeorge V. Neville-Neil2011-04-2869-0/+107644
* Sync with several changes in UFS/FFS:John Baldwin2011-04-288-69/+168
* Re-enable the wireless build parameters for the AR9130 WMAC.Adrian Chadd2011-04-281-12/+15
* Introduce AR9130 (HOWL) WMAC support to the FreeBSD HAL.Adrian Chadd2011-04-2819-93/+1376
* Add the IP2 DDR flush handlers.Adrian Chadd2011-04-283-2/+17
* Fix module names and dependencies so the NFS clients willRick Macklem2011-04-272-6/+10
* Only align MSI message groups based on the number of messages beingJohn Baldwin2011-04-271-1/+1
* MfP4 CH=192029:Bjoern A. Zeeb2011-04-272-13/+18
* Make pf compile without INET support by adding #ifdef INETs andBjoern A. Zeeb2011-04-273-4/+16
* MfP4 CH=192004:Bjoern A. Zeeb2011-04-272-5/+5
* Make various (pseudo) interfaces compile without INET in the kernelBjoern A. Zeeb2011-04-274-14/+73
* Make IPsec compile without INET adding appropriate #ifdef checks.Bjoern A. Zeeb2011-04-278-67/+118
* Use a private EXT2_ROOTINO constant instead of redefining ROOTINO.John Baldwin2011-04-274-9/+9
* This patch is believed to fix a problem in the kernel rpc forRick Macklem2011-04-274-6/+11
* Various style fixes including using uint*_t instead of u_int*_t.John Baldwin2011-04-275-105/+116
* This patch changes head so that the default NFS client is now the newRick Macklem2011-04-2710-18/+18
* - Add the possibility to reuse the already last used timeout when pattingAttilio Rao2011-04-273-21/+60
* Fix copy-paste bug.Marcel Moolenaar2011-04-271-1/+1
* Use ACPI-supplied CPU frequencies instead of estimated ones as we are aboutJung-uk Kim2011-04-271-3/+3
* Implement relaxed comparision for hardcoded provider names to make itAlexander Motin2011-04-279-10/+53
* Reap old SPL comments.David E. O'Brien2011-04-261-35/+2
* If the 4BSD scheduler tries to schedule a thread that has been pinned orRyan Stone2011-04-261-19/+21
* The maximum NCM frame size must be so that itHans Petter Selasky2011-04-261-1/+1
* Fix for missing EHCI datatoggle change case.Hans Petter Selasky2011-04-261-0/+2
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXAlexander Motin2011-04-2615-4/+108
* With the typical memory size of the system in tenth of gigabytesMaxim Sobolev2011-04-261-5/+38
* Fix a kernel linking problem introduced by r221032, r221040Rick Macklem2011-04-262-3/+22
* Implement the delayed task execution extension to the taskqueueKonstantin Belousov2011-04-264-32/+197
* - Catch up to falloc() changes.Jeff Roberson2011-04-263-5/+14
* - Add the RX refresh changes from igb to ixgbeJack F Vogel2011-04-252-49/+84
* Modify the experimental (newnfs) NFS client so that it uses theRick Macklem2011-04-254-147/+30
* Remove prototypes of non-existent functions.Marcel Moolenaar2011-04-251-5/+0
* Fix the experimental NFS client so that it does not boguslyRick Macklem2011-04-2511-21/+53
* - Removed duplicate {_bxe} definition.David Christensen2011-04-251-1/+0
* - Added bxe(4) driver for i386 and amd64. Currently untested on otherDavid Christensen2011-04-251-0/+4
* Typo fixOlivier Houchard2011-04-251-1/+1
* Add the possibility to verify MD5 hash of incoming TCP packets.Attilio Rao2011-04-254-8/+179
* We need in.h for both INET and INET6, as according to RFC 3493 itBjoern A. Zeeb2011-04-251-1/+4
* Be less strict on includes than in r220746. We need in.h for bothBjoern A. Zeeb2011-04-251-0/+5
* After r220885 compile the various NIC drivers depending on INETBjoern A. Zeeb2011-04-251-11/+11
* Wrap the MIMO stuff in #ifdef AH_SUPPORT_AR5416, as the channelAdrian Chadd2011-04-251-0/+4
* Fix the experimental NFS client so that it does not boguslyRick Macklem2011-04-251-1/+0
* Add missing bit in r221015.Attilio Rao2011-04-251-1/+12
* Don't assume that SMI are enabled when attaching ichwd and then doAttilio Rao2011-04-251-0/+1
* Modify the experimental NFS client so that it uses the sameRick Macklem2011-04-254-130/+37
* Whitespace nitDag-Erling Smørgrav2011-04-251-2/+2
* correct variable type name in commentBernd Walter2011-04-251-2/+2
* When msk_detach() is called from msk_attach(), ifp may beGleb Smirnoff2011-04-251-1/+2
* Break out the PLL setup into an overridable method.Adrian Chadd2011-04-243-5/+13
* Use the refactored ar5416WriteTxPowerRateRegisters() call in the ar9285 code.Adrian Chadd2011-04-241-67/+18