| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed null pointer panics which I introduced in rev.1.86. Vnodes | Bruce Evans | 1998-12-24 | 1 | -7/+19 |
| * | Remove unused file. It seems to have been a vestige of when mfs did its | Bruce Evans | 1998-12-20 | 1 | -43/+0 |
| * | In ufs_setattr(), if only one of va_atime or va_mtime are != VNOVAL, then | Doug Rabson | 1998-12-20 | 1 | -3/+3 |
| * | Add comments to code that I was trying to understand. | Julian Elischer | 1998-12-15 | 1 | -5/+107 |
| * | Fix -Wuninitialized warning regarding zero-length var-args ctl element. | Matthew Dillon | 1998-12-14 | 1 | -2/+2 |
| * | Remove some compiler warnings. | Julian Elischer | 1998-12-10 | 1 | -9/+6 |
| * | Make compare correct with unsigned types. (Problem introduced by Lite/2). | Eivind Eklund | 1998-12-09 | 1 | -3/+3 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -2/+2 |
| * | Don't use the strange null pointer constant `(ufs_daddr_t)0' in a call | Bruce Evans | 1998-11-29 | 1 | -3/+3 |
| * | Restored the "reallocblks" code to its former glory. What this does is | David Greenman | 1998-11-13 | 1 | -14/+4 |
| * | add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() | Peter Wemm | 1998-11-10 | 3 | -3/+6 |
| * | Change dirty block list handling to use TAILQ macros. | Peter Wemm | 1998-10-31 | 1 | -8/+8 |
| * | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | Peter Wemm | 1998-10-31 | 3 | -8/+9 |
| * | Clarify a rather ambiguous debugging message. | Jordan K. Hubbard | 1998-10-28 | 1 | -2/+2 |
| * | Oops, the redundant tests for major numbers weren't redundant here. | Bruce Evans | 1998-10-27 | 2 | -9/+8 |
| * | 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 | -4/+5 |
| * | Nitpicking and dusting performed on a train. Removes trivial warnings | Poul-Henning Kamp | 1998-10-25 | 2 | -6/+4 |
| * | Use only the correct raw partition for writing labels. Don't use the | Bruce Evans | 1998-10-17 | 1 | -9/+4 |
| * | fixup for alpha. | Jordan K. Hubbard | 1998-10-16 | 1 | -1/+4 |
| * | Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs, | Bruce Evans | 1998-10-13 | 1 | -2/+2 |
| * | "fix" a warning | Peter Wemm | 1998-10-12 | 1 | -3/+2 |
| * | Allow more flexible use of MFS root. | Jordan K. Hubbard | 1998-10-10 | 1 | -12/+10 |
| * | MODINFO_ADDR has real addresses now, remove the manual relocation based | Peter Wemm | 1998-10-09 | 1 | -10/+5 |
| * | Add some evil temporary phys-to-kern translation for mfs. | Jordan K. Hubbard | 1998-10-09 | 1 | -3/+11 |
| * | include proper header for Mike's new stuff. | Jordan K. Hubbard | 1998-10-09 | 1 | -1/+2 |
| * | Allow the module area to be used in order to find the MFS image | Jordan K. Hubbard | 1998-10-08 | 1 | -96/+28 |
| * | Use vm_page_xxx() inline functions to manipulate vm_page::flags, vm_page::busy. | Luoqi Chen | 1998-10-07 | 1 | -6/+6 |
| * | Fix 'noatime' bug that was unrelated to use of noatime. | Nate Williams | 1998-10-03 | 1 | -1/+10 |
| * | Do not allow a mounted on directory to be rmdir'ed. This removal can | Kirk McKusick | 1998-09-30 | 1 | -2/+8 |
| * | Fixed clean flag handling: | Bruce Evans | 1998-09-26 | 1 | -23/+33 |
| * | Eliminate a race in VOP_FSYNC() when softupdates is enabled. | Luoqi Chen | 1998-09-24 | 2 | -7/+4 |
| * | Restore pre-v1.44 behavior: always copy modified in-core inode to disk | Luoqi Chen | 1998-09-15 | 1 | -3/+5 |
| * | When a buffer is removed from a buffer queue, remember it's block number | Justin T. Gibbs | 1998-09-15 | 1 | -26/+52 |
| * | Remove the SLICE code. | Søren Schmidt | 1998-09-14 | 2 | -22/+2 |
| * | Don't dereference an uninitialized pointer in dead code. The dead | Bruce Evans | 1998-09-12 | 1 | -2/+2 |
| * | Removed statically configured mount type numbers (MOUNT_*) and all | Bruce Evans | 1998-09-07 | 2 | -4/+4 |
| * | Put the zombie ffs sysctl node in "notyet" state together with its few | Bruce Evans | 1998-09-07 | 3 | -7/+5 |
| * | Make MFS do the default on VOP_FREEBLKS(). | Poul-Henning Kamp | 1998-09-07 | 1 | -1/+2 |
| * | Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform | Poul-Henning Kamp | 1998-09-05 | 1 | -1/+2 |
| * | Quick fix for breakage of read clustering on non-IDE drives. Read | Bruce Evans | 1998-08-18 | 1 | -2/+2 |
| * | Removed unused includes. | Bruce Evans | 1998-08-17 | 2 | -5/+4 |
| * | "The releaseing of the reference and lock is not temporary and belongs | Mike Smith | 1998-08-12 | 1 | -2/+1 |
| * | Handle the case of moving a directory onto the top of a sibling's | Julian Elischer | 1998-08-12 | 2 | -5/+31 |
| * | Used daddr_t's, not ints, to store disk block numbers. Updated printf | Bruce Evans | 1998-07-28 | 1 | -9/+11 |
| * | Made lazy syncing of timestamps for special files non-optional. | Bruce Evans | 1998-07-27 | 1 | -3/+1 |
| * | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | Bruce Evans | 1998-07-15 | 1 | -2/+2 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-11 | 4 | -28/+31 |
| * | Add code missed in the initial Soft updates integration. | Julian Elischer | 1998-07-10 | 1 | -1/+16 |
| * | Don't update superblock if mounted readonly, | Julian Elischer | 1998-07-08 | 1 | -8/+15 |