summaryrefslogtreecommitdiffstats
path: root/sys/ufs/mfs
Commit message (Expand)AuthorAgeFilesLines
...
* "fix" a warningpeter1998-10-121-3/+2
* Allow more flexible use of MFS root.jkh1998-10-101-12/+10
* MODINFO_ADDR has real addresses now, remove the manual relocation basedpeter1998-10-091-10/+5
* Add some evil temporary phys-to-kern translation for mfs.jkh1998-10-091-3/+11
* include proper header for Mike's new stuff.jkh1998-10-091-1/+2
* Allow the module area to be used in order to find the MFS imagejkh1998-10-081-96/+28
* Remove the SLICE code.sos1998-09-141-9/+1
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* Make MFS do the default on VOP_FREEBLKS().phk1998-09-071-1/+2
* Fixed printf format errors.bde1998-07-111-3/+3
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-1/+2
* Submitted by: abial@nask.pljulian1998-05-111-1/+10
* As described by the submitter:msmith1998-05-061-2/+1
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+2
* Fix a panic resulting from executing off an MFS image. This corrects themsmith1998-02-161-2/+12
* Staticize.eivind1998-02-091-2/+2
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-1/+3
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Removed unused #includes again. They thrashed when mfs_reclaim thrashedbde1998-01-011-4/+1
* Reviewed by: various.julian1997-11-121-2/+2
* Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h.tegge1997-11-012-4/+6
* Bring back mfs_reclaim(), which is used to reclaim the master vnode in MFS.tegge1997-11-012-4/+24
* Removed unused #includes. The need for most of them went away withbde1997-10-271-7/+4
* VFS interior redecoration.phk1997-10-261-1/+2
* I belive this fixes MFS after I broke it.phk1997-10-201-6/+14
* This might fix the mfs_badop problem left over with the cool VFS fixes.dyson1997-10-191-2/+2
* VFS clean up "hekto commit"phk1997-10-161-4/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-22/+1
* VFS mega cleanup commit (x/N)phk1997-10-163-71/+7
* vnops megacommitphk1997-10-151-2/+11
* Hmm, realign the vnops into two columns.phk1997-10-151-8/+8
* Stylistic overhaul of vnops tables.phk1997-10-151-49/+43
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Use generic ufs_reclaim().phk1997-10-102-22/+10
* Update for new buffer queue data structure.gibbs1997-09-212-12/+12
* Convert select -> poll.peter1997-09-142-4/+10
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-071-6/+3
* Removed unused #includes.bde1997-09-021-7/+1
* 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
OpenPOWER on IntegriCloud