avoid assigning used ports in implicit bind in in_pcbbind (net2/sys/15)
[unix-history] / usr / src / sys / nfs /
1993-03-03 Kirk McKusickclear hash pointers when nfsd's terminate (from Macklem)
1993-02-03 Kirk McKusicknfs_bwrite => vn_bwrite
1993-02-03 Kirk McKusicknfsincore => incore; nfsgetblk => getblk; nfsvinvalbuf...
1993-02-03 Kirk McKusicknfsvinvalbuf becomes vinvalbuf
1993-02-03 Kirk McKusickupdate for 4.4BSD from Rick Macklem
1993-02-03 Kirk McKusickupdate for 4.4BSD from Rick Macklem
1993-02-03 Kirk McKusickupdate for 4.4BSD from Rick Macklem
1992-12-01 Kirk McKusickcheck name length before entering in cache
1992-11-16 Kirk McKusickMNT_NOFORCE no longer has its own flag
1992-11-15 Kirk McKusickhave to wait for VXLOCK to clear
1992-11-13 Kirk McKusickworkaround for access problems on NFS exports (try...
1992-11-11 Kirk McKusickuse local access checks when NQNFS ACCESS check cannot...
1992-11-06 Kirk McKusickparanoid
1992-11-04 Kirk McKusickbetter fix for -r7.40 from Macklem
1992-11-03 Kirk McKusickavoid unlocking directories
1992-11-02 Kirk McKusickfix from Jeff Forys for tracking changing NFS file...
1992-11-02 Kirk McKusickuninitialized variable
1992-10-23 Kirk McKusickfix from Macklem for hanging UDP mounts after server...
1992-10-23 Kirk McKusickmaximum timeout backoff is 8 not 9 (from Jeff Forys)
1992-10-21 Kirk McKusickmore accurate backoff
1992-10-13 Kirk McKusickbawrite does not return a value
1992-10-12 Keith Bosticmake kernel includes standard
1992-10-10 Kirk McKusickhave to dup, not copy credentials in nfs_doio
1992-10-08 Kirk McKusickuse new queue routines to manage list of I/O requests
1992-10-08 Kirk McKusickuse new queue routines to manage list of I/O requests...
1992-10-08 Kirk McKusickuse new queue routines for buffer lists hanging off...
1992-10-08 Kirk McKusickuse new queue routines for buffer lists hanging off...
1992-10-08 Margo SeltzerAdd comment for extra argument in bmap call.
1992-10-02 Kirk McKusicknow use modern list management methods
1992-10-02 Kirk McKusickupdate to modern list management
1992-10-02 Kirk McKusicknow use modern list management methods
1992-10-01 Kirk McKusickSeptember update from Rick Macklem to add accept protoc...
1992-09-23 Kirk McKusickrootvp and swapvp now done in ?fs_mountroot
1992-09-23 Kirk McKusickdo not update local times of special devices on stat...
1992-09-22 Kirk McKusickget rid of unised function
1992-09-17 Kirk McKusickfixup in BIG_ENDIAN macro
1992-09-17 Kirk McKusickupdate from Rick Macklem
1992-09-17 Kirk McKusickkeep those hash chains and LRU chains separate
1992-08-12 Kirk McKusickdefine nethostaddr locally for NFS
1992-07-26 Kirk McKusickspec_vnodeops_p now declared in specdev.h
1992-07-25 Keith Bosticfix public/private declarations for fstat
1992-07-25 Kirk McKusicksecond try at fixing the mysteriously vanishing directory
1992-07-23 Kirk McKusickfix from Macklem for the "empty directory" syndrome
1992-07-23 Kirk McKusickupdate to current hashing techniques
1992-07-14 Kirk McKusickminor optimization
1992-07-13 Chris Torekmove common diskless mount code to subroutine; must...
1992-07-13 Chris Torekadd swap credentials and root timestamp
1992-07-13 Kirk McKusicklint
1992-07-13 Jan-Simon Pendryneeds to include <sys/systm.h>
1992-07-13 Jan-Simon Pendryneed to include <sys/systm.h>
1992-07-13 Jan-Simon PendryMIN -> min, MAX -> max
1992-07-13 Kirk McKusicknew location for includes
1992-07-13 Kirk McKusickbring back vfs_addr.c (hopefully temporarily until...
1992-07-13 Kirk McKusickclear d_type for normal nfs_readdir; set it when using...
1992-07-13 Kirk McKusickset mnt_maxsymlinklen to a non-zero value so that COMPA...
1992-07-11 Chris TorekANSIfy syscall args
1992-07-10 Kirk McKusickeliminate random stuff
1992-07-10 Kirk McKusickfix up include files
1992-07-07 Kirk McKusickstruct readdir should really be struct dirent since...
1992-07-07 Kirk McKusickexport validation is now done by the underlying filesystem
1992-07-07 Kirk McKusicknew parameters for fhtovp
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusickadd paramter declarations; delete USES; streamline...
1992-07-03 Kirk McKusickdelete USES; nfs_vget moves from nfs_vnops.c
1992-07-03 Kirk McKusickadd parameter declarations; streamline unmarshalling
1992-07-03 Kirk McKusickdelete USES; VOP_VGET => VFS_VGET
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusicknfs_vget moves from vop to vfs
1992-07-03 Kirk McKusickclean up includes; nfs_netaddr_match goes to vfs_addr.c;
1992-07-03 Kirk McKusickclean up includes; nfs_netaddr_match goes to vfs_addr.c
1992-07-03 Kirk McKusicknfs_netaddr_match goes to vfs_addr.c
1992-07-03 Kirk McKusickclean up includes; nfs_netaddr_match goes to vfs_addr.c
1992-07-03 Kirk McKusickend broken pipes after server reboot
1992-06-27 Kirk McKusickpadding for quad alignment
1992-06-26 Kirk McKusickneed to use nfs_fsync for spec and fifo hybrid ops;
1992-06-26 Kirk McKusicknew parameters to sync plus inline expand mntflushbuf;
1992-06-26 Kirk McKusicknew parameters to vinvalbuf; use VOP_FSYNC for vflushbuf
1992-06-26 Kirk McKusickdump NOQUAD; new parameters to vinvalbuf; cleanup stack...
1992-06-26 Kirk McKusickget rid of NOQUAD; nfs_removeit no longer takes a proc...
1992-06-26 Kirk McKusickuse VOP_VGET in place of VFS_FHTOVP with setgen flag;
1992-06-26 Kirk McKusickdrop NOQUAD; FHTOVP drops setgen bogosity
1992-06-26 Kirk McKusickquotactl takes uid_t; fhtovp drops setgen bogosity
1992-06-20 Kirk McKusicktimeval => timespec in vattr and dinode
1992-06-19 Jan-Simon Pendryremove spurious vrele in nfs_link
1992-06-18 Kirk McKusickfor now update times when reading or writing
1992-06-06 Jan-Simon Pendryuse getnewfsid instead of rolling our own
1992-06-03 Kirk McKusickput frequently used arguments into separate variables
1992-06-03 Kirk McKusickfix to locally record mtime and atime on NFS nodes
1992-06-03 Jan-Simon Pendryhave to move cross device check below the VFS interface
1992-06-03 Kirk McKusickquad's need 8-byte alignment
1992-05-21 Kirk McKusickupdate for spec and fifo times for NFS (from Macklem)
1992-05-16 John Heidemannvnodeop argument macro expansion
1992-05-16 John Heidemannbwrite->vn_bwrite and vfree returns error for vn_if
1992-05-16 John Heidemannnfs_vfree prototype changed for vn_if
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannnfs_rename made one line
1992-05-14 John Heidemannvnode interface conversion
1992-05-14 John Heidemannminor syntax change before vnode interface conversion
1992-05-14 Kirk McKusickn_size is now 64-bits
1992-05-12 Kirk McKusicksanity checks (from macklem)
next