summaryrefslogtreecommitdiffstats
path: root/sys/ufs/mfs
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes.bde1997-08-021-5/+1
* Mount MFS read/write as in days of yore.jkh1997-04-281-1/+4
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Backed out rev.1.27, which broke unmounting of mfs and caused panicsbde1997-03-221-2/+2
* Supply the mount point given to mfs_mount when getting a vnode for themsmith1997-03-051-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-225-5/+5
* Make this compile after the Lite2 merge.mpp1997-02-101-2/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-104-31/+29
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-145-5/+5
* struct mfsnode bloated in size by 12 bytes, so reduce spare padding by 3 longs.hsu1996-11-041-2/+2
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-5/+13
* removed:phk1996-05-021-2/+2
* Removed bogus _BEGIN_DECLS/_END_DECLS.bde1996-05-011-10/+3
* Replace usage of buf->b_actf by queue.3 and buf->b_actphk1996-04-083-19/+21
* Staticize.phk1995-12-173-46/+50
* Included <sys/conf.h> and updated to indirect devswitches so thatbde1995-12-141-4/+6
* *hack alert*! :-) This adds an option to the MFS_ROOT code so that itpeter1995-12-141-1/+94
* Completed function declarations and/or added prototypes and/or #includesbde1995-12-031-1/+3
* After having put on my Asbestos suit, complete the MFS_ROOT part of Terry'speter1995-11-281-26/+27
* Attempt to solve the busy-buffers-on-shutdown caused by MFS once and for all.peter1995-11-281-4/+14
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-092-46/+46
* mfs_open could panic with false identification: panic("mfs_ioctl: ....peter1995-10-311-2/+2
* Declare vfs_mountroot() in the right place.bde1995-08-301-3/+1
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-282-97/+173
* Fixed mfs reboot panic by never returning failure from mfs_start().dg1995-08-201-6/+5
* Converted mountlist to a CIRCLEQ.dg1995-08-111-2/+2
* Mount MFS as root RW. Remounting doesn't make sense.phk1995-05-291-2/+1
* NFS diskless operation was broken because swapdev_vp wasn't initialized.dg1995-05-191-4/+4
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-2/+2
* Add a printf so we can see where we get our rootfs from.phk1995-04-251-1/+2
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
* Fixed bmap run-length brokeness.dg1995-02-031-1/+3
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-091-2/+1
* Removed unimplemented subr_rmap.c and unused references to it.dg1994-09-251-5/+1
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-212-2/+6
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemdg1994-09-121-81/+1
* Made idempotentpaul1994-08-213-3/+18
* Fix up some sloppy coding practices:wollman1994-08-181-2/+1
* Added $Id$dg1994-08-025-0/+5
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-252-0/+5
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-245-0/+922
OpenPOWER on IntegriCloud