| Commit message (Expand) | Author | Age | Files | Lines |
| * | struct mountlist and struct mount.mnt_list have no business being | Poul-Henning Kamp | 1999-11-20 | 1 | -1/+1 |
| * | Fix __asm__ clobber list abuse. | David E. O'Brien | 1999-11-15 | 1 | -3/+5 |
| * | Remove WILLRELE from VOP_SYMLINK | Eivind Eklund | 1999-11-13 | 1 | -1/+2 |
| * | Remove WILLRELE from VOP_RENAME | Eivind Eklund | 1999-11-12 | 1 | -2/+7 |
| * | Next step in the device cleanup process. | Poul-Henning Kamp | 1999-11-09 | 1 | -1/+4 |
| * | Quick fix for breakage of ext2fs link counts as reported by stat(2) by | Bruce Evans | 1999-11-03 | 1 | -0/+1 |
| * | Newline-terminate the complaint message about not being able to find | Mike Smith | 1999-11-01 | 1 | -1/+1 |
| * | Remove the D_NOCLUSTER[RW] options which were added because vn had | Poul-Henning Kamp | 1999-09-30 | 1 | -14/+0 |
| * | Remove v_maxio from struct vnode. | Poul-Henning Kamp | 1999-09-29 | 1 | -2/+1 |
| * | More removals of vnode->v_lastr, replaced by preexisting seqcount | Matthew Dillon | 1999-09-20 | 1 | -2/+3 |
| * | Fix a harmless bug I introduced, simplify a bit more while here. | Poul-Henning Kamp | 1999-09-20 | 1 | -6/+4 |
| * | Step one of replacing devsw->d_maxio with si_bsize_max. | Poul-Henning Kamp | 1999-09-20 | 1 | -35/+4 |
| * | 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 | 4 | -4/+4 |
| * | 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 |
| * | Divorce "dev_t" from the "major|minor" bitmap, which is now called | Poul-Henning Kamp | 1999-05-11 | 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 |
| * | Ifdefed conditionally used simplock variables. | Bruce Evans | 1999-01-02 | 1 | -1/+3 |
| * | 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 |
| * | add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() | Peter Wemm | 1998-11-10 | 1 | -1/+2 |
| * | 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 |