| Commit message (Expand) | Author | Age | Files | Lines |
* | Now a dev_t is a pointer to struct specinfo which is shared by all specdev | phk | 1999-07-20 | 1 | -3/+26 |
* | I have not one single time remembered the name of this function correctly | phk | 1999-07-17 | 1 | -2/+2 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -2/+3 |
* | - Back out Luoqi's cdevsw stuff. It panics on my system and is not required. | jb | 1999-05-24 | 1 | -7/+10 |
* | Legally acquire a major number for mfs. | luoqi | 1999-05-14 | 1 | -2/+7 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -2/+2 |
* | Fixed disordering in previous 2 commits. | bde | 1999-05-11 | 1 | -3/+3 |
* | Move the mfs_getimage() prototype to mfs_extern.h duplicating it | peter | 1999-05-10 | 2 | -4/+3 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 1 | -1/+4 |
* | Change type of a variable from u_int to size_t, so that pointer to it may be | dt | 1999-04-21 | 1 | -2/+2 |
* | Correct typo in panic message | eivind | 1999-04-11 | 1 | -2/+2 |
* | Hold the mfs process's upages in-core with PHOLD rather than P_NOSWAP. | peter | 1999-04-06 | 1 | -3/+3 |
* | There's not much point in the EXPORTMFS #ifdef. I've had this sitting | peter | 1999-04-05 | 1 | -3/+1 |
* | Stop the mfs from trying to swap out crucial bits of the mfs | julian | 1999-03-12 | 1 | -7/+7 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 2 | -7/+7 |
* | Remove unintended trigraph sequences in comments for -Wall | dillon | 1999-01-27 | 1 | -2/+2 |
* | Added support for VOP_FREEBLKS(), reducing MFS's impact on swap and | dillon | 1999-01-21 | 1 | -1/+1 |
* | Access to mfsp->buf_queue must be protected at splbio(). Other minor | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 3 | -17/+130 |
* | The mount_mfs process that stays in a supervisor context handling MFS | dillon | 1999-01-01 | 1 | -1/+11 |
* | Remove unused file. It seems to have been a vestige of when mfs did its | bde | 1998-12-20 | 1 | -43/+0 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+2 |
* | "fix" a warning | peter | 1998-10-12 | 1 | -3/+2 |
* | Allow more flexible use of MFS root. | jkh | 1998-10-10 | 1 | -12/+10 |
* | MODINFO_ADDR has real addresses now, remove the manual relocation based | peter | 1998-10-09 | 1 | -10/+5 |
* | Add some evil temporary phys-to-kern translation for mfs. | jkh | 1998-10-09 | 1 | -3/+11 |
* | include proper header for Mike's new stuff. | jkh | 1998-10-09 | 1 | -1/+2 |
* | Allow the module area to be used in order to find the MFS image | jkh | 1998-10-08 | 1 | -96/+28 |
* | Remove the SLICE code. | sos | 1998-09-14 | 1 | -9/+1 |
* | Removed statically configured mount type numbers (MOUNT_*) and all | bde | 1998-09-07 | 1 | -2/+2 |
* | Make MFS do the default on VOP_FREEBLKS(). | phk | 1998-09-07 | 1 | -1/+2 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -3/+3 |
* | VOP_STRATEGY grows an (struct vnode *) argument | julian | 1998-07-04 | 1 | -1/+2 |
* | Submitted by: abial@nask.pl | julian | 1998-05-11 | 1 | -1/+10 |
* | As described by the submitter: | msmith | 1998-05-06 | 1 | -2/+1 |
* | The intent is to get rid of WILLRELE in vnode_if.src by making | msmith | 1998-03-01 | 1 | -1/+2 |
* | Fix a panic resulting from executing off an MFS image. This corrects the | msmith | 1998-02-16 | 1 | -2/+12 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | Forward declare some structs so that this file is more self-sufficient. | bde | 1998-02-03 | 1 | -1/+3 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | Removed unused #includes again. They thrashed when mfs_reclaim thrashed | bde | 1998-01-01 | 1 | -4/+1 |
* | Reviewed by: various. | julian | 1997-11-12 | 1 | -2/+2 |
* | Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h. | tegge | 1997-11-01 | 2 | -4/+6 |
* | Bring back mfs_reclaim(), which is used to reclaim the master vnode in MFS. | tegge | 1997-11-01 | 2 | -4/+24 |
* | Removed unused #includes. The need for most of them went away with | bde | 1997-10-27 | 1 | -7/+4 |
* | VFS interior redecoration. | phk | 1997-10-26 | 1 | -1/+2 |
* | I belive this fixes MFS after I broke it. | phk | 1997-10-20 | 1 | -6/+14 |
* | This might fix the mfs_badop problem left over with the cool VFS fixes. | dyson | 1997-10-19 | 1 | -2/+2 |
* | VFS clean up "hekto commit" | phk | 1997-10-16 | 1 | -4/+1 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 1 | -22/+1 |