summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mountroot.c
Commit message (Expand)AuthorAgeFilesLines
* Stop hiding errors that result in failure to mount /dev. Otherwise,trasz2016-05-121-5/+5
* sys/kern: spelling fixes in comments.pfg2016-04-291-1/+1
* Wait for root mount tokens before showing the root mount prompt.trasz2016-03-221-0/+3
* After r290196, the kernel won't wait for stuff like gmirror nodestrasz2015-10-301-0/+30
* Make root mount wait mechanism smarter, by making it wait only if the roottrasz2015-10-301-17/+50
* Replace /dev/acd0 with /dev/cd1ngie2015-10-171-3/+3
* Remove root_mount_wait(). It's not used anywhere.trasz2015-10-091-18/+0
* vfs_mountroot_shuffle() never returns non-zero.bdrewery2015-09-221-9/+5
* Kernel part of reroot support - a way to change rootfs without reboot.trasz2015-09-181-18/+29
* An error of -1 from parse_mount() indicates that the specificationmarcel2015-08-271-0/+5
* Make vfs_unmountall() unmount /dev after /, not before. The onlytrasz2015-08-241-0/+6
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., wekib2014-11-131-4/+6
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-3/+3
* Move root_mount_hold() functionality to separate mutex.mav2014-06-111-12/+15
* In sys/kern/vfs_mountroot.c, remove static function parse_isspace(),dim2013-12-251-7/+0
* In r243868, the error message buffer errmsg have been changed fromdelphij2013-09-091-1/+1
* Add a tunable for the default timeout.marcel2013-08-031-0/+1
* Changes to allow using BOOTP_NFSROOT and mounting an nfs root filesystemian2013-07-311-2/+2
* post mountroot event after a real/final root is mountedavg2013-03-231-2/+2
* Do not allocate buffer of the 255 bytes length on the stack.kib2012-12-041-3/+6
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-5/+2
* Fix found places where uio_resid is truncated to int.kib2012-02-211-3/+2
* replace uses of libkern gets with cngetsavg2011-12-171-2/+2
* Don't terminate the interactive root mount prompt on mount failure.marcel2011-10-231-20/+21
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* Make RB_CDROM work. This should probably check for a disc in cd1 and acd1nwhitehorn2011-01-081-2/+2
* Add support for asterisk characters when filling in the GELI passworded2010-11-141-1/+1
* ZFS pool name is not a real device in devfs. Do not wait forae2010-10-191-1/+2
* Re-implement the root mount logic using a recursive approach, whereby eachmarcel2010-10-181-326/+738
* Split the root mount logic from the (generic) mount code and movemarcel2010-10-021-0/+626
OpenPOWER on IntegriCloud