| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 3 | -71/+7 |
* | vnops megacommit | phk | 1997-10-15 | 1 | -2/+11 |
* | Hmm, realign the vnops into two columns. | phk | 1997-10-15 | 1 | -8/+8 |
* | Stylistic overhaul of vnops tables. | phk | 1997-10-15 | 1 | -49/+43 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -2/+2 |
* | Distribute and statizice a lot of the malloc M_* types. | phk | 1997-10-11 | 1 | -1/+3 |
* | Use generic ufs_reclaim(). | phk | 1997-10-10 | 2 | -22/+10 |
* | Update for new buffer queue data structure. | gibbs | 1997-09-21 | 2 | -12/+12 |
* | Convert select -> poll. | peter | 1997-09-14 | 2 | -4/+10 |
* | Removed yet more vestiges of config-time swap configuration and/or | bde | 1997-09-07 | 1 | -6/+3 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -7/+1 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -5/+1 |
* | Mount MFS read/write as in days of yore. | jkh | 1997-04-28 | 1 | -1/+4 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Backed out rev.1.27, which broke unmounting of mfs and caused panics | bde | 1997-03-22 | 1 | -2/+2 |
* | Supply the mount point given to mfs_mount when getting a vnode for the | msmith | 1997-03-05 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 5 | -5/+5 |
* | Make this compile after the Lite2 merge. | mpp | 1997-02-10 | 1 | -2/+2 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 4 | -31/+29 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 5 | -5/+5 |
* | struct mfsnode bloated in size by 12 bytes, so reduce spare padding by 3 longs. | hsu | 1996-11-04 | 1 | -2/+2 |
* | Moved the fsnode MALLOC to before the call to getnewvnode() so that the | dg | 1996-06-12 | 1 | -5/+13 |
* | removed: | phk | 1996-05-02 | 1 | -2/+2 |
* | Removed bogus _BEGIN_DECLS/_END_DECLS. | bde | 1996-05-01 | 1 | -10/+3 |
* | Replace usage of buf->b_actf by queue.3 and buf->b_act | phk | 1996-04-08 | 3 | -19/+21 |
* | Staticize. | phk | 1995-12-17 | 3 | -46/+50 |
* | Included <sys/conf.h> and updated to indirect devswitches so that | bde | 1995-12-14 | 1 | -4/+6 |
* | *hack alert*! :-) This adds an option to the MFS_ROOT code so that it | peter | 1995-12-14 | 1 | -1/+94 |
* | Completed function declarations and/or added prototypes and/or #includes | bde | 1995-12-03 | 1 | -1/+3 |
* | After having put on my Asbestos suit, complete the MFS_ROOT part of Terry's | peter | 1995-11-28 | 1 | -26/+27 |
* | Attempt to solve the busy-buffers-on-shutdown caused by MFS once and for all. | peter | 1995-11-28 | 1 | -4/+14 |