summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* Free mount credentials (mnt_cred) when freeing the mount structtjr2003-04-241-0/+5
* Add /dev to the Alpha manual mount root example.obrien2003-04-231-1/+1
* Adjust the number of vnodes scanned by vlrureclaim() according to thetegge2003-03-261-0/+3
* Export the name of the device used to mount the root file system asrwatson2003-02-221-0/+24
* Back out M_* changes, per decision of the TRB.imp2003-02-191-17/+17
* Fix LOR with PROC/filedesc. Introduce fdesc_mtx that will be used as aalfred2003-02-151-3/+3
* Style nit.des2003-02-141-4/+2
* KASSERT format string does not need newline terminationalfred2003-02-141-2/+2
* Add kasserts to catch bad API usage.alfred2003-02-141-0/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-17/+17
* When compiling the kernel do not implicitly include filedesc.h from proc.h,alfred2003-01-011-0/+1
* unwrap lines made short enough by SCARGS removalalfred2002-12-141-4/+2
* remove syscallarg().alfred2002-12-141-9/+9
* SCARGS removal take II.alfred2002-12-141-8/+8
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-8/+8
* Remove SCARGS.alfred2002-12-131-8/+8
* - Use a better definition for MNAMELEN which doesn't requiremux2002-11-071-1/+1
* #include <geom/geom.h> to get proper prototypes. Contrary to my fears wephk2002-10-251-10/+12
* Make sure GEOM has stopped rattling the disks before we try to mountphk2002-10-241-0/+4
* This update removes a race between unmount and lookup. The lookupmckusick2002-10-221-4/+1
* GEOM does not (and shall not) propagate flags like D_MEMDISK, so we willphk2002-10-211-11/+11
* - Don't protect mountedhere with the vn interlock.jeff2002-09-251-5/+7
* Switch to using strlcpy() in several places. It seems theremux2002-09-191-7/+7
* Keep a copy of the credential used to mount filesystems around sophk2002-08-191-3/+7
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-47/+50
* Make the consumers of the linker_load_file() function usemux2002-08-021-2/+2
* Include file cleanup; mac.h and malloc.h at one point had orderingrwatson2002-08-011-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-1/+33
* - Backout the patch made in revision 1.75 of vfs_mount.c. The vputs herejeff2002-07-291-3/+3
* Fix a stupid bug where I wasn't initializing the namesmux2002-07-241-9/+10
* - Merge the mount options at MNT_UPDATE time with vfs_mergeopts().mux2002-07-191-19/+113
* - Use standard locking functions in syncer's opvjeff2002-07-091-3/+3
* Add a VFS_START() call in vfs_mountroot_try() for the sakemux2002-07-081-1/+2
* Include systm.h before vnode.h so Debugger() and printf() are available whenjeff2002-07-051-1/+1
* Move vfs_rootmountalloc() in vfs_mount.c and remove lite2_vfs_mountroot()mux2002-07-031-0/+44
* Remove an unused argument in vfs_mountroot().mux2002-07-031-1/+1
* I didn't pay enough attention when copy/pasting disclaimers.mux2002-07-021-2/+2
* Move every code related to mount(2) in a new file, vfs_mount.c.mux2002-07-021-37/+1213
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-171-3/+8
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyphk2002-03-311-0/+1
* Move the mount of the root filesystem to happen in the init process beforephk2002-03-081-5/+2
* Document all functions, global and static variables, and sysctls.eivind2002-03-051-0/+8
* Remove the use of _PATH_DEV in the example.obrien2001-11-241-2/+2
* We only have slices on i386 and IA-64.obrien2001-11-201-1/+5
* KSE Milestone 2julian2001-09-121-3/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+7
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Reviewed by: jlemonadrian2001-03-011-0/+8
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
OpenPOWER on IntegriCloud