| Commit message (Expand) | Author | Age | Files | Lines |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 1 | -1/+1 |
* | Fix __asm__ clobber list abuse. | obrien | 1999-11-15 | 1 | -3/+5 |
* | Remove WILLRELE from VOP_SYMLINK | eivind | 1999-11-13 | 1 | -1/+2 |
* | Remove WILLRELE from VOP_RENAME | eivind | 1999-11-12 | 1 | -2/+7 |
* | Next step in the device cleanup process. | phk | 1999-11-09 | 1 | -1/+4 |
* | Quick fix for breakage of ext2fs link counts as reported by stat(2) by | bde | 1999-11-03 | 1 | -0/+1 |
* | Newline-terminate the complaint message about not being able to find | msmith | 1999-11-01 | 1 | -1/+1 |
* | Remove the D_NOCLUSTER[RW] options which were added because vn had | phk | 1999-09-30 | 1 | -14/+0 |
* | Remove v_maxio from struct vnode. | phk | 1999-09-29 | 1 | -2/+1 |
* | More removals of vnode->v_lastr, replaced by preexisting seqcount | dillon | 1999-09-20 | 1 | -2/+3 |
* | Fix a harmless bug I introduced, simplify a bit more while here. | phk | 1999-09-20 | 1 | -6/+4 |
* | Step one of replacing devsw->d_maxio with si_bsize_max. | phk | 1999-09-20 | 1 | -35/+4 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -7/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | phk | 1999-08-25 | 1 | -5/+1 |
* | Oops, the previous commit was missing a new include. | bde | 1999-08-23 | 1 | -0/+1 |
* | Initialise fsids with (user) device numbers again. Bitrot when dev_t's | bde | 1999-08-23 | 1 | -1/+1 |
* | Use devtoname() to print dev_t's instead of casting them to long or u_long | bde | 1999-08-23 | 1 | -2/+2 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 2 | -11/+11 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 2 | -4/+1 |
* | Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads. | bde | 1999-07-25 | 1 | -2/+4 |
* | Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has | mckusick | 1999-07-13 | 1 | -1/+2 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 2 | -3/+2 |
* | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | mckusick | 1999-06-16 | 1 | -4/+4 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -2/+1 |
* | Fixed printing of a dev_t in a panic message. Fixed the function name | bde | 1999-05-13 | 1 | -2/+2 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 2 | -11/+11 |
* | Continue where Julian left off in July 1998: | phk | 1999-05-07 | 2 | -11/+11 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 1 | -1/+2 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -1/+1 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -1/+1 |
* | Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite including | bde | 1999-03-06 | 1 | -1/+2 |
* | Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename that | imp | 1999-03-02 | 1 | -0/+5 |
* | Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>). | bde | 1999-02-25 | 1 | -0/+1 |
* | Fixed parenthesization botch in previous commit. Async update of inodes | bde | 1999-01-29 | 1 | -1/+1 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 9 | -62/+62 |
* | Avoid warning for unused variable. | eivind | 1999-01-11 | 1 | -2/+2 |
* | Don't pass unused unused timestamp args to UFS_UPDATE() or waste | bde | 1999-01-07 | 6 | -41/+21 |
* | UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the value | bde | 1999-01-06 | 1 | -1/+1 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 2 | -3/+5 |
* | Fixed a misspelling of boolean true as MNT_WAIT. | bde | 1998-11-15 | 1 | -1/+1 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 3 | -7/+6 |
* | error return assignment was less than ideal. Fix the part that caused | peter | 1998-10-29 | 1 | -2/+2 |
* | Use vtruncbuf() to clean out cached blocks on a file shorten rather than | peter | 1998-10-29 | 1 | -3/+4 |
* | Oops, the redundant tests for major numbers weren't redundant here. | bde | 1998-10-27 | 1 | -2/+3 |
* | Removed redundant bitrotted checks for major numbers instead of updating | bde | 1998-10-26 | 1 | -4/+2 |
* | Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted | bde | 1998-10-25 | 1 | -1/+2 |
* | Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs, | bde | 1998-10-13 | 4 | -8/+8 |