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