summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* - Use standard locking functions in syncer's opvJeff Roberson2002-07-091-3/+3
* Add a VFS_START() call in vfs_mountroot_try() for the sakeMaxime Henrion2002-07-081-1/+2
* Include systm.h before vnode.h so Debugger() and printf() are available whenJeff Roberson2002-07-051-1/+1
* Move vfs_rootmountalloc() in vfs_mount.c and remove lite2_vfs_mountroot()Maxime Henrion2002-07-031-0/+44
* Remove an unused argument in vfs_mountroot().Maxime Henrion2002-07-031-1/+1
* I didn't pay enough attention when copy/pasting disclaimers.Maxime Henrion2002-07-021-2/+2
* Move every code related to mount(2) in a new file, vfs_mount.c.Maxime Henrion2002-07-021-37/+1213
* Rework the kernel environment subsystem. We now convert the staticMaxime Henrion2002-04-171-3/+8
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyPoul-Henning Kamp2002-03-311-0/+1
* Move the mount of the root filesystem to happen in the init process beforePoul-Henning Kamp2002-03-081-5/+2
* Document all functions, global and static variables, and sysctls.Eivind Eklund2002-03-051-0/+8
* Remove the use of _PATH_DEV in the example.David E. O'Brien2001-11-241-2/+2
* We only have slices on i386 and IA-64.David E. O'Brien2001-11-201-1/+5
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+7
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Reviewed by: jlemonAdrian Chadd2001-03-011-0/+8
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-2/+2
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-021-58/+1
* Fix panic when removing open device (found by bp@)Poul-Henning Kamp2000-08-241-0/+20
* Make a trip to Pointy-Hats-R-Us and actually include the header thatMike Smith2000-05-221-0/+2
* Split the logic ofBrian Feldman2000-03-201-11/+48
* Change the mountroot prompt to something that doesn't look at all like aMike Smith2000-02-171-1/+1
* Put on asbestos suit and put a splcam() around the 'Mounting root from..'Peter Wemm1999-12-121-0/+3
* Scan cdevs for potential root devices, rather than bdevs.Poul-Henning Kamp1999-12-081-6/+7
* Make BOOTP work again.Matthew Dillon1999-11-291-1/+1
* Use the correct mounted-from path when allocating the root mount, if we knowMike Smith1999-11-281-7/+7
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.Poul-Henning Kamp1999-11-261-0/+4
* If vfs_mountroot_try() isn't given a path to try mounting, return a silentMike Smith1999-11-211-1/+1
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-1/+1
* Ignore leading 'r' in base of root device name.Poul-Henning Kamp1999-11-081-0/+2
* Clean up a couple of initialisations in order to suppress a correctMike Smith1999-11-061-2/+4
* Guard against freeing NULL if vfs_mountroot_try is called with NULLMike Smith1999-11-051-2/+4
* Expand the sscanf buffer to 32 bytes to make room for the expandedMike Smith1999-11-051-1/+1
* Allow vfs names to include the digits 0-9 as well as the letters a-z.Mike Smith1999-11-041-1/+1
* Re-implement the handing of RB_CDROM in a machine-independant fashion.Mike Smith1999-11-041-0/+24
* Make MFS work with the new root filesystem search process.Mike Smith1999-11-031-8/+10
* This is a complete rewrite of vfs_conf.c, which changes the way the rootMike Smith1999-11-011-158/+270
* Fix BOOTP root FS mounts. Also cleanup vfs_getnewfsid() and collapseMatthew Dillon1999-09-191-1/+21
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix warnings in last commit (dev_t is not an int, and not even intPeter Wemm1999-07-031-3/+3
* Be more informative and try to ask the user in some instances if we can'tPoul-Henning Kamp1999-07-031-3/+3
* I'm tired of having a 'hanging root device'.. This isn't a "fix", justPeter Wemm1999-06-261-1/+4
* Back out my previous change (phk didn't like it) in favour of settingJohn Birrell1999-05-241-8/+1
* Make MFS_ROOT work again. MFS_ROOT means that rootdev is not set.John Birrell1999-05-231-2/+10
* Remove the SLICE code.Søren Schmidt1998-09-141-5/+1