#
69431 |
| 14-May-1995 |
mckusick |
convert VOP_LOCK to vn_lock; add parameters to VOP_UNLOCK and vget |
#
67958 |
| 21-Nov-1994 |
mckusick |
check that thing being uncached is a regular file |
#
66082 |
| 13-Feb-1994 |
bostic |
comment typo -- confidence that this has run plummets |
#
66075 |
| 13-Feb-1994 |
hibler |
attempt to avoid races with file size changes |
#
65722 |
| 13-Jan-1994 |
bostic |
lint |
#
65695 |
| 12-Jan-1994 |
hibler |
use new multi-page interface, consistantly LOCK/UNLOCK vnodes. |
#
65231 |
| 30-Dec-1993 |
mckusick |
convert to use new queue structures |
#
64858 |
| 14-Nov-1993 |
hibler |
eliminate unneeded cast |
#
64827 |
| 10-Nov-1993 |
torek |
finish up new device pager: all pagers get offsets |
#
63379 |
| 11-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
59120 |
| 17-Apr-1993 |
torek |
from pseudo-device to option |
#
56457 |
| 07-Oct-1992 |
margo |
Add argument to VOP_BMAP. |
#
56381 |
| 01-Oct-1992 |
mckusick |
convert vm_page bit fields to flags |
#
56321 |
| 21-Sep-1992 |
hibler |
return VM_PAGER_ERROR not VM_PAGER_FAIL on IO errors |
#
54818 |
| 08-Jul-1992 |
torek |
got to return *some* value, FALSE is probably right... |
#
54626 |
| 03-Jul-1992 |
mckusick |
delete USES |
#
53516 |
| 14-May-1992 |
heideman |
vnode interface conversion |
#
53480 |
| 13-May-1992 |
mckusick |
exported routines cannot be static |
#
53342 |
| 04-May-1992 |
bostic |
add function prototypes; new include format; define pagerops here; lint |
#
51941 |
| 14-Dec-1991 |
mckusick |
statfs.f_bsize => statfs.f_iosize; statfs.f_fsize => statfs.f_bsize (for SunOS) |
#
50549 |
| 25-Jul-1991 |
mckusick |
replace numerous includes with vm.h |
#
48397 |
| 20-Apr-1991 |
karels |
fix includes; new proc struct; rm *_NULL |
#
48362 |
| 19-Apr-1991 |
mckusick |
lint |
#
48042 |
| 16-Apr-1991 |
mckusick |
add proc pointers to appropriate VOP and uio setup operations |
#
47977 |
| 12-Apr-1991 |
karels |
rm user.h, new proc structure, mv VTEXT'ing of vnode to exec; still need to fix credential use |