fix readdir for non-linear union stacks
[unix-history] / usr / src / sys / kern / vfs_syscalls.c
1994-12-11 Jan-Simon Pendryfix readdir for non-linear union stacks
1994-11-23 Kirk McKusickcheck (and fix) mounted-on current directories
1994-11-23 Jan-Simon Pendryget rid of usecount mount restriction (needed for union...
1994-11-22 Kirk McKusickreturn EBUSY if reference count on mount point is great...
1994-10-25 Kirk McKusickunwhiteout => undelete to be more general
1994-08-31 Kirk McKusickfix olstat to give the correct symlink info
1994-08-31 Jan-Simon Pendryclean up error case
1994-08-15 Kirk McKusickhave to recompute the next pointer after possibly sleep...
1994-08-11 Kirk McKusickLEASE_CHECK => VOP_LEASE
1994-07-28 Jan-Simon Pendrychanges for whiteouts and union filesystem
1994-07-15 Kirk McKusickfirst pass at allowing user mounts/unmounts
1994-07-13 Jan-Simon Pendryadd unwhiteout system call to delete a whiteout entry
1994-06-17 Kirk McKusickifdef DIAGNOSTIC should be ifdef DEBUG (from mycroft)
1994-06-05 Kirk McKusickadd UNION support to ogetdirentries; add cookies and...
1994-05-11 Jan-Simon Pendrydon't panic getdirentries when a union stack has no...
1994-04-16 Kirk McKusickparanoid check to avoid vrele(NULL) (from polk@bsdi...
1994-03-29 Keith Bosticchange chown(2) to follow symbolic links
1994-02-21 Jan-Simon Pendryadd support for user mounts (MNT_USER flag)
1994-02-16 Jan-Simon Pendryadd support for union stacks into getdirentries.
1994-01-29 Jan-Simon Pendryremoved usecount check in mount()
1994-01-24 Kirk McKusickdisable MNT_ASYNC when doing sync and unmount
1994-01-24 Kirk McKusickdisable MNT_ASYNC when doing sync
1994-01-22 Keith Bosticadd USL's copyright notice
1994-01-21 Kirk McKusicknot the right fix, but avoid the deadlock
1994-01-12 Kirk McKusickadd ability to run ffs totally asynchronously (dangerously)
1993-12-31 Kirk McKusicknew queue structure
1993-09-24 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-06-15 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-15 Keith Bosticmake function names match system call names
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-26 Kirk McKusickget rid of last vestiges of __
1993-05-26 Kirk McKusickadd pathconf; __lseek => lseek; --[f]truncate => [f...
1993-05-18 Kirk McKusicktruncate, ftruncate, getrlimit, setrlimit become COMPAT_43
1993-05-17 Kirk McKusicklseek (long form) is used too much to make it COMPAT_43
1993-05-11 Kirk McKusickadd sysctl debugging flag to print out buffer stats
1993-04-28 Kirk McKusickbug fixes for LEASES from Rick Macklem
1993-04-28 Kirk McKusicklstat of symbolic link returns attributes of its contai...
1993-03-29 Chris Toreklint
1993-03-09 Keith Bosticrename va_cflags -> va_vaflags
1993-03-06 Keith Bosticmake utime(NULL) work for POSIX 1003.1 compatibility
1993-02-03 Kirk McKusickvinvalbuf takes two more parameters
1992-12-10 Kirk McKusickchanges for allowing downgrade from RW to RO; reload...
1992-10-12 Keith Bosticmake kernel includes standard
1992-10-08 Margo SeltzerPass flag argument to vinvalbuf.
1992-09-30 Kirk McKusickufs_bufstats becomes vfs_bufstats
1992-09-25 Kirk McKusickfix for LITTLE_ENDIAN code
1992-07-21 Jan-Simon Pendryadded union mounts
1992-07-13 Kirk McKusickone more try at getting ogetdirentries right for LITTLE...
1992-07-12 Kirk McKusickfix LITTLE_ENDIAN code in ogetdirentries;
1992-07-12 Kirk McKusickfixes to ogetdirentries
1992-07-11 Chris TorekANSIfy syscall args
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
next