| Commit message (Expand) | Author | Age | Files | Lines |
* | add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() | peter | 1998-11-10 | 3 | -3/+6 |
* | Change dirty block list handling to use TAILQ macros. | peter | 1998-10-31 | 1 | -8/+8 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 3 | -8/+9 |
* | Clarify a rather ambiguous debugging message. | jkh | 1998-10-28 | 1 | -2/+2 |
* | Oops, the redundant tests for major numbers weren't redundant here. | bde | 1998-10-27 | 2 | -9/+8 |
* | 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 | -4/+5 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 2 | -6/+4 |
* | Use only the correct raw partition for writing labels. Don't use the | bde | 1998-10-17 | 1 | -9/+4 |
* | fixup for alpha. | jkh | 1998-10-16 | 1 | -1/+4 |
* | Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs, | bde | 1998-10-13 | 1 | -2/+2 |
* | "fix" a warning | peter | 1998-10-12 | 1 | -3/+2 |
* | Allow more flexible use of MFS root. | jkh | 1998-10-10 | 1 | -12/+10 |
* | MODINFO_ADDR has real addresses now, remove the manual relocation based | peter | 1998-10-09 | 1 | -10/+5 |
* | Add some evil temporary phys-to-kern translation for mfs. | jkh | 1998-10-09 | 1 | -3/+11 |
* | include proper header for Mike's new stuff. | jkh | 1998-10-09 | 1 | -1/+2 |
* | Allow the module area to be used in order to find the MFS image | jkh | 1998-10-08 | 1 | -96/+28 |
* | Use vm_page_xxx() inline functions to manipulate vm_page::flags, vm_page::busy. | luoqi | 1998-10-07 | 1 | -6/+6 |
* | Fix 'noatime' bug that was unrelated to use of noatime. | nate | 1998-10-03 | 1 | -1/+10 |
* | Do not allow a mounted on directory to be rmdir'ed. This removal can | mckusick | 1998-09-30 | 1 | -2/+8 |
* | Fixed clean flag handling: | bde | 1998-09-26 | 1 | -23/+33 |
* | Eliminate a race in VOP_FSYNC() when softupdates is enabled. | luoqi | 1998-09-24 | 2 | -7/+4 |
* | Restore pre-v1.44 behavior: always copy modified in-core inode to disk | luoqi | 1998-09-15 | 1 | -3/+5 |
* | When a buffer is removed from a buffer queue, remember it's block number | gibbs | 1998-09-15 | 1 | -26/+52 |
* | Remove the SLICE code. | sos | 1998-09-14 | 2 | -22/+2 |
* | Don't dereference an uninitialized pointer in dead code. The dead | bde | 1998-09-12 | 1 | -2/+2 |
* | Removed statically configured mount type numbers (MOUNT_*) and all | bde | 1998-09-07 | 2 | -4/+4 |
* | Put the zombie ffs sysctl node in "notyet" state together with its few | bde | 1998-09-07 | 3 | -7/+5 |
* | Make MFS do the default on VOP_FREEBLKS(). | phk | 1998-09-07 | 1 | -1/+2 |
* | Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform | phk | 1998-09-05 | 1 | -1/+2 |
* | Quick fix for breakage of read clustering on non-IDE drives. Read | bde | 1998-08-18 | 1 | -2/+2 |
* | Removed unused includes. | bde | 1998-08-17 | 2 | -5/+4 |
* | "The releaseing of the reference and lock is not temporary and belongs | msmith | 1998-08-12 | 1 | -2/+1 |
* | Handle the case of moving a directory onto the top of a sibling's | julian | 1998-08-12 | 2 | -5/+31 |
* | Used daddr_t's, not ints, to store disk block numbers. Updated printf | bde | 1998-07-28 | 1 | -9/+11 |
* | Made lazy syncing of timestamps for special files non-optional. | bde | 1998-07-27 | 1 | -3/+1 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | bde | 1998-07-15 | 1 | -2/+2 |
* | Fixed printf format errors. | bde | 1998-07-11 | 4 | -28/+31 |
* | Add code missed in the initial Soft updates integration. | julian | 1998-07-10 | 1 | -1/+16 |
* | Don't update superblock if mounted readonly, | julian | 1998-07-08 | 1 | -8/+15 |
* | Catch a few corner cases where FreeBSD differs enough from BSD 4.4 to | julian | 1998-07-08 | 1 | -4/+7 |
* | VOP_STRATEGY grows an (struct vnode *) argument | julian | 1998-07-04 | 4 | -8/+10 |
* | Restored revs.1.89-1.90 which I somehow clobbered in rev.1.91. | bde | 1998-07-03 | 1 | -4/+4 |
* | Sync timestamp changes for inodes of special files to disk as late | bde | 1998-07-03 | 4 | -13/+26 |
* | Centralized in-core inode update. Update the in-core inode directly | bde | 1998-07-03 | 3 | -39/+25 |
* | Make vprint() print dev_t in hex also. | phk | 1998-06-27 | 1 | -3/+3 |
* | Report the type from the inode, not the vnode. | phk | 1998-06-27 | 1 | -2/+2 |
* | Flesh this document out just a little in response to some user | jkh | 1998-06-26 | 1 | -11/+25 |
* | Removed unused includes. | bde | 1998-06-21 | 1 | -2/+1 |
* | Slight change to directory cleanup | julian | 1998-06-14 | 1 | -5/+9 |