date and time created 91/05/12 22:30:02 by william
[unix-history] / usr / src / sys / miscfs /
1991-05-07 Mike Karelsupdate comments
1991-05-05 Mike Karelsremove proc from cdev d_read/d_write (it's in uio now)
1991-04-20 Kirk McKusickadd struct stubs to keep prototypes happy
1991-04-16 Kirk McKusickuse prototypes for spec vnode ops (from specdev.h);
1991-04-16 Kirk McKusickuse prototypes for fifo vnode ops (from fifo.h); add...
1991-04-16 Kirk McKusickdate and time created 91/04/15 23:35:20 by mckusick
1991-04-16 Kirk McKusickadd prototypes for dead vnode ops; add appropriate...
1991-04-16 Kirk McKusickadd prototypes for special device vnode ops
1991-04-03 Mike Karelsansification: need prototype for function pointer
1991-03-25 Mike Karelsnew device calling conventions, consolidate nullops
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-08-24 Kirk McKusicklint
1990-06-29 Keith Bosticnew copyright notice
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 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