#
52310 |
| 03-Feb-1992 |
mckusick |
vn_open no longer take proc (now in ndp); new calling convention for namei |
#
52230 |
| 22-Jan-1992 |
heideman |
lookup converted to new form |
#
52191 |
| 14-Jan-1992 |
mckusick |
lease checks on read and write |
#
50164 |
| 27-Jun-1991 |
mckusick |
add vn_closefile to avoid warnings about void * coersions |
#
50110 |
| 21-Jun-1991 |
mckusick |
increment v_writecount when vn_open is called with intent to write; decrement v_writecount in vn_close for files open for writing |
#
49943 |
| 30-May-1991 |
mckusick |
VOP_OPEN called with vnode locked; vn_open returns vnode locked; make file flags consistent |
#
49732 |
| 15-May-1991 |
mckusick |
missing ABORTOP |
#
48030 |
| 16-Apr-1991 |
mckusick |
add proc pointers to appropriate VOP and vnode operations |
#
47568 |
| 19-Mar-1991 |
karels |
expunge user.h, other unneeded headers |
#
47540 |
| 17-Mar-1991 |
karels |
more-or-less working with new proc & user structs |
#
46195 |
| 01-Feb-1991 |
mckusick |
add POSIX-style byte-level record locking |
#
45744 |
| 05-Dec-1990 |
mckusick |
update for new VM |
#
45060 |
| 22-Aug-1990 |
mckusick |
fix typos in locking, streamline and fix vn_writechk |
#
44460 |
| 28-Jun-1990 |
bostic |
new copyright notice |
#
43404 |
| 21-Jun-1990 |
mckusick |
spurious setting of r_val1 |
#
43343 |
| 21-Jun-1990 |
mckusick |
do not have to check whether parent directory is NULL |
#
41400 |
| 04-May-1990 |
mckusick |
mount structure prefixes go from m_ to mnt_ and M_ to MNT_ |
#
41362 |
| 03-May-1990 |
mckusick |
vattr_null => VATTR_NULL |
#
40707 |
| 03-Apr-1990 |
karels |
new tsleep; rm setjmp's; strings for sleep messages |
#
40634 |
| 26-Mar-1990 |
mckusick |
get rid of unneeded includes |
#
40284 |
| 05-Mar-1990 |
mckusick |
select now passes in file flags (to support FIFO's) |
#
40038 |
| 08-Feb-1990 |
marc |
forgot tsleep.h |
#
40036 |
| 08-Feb-1990 |
marc |
tsleep |
#
39761 |
| 21-Dec-1989 |
mckusick |
do not unlock vp when trying to modify `.' |
#
39590 |
| 22-Nov-1989 |
mckusick |
read/write locking is now done above the vnode layer |