| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed printf format errors. | bde | 1998-07-30 | 1 | -2/+2 |
* | add anti-panic workaround from chris radek (cradek@in221.inetnebr.com) | julian | 1998-07-30 | 1 | -0/+2 |
* | Fixed printf format errors. | bde | 1998-07-11 | 3 | -4/+6 |
* | Catch a few corner cases where FreeBSD differs enough from BSD 4.4 to | julian | 1998-07-08 | 1 | -1/+2 |
* | VOP_STRATEGY grows an (struct vnode *) argument | julian | 1998-07-04 | 2 | -3/+3 |
* | Sync timestamp changes for inodes of special files to disk as late | bde | 1998-07-03 | 2 | -8/+9 |
* | Centralized in-core inode update. Update the in-core inode directly | bde | 1998-07-03 | 1 | -16/+4 |
* | Fixed (?) races in mark_buffer_dirty(). We abuse the buffer cache | bde | 1998-06-21 | 1 | -3/+6 |
* | Removed unused function ll_w_block(). It has always had races due | bde | 1998-06-21 | 2 | -19/+0 |
* | Removed unused includes. | bde | 1998-06-21 | 1 | -2/+0 |
* | Removed unused includes. | bde | 1998-06-21 | 1 | -1/+0 |
* | Added a missing options include. | bde | 1998-06-21 | 1 | -0/+1 |
* | Don't use "ffs" in an ext2fs sleep message string. | bde | 1998-05-16 | 1 | -3/+14 |
* | Abbreviate "ext2fs_fsync" as "e2fsyn" instead of as "extfsn" in a sleep | bde | 1998-05-16 | 1 | -1/+1 |
* | In the words of the submitter: | msmith | 1998-05-07 | 1 | -22/+13 |
* | As described by the submitter: | msmith | 1998-05-06 | 1 | -1/+0 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 3 | -3/+3 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 2 | -9/+9 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 4 | -9/+9 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 2 | -0/+2 |
* | Add two new functions, get{micro|nano}time. | phk | 1998-03-26 | 1 | -24/+1 |
* | Make this compile after soft updates integration. | eivind | 1998-03-09 | 1 | -4/+4 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -1/+10 |
* | The intent is to get rid of WILLRELE in vnode_if.src by making | msmith | 1998-03-01 | 1 | -0/+1 |
* | Style nits and staticism with the previous commit. | msmith | 1998-03-01 | 1 | -6/+6 |
* | Add local stup putpages/getpages routines. | msmith | 1998-03-01 | 1 | -0/+33 |
* | Fixed configuration and linkage of ext2_checkoverlap(). | bde | 1998-02-13 | 2 | -8/+5 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 7 | -12/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 7 | -1/+12 |
* | Make LINT at least compile. This faithfully duplicate the changes | eivind | 1998-02-04 | 1 | -8/+8 |
* | Retire LFS. | phk | 1998-01-30 | 2 | -6/+2 |
* | Add better support for larger I/O clusters, including larger physical | dyson | 1998-01-24 | 1 | -6/+38 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 1 | -1/+1 |
* | Convert SUIDDIR fully to a new-style option. | eivind | 1997-12-15 | 1 | -0/+1 |
* | Don't include <sys/lock.h> in headers when only `struct simplelock' is | bde | 1997-12-05 | 3 | -0/+3 |
* | Needs to include <sys/lock.h> if we're using struct lock. | jkh | 1997-12-05 | 1 | -1/+2 |
* | Fixed corruption of the per-group used directories count. It wasn't | bde | 1997-12-03 | 1 | -3/+4 |
* | Fix the copyright and attribution on this file. I forgot this | phk | 1997-12-02 | 1 | -0/+6 |
* | Use the same algorithm as ffs for generation numbers. | bde | 1997-12-02 | 2 | -9/+3 |
* | Removed __FreeBSD__ ifdefs. | bde | 1997-12-02 | 13 | -187/+0 |
* | Fixed missing #include of "opt_quota.h". | bde | 1997-11-24 | 1 | -508/+505 |
* | Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints, | bde | 1997-11-24 | 1 | -7/+14 |
* | Use consistent description strings for M_EXT2NODE. This also fixes a | bde | 1997-11-20 | 1 | -1/+1 |
* | Give ext2fs it's own VOP_REMOVE, VOP_LINK, VOP_RENAME, VOP_MKDIR, VOP_RMDIR, | phk | 1997-11-18 | 1 | -0/+1020 |
* | Reviewed by: various. | julian | 1997-11-12 | 1 | -1/+1 |
* | Removed unused #includes. The need for most of them went away with | bde | 1997-10-27 | 1 | -5/+0 |
* | I guess nobody uses ext2fs in current ? | phk | 1997-10-26 | 1 | -0/+1 |
* | Make a set of VOP standard lock, unlock & islocked VOP operators, which | phk | 1997-10-17 | 1 | -2/+2 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 7 | -24/+23 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 9 | -74/+70 |