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_conf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-45
/
+29
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Finished (?) cleaning up sysinit stuff.
bde
1995-12-02
1
-7
/
+2
*
Second batch of cleanup changes.
phk
1995-10-29
1
-2
/
+1
*
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
dg
1995-09-09
1
-4
/
+4
*
Fix benign type mismatch in a sysinit function arg.
bde
1995-08-30
1
-2
/
+2
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
1
-5
/
+137
*
Make a kernel sans FFS possible.
phk
1994-11-12
1
-11
/
+2
*
Implemented loadable VFS modules, and made most existing filesystems
wollman
1994-09-21
1
-217
/
+1
*
Added msdosfs.
dfr
1994-09-19
1
-2
/
+13
*
Implemented filesystem clean bit via:
dg
1994-08-20
1
-5
/
+1
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
[next]