output file is "as", not "all"
[unix-history] / usr / src / sys / kern /
1990-02-15 Marc TeitelbaumThis version compiles, not yet tested! (by kls).
1990-02-15 Marc Teitelbaumcheckpoint by sklower before re-arranging
1990-02-10 Kirk McKusickhave to check type, not just device number
1990-02-09 Marc Teitelbaumforgot tsleep.h
1990-02-09 Marc Teitelbaumtsleep
1990-02-09 Kirk McKusickreassign instead of invalidating buffers associated...
1990-02-08 Marc Teitelbaumcheck for compat ioctls. pgrp can now be null.
1990-02-08 Marc Teitelbaumtsleep
1990-02-01 Kirk McKusickget minimal set of include files
1990-02-01 Marc Teitelbaumdate and time created 90/01/31 16:29:37 by marc
1990-01-20 Kirk McKusickadditional initialization needed for 7.24
1990-01-20 Kirk McKusickcannot skip vgone when recycling VNON vnodes
1990-01-16 Kirk McKusickprint out flag values in vprint
1990-01-14 Kirk McKusickminor optimization
1990-01-05 Kirk McKusickmanage dirty and clean buffer chains;
1990-01-05 Kirk McKusickdiscard argdev buffers instead of aging them
1990-01-05 Kirk McKusickaccount for I/O's in progress
1990-01-04 Kirk McKusickfix reference bug in fchdir
1990-01-01 Kirk McKusickadd vfinddev to yield a device vnode from its dev
1989-12-31 Kirk McKusickv_count => v_usecount; v_lastr is being used; v_mounton...
1989-12-31 Kirk McKusickblkflush is no longer used;
1989-12-31 Kirk McKusickVREF => VHOLD as buffers hold holdcnts not usecounts
1989-12-31 Kirk McKusickv_count => v_usecount
1989-12-30 Kirk McKusickv_count => v_usecount
1989-12-30 Kirk McKusickdebugging, check lock count on exit
1989-12-23 Kirk McKusickhave to save v_mountf before vput'ing the vnode
1989-12-22 Kirk McKusickdo not unlock vp when trying to modify `.'
1989-12-22 Kirk McKusicknfssvc now takes three arguments (from Macklem)
1989-12-21 Kirk McKusickhave to nullify ni_dvp on entry
1989-12-20 Kirk McKusickmore fully check the type field
1989-12-20 Kirk McKusickadd missing splx's
1989-12-20 Kirk McKusickinitial error code in compat code (from Mike@cs.utah...
1989-12-20 Kirk McKusickni_segflg => ni_uioseg (fromgmf@osf.org)
1989-12-20 Kirk McKusickget rid of unnecessary test
1989-12-20 Kirk McKusickreturn free pages to head of free list
1989-12-15 Keith Sklowerphoney delta to see how branches work
1989-12-15 Keith SklowerBranch delta to check for re-entrancy
1989-12-01 Kirk McKusickmajor overhaul to generalize for a logical buffer pool
1989-12-01 Kirk McKusickadd vprint routine; semantic cleanups to vgone; use...
1989-12-01 Kirk McKusickhave to invalidate any buffer references before checkin...
1989-11-26 Kirk McKusickvclean is local to this file
1989-11-26 Kirk McKusickoptimize alias lookup in checkalias;
1989-11-26 Kirk McKusickget rid of all users of a particular device
1989-11-26 Kirk McKusickhave to check both v_mount for logical buffer cache...
1989-11-26 Kirk McKusickset v_mount in insmntque; unlock if keeping aliased...
1989-11-26 Kirk McKusickset up separate specinfo structure; allow aliased vnodes
1989-11-25 Kirk McKusickskip over dead file systems in getfsstat
1989-11-25 Kirk McKusickprotect thyself with copyout to userland
1989-11-23 Kirk McKusickmust lock around FSYNC and READDIR
1989-11-23 Kirk McKusickread/write locking is now done above the vnode layer
1989-11-23 Kirk McKusickmust lock before calling READ/WRITE
1989-11-23 Kirk McKusickhave to pass locked vnode to VOP_WRITE; no longer takes...
1989-11-21 Marc Teitelbaumchange name of old tiocsetd ioctls
1989-11-21 Marc Teitelbaumadd revoke
1989-11-21 Marc Teitelbaumpropagate SCTTY
1989-11-21 Marc Teitelbaumcontrolling terminal now a vnode; remove vhangup
1989-11-21 Marc Teitelbaumpointer to process group held, (instead of process...
1989-11-21 Marc Teitelbaumtty now holds pointer to process group, not a process...
1989-11-21 Marc Teitelbaumrevoke controlling terminal when session leader exits
1989-11-21 Marc Teitelbaumpull out tty specific code
1989-11-21 Marc Teitelbaumcontrolling terminal is a vnode
1989-11-21 Marc Teitelbaumdeprecate vhangup
1989-11-21 Marc Teitelbaumcontrolling terminal is a vnode
1989-11-21 Marc Teitelbaumvhangup replaced with "revoke"
1989-11-21 Marc Teitelbaumcontrolling terminal is a vnode
1989-11-20 Kirk McKusickdo not lock vnode while doing VFS_STATFS
1989-11-20 Kirk McKusickonly do write check if asking about writing
1989-11-14 Kirk McKusickreturn error from copying in arg list, not from throwin...
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 McKusickgeneralize iflush into vflush; first cut at support...
1989-11-11 Kirk McKusickvinifod now kills process if errors occur during mapping
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 McKusicklint
1989-11-03 Kirk McKusickvclean optionally can close a vnode
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-10-30 Kirk McKusickblk_vnodeops => spec_vnodeops
1989-10-30 Kirk McKusickimplement file system initialization; ensure that the...
1989-10-30 Kirk McKusickfile system initialization is now all done by vfsinit
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-25 Kirk McKusickmerge inode and nfsnode tables into a single vnode...
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-21 Kirk McKusickbreak out unmounting part so it can be used by mfs
1989-10-20 Kirk McKusickclosef now returns errors
1989-10-20 Kirk McKusickclosef now returns and error (which is ignored)
1989-10-20 Kirk McKusickclosef now returns an error code (which we ignore here)
1989-10-20 Kirk McKusickuse EACCES rather than ENOEXEC for "noexec" option...
1989-10-19 Kirk McKusickexpand vfs_add inline; allow update of mounted file...
1989-10-19 Kirk McKusickvfs_add gets selectively expanded inline
1989-10-16 Kirk McKusickupdated version of blkflush from Torek
1989-10-14 Kirk McKusickdo not return error if source and destination of rename...
1989-10-02 Keith Bosticreverse errors returned by rename(dir,file) and rename...
next