aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Undo the damage I did in sys/kern/vfs_mount.c #1.274 andYaroslav Tykhiy2008-02-181-2/+1
* Add a remark on a questionable property of vfs_mergeopts().Yaroslav Tykhiy2008-02-181-0/+7
* Prevent the NFS client from losing MNT_ROOTFS on the rootYaroslav Tykhiy2008-02-171-9/+6
* Move the $FreeBSD$ tag in a comment as __FBSDID doesn't work.Marcel Moolenaar2008-02-171-3/+2
* Hook the U-Boot library up to the build.Marcel Moolenaar2008-02-171-0/+5
* Make sysctl_kern_arnd return a random buffer instead of a random long,Antoine Brodin2008-02-171-5/+9
* Only print sense data diagnostics if debugging is enabled with theJustin T. Gibbs2008-02-171-6/+12
* Switch from conditionally dropping Giant in exit1() to asserting it isKris Kennaway2008-02-171-6/+1
* Remove superfluous setting of the transport_version field of ourJustin T. Gibbs2008-02-171-1/+0
* Remove custom queue macros in Coda, replacing them with queue(9) tailqRobert Watson2008-02-174-105/+30
* Remove namecache performance-tuning todo for Coda: we now use the FreeBSDRobert Watson2008-02-171-1/+0
* Advertise to CAM the ability of 790X controllers to negotiate informationJustin T. Gibbs2008-02-171-2/+3
* Fix typo in comment.Warner Losh2008-02-171-1/+1
* MFp4 (e500):Marcel Moolenaar2008-02-167-0/+817
* MFp4 (e500):Marcel Moolenaar2008-02-1616-0/+1933
* Re-sort options. While here:Marcel Moolenaar2008-02-161-5/+8
* Enable option WITNESS_SKIPSPIN by default.Marcel Moolenaar2008-02-161-0/+1
* Create a thread to handle passive cooling for 1st zone which has _PSV,Hajimu UMEMOTO2008-02-161-19/+20
* Allow the user to override the current active cooling state if stateRui Paulo2008-02-161-1/+2
* Skip validation of the C3 state if we disabled C3 by software (i.e.,Rui Paulo2008-02-161-1/+1
* Remove a superfluous line in run_interrupt_driven_config_hooks(),Antoine Brodin2008-02-151-1/+0
* Bump __FreeBSD_version in order to signal introduction of lockmgr_args()Attilio Rao2008-02-151-1/+1
* - Introduce lockmgr_args() in the lockmgr space. This function performsAttilio Rao2008-02-155-64/+71
* Add privilege PRIV_NNPFS_DEBUG for use with Arla/nnpfs. This privilegeRobert Watson2008-02-151-1/+6
* The possibly interruptible msleep in coda_call() means well, but isRobert Watson2008-02-151-1/+1
* Spell replys as replies.Robert Watson2008-02-152-8/+8
* Reorder and clean up make_coda_node(), annotate weaknesses in theRobert Watson2008-02-151-20/+25
* Teach the dump and minidump code to respect the maxioszie attribute ofScott Long2008-02-156-8/+26
* On Montecito processors, the instruction cache is in fact notMarcel Moolenaar2008-02-142-0/+19
* In the new order of things dictated by nmount(2), a read-only mountYaroslav Tykhiy2008-02-141-3/+4
* Now that mxge supports MSI-X interrupts, reverse the logic and flagAndrew Gallatin2008-02-142-8/+10
* Don't attach to non Core CPUs. This is needed because on the PIII,Rui Paulo2008-02-141-0/+9
* Fix sendfile(2) write-only file permission bypass.Simon L. B. Nielsen2008-02-142-15/+18
* Prefer NULL over integer 0 for pointer type.Pyun YongHyeon2008-02-141-11/+11
* Nuke local jumbo allocator and switch to use of UMA backed pagePyun YongHyeon2008-02-142-295/+142
* Remove debugging code under OLD_DIAGNOSTIC; this is all >10 years old andRobert Watson2008-02-142-32/+3
* In Coda, flush the attribute cache for a cnode when its fid isRobert Watson2008-02-141-1/+4
* Add minimally invasive shims to ease MFCs of mxge back as farAndrew Gallatin2008-02-143-10/+68
* Add KASSERT()'s to catch attempts to recurse on spin mutexes that aren'tJohn Baldwin2008-02-131-1/+9
* Mark the syscons video spin mutex as recursable since it is currentlyJohn Baldwin2008-02-131-1/+2
* Mark sleepqueue chain spin mutexes are recursable since the sleepq codeJohn Baldwin2008-02-131-1/+1
* Add a couple of assertions and KTR logging to thread_lock_flags() toJohn Baldwin2008-02-131-1/+7
* Make the type of the firmware arrays match thoseAndrew Gallatin2008-02-132-6/+6
* Add an automatic kernel module version dependency to prevent loadingJohn Baldwin2008-02-132-0/+15
* Bump __FreeBSD_version after the introduction of:Attilio Rao2008-02-131-1/+1
* - Add real assertions to lockmgr locking primitives.Attilio Rao2008-02-138-57/+186
* Update cache flushing behavior in light of recent namecache andRobert Watson2008-02-131-7/+0
* Use RTFREE_LOCKED() instead of rtfree() when releasing a reference on theJohn Baldwin2008-02-131-1/+1
* Remove coda_namecache from coda5 as well. We should probably GC coda5Robert Watson2008-02-131-1/+1
* Remove coda_namecache from "options vcoda", it is no longer required.Robert Watson2008-02-131-1/+0