BSD 4_3_Net_2 release
[unix-history] / usr / src / sys / kern / vfs_syscalls.c
1991-08-20 CSRGBSD 4_3_Net_2 release BSD-4_3_Net_2
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP, vnode, and uio...
1991-04-01 Mike Karelsgive sync a return value; rm OFILE
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-02-23 Mike Karelsoflags-FOPEN => FFLAGS(oflags)
1991-01-11 Kirk McKusickadd conditional code for new VM so can share with old...
1991-01-11 Kirk McKusickadd dynamically allocated file descriptors
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-12-15 Keith Bosticlazy VATTR_NULL evaluation
1990-12-06 Kirk McKusickupdate for new VM
1990-09-19 Kirk McKusickhave to check that renamed directory is not mounted...
1990-09-06 Kirk McKusickpass down index of opened file for datakit (gag)
1990-07-29 Kirk McKusickhandle p_dupfd as unsigned char
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Mike KarelsRETURN => return, remove syscontext.h
1990-06-23 Kirk McKusickp_devtmp => p_dupfd; eliminate u.u_error from RETURN...
1990-06-22 Kirk McKusickuse p_devtmp instead of r_val1 for fdopen
1990-06-22 Marc Teitelbaumrevoke has but one argument
1990-06-22 Kirk McKusickhave to check whether parent directory is "." when...
1990-06-07 Kirk McKusickcreat becomes ocreat and ifdef COMPAT_43; bug fix in...
1990-05-31 Kirk McKusickVOP_ABORTOP is no longer responsible for unlocking...
1990-05-30 Kirk McKusicknew calling convension for system calls
1990-05-12 Kirk McKusickcheck error return from sync'ing on unmount; add flags...
1990-05-05 Kirk McKusickmount structure prefixes go from m_ to mnt_ and M_...
1990-05-04 Kirk McKusickvattr_null => VATTR_NULL
1990-05-03 Kirk McKusickadd quotactl system call;
1990-04-11 Kirk McKusickeliminate longjmp from the kernel (for karels)
1990-03-27 Kirk McKusickget rid of unneeded header files
1990-03-07 Kirk McKusickstatfs structure is now cached in the mount table entry
1990-03-07 Kirk McKusickreaddir takes a new flag to indicate end-of-file
1990-03-06 Kirk McKusickadd mkfifo system call
1990-02-17 Kirk McKusickdo not change mount flags if underlying filesystem...
1990-02-17 Kirk McKusickdo not link new mount points into mount list until...
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
1990-01-04 Kirk McKusickfix reference bug in fchdir
1989-12-31 Kirk McKusickv_count => v_usecount
1989-12-30 Kirk McKusickdebugging, check lock count on exit
1989-12-20 Kirk McKusickmore fully check the type field
1989-12-01 Kirk McKusickhave to invalidate any buffer references before checkin...
1989-11-26 Kirk McKusickget rid of all users of a particular device
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-21 Marc Teitelbaumadd revoke
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-13 Kirk McKusickcheck for null rdir before vrele'ing it
1989-11-10 Kirk McKusickfdopen returns a special error so that resources get...
1989-11-04 Kirk McKusicklint
1989-11-01 Kirk McKusickvnode layer fills in f_flags and f_fsid for statfs()
1989-10-25 Kirk McKusickinitialize list of vnodes associated with a new mount...
1989-10-21 Kirk McKusickbreak out unmounting part so it can be used by mfs
1989-10-19 Kirk McKusickexpand vfs_add inline; allow update of mounted file...
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...
1989-09-06 Kirk McKusickadd VFS_START call for memory filesystem;
1989-07-05 Kirk McKusickpass in system call context pointer instead of using...
1989-07-04 Kirk McKusickbreak vn_access into its constituent parts vn_writechk...
1989-06-09 Kirk McKusickadd getfsstat system call
1989-06-09 Kirk McKusickgather nameidata duplication and freeing code into...
1989-06-08 Kirk McKusickadd fchdir, chflags, and fchflags system calls
1989-05-28 Kirk McKusickreturn directory locked after mkdir (for benefit of...
1989-05-26 Kirk McKusickbug fix to getdirentries from Rick Macklem
1989-05-10 Kirk McKusickmerge in vnodes
1989-04-27 Kirk McKusickuse new form of suser()
1989-02-17 Keith Bosticdon't allow more than LINK_MAX links
1989-01-25 Keith Bosticfix chown; don't steal groups or give away files
1987-04-19 Mike Karelsdon't clear set-gid when su creates file when not group...
1987-03-11 Kirk McKusickonly set ICHG when fsync'ing a file descriptor that...
1987-03-04 CSRGBSD 4_3 release BSD-4_3
1988-03-09 CSRGBSD 4_2 release BSD-4_2
1986-06-05 Kirk McKusick4.3BSD release version
1986-03-05 Mike Karelsrelax restrictions on *chown: allow owner to change...
1986-02-24 Mike Karelslint
1985-09-06 Kirk McKusickallocate file table entry before creating file in case...
1985-09-05 Kirk McKusickallocate file table entry before creating file in case...
1985-08-27 Jim Bloomfix whole in sticky directories
1985-06-09 Kirk McKusickAdd copyright
1985-05-23 Kirk McKusickreturn EINVAL instead of ENXIO for readlink of a non...
1985-03-20 Kirk McKusickdo not follow symbolic links on exclusive open (from...
1985-02-23 Kirk McKusickinsure that directories are always a multiple of DIRBLK...
1985-01-22 Kirk McKusickcannot use ni_pdir when `namei' fails
1984-08-30 Jim BloomChange to includes. no more ../h
1984-07-28 Kirk McKusickrewrite `rename' and `rmdir' to properly invalidate...
1984-07-20 Kirk McKusickuse new `cacheinval' macro
1984-07-09 Kirk McKusickrework `namei' interface to eliminate global variables
1984-07-05 Kirk McKusicksave time, use ILOCK and IUNLOCK to avoid call overhead
1984-07-03 Kirk McKusickFollow same protocol as `unlink' to prevent potential...
1984-07-01 Sam Lefflerrename: if source has gone away when time to unlink...
1984-06-28 Sam Lefflerconvert namei cache to hold soft references to inodes...
1984-05-25 Sam Lefflercorrect error code for lseek on pipes/sockets; in-line...
1984-02-11 Mike Karelsopen(...,FTRUNC...) requires write permission
1984-02-11 Mike Karelsopen(..,FTRUNC..) requires write permission
1984-01-04 Kirk McKusickadd system wide cacheing of path names in namei() ...
1983-10-01 Sam Lefflercode for interrupted open calls tested (it works)
1983-09-26 Kirk McKusickkludge to allow `badsect' to set block numbers
1983-08-07 Sam Leffler4.2 distribution
1983-08-07 Sam Lefflertypo
1983-07-29 Sam Leffler4.2 distribution
1983-07-10 Sam Lefflerparameter checking in lseek
next