summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_conf.c
Commit message (Expand)AuthorAgeFilesLines
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-2/+2
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-58/+1
* Fix panic when removing open device (found by bp@)phk2000-08-241-0/+20
* Make a trip to Pointy-Hats-R-Us and actually include the header thatmsmith2000-05-221-0/+2
* Split the logic ofgreen2000-03-201-11/+48
* Change the mountroot prompt to something that doesn't look at all like amsmith2000-02-171-1/+1
* Put on asbestos suit and put a splcam() around the 'Mounting root from..'peter1999-12-121-0/+3
* Scan cdevs for potential root devices, rather than bdevs.phk1999-12-081-6/+7
* Make BOOTP work again.dillon1999-11-291-1/+1
* Use the correct mounted-from path when allocating the root mount, if we knowmsmith1999-11-281-7/+7
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.phk1999-11-261-0/+4
* If vfs_mountroot_try() isn't given a path to try mounting, return a silentmsmith1999-11-211-1/+1
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-1/+1
* Ignore leading 'r' in base of root device name.phk1999-11-081-0/+2
* Clean up a couple of initialisations in order to suppress a correctmsmith1999-11-061-2/+4
* Guard against freeing NULL if vfs_mountroot_try is called with NULLmsmith1999-11-051-2/+4
* Expand the sscanf buffer to 32 bytes to make room for the expandedmsmith1999-11-051-1/+1
* Allow vfs names to include the digits 0-9 as well as the letters a-z.msmith1999-11-041-1/+1
* Re-implement the handing of RB_CDROM in a machine-independant fashion.msmith1999-11-041-0/+24
* Make MFS work with the new root filesystem search process.msmith1999-11-031-8/+10
* This is a complete rewrite of vfs_conf.c, which changes the way the rootmsmith1999-11-011-158/+270
* Fix BOOTP root FS mounts. Also cleanup vfs_getnewfsid() and collapsedillon1999-09-191-1/+21
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix warnings in last commit (dev_t is not an int, and not even intpeter1999-07-031-3/+3
* Be more informative and try to ask the user in some instances if we can'tphk1999-07-031-3/+3
* I'm tired of having a 'hanging root device'.. This isn't a "fix", justpeter1999-06-261-1/+4
* Back out my previous change (phk didn't like it) in favour of settingjb1999-05-241-8/+1
* Make MFS_ROOT work again. MFS_ROOT means that rootdev is not set.jb1999-05-231-2/+10
* Remove the SLICE code.sos1998-09-141-5/+1
* Pass lists of possible root devices and their names up to thebde1998-06-091-16/+28
* Make the devfs SLICE option a standard type option.julian1998-04-201-1/+2
* Add changes and code to implement a functional DEVFS.julian1998-04-191-2/+5
* If the root mount fails from a device that is not the compatability slicemsmith1998-03-111-1/+13
* Staticize.eivind1998-02-091-2/+2
* Make the BOOTP family new-style options (in opt_bootp.h)eivind1998-01-091-1/+3
* Cleanup my last patch herejulian1997-12-011-43/+32
* Shift a few SYSINT() calls around.julian1997-11-251-2/+24
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+1
* We are mounting the root.julian1997-10-161-2/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-45/+29
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Finished (?) cleaning up sysinit stuff.bde1995-12-021-7/+2
* Second batch of cleanup changes.phk1995-10-291-2/+1
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-4/+4
* Fix benign type mismatch in a sysinit function arg.bde1995-08-301-2/+2
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-5/+137
* Make a kernel sans FFS possible.phk1994-11-121-11/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-217/+1
OpenPOWER on IntegriCloud