| Commit message (Expand) | Author | Age | Files | Lines |
* | Undo the damage I did in sys/kern/vfs_mount.c #1.274 and | yar | 2008-02-18 | 1 | -2/+1 |
* | Add a remark on a questionable property of vfs_mergeopts(). | yar | 2008-02-18 | 1 | -0/+7 |
* | Prevent the NFS client from losing MNT_ROOTFS on the root | yar | 2008-02-17 | 1 | -9/+6 |
* | Move the $FreeBSD$ tag in a comment as __FBSDID doesn't work. | marcel | 2008-02-17 | 1 | -3/+2 |
* | Hook the U-Boot library up to the build. | marcel | 2008-02-17 | 1 | -0/+5 |
* | Make sysctl_kern_arnd return a random buffer instead of a random long, | antoine | 2008-02-17 | 1 | -6/+10 |
* | Only print sense data diagnostics if debugging is enabled with the | gibbs | 2008-02-17 | 1 | -6/+12 |
* | Switch from conditionally dropping Giant in exit1() to asserting it is | kris | 2008-02-17 | 1 | -6/+1 |
* | Remove superfluous setting of the transport_version field of our | gibbs | 2008-02-17 | 1 | -1/+0 |
* | Remove custom queue macros in Coda, replacing them with queue(9) tailq | rwatson | 2008-02-17 | 4 | -105/+30 |
* | Remove namecache performance-tuning todo for Coda: we now use the FreeBSD | rwatson | 2008-02-17 | 1 | -1/+0 |
* | Advertise to CAM the ability of 790X controllers to negotiate information | gibbs | 2008-02-17 | 1 | -2/+3 |
* | Fix typo in comment. | imp | 2008-02-17 | 1 | -1/+1 |
* | MFp4 (e500): | marcel | 2008-02-16 | 7 | -0/+817 |
* | MFp4 (e500): | marcel | 2008-02-16 | 16 | -0/+1933 |
* | Re-sort options. While here: | marcel | 2008-02-16 | 1 | -5/+8 |
* | Enable option WITNESS_SKIPSPIN by default. | marcel | 2008-02-16 | 1 | -0/+1 |
* | Create a thread to handle passive cooling for 1st zone which has _PSV, | ume | 2008-02-16 | 1 | -19/+20 |
* | Allow the user to override the current active cooling state if state | rpaulo | 2008-02-16 | 1 | -1/+2 |
* | Skip validation of the C3 state if we disabled C3 by software (i.e., | rpaulo | 2008-02-16 | 1 | -1/+1 |
* | Remove a superfluous line in run_interrupt_driven_config_hooks(), | antoine | 2008-02-15 | 1 | -1/+0 |
* | Bump __FreeBSD_version in order to signal introduction of lockmgr_args() | attilio | 2008-02-15 | 1 | -1/+1 |
* | - Introduce lockmgr_args() in the lockmgr space. This function performs | attilio | 2008-02-15 | 5 | -64/+71 |
* | Add privilege PRIV_NNPFS_DEBUG for use with Arla/nnpfs. This privilege | rwatson | 2008-02-15 | 1 | -1/+6 |
* | The possibly interruptible msleep in coda_call() means well, but is | rwatson | 2008-02-15 | 1 | -1/+1 |
* | Spell replys as replies. | rwatson | 2008-02-15 | 2 | -8/+8 |
* | Reorder and clean up make_coda_node(), annotate weaknesses in the | rwatson | 2008-02-15 | 1 | -20/+25 |
* | Teach the dump and minidump code to respect the maxioszie attribute of | scottl | 2008-02-15 | 6 | -8/+26 |
* | On Montecito processors, the instruction cache is in fact not | marcel | 2008-02-14 | 2 | -0/+19 |
* | In the new order of things dictated by nmount(2), a read-only mount | yar | 2008-02-14 | 1 | -3/+4 |
* | Now that mxge supports MSI-X interrupts, reverse the logic and flag | gallatin | 2008-02-14 | 2 | -8/+10 |
* | Don't attach to non Core CPUs. This is needed because on the PIII, | rpaulo | 2008-02-14 | 1 | -0/+9 |
* | Fix sendfile(2) write-only file permission bypass. | simon | 2008-02-14 | 2 | -15/+18 |
* | Prefer NULL over integer 0 for pointer type. | yongari | 2008-02-14 | 1 | -11/+11 |
* | Nuke local jumbo allocator and switch to use of UMA backed page | yongari | 2008-02-14 | 2 | -295/+142 |
* | Remove debugging code under OLD_DIAGNOSTIC; this is all >10 years old and | rwatson | 2008-02-14 | 2 | -32/+3 |
* | In Coda, flush the attribute cache for a cnode when its fid is | rwatson | 2008-02-14 | 1 | -1/+4 |
* | Add minimally invasive shims to ease MFCs of mxge back as far | gallatin | 2008-02-14 | 3 | -10/+68 |
* | Add KASSERT()'s to catch attempts to recurse on spin mutexes that aren't | jhb | 2008-02-13 | 1 | -1/+9 |
* | Mark the syscons video spin mutex as recursable since it is currently | jhb | 2008-02-13 | 1 | -1/+2 |
* | Mark sleepqueue chain spin mutexes are recursable since the sleepq code | jhb | 2008-02-13 | 1 | -1/+1 |
* | Add a couple of assertions and KTR logging to thread_lock_flags() to | jhb | 2008-02-13 | 1 | -1/+7 |
* | Make the type of the firmware arrays match those | gallatin | 2008-02-13 | 2 | -6/+6 |
* | Add an automatic kernel module version dependency to prevent loading | jhb | 2008-02-13 | 2 | -0/+15 |
* | Bump __FreeBSD_version after the introduction of: | attilio | 2008-02-13 | 1 | -1/+1 |
* | - Add real assertions to lockmgr locking primitives. | attilio | 2008-02-13 | 8 | -57/+186 |
* | Update cache flushing behavior in light of recent namecache and | rwatson | 2008-02-13 | 1 | -7/+0 |
* | Use RTFREE_LOCKED() instead of rtfree() when releasing a reference on the | jhb | 2008-02-13 | 1 | -1/+1 |
* | Remove coda_namecache from coda5 as well. We should probably GC coda5 | rwatson | 2008-02-13 | 1 | -1/+1 |
* | Remove coda_namecache from "options vcoda", it is no longer required. | rwatson | 2008-02-13 | 1 | -1/+0 |