cleanup declaration of parameters; note required padding to align
[unix-history] / usr / src / sys / kern / vfs_syscalls.c
1992-07-10 Chris Torekcleanup declaration of parameters; note required paddin...
1992-07-07 Kirk McKusickfix bug in dupfdopen call to pass correct descriptor
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusickadd ogetdirentries
1992-06-26 Kirk McKusicknew parameters to vinvalbuf, VFS_SYNC, VOP_FSYNC, and...
1992-06-24 Kirk McKusickmerge in changes for Sparc
1992-06-21 Kirk McKusickzero out mount structure after allocation
1992-06-20 Kirk McKusicktimeval => timespec in vattr and dinode
1992-06-03 Jan-Simon Pendryopen now handles ENXIO in the same way as ENODEV.
1992-06-01 Kirk McKusickqseek => __lseek; stat => ostat; qstat => stat; lstat...
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-05-14 Kirk McKusickadd qseek, qstat, qlstat, qtruncate for
1992-03-04 Kirk McKusickmust have directory vnode as first op
1992-03-02 Ralph Campbellcalls to chdirec didn't pass 'p'.
1992-02-04 Kirk McKusicktogether with vfs_subr.c (7.67.1.1) add reference checking
1992-02-04 Kirk McKusicknew calling convention for namei
1992-02-04 Kirk McKusickcheck that mount structures are empty before deleteing...
1992-01-23 John Heidemannlookup converted to new form
1992-01-15 Kirk McKusicklease checks on various operations
1991-06-22 Kirk McKusickuse vn_close rather than vrele after vn_open
1991-06-04 Kirk McKusickcall ffree to free file structures
1991-05-31 Kirk McKusickuse FHASLOCK and SADVLCK to track processes using locks...
1991-05-31 Kirk McKusickadd support for opening files with advisory locks
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-16 Kirk McKusickrewrite rename to use new SAVESTART flag
1991-05-09 Mike Karelsunifdef NVM
1991-05-08 Kirk McKusickRegularize comments
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
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-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...
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
next