summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement fine-grained locking for UFS quotas.kib2007-03-143-142/+493
* Call getinoquota() before allocating new block for the directory to properlykib2007-03-141-0/+8
* Remove unneeded getinoquota() call in the ufs_access().kib2007-03-141-4/+0
* Busy filesystem around call of VFS_QUOTACTL() vfs op.kib2007-03-141-6/+7
* play it safe for now and go back to kicking off tx cleaning from the tx pathkmacy2007-03-141-2/+10
* Add support for statically compiling cxgb into the kernelkmacy2007-03-142-0/+10
* no-op cxgb_config.h for the module compilation casekmacy2007-03-141-1/+1
* #define memory barrier macros for the non-i386 && non-amd64 casekmacy2007-03-141-1/+5
* remove unused code for recycling descriptorskmacy2007-03-141-87/+8
* add cxgb_config.h to define values that are defined in the Makefile when comp...kmacy2007-03-142-0/+60
* move taskqueue_enqueue of tx clean operation out of the start pathkmacy2007-03-141-8/+2
* make desc_reclaimable macro safe to arbitrary argumentskmacy2007-03-141-1/+1
* Don't call isp_intr from isp_start- this seems to, in rare cases,mjacob2007-03-141-7/+1
* add cxgb to modules Makefilekmacy2007-03-141-0/+1
* Add modules Makefile for cxgbkmacy2007-03-141-0/+22
* Add firmware for cxgbkmacy2007-03-141-0/+478
* First of several commits for driver support for the Chelsio T3B 10 Gigabitkmacy2007-03-1419-0/+21628
* Make it compilekevlo2007-03-141-1/+1
* (atapi_action): Improve error reporting by removing ATA_R_QUIET flagthomas2007-03-131-33/+49
* (reinit_bus): When the ATAPI bus is reset, do not schedule an automatedthomas2007-03-131-2/+10
* (ata_completed): When REQUEST SENSE is automatically issued after a failedthomas2007-03-131-1/+1
* Print readers count as unsigned in ddb 'show lock'.jhb2007-03-131-2/+2
* In one of the previous commits I accidentally removed the enabling of then_hibma2007-03-131-1/+4
* Add AC97 inverted external amplifier quirk for ASUS A6R laptop.ariff2007-03-131-0/+1
* Move bus_space_tag and bus_space_handle register accessmjacob2007-03-133-86/+79
* Restore optr if you trash it for 24XX target mode.mjacob2007-03-131-0/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-1326-21/+229
* Fix some OID names and minor style as per feedback from various people.scottl2007-03-131-16/+11
* Add another CPUID for AMD CPUs and fix style(9) while I am here.jkim2007-03-124-196/+198
* Fix a typo.jhb2007-03-121-1/+1
* - Use m_gethdr(), m_get(), and m_clget() instead of the macros injhb2007-03-121-20/+5
* Fix writes on siiprb type chips.sos2007-03-121-2/+6
* In uipc_close(), we no longer always free the unpcb, as the last referencerwatson2007-03-121-1/+2
* Emit load and unload messages under bootverbose.yar2007-03-121-0/+11
* Fix some minor issues in the internal vlan lists:yar2007-03-121-20/+6
* Add a pn_destroy field to pfs_node. This field points to a destructordes2007-03-125-67/+89
* Add MAC, RX, and TX stats reporting via sysctl.scottl2007-03-121-10/+147
* Fix support for the VIA8237A SATA part.sos2007-03-121-1/+1
* Forced commit to note that the previous CVS comment ismjacob2007-03-121-1/+1
* Add back in MODULE_DEPEND() lines that were lost in the rev 13 update.scottl2007-03-121-0/+2
* Fix compilation issues found in RELENG_4 port and merge themjacob2007-03-124-11/+27
* allow net80211 to fillin rate setssam2007-03-115-87/+3
* change ic_modecaps to a bit vector and use setbit, et. al.sam2007-03-115-40/+35
* Fix analog CD connectivity. HP decided to screw pinconfig settings inariff2007-03-111-0/+6
* my(4) doesn't need miibus(4).brueffer2007-03-112-6/+1
* Update to reflect correct usage:sam2007-03-111-18/+16
* change ieee80211_fix_rate to take a rate set instead of usingsam2007-03-114-7/+8
* expose IEEE80211_DISCARD, IEEE80211_DISCARD_IE, and IEEE80211_DISCARD_MACsam2007-03-112-33/+34
* improve debug msg for ie's that are too shortsam2007-03-111-1/+2
* keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationssam2007-03-115-10/+11
OpenPOWER on IntegriCloud