more-or-less working with new proc & user structs
[unix-history] / usr / src / sys / miscfs / specfs / spec_vnops.c
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1990-12-06 Kirk McKusickupdate for new VM
1990-06-29 Keith Bosticnew copyright notice
1990-05-16 Kirk McKusicklint
1990-05-05 Kirk McKusickmount structure prefixes go from m_ to mnt_ and M_...
1990-04-04 Mike Karelsnew tsleep; rm setjmp's; strings for sleep messages
1990-03-28 Kirk McKusickbreak specinfo structure out of vnode.h into specdev.h
1990-03-10 Kirk McKusickdo not allow mounted devices to be opened
1990-02-21 Kirk McKusickspec_select gets the file flags
1990-01-16 Kirk McKusickadd islocked vnode op
1989-12-01 Kirk McKusickadd null bmap routine; add printing routine; now flush...
1989-11-26 Kirk McKusickcheck count on all aliases in deciding to do last close
1989-11-26 Kirk McKusickget rid of ufs specific code (again!)
1989-11-26 Kirk McKusickmaintain mount information in v_mounton rather than...
1989-11-26 Kirk McKusickmove read/writeblkvp from old ufs_io.c to spec_read...
1989-11-23 Kirk McKusicklocking is now done above the vnode layer;
1989-11-11 Kirk McKusickcleanups; add ops returning EBADF for access, getattr...
1989-11-04 Kirk McKusicklint
1989-11-03 Kirk McKusickmake provision for forcible close
1989-10-30 Kirk McKusickblk_* => spec_*
1989-10-30 Kirk McKusickget rid of all dependencies on ufs
1989-10-25 Kirk McKusickadd ufs_reclaim to blk_vnodeops
1989-10-23 Kirk McKusickclean up include files; add NODEV enforcement
1989-10-20 Kirk McKusicknow handle error directly in dup2
1989-10-14 Kirk McKusickneed to add trivial blk_lookup routine
1989-08-27 Kirk McKusickgeneralize the buffer pool so that NFS can become a...
1989-08-16 Kirk McKusickdo not try to close device if binval failed to flush...
1989-05-10 Kirk McKusickgeneralize for vnodes for NFS; move closei into blk_close
1989-04-25 Kirk McKusickget rid of spurious printf
1989-04-25 Kirk McKusickfirst bootable vnodes