| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unused #includes. | bde | 1998-02-25 | 1 | -2/+1 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Fix some vnode management problems, and better mgmt of vnode free list. | dyson | 1998-01-12 | 1 | -4/+2 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 1 | -2/+2 |
* | Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problem | dyson | 1997-12-29 | 1 | -3/+4 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -2/+4 |
* | Changes to allow event-based process monitoring and control. | sef | 1997-12-06 | 1 | -2/+3 |
* | Fix and complete the AIO syscalls. There are some performance enhancements | dyson | 1997-11-29 | 1 | -3/+4 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -2/+2 |
* | Use 127 instead of CHAR_MAX for the limit on the sequence count. The | bde | 1997-10-27 | 1 | -18/+17 |
* | Relax the vnode locking for read only operations. | dyson | 1997-10-06 | 1 | -3/+3 |
* | vn_select -> vn_poll | peter | 1997-09-14 | 1 | -8/+9 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -8/+1 |
* | [Previous comment was incorrect for these files] | dfr | 1997-04-04 | 1 | -1/+1 |
* | Add a function vop_sharedlock which a copy of vop_nolock without the | dfr | 1997-04-04 | 1 | -1/+3 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 4: include | bde | 1997-03-24 | 1 | -2/+3 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -1/+2 |
* | Fix style bugs and other bugs in the NFS fix. | guido | 1997-03-08 | 1 | -6/+5 |
* | Fix (I hope) the NFS hole. This is only compile tested. | gpalmer | 1997-03-07 | 1 | -2/+7 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -21/+57 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | This commit is the embodiment of some VFS read clustering improvements. | dyson | 1996-12-29 | 1 | -3/+35 |
* | Even though this looks like it, this is not a complex code change. | dyson | 1996-08-21 | 1 | -56/+5 |
* | Remove a now unnecessary function prototype. | dyson | 1996-03-09 | 1 | -3/+1 |
* | Enable VMIO for non-VDIR metadata and block device. | dyson | 1996-03-02 | 1 | -4/+4 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -3/+3 |
* | Staticize. | phk | 1995-12-17 | 1 | -7/+18 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -32/+56 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+3 |
* | Moved the filesystem read-only check out of the syscalls and into the | dg | 1995-10-22 | 1 | -14/+1 |
* | A little hack to avoid a 64bit divide. Can go away if Gcc ever learns to | phk | 1995-10-06 | 1 | -1/+6 |
* | vnode_pager_alloc() never returns NULL, so don't check for it. | dg | 1995-07-20 | 1 | -3/+2 |
* | Don't include <sys/tty.h> in drivers that aren't tty drivers or in general | bde | 1995-07-16 | 1 | -2/+1 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -9/+5 |
* | Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the places | dg | 1995-07-09 | 1 | -3/+6 |
* | Removed extra semicolon. | dg | 1995-06-28 | 1 | -2/+2 |
* | 1) Converted v_vmdata to v_object. | dg | 1995-06-28 | 1 | -10/+6 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
* | Unlock the vnode before sleeping on an OBJ_DEAD object. Should fix Bruce's | dg | 1995-05-10 | 1 | -15/+16 |
* | Removed unnecessary call to vnode_pager_uncache(). We automatically clear | dg | 1995-03-19 | 1 | -2/+2 |
* | YFfix | phk | 1995-02-14 | 1 | -2/+4 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 1 | -8/+14 |
* | Stuff object into v_vmdata rather than pager. Not important which at | dg | 1994-10-05 | 1 | -1/+34 |
* | All of this is cosmetic. prototypes, #includes, printfs and so on. Makes | phk | 1994-10-02 | 1 | -11/+23 |
* | Moved over my fix for vnode lossage when multiple TIOCSCTTY ioctls are | dg | 1994-08-18 | 1 | -1/+10 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -0/+10 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+422 |