summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Less verbose debug messages.simokawa2007-03-161-3/+3
* Detect cycle lost.simokawa2007-03-162-0/+19
* Print warning for large DFLTPHYS.simokawa2007-03-161-0/+5
* Fix support for ASUS A7T ALC882 laptop (gpio0 quirk).ariff2007-03-161-0/+3
* Support MAXPHYS up to 512KBsimokawa2007-03-161-2/+3
* Just use 'fdrop()' instead of 'FILE_LOCK(); fdrop_locked()' injhb2007-03-151-10/+4
* Spring cleanup on irrelevant NULL checking over M_WAITOK allocations.ariff2007-03-156-47/+3
* - Put some sanity break statement in few missing places.ariff2007-03-151-6/+4
* NOOP (for now) for hdac_dma_nocache(). It is a wrong way to enforceariff2007-03-151-1/+3
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-1520-34/+25
* Consolidate insertion of TCP options into a segment from within tcp_output()andre2007-03-156-234/+264
* Remove NULL allocation checking since malloc() is allow to wait.ariff2007-03-151-2/+0
* 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
OpenPOWER on IntegriCloud