summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-2/+2
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-58/+1
* Fix panic when removing open device (found by bp@)phk2000-08-241-0/+20
* Make a trip to Pointy-Hats-R-Us and actually include the header thatmsmith2000-05-221-0/+2
* Split the logic ofgreen2000-03-201-11/+48
* Change the mountroot prompt to something that doesn't look at all like amsmith2000-02-171-1/+1
* Put on asbestos suit and put a splcam() around the 'Mounting root from..'peter1999-12-121-0/+3
* Scan cdevs for potential root devices, rather than bdevs.phk1999-12-081-6/+7
* Make BOOTP work again.dillon1999-11-291-1/+1
* Use the correct mounted-from path when allocating the root mount, if we knowmsmith1999-11-281-7/+7
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.phk1999-11-261-0/+4
* If vfs_mountroot_try() isn't given a path to try mounting, return a silentmsmith1999-11-211-1/+1
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-1/+1
* Ignore leading 'r' in base of root device name.phk1999-11-081-0/+2
* Clean up a couple of initialisations in order to suppress a correctmsmith1999-11-061-2/+4
* Guard against freeing NULL if vfs_mountroot_try is called with NULLmsmith1999-11-051-2/+4
* Expand the sscanf buffer to 32 bytes to make room for the expandedmsmith1999-11-051-1/+1
* Allow vfs names to include the digits 0-9 as well as the letters a-z.msmith1999-11-041-1/+1
* Re-implement the handing of RB_CDROM in a machine-independant fashion.msmith1999-11-041-0/+24
OpenPOWER on IntegriCloud