summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use the same timeout parameters for BIO_FLUSH as with the other commands.roberto2007-04-261-2/+0
* - Always try to write one whole page at a time.pjd2007-04-262-14/+18
* MFV: Free znodes immediatelly, allowing the ARC to hold onto less memory.pjd2007-04-262-2/+2
* MFV: Functions name change.pjd2007-04-262-8/+8
* Allow the dounmount() to proceed even for doomed coveredvp.kib2007-04-261-3/+1
* Default to using a single queue as this is currently the only way to achievekmacy2007-04-261-1/+6
* Disable mbuf chain collapsing - it is currently causing an mbuf leakkmacy2007-04-261-1/+1
* Remove some code from vmspace_fork() that became redundant afteralc2007-04-261-4/+0
* Various fixes to the NFS Directio support.jhb2007-04-252-6/+11
* Disable C1 Enhanced mode on AMD K8 Family Revision F and above to keepariff2007-04-252-0/+46
* Use a tighter check to see if a resource allocation request is for ajhb2007-04-251-1/+1
* Add static build depends for ng_deflate, ng_nat and ng_sppp.mav2007-04-251-9/+10
* - HT 2.00b added a new flag to the MSI mapping HT capability to indicatejhb2007-04-252-8/+14
* Work around GMAC hardware hang bug.yongari2007-04-251-1/+0
* Disable TSO support.yongari2007-04-251-0/+8
* Fix TCP header size calculation logic which is used for settingyongari2007-04-251-1/+1
* Utilize led_create_state in order to preserve the status of the ThinkLightmarkus2007-04-241-5/+9
* Fix the triple fault used as a last resort during a reboot to actuallyjhb2007-04-242-6/+15
* MFi386: Attempt to reset the machine using the Reset Control register andjhb2007-04-241-1/+30
* ZIL (ZFS Intent Log) can be safely turned on and off at run time, becausepjd2007-04-242-2/+2
* MFp4: Now that ZFS can use FreeBSD's namecache, turn it off by default andpjd2007-04-243-0/+11
* MFp4: Rearange the code so vobject is destroyed from reclaim() method likepjd2007-04-244-42/+44
* MFp4: Once page is written successfully, we should clear the dirty bits.pjd2007-04-242-0/+6
* MFp4: Reduce diff against vendor.pjd2007-04-246-4/+8
* MFp4: We have stronger 'lock already initialized' check now, so we canpjd2007-04-242-2/+0
* Update comments for the 0xcf9 and 0x92 reset methods to explain what we arejhb2007-04-241-3/+15
* Configuration ROM length should be unsigned.simokawa2007-04-242-2/+2
* Nuke unnecessary setting of ural(4)'s security registers. ural(4) onlysephe2007-04-241-11/+1
* Disable nesting of BOP_BDFLUSH(). VOP_FSYNC() call in bdwrite() couldkib2007-04-242-2/+5
* Avoid false assertion on transmit and delayed ack timeout with enabled invari...mav2007-04-241-23/+34
* If compressed length is zero, return a zero-filled block.simokawa2007-04-241-0/+7
* Tweak printf string.jhb2007-04-231-1/+1
* Mostly-cosmetic fixes in low-memory warning messages:bmah2007-04-232-12/+14
* o Fix INP lock leak in the minttl caseandre2007-04-232-10/+12
* Fix old locking bugs which were revealed when pseudofs was made MPSAFE.des2007-04-231-1/+9
* Remove obsolete headers. Move kernel specific headers under #ifdefsscottl2007-04-231-9/+2
* Global xmit stats calculation fix.mav2007-04-231-0/+4
* Audit pathnames looked up in swapon(2) and swapoff(2).rwatson2007-04-231-2/+4
* Too much diff reduction. 'cmd' has to be u_long.pjd2007-04-232-6/+6
* Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin,rwatson2007-04-2310-54/+52
* Apply variable name normalization to MAC policies: adopt global conventionsrwatson2007-04-2310-1001/+995
* Correct typo.pjd2007-04-231-1/+1
* Make it possible to specify an initial state for the LED.phk2007-04-232-1/+8
* Add VLAN capability.phk2007-04-234-2/+4
* Turn off route header processing for now due to issues pointed outgnn2007-04-231-0/+7
* Add synchronization. Eliminate the acquisition and release of Giant.alc2007-04-231-23/+47
* make dev.ath.N.ledpin have an immediate effectsam2007-04-231-3/+24
* MFp4: Reduce diff against vendor code:pjd2007-04-2324-948/+1712
* Fixes cut and paste bug using wrong pointer reference.rrs2007-04-231-6/+6
* Fix 'zpool status -v'. To get object number we should use ZFS_DIRENT_OBJ()pjd2007-04-222-2/+4
OpenPOWER on IntegriCloud