| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | remove unused variable | phk | 2004-11-10 | 1 | -1/+0 |
* | Remove hack which mounts the root filesystem R/W if the device is | phk | 2004-11-10 | 1 | -7/+0 |
* | Make getdiskbyname() static to vfs_mount.c. | phk | 2004-11-09 | 1 | -2/+6 |
* | Drop Giant around the call to g_waitidle(). | phk | 2004-10-23 | 1 | -0/+2 |
* | Back out changes which were introduced to delay mounting root file system. | pjd | 2004-10-05 | 1 | -80/+66 |
* | Rename 'mount_root_delay' tunable to 'vfs.root.mountdelay', which fits | pjd | 2004-09-24 | 1 | -1/+1 |
* | Eliminate devsw() call, we are not dereferencing the pointer. | phk | 2004-09-24 | 1 | -1/+1 |
* | Introduce new /boot/loader.conf variable: root_mount_delay. | pjd | 2004-09-23 | 1 | -66/+80 |
* | It's too easy to panic the machine when INVARIANTS are turned on | alfred | 2004-09-05 | 1 | -1/+2 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 1 | -52/+53 |
* | Convert the vfsconf list to a TAILQ. | phk | 2004-07-27 | 1 | -83/+73 |
* | Give kldunload a -f(orce) argument. | phk | 2004-07-13 | 1 | -1/+1 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -4/+4 |
* | Clean up and wash struct iovec and struct uio handling. | phk | 2004-07-10 | 1 | -26/+12 |
* | Use vfs_suser() where appropriate. | alfred | 2004-07-06 | 1 | -11/+7 |
* | NFS mobility PHASE I, II & III (phase VI, and V pending): | alfred | 2004-07-06 | 1 | -2/+2 |
* | Introduce a new kevent filter. EVFILT_FS that will be used to signal | alfred | 2004-07-04 | 1 | -0/+2 |
* | When we traverse the vnodes on a mountpoint we need to look out for | phk | 2004-07-04 | 1 | -0/+27 |
* | Initialize ni_cnd.cn_cred before calling lookup() (this is normally done | tmm | 2004-06-20 | 1 | -0/+1 |
* | Reduce the thaumaturgical level of root filesystem mounts: Instead of using | phk | 2004-06-17 | 1 | -9/+51 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -6/+6 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -8/+8 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |