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_mountroot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the no-at variants of the kern_xx() syscall helpers. E.g., we
kib
2014-11-13
1
-4
/
+6
*
Follow up to r225617. In order to maximize the re-usability of kernel code
davide
2014-10-16
1
-3
/
+3
*
Move root_mount_hold() functionality to separate mutex.
mav
2014-06-11
1
-12
/
+15
*
In sys/kern/vfs_mountroot.c, remove static function parse_isspace(),
dim
2013-12-25
1
-7
/
+0
*
In r243868, the error message buffer errmsg have been changed from
delphij
2013-09-09
1
-1
/
+1
*
Add a tunable for the default timeout.
marcel
2013-08-03
1
-0
/
+1
*
Changes to allow using BOOTP_NFSROOT and mounting an nfs root filesystem
ian
2013-07-31
1
-2
/
+2
*
post mountroot event after a real/final root is mounted
avg
2013-03-23
1
-2
/
+2
*
Do not allocate buffer of the 255 bytes length on the stack.
kib
2012-12-04
1
-3
/
+6
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-5
/
+2
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
1
-3
/
+2
*
replace uses of libkern gets with cngets
avg
2011-12-17
1
-2
/
+2
*
Don't terminate the interactive root mount prompt on mount failure.
marcel
2011-10-23
1
-20
/
+21
*
Include sys/sbuf.h directly.
ae
2011-07-11
1
-0
/
+1
*
Make RB_CDROM work. This should probably check for a disc in cd1 and acd1
nwhitehorn
2011-01-08
1
-2
/
+2
*
Add support for asterisk characters when filling in the GELI password
ed
2010-11-14
1
-1
/
+1
*
ZFS pool name is not a real device in devfs. Do not wait for
ae
2010-10-19
1
-1
/
+2
*
Re-implement the root mount logic using a recursive approach, whereby each
marcel
2010-10-18
1
-326
/
+738
*
Split the root mount logic from the (generic) mount code and move
marcel
2010-10-02
1
-0
/
+626