BSD 4_4_Lite1 release
[unix-history] / usr / src / sys / miscfs / specfs / spec_vnops.c
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1994-01-13 Mike Hiblerufs_mountedon is now vfs_mountedon.
1994-01-06 Kirk McKusickmore validity checking in reading block devices
1993-12-31 Kirk McKusicknew queue structure
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-28 Kirk McKusickhave to check for NULL proc
1993-05-28 Kirk McKusickhack from Karels to cope with last close on controlling...
1993-05-26 Kirk McKusickadd spec_pathconf
1993-04-29 Kirk McKusickadd checking for security levels
1993-02-03 Kirk McKusickvinvalbuf and getblk now take parameters to interrupt
1992-10-13 Kirk McKusickbawrite does not return an error
1992-10-08 Kirk McKusickuse new queue routines for buffer lists hanging off...
1992-07-13 Jan-Simon PendryMIN -> min
1992-07-13 Kirk McKusicknew include location
1992-07-03 Kirk McKusickdelete USES; delete spec_vget
1992-06-26 Kirk McKusickadd comments on parameters; add fsync function; update...
1992-06-05 John Heidemannregisterized vnodeop ops after vnode interface conversion
1992-05-16 John Heidemannvnodeop argument macro expansion
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-02-04 Kirk McKusickbreada is generalized to breadn
1992-02-04 John Heidemannnew calling convention to spec_lookup
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-02 Keith Bosticrename mountedon to ufs_mountedon
1991-09-07 Mike Karelsallow "negative" offsets for cdevs
1991-05-31 Kirk McKusickcharacter device open must be called with vnode unlocke...
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-16 Kirk McKusickuse prototypes for spec vnode ops (from specdev.h);
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
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
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
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
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
1982-10-12 CSRGStart development on BSD 4_4_Lite1
1979-09-27 CSRGStart development on BSD 4_4
1979-09-27 CSRGStart development on BSD 4_3_Reno
1978-11-06 CSRGStart development on BSD 4_3_Tahoe