| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unnecessary dependencies on KERNEL and DIAGNOSTIC. This was | bde | 1998-02-13 | 1 | -4/+4 |
* | Staticize. | eivind | 1998-02-09 | 5 | -14/+14 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 11 | -29/+11 |
* | 1) Start using a cleaner and more consistant page allocator instead | dyson | 1998-02-05 | 1 | -22/+63 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 11 | -11/+29 |
* | Forward declare some structs so that this file is more self-sufficient. | bde | 1998-02-03 | 2 | -2/+9 |
* | Back out recent laptop sync changes. They had significant errors. | dyson | 1998-02-01 | 3 | -31/+8 |
* | Support more intelligent sync operations for MNT_NOATIME. | dyson | 1998-02-01 | 3 | -8/+31 |
* | Serves me right for not puting SUIDDIR in LINT. it got bitrot. | julian | 1998-01-31 | 1 | -9/+9 |
* | Retire LFS. | phk | 1998-01-30 | 18 | -5053/+3 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 2 | -2/+6 |
* | Add better support for larger I/O clusters, including larger physical | dyson | 1998-01-24 | 2 | -11/+43 |
* | VM level code cleanups. | dyson | 1998-01-22 | 3 | -4/+6 |
* | Tie up some loose ends in vnode/object management. Remove an unneeded | dyson | 1998-01-17 | 1 | -4/+1 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 5 | -21/+104 |
* | Removed unused #includes again. They thrashed when mfs_reclaim thrashed | bde | 1998-01-01 | 1 | -4/+1 |
* | Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problem | dyson | 1997-12-29 | 1 | -7/+4 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -5/+1 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 1 | -1/+3 |
* | I added vfs_ioopt prematurely, disabled. | dyson | 1997-12-21 | 1 | -2/+2 |
* | Some performance improvements, and code cleanups (including changing our | dyson | 1997-12-19 | 1 | -3/+30 |
* | Make LINT compile again after wollman introduced poll() here. | eivind | 1997-12-16 | 1 | -2/+2 |
* | Convert SUIDDIR fully to a new-style option. | eivind | 1997-12-15 | 1 | -1/+2 |
* | Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL | wollman | 1997-12-15 | 2 | -3/+26 |
* | Restored ufs_pathconf() from rev.1.61. vop_stdpathconf() is too | bde | 1997-12-13 | 1 | -2/+41 |
* | Fix(?) some style consistancy breakage and do some other nit-picking on | peter | 1997-12-12 | 1 | -25/+22 |
* | Don't include <sys/lock.h> in headers when only `struct simplelock' is | bde | 1997-12-05 | 3 | -3/+6 |
* | Needs to include <sys/lock.h> if we're using struct lock. | jkh | 1997-12-05 | 1 | -1/+2 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | phk | 1997-12-02 | 1 | -2/+2 |
* | `nextgennumber' can go away now that is no longer (ab)used by foreign | bde | 1997-12-02 | 1 | -2/+1 |
* | Use the same algorithm as ffs for generation numbers. | bde | 1997-12-02 | 1 | -6/+3 |
* | Fix a small style bug in the generation number change (rev.1.33) before | bde | 1997-12-02 | 1 | -2/+2 |
* | Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints, | bde | 1997-11-24 | 1 | -7/+14 |
* | Staticized. | bde | 1997-11-22 | 3 | -11/+13 |
* | Unremoved prtrealloc and the declaration of ffs_clusteralloc(). These | bde | 1997-11-22 | 1 | -1/+9 |
* | Fixed marking of access time for special files and fifos (don't do | bde | 1997-11-20 | 1 | -8/+9 |
* | Removed an unused #include in the `#ifdef KERNEL' case. | bde | 1997-11-18 | 1 | -5/+3 |
* | unifdef -UEXT2FS | phk | 1997-11-18 | 1 | -110/+1 |
* | oops, fix left out semicolon in code I patched by hand. | julian | 1997-11-13 | 1 | -7/+7 |
* | Reviewed by: hackers@freebsd.org in general | julian | 1997-11-13 | 1 | -2/+102 |
* | Reviewed by: various. | julian | 1997-11-12 | 3 | -6/+6 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 2 | -7/+2 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -9/+5 |
* | Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h. | tegge | 1997-11-01 | 2 | -4/+6 |
* | Bring back mfs_reclaim(), which is used to reclaim the master vnode in MFS. | tegge | 1997-11-01 | 2 | -4/+24 |
* | Removed unused #includes. The need for most of them went away with | bde | 1997-10-27 | 4 | -19/+7 |
* | Forward declare precisely the structs that are actually used in this header. | bde | 1997-10-27 | 1 | -7/+9 |
* | VFS interior redecoration. | phk | 1997-10-26 | 2 | -3/+4 |
* | I belive this fixes MFS after I broke it. | phk | 1997-10-20 | 1 | -6/+14 |
* | This might fix the mfs_badop problem left over with the cool VFS fixes. | dyson | 1997-10-19 | 1 | -2/+2 |