lint; checkoverlap code is conditional on DIAGNOSTIC
[unix-history] / usr / src / sys / miscfs /
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 McKusickdo not lose memory on error
1990-03-28 Kirk McKusickbreak out from vnode.h
1990-03-28 Kirk McKusickbreak specinfo structure out of vnode.h into specdev.h
1990-03-27 Mike Karelsit's tsleep; it looks like this
1990-03-10 Kirk McKusickdo not allow mounted devices to be opened
1990-03-06 Kirk McKusickdate and time created 90/03/05 19:14:10 by mckusick
1990-02-21 Kirk McKusickspec_select gets the file flags
1990-02-21 Kirk McKusickdead_select gets the file flags
1990-01-16 Kirk McKusickadd islocked vnode op
1990-01-16 Kirk McKusickadd print and islocked vnode ops
1990-01-03 Kirk McKusickmust do biodone on error
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 McKusickread/write no longer take an offp
1989-11-23 Kirk McKusicklocking is now done above the vnode layer;
1989-11-13 Kirk McKusickpull lock check out into a subroutine
1989-11-13 Kirk McKusickset error bit on buffer in dead_strategy
1989-11-11 Kirk McKusickadd bmap entry for dead texts
1989-11-11 Kirk McKusickcleanups; add ops returning EBADF for access, getattr...
1989-11-04 Kirk McKusicklint
1989-11-04 Kirk McKusickmake provision for stat, readdir, and readlink on a...
1989-11-03 Kirk McKusickmake provision for forcible close
1989-11-03 Kirk McKusickdate and time created 89/11/02 17:33:50 by mckusick
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