only do write check if asking about writing
[unix-history] / usr / src / sys /
1989-11-20 Kirk McKusickonly do write check if asking about writing
1989-11-16 Keith Sklowerdate and time created 89/11/15 19:41:07 by sklower
1989-11-16 Keith Sklowerdate and time created 89/11/15 19:41:06 by sklower
1989-11-15 Kirk McKusickhave to put the NFS and MFS maps outside the kmem map...
1989-11-15 Kirk McKusickmaps for NFS and MFS should not be in the middle of...
1989-11-15 Kirk McKusickhave to vput vnode on error
1989-11-14 Keith Bosticreorder and comment facilities/priorities defines;...
1989-11-14 Kirk McKusickflush first, then remove from hashlist
1989-11-14 Kirk McKusickreturn error from copying in arg list, not from throwin...
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-13 Kirk McKusickinitialize i_flag not i_flags
1989-11-13 Kirk McKusickclear i_flags when allocating new inodes
1989-11-13 Kirk McKusickcheck for null rdir before vrele'ing it
1989-11-13 Kirk McKusickhave to check mode of descriptor being duped, not the...
1989-11-12 Mike KarelsPOSIX changes
1989-11-11 Kirk McKusickmust set vnode type to VNON after reassigning it
1989-11-11 Kirk McKusicknfs_nflush is replaced by the more general vflush
1989-11-11 Kirk McKusicknfs_nflush now uses vflush
1989-11-11 Kirk McKusickgeneralize iflush into vflush; first cut at support...
1989-11-11 Kirk McKusickadd bmap entry for dead texts
1989-11-11 Kirk McKusickcleanups; add ops returning EBADF for access, getattr...
1989-11-11 Kirk McKusickvinifod now kills process if errors occur during mapping
1989-11-11 Kirk McKusickiflush becomes vflush with hopes of doing forcible...
1989-11-11 Kirk McKusickiflush becomes vflush and moves to vfs_subr.c
1989-11-10 Kirk McKusickfdopen returns a special error so that resources get...
1989-11-10 Kirk McKusickfdopen has to return a special error so that resources...
1989-11-10 Marc Teitelbaumclear session on master close. also, temporary conversi...
1989-11-04 Kirk McKusickget rid of notdef code (and make lint happy)
1989-11-04 Kirk McKusicklint
1989-11-04 Kirk McKusicklint
1989-11-04 Kirk McKusicklint
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 McKusickvclean optionally can close a vnode
1989-11-03 Kirk McKusickdate and time created 89/11/02 17:33:50 by mckusick
1989-11-03 Kirk McKusickKeith Bostic says not so quick with the copyright notice
1989-11-01 Kirk McKusickvnode layer fills in f_flags and f_fsid for statfs()
1989-11-01 Kirk McKusickvnode layer defines f_fsid and f_flags for statfs()
1989-11-01 Kirk McKusickvnode layer fills in f_flags and f_fsid
1989-11-01 Kirk McKusickdefine set of flags exported by statfs()
1989-11-01 Kirk McKusicknothing to do when doing mount update; delete printf
1989-11-01 Kirk McKusickmknod must do an abortop and return an error;
1989-11-01 Kirk McKusickmust pass reference to vnode pointer to nfs_loadattrcac...
1989-11-01 Kirk McKusicknfs_loadattrcache must update an aliased vnode
1989-11-01 Kirk McKusick../machine should be machine
1989-10-30 Kirk McKusickuse 40 second timeout rather than 10 when no pending...
1989-10-30 Kirk McKusickblk_vnodeops => spec_vnodeops
1989-10-30 Kirk McKusickblk_* => spec_*
1989-10-30 Kirk McKusicknfs_ngrab is replaced by vget; flushing vnodes handled...
1989-10-30 Kirk McKusickspecial device aliasing is now handled at the vnode...
1989-10-30 Kirk McKusickadd file system initialization routine
1989-10-30 Kirk McKusickclean out trash
1989-10-30 Kirk McKusickcreate spec_nfsv2nodeops; ngrab is replaced by vget...
1989-10-30 Kirk McKusickdevice uniqueness and aliasing is now handled at the...
1989-10-30 Kirk McKusickadd file system initialization routine; panic if device...
1989-10-30 Kirk McKusickflush out any pending I/O before trying to close
1989-10-30 Kirk McKusickadd file system specific initialization routine
1989-10-30 Kirk McKusickdelete i_devlst as this is now done at the vnode level;
1989-10-30 Kirk McKusickcreate spec_inodeops; convert mknod to use vgone
1989-10-30 Kirk McKusickuse vget instead of igrab
1989-10-30 Kirk McKusickimplement file system initialization; ensure that the...
1989-10-30 Kirk McKusickget rid of all dependencies on ufs
1989-10-30 Kirk McKusickfile system initialization is now all done by vfsinit
1989-10-30 Kirk McKusickdefine the rest of the public vnode functions
1989-10-30 Kirk McKusickadd a filesystem init entry to be called at boot time
1989-10-29 Kirk McKusickset slow timer when no transmits are in progress so...
1989-10-29 Kirk McKusickcannot use qbgetpri to discover interrupt priority...
1989-10-29 Kirk McKusickdefine SZ_CMAP for Fastreclaim (previously defined...
1989-10-28 Mike Karelsnew wait macros, return errno instead of setting u...
1989-10-27 Marc Teitelbaumcleanups, add ^T prototype, CIGNORE instead of separate...
1989-10-27 Marc Teitelbaumcleanups, remove berknet, reorg
1989-10-27 Kirk McKusickhave to add locking so that underlying type can be...
1989-10-26 Kirk McKusickadd M_VNODE
1989-10-26 Kirk McKusickadd new public function
1989-10-26 Kirk McKusickonly vrele can delete the v_type field
1989-10-26 Kirk McKusickmust not clear NBUFFERED flag when inactive
1989-10-26 Kirk McKusickadd reserved field to fid to ensure longword alignment...
1989-10-25 Kirk McKusickmerge inode and nfsnode tables into a single vnode...
1989-10-25 Kirk McKusickadd dead_vnops.c
1989-10-25 Kirk McKusickmerge inode and nfsnode tables into a single vnode...
1989-10-25 Kirk McKusickadd nfs_inactive to support single vnode table
1989-10-25 Kirk McKusickmerge inode and nfsnode tables into a single vnode...
1989-10-25 Kirk McKusickmerge inode and nfsnode tables into a single vnode...
1989-10-25 Kirk McKusickadd ufs_reclaim entry; i_size => i_qsize for dinode.h
1989-10-25 Kirk McKusickiflush takes a mount ptr instead of a dev;
1989-10-25 Kirk McKusickcreate own private data area instead of overloading...
1989-10-25 Kirk McKusickdate and time created 89/10/24 19:37:14 by mckusick
1989-10-25 Kirk McKusicksplit out that part of inode.h that is relevant only...
1989-10-25 Kirk McKusicksplit out that part of inode.h that is relevant to...
1989-10-25 Kirk McKusickget rid of unnecessary include files for non-kernel...
1989-10-25 Kirk McKusickheader file cleanups; vput, vrele, and vref move to...
1989-10-25 Kirk McKusickinitialize list of vnodes associated with a new mount...
1989-10-25 Kirk McKusickinitialize systemwide vnode table
1989-10-25 Kirk McKusickadd ufs_reclaim to blk_vnodeops
1989-10-25 Kirk McKusickinode table is replaced by a vnode table
1989-10-25 Kirk McKusickmerge inode and nfsnode tables into a single vnode...
1989-10-25 Kirk McKusicklink together all buffers associated with a particular...
1989-10-25 Kirk McKusickmerge inode and nfsnode tables into a single vnode...
next