unix-history/.git
1995-05-14 Kirk McKusickufs_reclaim gets proc ptr
1995-05-14 Kirk McKusickconvert VOP_LOCK to vn_lock; add parameters to VOP_UNLO...
1995-05-14 Kirk McKusickconvert VOP_LOCK to vn_lock; add parameters to VOP_UNLO...
1995-05-14 Kirk McKusickreplace locking with lock manager calls
1995-05-14 Kirk McKusickufs_reclaim gets a proc ptr
1995-05-14 Kirk McKusickdelte old locking, replace with lock manager
1995-05-14 Kirk McKusickconvert VOP_LOCK to vn_lock; add parameters to VOP_UNLOCK
1995-05-14 Kirk McKusickmassive overhaul to use new lock manager;
1995-05-14 Kirk McKusickadd vn_lock function; convert VOP_LOCK to vn_lock;...
1995-05-14 Kirk McKusickget proc pointer rather than pid; more checking for...
1995-05-14 Kirk McKusickvop_inactive is called with locked vnode;
1995-05-14 Kirk McKusickadd interlock; add vn_lock, vrecycle, and vop_nolock...
1995-05-14 Kirk McKusickstruct simple_lock => struct simplelock;
1995-05-14 Christos ZoulasFix new bug where if exitstatus was not correct if...
1995-05-14 Eric Allmanput getcanonname into service switch
1995-05-14 Eric Allmanrandom updates, including 8.7 list
1995-05-14 Kirk McKusickneed to protect simplelock from multiple includes
1995-05-14 Kirk McKusickadd simple locking primitives
1995-05-13 Eric Allmanmake DaemonPortOptions values case insensitive & includ...
1995-05-13 Eric Allmanremove sendmail.cf versioning (except on compile flag...
1995-05-13 Kirk McKusickupdate draing to two stage; lockmgr goes back to taking...
1995-05-12 Eric Allmaninclude OLD_NEWDB support for consistency with sendmail
1995-05-12 Kirk McKusickvclean is static to vfs_subr.c
1995-05-12 Kirk McKusickinvolve the preprocessor so that incorrect argument...
1995-05-12 Christos Zoulasfixed so that existatus is preserved in x=`false`
1995-05-12 Jan-Simon Pendrymessing around with hashing and locking (checked in...
1995-05-12 Jan-Simon Pendryadd union_revoke operator
1995-05-12 Kirk McKusicklock_init => lockinit
1995-05-12 Kirk McKusickminor cleanups; non-inline version of simple locking...
1995-05-12 Kirk McKusickadd simple locking primatives
1995-05-12 Kirk McKusick<sys/lock.h> MUST FOLLOW <vm/vm_param.h>
1995-05-12 Kirk McKusickmove stuff out to <machine/param.h> and kern_lock.c
1995-05-12 Kirk McKusicktake the pmap_page_protect outside the page queue lock...
1995-05-12 Kirk McKusickdelete spurious reference to MAP_WRITE
1995-05-12 Kirk McKusickfix locking bug in vm_object_terminate (from hibler)
1995-05-12 Eric Allmanadd /try and ${macro} syntaxes to -bt mode; eliminate ?
1995-05-11 Kirk McKusickmissing simple_unlock
1995-05-11 Thomas Ferrinport@host is the preferred syntax
1995-05-11 Kirk McKusickonly unlock object if we have not already done so
1995-05-11 Kirk McKusickadd vfs_mountroot and vfs_rootmountalloc functions;
1995-05-11 Kirk McKusickadd mountroot functions to vfsconf; no longer make...
1995-05-11 Kirk McKusickreplace mountroot with function vfs_mountroot
1995-05-11 Kirk McKusickadd vfs_rootmountalloc and vfs_mountroot
1995-05-11 Kirk McKusickmountroot should fail, not panic
1995-05-11 Kirk McKusickadd vfc_mountroot entry to vfsconf
1995-05-11 Kirk McKusickdefine lfs_mountroot
1995-05-11 Kirk McKusickreturn error rather than panic when mountroot fails...
1995-05-11 Kirk McKusickuse vfs_rootmountalloc
1995-05-11 Jan-Simon PendryVOP_REVOKE(vp, 0) should really be vgone(vp)
1995-05-11 Jan-Simon Pendrydon't call VFS_SYNC for read-only filesystems
1995-05-11 Jan-Simon PendryVOP_REVOKE(vp, 0) should really be vgone(vp)
1995-05-11 Kirk McKusickcleanups (from mycroft)
1995-05-11 Kirk McKusicklint
1995-05-11 Kirk McKusickavoid panic's on attempted open's of non-existent devices
1995-05-11 Bill Joylock.h moves to /sys/sys
1995-05-11 Kirk McKusicklookup error return cleanups (from mycroft)
1995-05-11 Kirk McKusickset MNT_ROOTFS immediately after doing mountroot rather...
1995-05-11 Kirk McKusickcheck for forcible unmount at syscall level
1995-05-11 Kirk McKusickdoforce is gone
1995-05-11 Kirk McKusickcheck for forcible unmount at syscall level; better...
1995-05-11 Kirk McKusickcheck for forcible unmount at syscall level
1995-05-10 Kirk McKusickdisallow unmount of root fs
1995-05-10 Keith Bosticgetopt and friends moved to <unistd.h>
1995-05-10 Keith BosticPaul Vixie tested this and found some problems.
1995-05-10 Jan-Simon Pendryadd support for new nfs code (not v3 though)
1995-05-10 Jan-Simon Pendryget fstype from mount entry
1995-05-10 Jan-Simon Pendrydate and time created 95/05/10 05:37:28 by pendry
1995-05-10 Kirk McKusickchange mountlist to CIRCLEQ so we can do unmountall...
1995-05-10 Kirk McKusickadd information about CTL_VFS
1995-05-10 Kirk McKusickallow argument to trim down output for -A
1995-05-10 Kirk McKusickadd debug and filesystem info
1995-05-10 Kirk McKusickclarification of -fstype
1995-05-10 Kirk McKusickupdate for checking the clean flag
1995-05-10 Kirk McKusickcheck and act on the clean flag
1995-05-10 Kirk McKusickchange mountlist to CIRCLEQ so we can do unmountall...
1995-05-10 Kirk McKusickchange mountlist to CIRCLEQ so we can do unmountall...
1995-05-10 Kirk McKusickput in request to unmount all filesystems when rebooting
1995-05-10 Kirk McKusickchange mountlist to CIRCLEQ so we can do unmountall...
1995-05-10 Eric Allmanallow root .forward to work even if ~root not searchable or
1995-05-09 Kirk McKusickadd -A option to unmount all mounted filesystems
1995-05-09 Kirk McKusickupdate to use vfslist from mount; cleanups for vfsconf
1995-05-09 Kirk McKusicklist processing now done in vfslist from mount
1995-05-09 Kirk McKusickupdate to reflect new -t syntax (same as mount)
1995-05-09 Kirk McKusickuse vfslist from mount rather than rolling our own...
1995-05-09 Kirk McKusicknow need vfslist.c from mount
1995-05-09 Kirk McKusickbreak out vfslist.c for df
1995-05-09 Kirk McKusickdate and time created 95/05/08 13:01:58 by mckusick
1995-05-09 Kirk McKusickLFS blksize now takes three arguments; lfs_balloc now...
1995-05-09 Kirk McKusickget rid of unused um_relvp
1995-05-09 Kirk McKusickmissing decl
1995-05-09 Kirk McKusickupdate from margo
1995-05-07 Christos Zoulasforgot to check this in...
1995-05-05 Keith Bosticdelete printf.o
1995-05-05 Keith Bosticsomebody didn't try "make"
1995-05-05 Eric Allmanfix MIME problem: did header munging on interior headers
1995-05-05 Eric Allmanmention that IDENT works on Ultrix 4.4
1995-05-05 Eric Allmanallow command-line redefinitions of BROKEN_RES_SEARCH
1995-05-05 Eric Allmanclarify IDENTPROTO
1995-05-05 Christos Zoulasadd fd >&$var fix
1995-05-05 Christos Zoulasmisc cleanup
next