summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* NULL instead of 0 in mtx_init() .ariff2007-03-152-5/+5
* Don't mess with PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN.simokawa2007-03-151-3/+1
* Remove a spurious blank line at the start of vlan_growhash().yar2007-03-151-1/+4
* - Sysctl's move to seperate filerrs2007-03-1530-4024/+4782
* Diff reduction with NetBSD; use IN_LOCAL_GROUP() to check if an addressbms2007-03-151-1/+1
* A silly buglet found by Coverity- check the return value frommjacob2007-03-151-1/+7
* Remove vestiges of very specific fpga support for my company's board.imp2007-03-152-38/+1
* Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary.rodrigc2007-03-151-1/+1
* Create an identity mapping (V=P) super page for the low memory region onnjl2007-03-142-11/+13
* Properly move the setting of bstp_linkstate_p to the bridgestp module.thompsa2007-03-142-2/+1
* Only enter the debugger on a Fatal op if this is a debug build of thenjl2007-03-141-1/+3
* Update a comment: Rather than suggesting suser(), suggest priv(9) forrwatson2007-03-141-2/+2
* Map the second CS of the compact flash too. This allow us access tojhay2007-03-142-4/+20
* Disable linking in of firmware on ia64 to avoid build failures from akmacy2007-03-141-3/+6
* Map the second CS of the compact flash too. This allow us access tojhay2007-03-141-113/+82
* #define L1_CACHE_BYTES for non-x86kmacy2007-03-141-0/+1
* define prefetch as a no-op macro for non-x86 archeskmacy2007-03-141-6/+3
* Let vlan_ioctl() pass some work on to ether_ioctl()yar2007-03-141-25/+1
* Don't deny mounting for jailed processes immediately, allowpjd2007-03-141-3/+1
* White space nits.pjd2007-03-141-16/+14
* 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
OpenPOWER on IntegriCloud