| Commit message (Expand) | Author | Age | Files | Lines |
| * | Seperate the export check in VFS_FHTOVP, exports are now checked via | Alfred Perlstein | 1999-09-11 | 1 | -7/+5 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
| * | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | Poul-Henning Kamp | 1999-08-25 | 1 | -5/+1 |
| * | Oops, the previous commit was missing a new include. | Bruce Evans | 1999-08-23 | 1 | -0/+1 |
| * | Initialise fsids with (user) device numbers again. Bitrot when dev_t's | Bruce Evans | 1999-08-23 | 1 | -1/+1 |
| * | Use devtoname() to print dev_t's instead of casting them to long or u_long | Bruce Evans | 1999-08-23 | 1 | -2/+2 |
| * | The bdevsw() and cdevsw() are now identical, so kill the former. | Poul-Henning Kamp | 1999-08-13 | 2 | -11/+11 |
| * | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | Poul-Henning Kamp | 1999-08-08 | 2 | -4/+1 |
| * | Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads. | Bruce Evans | 1999-07-25 | 1 | -2/+4 |
| * | Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has | Kirk McKusick | 1999-07-13 | 1 | -1/+2 |
| * | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | Kirk McKusick | 1999-06-26 | 2 | -3/+2 |
| * | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | Kirk McKusick | 1999-06-16 | 1 | -4/+4 |
| * | Simplify cdevsw registration. | Poul-Henning Kamp | 1999-05-31 | 1 | -2/+1 |
| * | Fixed printing of a dev_t in a panic message. Fixed the function name | Bruce Evans | 1999-05-13 | 1 | -2/+2 |
| * | I got tired of seeing all the cdevsw[major(foo)] all over the place. | Poul-Henning Kamp | 1999-05-08 | 2 | -11/+11 |
| * | Continue where Julian left off in July 1998: | Poul-Henning Kamp | 1999-05-07 | 2 | -11/+11 |
| * | The VFS/BIO subsystem contained a number of hacks in order to optimize | Alan Cox | 1999-05-02 | 1 | -1/+2 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 1 | -1/+1 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -1/+1 |
| * | Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite including | Bruce Evans | 1999-03-06 | 1 | -1/+2 |
| * | Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename that | Warner Losh | 1999-03-02 | 1 | -0/+5 |
| * | Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>). | Bruce Evans | 1999-02-25 | 1 | -0/+1 |
| * | Fixed parenthesization botch in previous commit. Async update of inodes | Bruce Evans | 1999-01-29 | 1 | -1/+1 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-28 | 1 | -2/+2 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -2/+2 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 9 | -62/+62 |
| * | Avoid warning for unused variable. | Eivind Eklund | 1999-01-11 | 1 | -2/+2 |
| * | Don't pass unused unused timestamp args to UFS_UPDATE() or waste | Bruce Evans | 1999-01-07 | 6 | -41/+21 |
| * | UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the value | Bruce Evans | 1999-01-06 | 1 | -1/+1 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 2 | -3/+5 |
| * | Fixed a misspelling of boolean true as MNT_WAIT. | Bruce Evans | 1998-11-15 | 1 | -1/+1 |
| * | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | Peter Wemm | 1998-10-31 | 3 | -7/+6 |
| * | error return assignment was less than ideal. Fix the part that caused | Peter Wemm | 1998-10-29 | 1 | -2/+2 |
| * | Use vtruncbuf() to clean out cached blocks on a file shorten rather than | Peter Wemm | 1998-10-29 | 1 | -3/+4 |
| * | Oops, the redundant tests for major numbers weren't redundant here. | Bruce Evans | 1998-10-27 | 1 | -2/+3 |
| * | Removed redundant bitrotted checks for major numbers instead of updating | Bruce Evans | 1998-10-26 | 1 | -4/+2 |
| * | Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted | Bruce Evans | 1998-10-25 | 1 | -1/+2 |
| * | Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs, | Bruce Evans | 1998-10-13 | 4 | -8/+8 |
| * | Quick fix for not being able to sync all the buffers in boot() if | Bruce Evans | 1998-10-03 | 2 | -8/+10 |
| * | Fixed initialization of new inodes. ext2fs doesn't clear inodes when | Bruce Evans | 1998-09-29 | 1 | -1/+3 |
| * | Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZY | Bruce Evans | 1998-09-26 | 1 | -42/+63 |
| * | Fixed missing newlines in messages in ext2_check_descriptors(). | Bruce Evans | 1998-09-26 | 1 | -8/+12 |
| * | Fixed clean flag handling: | Bruce Evans | 1998-09-26 | 2 | -10/+36 |
| * | Fixed the usual missing permissions checks in mount(). As for cd9660, | Bruce Evans | 1998-09-09 | 1 | -1/+35 |
| * | Don't forget to initialize the inode lock. This bug caused | Bruce Evans | 1998-09-09 | 1 | -0/+1 |
| * | Support compiling with `gcc -pedantic' (don't use hard newlines in | Bruce Evans | 1998-09-09 | 1 | -19/+20 |
| * | Removed statically configured mount type numbers (MOUNT_*) and all | Bruce Evans | 1998-09-07 | 1 | -3/+3 |
| * | Quick fix for breakage of read clustering on non-IDE drives. Read | Bruce Evans | 1998-08-18 | 1 | -2/+2 |
| * | "The releaseing of the reference and lock is not temporary and belongs | Mike Smith | 1998-08-12 | 1 | -1/+0 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-30 | 1 | -2/+2 |