summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a remark on a questionable property of vfs_mergeopts().yar2008-02-181-0/+7
* Prevent the NFS client from losing MNT_ROOTFS on the rootyar2008-02-171-9/+6
* Move the $FreeBSD$ tag in a comment as __FBSDID doesn't work.marcel2008-02-171-3/+2
* Hook the U-Boot library up to the build.marcel2008-02-171-0/+5
* Make sysctl_kern_arnd return a random buffer instead of a random long,antoine2008-02-171-6/+10
* Only print sense data diagnostics if debugging is enabled with thegibbs2008-02-171-6/+12
* Switch from conditionally dropping Giant in exit1() to asserting it iskris2008-02-171-6/+1
* Remove superfluous setting of the transport_version field of ourgibbs2008-02-171-1/+0
* Remove custom queue macros in Coda, replacing them with queue(9) tailqrwatson2008-02-174-105/+30
* Remove namecache performance-tuning todo for Coda: we now use the FreeBSDrwatson2008-02-171-1/+0
* Advertise to CAM the ability of 790X controllers to negotiate informationgibbs2008-02-171-2/+3
* Fix typo in comment.imp2008-02-171-1/+1
* MFp4 (e500):marcel2008-02-167-0/+817
* MFp4 (e500):marcel2008-02-1616-0/+1933
* Re-sort options. While here:marcel2008-02-161-5/+8
* Enable option WITNESS_SKIPSPIN by default.marcel2008-02-161-0/+1
* Create a thread to handle passive cooling for 1st zone which has _PSV,ume2008-02-161-19/+20
* Allow the user to override the current active cooling state if staterpaulo2008-02-161-1/+2
* Skip validation of the C3 state if we disabled C3 by software (i.e.,rpaulo2008-02-161-1/+1
* Remove a superfluous line in run_interrupt_driven_config_hooks(),antoine2008-02-151-1/+0
* Bump __FreeBSD_version in order to signal introduction of lockmgr_args()attilio2008-02-151-1/+1
* - Introduce lockmgr_args() in the lockmgr space. This function performsattilio2008-02-155-64/+71
* Add privilege PRIV_NNPFS_DEBUG for use with Arla/nnpfs. This privilegerwatson2008-02-151-1/+6
* The possibly interruptible msleep in coda_call() means well, but isrwatson2008-02-151-1/+1
* Spell replys as replies.rwatson2008-02-152-8/+8
* Reorder and clean up make_coda_node(), annotate weaknesses in therwatson2008-02-151-20/+25
* Teach the dump and minidump code to respect the maxioszie attribute ofscottl2008-02-156-8/+26
* On Montecito processors, the instruction cache is in fact notmarcel2008-02-142-0/+19
* In the new order of things dictated by nmount(2), a read-only mountyar2008-02-141-3/+4
* Now that mxge supports MSI-X interrupts, reverse the logic and flaggallatin2008-02-142-8/+10
* Don't attach to non Core CPUs. This is needed because on the PIII,rpaulo2008-02-141-0/+9
* Fix sendfile(2) write-only file permission bypass.simon2008-02-142-15/+18
* Prefer NULL over integer 0 for pointer type.yongari2008-02-141-11/+11
* Nuke local jumbo allocator and switch to use of UMA backed pageyongari2008-02-142-295/+142
* Remove debugging code under OLD_DIAGNOSTIC; this is all >10 years old andrwatson2008-02-142-32/+3
* In Coda, flush the attribute cache for a cnode when its fid isrwatson2008-02-141-1/+4
* Add minimally invasive shims to ease MFCs of mxge back as fargallatin2008-02-143-10/+68
* Add KASSERT()'s to catch attempts to recurse on spin mutexes that aren'tjhb2008-02-131-1/+9
* Mark the syscons video spin mutex as recursable since it is currentlyjhb2008-02-131-1/+2
* Mark sleepqueue chain spin mutexes are recursable since the sleepq codejhb2008-02-131-1/+1
* Add a couple of assertions and KTR logging to thread_lock_flags() tojhb2008-02-131-1/+7
* Make the type of the firmware arrays match thosegallatin2008-02-132-6/+6
* Add an automatic kernel module version dependency to prevent loadingjhb2008-02-132-0/+15
* Bump __FreeBSD_version after the introduction of:attilio2008-02-131-1/+1
* - Add real assertions to lockmgr locking primitives.attilio2008-02-138-57/+186
* Update cache flushing behavior in light of recent namecache andrwatson2008-02-131-7/+0
* Use RTFREE_LOCKED() instead of rtfree() when releasing a reference on thejhb2008-02-131-1/+1
* Remove coda_namecache from coda5 as well. We should probably GC coda5rwatson2008-02-131-1/+1
* Remove coda_namecache from "options vcoda", it is no longer required.rwatson2008-02-131-1/+0
* Implement a rudimentary access cache for the Coda kernel module,rwatson2008-02-133-28/+117
OpenPOWER on IntegriCloud