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
*
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
*
Clean up a couple of initialisations in order to suppress a correct
msmith
1999-11-06
1
-2
/
+4
*
Guard against freeing NULL if vfs_mountroot_try is called with NULL
msmith
1999-11-05
1
-2
/
+4
*
Expand the sscanf buffer to 32 bytes to make room for the expanded
msmith
1999-11-05
1
-1
/
+1
*
Allow vfs names to include the digits 0-9 as well as the letters a-z.
msmith
1999-11-04
1
-1
/
+1
*
Re-implement the handing of RB_CDROM in a machine-independant fashion.
msmith
1999-11-04
1
-0
/
+24
*
Make MFS work with the new root filesystem search process.
msmith
1999-11-03
1
-8
/
+10
*
This is a complete rewrite of vfs_conf.c, which changes the way the root
msmith
1999-11-01
1
-158
/
+270
*
Fix BOOTP root FS mounts. Also cleanup vfs_getnewfsid() and collapse
dillon
1999-09-19
1
-1
/
+21
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix warnings in last commit (dev_t is not an int, and not even int
peter
1999-07-03
1
-3
/
+3
*
Be more informative and try to ask the user in some instances if we can't
phk
1999-07-03
1
-3
/
+3
*
I'm tired of having a 'hanging root device'.. This isn't a "fix", just
peter
1999-06-26
1
-1
/
+4
*
Back out my previous change (phk didn't like it) in favour of setting
jb
1999-05-24
1
-8
/
+1
*
Make MFS_ROOT work again. MFS_ROOT means that rootdev is not set.
jb
1999-05-23
1
-2
/
+10
*
Remove the SLICE code.
sos
1998-09-14
1
-5
/
+1
*
Pass lists of possible root devices and their names up to the
bde
1998-06-09
1
-16
/
+28
*
Make the devfs SLICE option a standard type option.
julian
1998-04-20
1
-1
/
+2
*
Add changes and code to implement a functional DEVFS.
julian
1998-04-19
1
-2
/
+5
*
If the root mount fails from a device that is not the compatability slice
msmith
1998-03-11
1
-1
/
+13
*
Staticize.
eivind
1998-02-09
1
-2
/
+2
*
Make the BOOTP family new-style options (in opt_bootp.h)
eivind
1998-01-09
1
-1
/
+3
*
Cleanup my last patch here
julian
1997-12-01
1
-43
/
+32
*
Shift a few SYSINT() calls around.
julian
1997-11-25
1
-2
/
+24
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-3
/
+1
*
We are mounting the root.
julian
1997-10-16
1
-2
/
+2
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-1
/
+3
[next]