| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove MFS from the kernel. | phk | 2001-05-29 | 1 | -413/+0 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Move the netexport structure from the fs-specific mountstructure | phk | 2001-04-25 | 1 | -2/+2 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | o Enable UFS-based extended attribute support on MFS. Note that this change | rwatson | 2001-03-19 | 1 | -0/+5 |
* | Protect SIGDELSET of p_siglist with the proc lock. | jhb | 2001-03-07 | 1 | -1/+4 |
* | Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c) | phk | 2000-08-20 | 1 | -1/+2 |
* | This patch corrects the first round of panics and hangs reported | mckusick | 2000-07-24 | 1 | -1/+1 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Convert the magic MFS device to a VCHR. | phk | 2000-04-22 | 1 | -1/+1 |
* | Introduce extended attribute support for FFS, allowing arbitrary | rwatson | 2000-04-15 | 1 | -0/+1 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -0/+2 |
* | Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation. | phk | 1999-11-26 | 1 | -121/+0 |
* | Fix a warning (unused static declaration without MFS_ROOT) | peter | 1999-11-18 | 1 | -0/+2 |
* | Make MFS work with the new root filesystem search process. | msmith | 1999-11-03 | 1 | -14/+30 |
* | Newline-terminate the complaint message about not being able to find | msmith | 1999-11-01 | 1 | -1/+1 |
* | sigset_t change (part 2 of 5) | marcel | 1999-09-29 | 1 | -3/+6 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | Step one of replacing devsw->d_maxio with si_bsize_max. | phk | 1999-09-20 | 1 | -2/+2 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -0/+1 |
* | Changes to centralise the default blocksize behaviour. | julian | 1999-09-09 | 1 | -2/+2 |
* | Revert a bunch of contraversial changes by PHK. After | julian | 1999-09-03 | 1 | -0/+2 |
* | Make bdev userland access work like cdev userland access unless | phk | 1999-08-30 | 1 | -2/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Simplify the handling of VCHR and VBLK vnodes using the new dev_t: | phk | 1999-08-26 | 1 | -3/+2 |
* | Initialize the si_bsize fields for the MFS bogodevices. | phk | 1999-08-24 | 1 | -2/+13 |
* | 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 |
* | - 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 |
* | Move the mfs_getimage() prototype to mfs_extern.h duplicating it | peter | 1999-05-10 | 1 | -3/+1 |
* | 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 |
* | 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 | 1 | -4/+4 |
* | 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 | 1 | -5/+17 |
* | The mount_mfs process that stays in a supervisor context handling MFS | dillon | 1999-01-01 | 1 | -1/+11 |
* | 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 |