| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a problem with the VN device. Specifically, the VN device can | dyson | 1997-06-15 | 2 | -2/+13 |
* | Submitted by: Whistle Communications (archie Cobbs) | julian | 1997-06-02 | 1 | -7/+11 |
* | Fix warnings (from LINT). Missing static prototype, missing vm includes | peter | 1997-05-25 | 1 | -1/+9 |
* | Shrink struct inode by 20 bytes, so that malloc wastes less space. | phk | 1997-05-22 | 1 | -2/+2 |
* | Remove redundant check for vp == dvp (done in VFS before calling). | phk | 1997-05-17 | 1 | -9/+2 |
* | Mount MFS read/write as in days of yore. | jkh | 1997-04-28 | 1 | -1/+4 |
* | Use smalllblktosize() instead of multiplying small block numbers | bde | 1997-04-10 | 1 | -4/+4 |
* | Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack of | bde | 1997-04-01 | 1 | -2/+6 |
* | Treat symlinks as first class citizens with their own uid/gid rather than | peter | 1997-03-31 | 2 | -7/+3 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 3 | -6/+3 |
* | Fixed corrupted newline and corrupted tab in previous commit. | bde | 1997-03-24 | 1 | -2/+3 |
* | Add generation number randomization. Newly created filesystems wil now | guido | 1997-03-23 | 3 | -16/+11 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 3 | -6/+6 |
* | Merged the rest of lfs from Lite2. It compiles (uncleanly) but is as | bde | 1997-03-23 | 9 | -185/+460 |
* | Merged enough of lfs from Lite2 for mkdep of LINT to work again. | bde | 1997-03-22 | 2 | -179/+218 |
* | Removed `volatile' from declaration of `time', and removed the resulting | bde | 1997-03-22 | 1 | -2/+2 |
* | Fixed some invalid (non-atomic) accesses to `time', mostly ones of the | bde | 1997-03-22 | 9 | -21/+21 |
* | Backed out rev.1.27, which broke unmounting of mfs and caused panics | bde | 1997-03-22 | 1 | -2/+2 |
* | MAXDIRSIZE is (or would be) used in fsck. It's a sanity check. | peter | 1997-03-18 | 1 | -4/+1 |
* | Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanism | peter | 1997-03-18 | 1 | -1/+3 |
* | Fix support for != 512 byte sector devices. | sos | 1997-03-15 | 1 | -2/+2 |
* | Update a number of routines to reflect the actual name | mpp | 1997-03-09 | 4 | -16/+16 |
* | Update a number of panic messages to reflect the actual name | mpp | 1997-03-09 | 3 | -11/+11 |
* | Supply the mount point given to mfs_mount when getting a vnode for the | msmith | 1997-03-05 | 1 | -2/+2 |
* | Fixed connection of vfs.ffs node to the sysctl tree. | bde | 1997-03-04 | 1 | -2/+2 |
* | Removed unused flag IN_RECURSE and unused struct member i_lockcount. | bde | 1997-03-03 | 1 | -3/+1 |
* | Removed useless setting of IN_RECURSE. The (anti) locking for this needs | bde | 1997-03-03 | 1 | -9/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 42 | -42/+42 |
* | This now uses queue macros. Include <sys/queue.h> if !KERNEL to preserve | bde | 1997-02-18 | 1 | -0/+4 |
* | Removed FIFO ifdef again (see rev.1.5). | bde | 1997-02-13 | 1 | -2/+0 |
* | Add function prototypes for most of the new Lite2 functions. | mpp | 1997-02-12 | 2 | -0/+4 |
* | Correct the new Lite2 #ifdef DIAGNOSTIC ffs_checkblk routine | mpp | 1997-02-10 | 1 | -11/+8 |
* | Make this compile after the Lite2 merge. | mpp | 1997-02-10 | 1 | -2/+2 |
* | Make ffs_subr.c compile when DIAGNOSTIC is defined. | mpp | 1997-02-10 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 28 | -1037/+1352 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 42 | -42/+42 |
* | This commit is the embodiment of some VFS read clustering improvements. | dyson | 1996-12-29 | 1 | -8/+10 |
* | Significant performance improvement for mmap'ed files. This commit | dyson | 1996-12-11 | 1 | -1/+41 |
* | Removed all references to b_cylinder (aka b_cylin). It was evil and | bde | 1996-12-01 | 1 | -9/+1 |
* | This update adds the support for != 512 byte sector SCSI devices to | sos | 1996-12-01 | 1 | -3/+3 |
* | Submitted by: Archie and me. | julian | 1996-11-13 | 1 | -1/+3 |
* | Eliminate an unnecessary synchronous write (and an 8K bcopy+bzero) when | dg | 1996-11-05 | 1 | -17/+22 |
* | struct mfsnode bloated in size by 12 bytes, so reduce spare padding by 3 longs. | hsu | 1996-11-04 | 1 | -2/+2 |
* | Fixed some races and misleading comments in ufs_rename(). | bde | 1996-11-04 | 1 | -6/+30 |
* | Fixed lblktosize(). It overflowed at 2G. This bug only affected | bde | 1996-10-12 | 1 | -4/+7 |
* | Don't include <sys/conf.h> for the kernel in disk-related headers. | bde | 1996-09-20 | 1 | -1/+2 |
* | Whoops, I should've used the LINT config file. More ts -> tv changes | nate | 1996-09-20 | 1 | -4/+4 |
* | In sys/time.h, struct timespec is defined as: | nate | 1996-09-19 | 3 | -16/+16 |
* | Argh, I have had one "uid 0 on /: file system full" too many. The problem | peter | 1996-09-17 | 1 | -2/+4 |
* | Fix a VOP_UNLOCK panic when using options DIAGNOSTIC during dismount. | dyson | 1996-09-07 | 1 | -1/+3 |