#
51215 |
| 02-Oct-1991 |
bostic |
checkpoint |
#
51183 |
| 25-Sep-1991 |
bostic |
checkpoint, but not because it's working |
#
51155 |
| 20-Sep-1991 |
bostic |
checkpoint before lfs_iupdat -> ITIMES; reads almost work... |
#
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 |
#
45112 |
| 24-Aug-1990 |
mckusick |
brealloc => allocbuf |
#
44893 |
| 03-Jul-1990 |
trent |
reincarnated clear of i_rdev when freeing an inode, otherwise it appears inode has zero size but one disk block. (bostic+trent) |
#
44537 |
| 28-Jun-1990 |
bostic |
new copyright notice |
#
41397 |
| 04-May-1990 |
mckusick |
mount struct prefixes go from m_ to mnt_ and M_ to MNT_ |
#
41334 |
| 03-May-1990 |
mckusick |
have to take off the hash list when bread of inode fails |
#
41313 |
| 02-May-1990 |
mckusick |
iaccess moves into ufs_access; changes for the new quota implementation |
#
40289 |
| 05-Mar-1990 |
mckusick |
reassign vnode ops for FIFO's |
#
40033 |
| 08-Feb-1990 |
mckusick |
optimization from Noemi Paciorek <noemi@osf.org> |
#
39879 |
| 04-Jan-1990 |
mckusick |
initialize i_diroff; proper association of indirect blocks |
#
39816 |
| 30-Dec-1989 |
mckusick |
i_lastr => v_lastr; v_count => v_usecount |
#
39795 |
| 29-Dec-1989 |
mckusick |
debugging, put in accounting for process id holding and waiting for lock |
#
39740 |
| 19-Dec-1989 |
mckusick |
have to update the correct inode (from mike@cs.utah.edu) |
#
39676 |
| 30-Nov-1989 |
mckusick |
overhaul itrunc; cleanups to inactive; use vprintf |
#
39617 |
| 25-Nov-1989 |
mckusick |
checkalias now sets rdev |
#
39594 |
| 22-Nov-1989 |
mckusick |
syncip takes a waitfor flag |
#
39574 |
| 21-Nov-1989 |
mckusick |
suppress printing of pushes of active inodes |