index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
vfs_mount.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Use a better definition for MNAMELEN which doesn't require
mux
2002-11-07
1
-1
/
+1
*
#include <geom/geom.h> to get proper prototypes. Contrary to my fears we
phk
2002-10-25
1
-10
/
+12
*
Make sure GEOM has stopped rattling the disks before we try to mount
phk
2002-10-24
1
-0
/
+4
*
This update removes a race between unmount and lookup. The lookup
mckusick
2002-10-22
1
-4
/
+1
*
GEOM does not (and shall not) propagate flags like D_MEMDISK, so we will
phk
2002-10-21
1
-11
/
+11
*
- Don't protect mountedhere with the vn interlock.
jeff
2002-09-25
1
-5
/
+7
*
Switch to using strlcpy() in several places. It seems there
mux
2002-09-19
1
-7
/
+7
*
Keep a copy of the credential used to mount filesystems around so
phk
2002-08-19
1
-3
/
+7
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-47
/
+50
*
Make the consumers of the linker_load_file() function use
mux
2002-08-02
1
-2
/
+2
*
Include file cleanup; mac.h and malloc.h at one point had ordering
rwatson
2002-08-01
1
-1
/
+1
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-1
/
+33
*
- Backout the patch made in revision 1.75 of vfs_mount.c. The vputs here
jeff
2002-07-29
1
-3
/
+3
*
Fix a stupid bug where I wasn't initializing the names
mux
2002-07-24
1
-9
/
+10
*
- Merge the mount options at MNT_UPDATE time with vfs_mergeopts().
mux
2002-07-19
1
-19
/
+113
*
- Use standard locking functions in syncer's opv
jeff
2002-07-09
1
-3
/
+3
*
Add a VFS_START() call in vfs_mountroot_try() for the sake
mux
2002-07-08
1
-1
/
+2
*
Include systm.h before vnode.h so Debugger() and printf() are available when
jeff
2002-07-05
1
-1
/
+1
*
Move vfs_rootmountalloc() in vfs_mount.c and remove lite2_vfs_mountroot()
mux
2002-07-03
1
-0
/
+44
*
Remove an unused argument in vfs_mountroot().
mux
2002-07-03
1
-1
/
+1
*
I didn't pay enough attention when copy/pasting disclaimers.
mux
2002-07-02
1
-2
/
+2
*
Move every code related to mount(2) in a new file, vfs_mount.c.
mux
2002-07-02
1
-37
/
+1213
*
Rework the kernel environment subsystem. We now convert the static
mux
2002-04-17
1
-3
/
+8
*
Centralize the "bootdev" and "dumpdev" variables. They are still pretty
phk
2002-03-31
1
-0
/
+1
*
Move the mount of the root filesystem to happen in the init process before
phk
2002-03-08
1
-5
/
+2
*
Document all functions, global and static variables, and sysctls.
eivind
2002-03-05
1
-0
/
+8
*
Remove the use of _PATH_DEV in the example.
obrien
2001-11-24
1
-2
/
+2
*
We only have slices on i386 and IA-64.
obrien
2001-11-20
1
-1
/
+5
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-2
/
+7
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
Reviewed by: jlemon
adrian
2001-03-01
1
-0
/
+8
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Add `_PATH_DEVZERO'.
obrien
2000-12-09
1
-1
/
+2
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-2
/
+2
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
1
-58
/
+1
*
Fix panic when removing open device (found by bp@)
phk
2000-08-24
1
-0
/
+20
*
Make a trip to Pointy-Hats-R-Us and actually include the header that
msmith
2000-05-22
1
-0
/
+2
*
Split the logic of
green
2000-03-20
1
-11
/
+48
*
Change the mountroot prompt to something that doesn't look at all like a
msmith
2000-02-17
1
-1
/
+1
*
Put on asbestos suit and put a splcam() around the 'Mounting root from..'
peter
1999-12-12
1
-0
/
+3
*
Scan cdevs for potential root devices, rather than bdevs.
phk
1999-12-08
1
-6
/
+7
*
Make BOOTP work again.
dillon
1999-11-29
1
-1
/
+1
*
Use the correct mounted-from path when allocating the root mount, if we know
msmith
1999-11-28
1
-7
/
+7
*
Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.
phk
1999-11-26
1
-0
/
+4
*
If vfs_mountroot_try() isn't given a path to try mounting, return a silent
msmith
1999-11-21
1
-1
/
+1
*
struct mountlist and struct mount.mnt_list have no business being
phk
1999-11-20
1
-1
/
+1
*
Ignore leading 'r' in base of root device name.
phk
1999-11-08
1
-0
/
+2
[next]