#
54656 |
| 03-Jul-1992 |
mckusick |
ffs_vget moves to ffs_vfsops.c; add parameter declarations; streamline unmarshalling |
#
54532 |
| 27-Jun-1992 |
mckusick |
nothing to truncate for short symlinks |
#
54460 |
| 25-Jun-1992 |
mckusick |
new parameters to vinvalbuf |
#
54130 |
| 20-Jun-1992 |
mckusick |
eliminate the fiction of NOQUAD |
#
54101 |
| 19-Jun-1992 |
mckusick |
timeval => timespec in vattr and dinode |
#
53912 |
| 04-Jun-1992 |
mckusick |
copy old uid/gid to new uid/gid only if old filesystem |
#
53865 |
| 04-Jun-1992 |
heideman |
registerized vnodeop ops after vnode interface conversion |
#
53585 |
| 15-May-1992 |
heideman |
vnodeop argument macro expansion |
#
53521 |
| 14-May-1992 |
heideman |
vnode interface conversion |
#
53472 |
| 13-May-1992 |
mckusick |
temporary hack to copy short uid and gid to new long fields in the inode |
#
53471 |
| 13-May-1992 |
mckusick |
set the seconds field of the timeval; lint |
#
53244 |
| 21-Apr-1992 |
mckusick |
have to pass down cred to block allocation routines |
#
53234 |
| 21-Apr-1992 |
mckusick |
ensure proper types for local variables and parameters |
#
53044 |
| 22-Mar-1992 |
ralph |
remove ITOV and use vnode pointer instead. |
#
52015 |
| 19-Dec-1991 |
mckusick |
slight reordering; update modrev time for NFS leases |
#
51983 |
| 16-Dec-1991 |
mckusick |
dynamically allocate private part |
#
51596 |
| 08-Nov-1991 |
mckusick |
proper setup for FIFO's |
#
51544 |
| 05-Nov-1991 |
mckusick |
reorganization to move ufsmount ops to be vnode ops |
#
51472 |
| 01-Nov-1991 |
bostic |
UFS/FFS split for LFS version 1; split ufs_vinit and ufs_ihashget from iget; ufs_init, iput, ufs_inactive, ufs_reclaim, ilock and iunlock move into ufs_inode.c |
#
49985 |
| 03-Jun-1991 |
mckusick |
check ufs lock count on exit from syscalls |
#
49451 |
| 08-May-1991 |
mckusick |
more precise comments |
#
48037 |
| 16-Apr-1991 |
mckusick |
add proc pointers to appropriate vnode operations |
#
47571 |
| 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; remove ../ufs/ from includes; cons
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; remove ../ufs/ from includes; consolidate *nullops(); chown/fchmod use proc's credentials, not file's
show more ...
|
#
46205 |
| 01-Feb-1991 |
mckusick |
add POSIX-style byte-level record locking |
#
45721 |
| 05-Dec-1990 |
mckusick |
update for new VM |