| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't unbusy the devfs mount in vfs_mountroot_try() as it gets accessed | ssouhlal | 2005-09-02 | 1 | -1/+0 |
* | devfs_first() return value isn't used, remove it. | pjd | 2005-05-18 | 1 | -6/+4 |
* | We don't use 'mp' variable, but we do want to mount devfs, ehh. | pjd | 2005-05-12 | 1 | -0/+2 |
* | Remove unised variable introduced by accident in rev 1.168. | pjd | 2005-05-11 | 1 | -3/+0 |
* | Plug memory leaks. | pjd | 2005-05-11 | 1 | -5/+5 |
* | - Remove an old splcam hack. | jeff | 2005-05-01 | 1 | -4/+0 |
* | Call g_waitidle() before every check the list of holds is empty. | pjd | 2005-04-19 | 1 | -7/+11 |
* | Call g_waitidle() instead of GEOM using the root_mount_hold() KPI. | phk | 2005-04-19 | 1 | -0/+3 |
* | Add a named reference-count KPI to hold off mounting of the root filesystem. | phk | 2005-04-18 | 1 | -6/+49 |
* | Initialize mountlist_mtx with an MTX_SYSINIT(), we need it to be ready | phk | 2005-04-18 | 1 | -0/+1 |
* | - LK_NOPAUSE is a nop now. | jeff | 2005-03-31 | 1 | -1/+1 |
* | Fix inittodr() invocation. Now that devfs is mounted before the | marcel | 2005-03-25 | 1 | -3/+17 |
* | - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. For | jeff | 2005-03-24 | 1 | -5/+7 |
* | Fix a memoryleak in case of failed root filesystem mount. | phk | 2005-03-16 | 1 | -1/+4 |
* | MFp4: print a more useful error when we don't have a /dev to mount devfs | jmg | 2005-03-16 | 1 | -1/+1 |
* | Add mnt_hashseed to struct mount and initialize it witn PRNG bits, use | phk | 2005-03-16 | 1 | -0/+1 |
* | Remove VFS_START(). Its original purpose involved the mfs filesystem, | das | 2005-02-20 | 1 | -4/+1 |
* | Make various mountpoint related functions static. | phk | 2005-02-10 | 1 | -3/+5 |
* | - Move gets() function to libkern (I want to use it outside vfs_mount.c). | pjd | 2005-02-03 | 1 | -44/+2 |
* | - Protect mnt_kern_flag with the mountpoint's mutex. This is required | jeff | 2005-01-24 | 1 | -7/+11 |
* | Eliminate unused and unnecessary "cred" argument from vinvalbuf() | phk | 2005-01-14 | 1 | -2/+2 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Do not vput(9) unlocked vnode and do not VREF it with the sole purpose | kan | 2004-12-27 | 1 | -2/+0 |
* | Hide/remove various printfs, now that root mounting doesn't seem to explode | phk | 2004-12-20 | 1 | -9/+2 |
* | Move the checkdirs() function from vfs_mount.c to kern_descrip.c and | phk | 2004-12-14 | 1 | -52/+3 |
* | Copy the entire stats structure. Let compiler decide how. | phk | 2004-12-11 | 1 | -1/+1 |
* | Fix whitespace. | phk | 2004-12-11 | 1 | -1/+1 |
* | Remove the /dev/dev -> / symlink after we are done with it. | phk | 2004-12-11 | 1 | -0/+2 |
* | The remaining part of nmount/omount/rootfs mount changes. I cannot sensibly | phk | 2004-12-07 | 1 | -208/+211 |
* | Instead of complaining about it, just silently filter out MNT_ROOTFS. | phk | 2004-12-07 | 1 | -2/+1 |
* | Always call VFS_STATFS() on mp->mnt_stat when we have mounted a filesystem, | phk | 2004-12-06 | 1 | -0/+1 |
* | Add more functions for handling mount arguments in VFS_MOUNT(): | phk | 2004-12-06 | 1 | -0/+112 |
* | Change the first argument of vfs_cmount() to a handy struct mntarg* and | phk | 2004-12-06 | 1 | -14/+21 |
* | Add a few convenient functions in the mount_arg() family and collect the | phk | 2004-12-06 | 1 | -70/+204 |
* | Collapse two almost identical license copies, preserving the rights of | phk | 2004-12-06 | 1 | -24/+1 |
* | Remove the kern.rootdev sysctl. | phk | 2004-12-06 | 1 | -24/+0 |
* | Make struct vfsopt{list} private to vfs_mount.c | phk | 2004-12-06 | 1 | -0/+8 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 1 | -0/+11 |
* | Implement a function, mount_arg() for accumulating a list of mount parameters | phk | 2004-12-03 | 1 | -42/+45 |
* | When omount() is called, check if the filesystem have a cmount method | phk | 2004-12-03 | 1 | -2/+11 |
* | Add early checks for MNT_ROOTFS since we need to allow it later on in | phk | 2004-12-03 | 1 | -0/+9 |
* | Retire unused vfs_mount() function in the name of nmount migration. | phk | 2004-12-03 | 1 | -24/+0 |
* | Introduce vfs_byname_kld() which will try to load the filesystem | phk | 2004-12-03 | 1 | -29/+3 |
* | Use FILEDESC_LOCK_FAST in checkdirs() | phk | 2004-11-28 | 1 | -5/+5 |
* | Eliminate MNT_NODEV usage, it doesn't have any meaning any more. | phk | 2004-11-26 | 1 | -2/+2 |
* | Allow a filesystem to have both old and new mount methods at the same | phk | 2004-11-25 | 1 | -1/+2 |
* | Assert Giant held in vfs_domount() and vfs_dounmount() | phk | 2004-11-25 | 1 | -3/+20 |
* | Integrate the relevant bits of vfs_rootmountalloc() where it matters. | phk | 2004-11-25 | 1 | -38/+18 |
* | Pass path to filesystem when mounting root | phk | 2004-11-18 | 1 | -1/+1 |