#
53582 |
| 15-May-1992 |
heideman |
bwrite->vn_bwrite and vfree returns error for vn_if |
#
53554 |
| 14-May-1992 |
heideman |
vnode interface conversion |
#
53513 |
| 14-May-1992 |
heideman |
nfs_rename made one line |
#
53322 |
| 04-May-1992 |
mckusick |
lint; clean up include directives |
#
53240 |
| 21-Apr-1992 |
mckusick |
VOP_TRUNCATE now takes a cred argument |
#
53227 |
| 21-Apr-1992 |
mckusick |
ensure proper types for local variables and parameters |
#
52823 |
| 03-Mar-1992 |
mckusick |
must have directory vnode as first op; must convert to proper return value for name lookup when creating |
#
52436 |
| 06-Feb-1992 |
mckusick |
get rid of ufs dependencies; define RPC format of directories |
#
52317 |
| 04-Feb-1992 |
heideman |
cleanups for new nameidata organization |
#
52234 |
| 22-Jan-1992 |
heideman |
lookup converted to new form |
#
52196 |
| 14-Jan-1992 |
mckusick |
update from Rick Macklem (including leases) |
#
51986 |
| 16-Dec-1991 |
mckusick |
sillyrename now in nfsnode |
#
51573 |
| 05-Nov-1991 |
mckusick |
reorganization to move ufsmount ops to be vnode ops; (some ops just added in a skeletal way) |
#
51466 |
| 01-Nov-1991 |
bostic |
ufs moved down one level |
#
51021 |
| 06-Sep-1991 |
ralph |
remove machine dependencies |
#
49872 |
| 24-May-1991 |
mckusick |
only set SAVENAME on last pathname component |
#
49741 |
| 15-May-1991 |
mckusick |
use ni_ptr and ni_namelen to find name to be used instead of ni_dent |
#
48364 |
| 19-Apr-1991 |
mckusick |
redefine sillyrename structure to avoid use of nameidata structure (thus reducing its allocation size from 512 to 64 bytes) |
#
48054 |
| 16-Apr-1991 |
mckusick |
u_long tl used in place of u_long p; use prototypes for NFS vnode ops (from specdev.h, fifo.h, and nfsmount.h); add appropriate proc pointers (eliminating lots of curproc's) |
#
47573 |
| 19-Mar-1991 |
karels |
first cut for new proc & user structs (still need to put in new vnode calling convention): get credentials, etc, via proc; u.u_nd, u.u_spare are gone; purge user.h; consolidate *nullops() |
#
47289 |
| 13-Mar-1991 |
mckusick |
cache open with O_CREAT when the name already exists |
#
46988 |
| 04-Mar-1991 |
mckusick |
misc fixes plus diskless support from Rick Macklem |
#
46981 |
| 04-Mar-1991 |
karels |
first pass at proc reorg; merge *nullops, other cleanups; use correct proc's credentials in nfs_doio |
#
46510 |
| 21-Feb-1991 |
mckusick |
fixes for multiple calls to namei (for rename in NFS) |
#
46450 |
| 18-Feb-1991 |
karels |
fill in b_proc iff proc will wait for operation, so tprintf won't fail; don't bother having nfs daemon do operation if we're going to block |