#
39632 |
| 25-Nov-1989 |
mckusick |
get rid of all users of a particular device |
#
39607 |
| 24-Nov-1989 |
mckusick |
skip over dead file systems in getfsstat |
#
39606 |
| 24-Nov-1989 |
mckusick |
protect thyself with copyout to userland |
#
39592 |
| 22-Nov-1989 |
mckusick |
must lock around FSYNC and READDIR |
#
39566 |
| 20-Nov-1989 |
marc |
add revoke |
#
39544 |
| 19-Nov-1989 |
mckusick |
do not lock vnode while doing VFS_STATFS |
#
39543 |
| 19-Nov-1989 |
mckusick |
only do write check if asking about writing |
#
39515 |
| 12-Nov-1989 |
mckusick |
check for null rdir before vrele'ing it |
#
39499 |
| 09-Nov-1989 |
mckusick |
fdopen returns a special error so that resources get cleaned up |
#
39491 |
| 03-Nov-1989 |
mckusick |
lint |
#
39464 |
| 31-Oct-1989 |
mckusick |
vnode layer fills in f_flags and f_fsid for statfs() |
#
39381 |
| 24-Oct-1989 |
mckusick |
initialize list of vnodes associated with a new mount point |
#
39356 |
| 20-Oct-1989 |
mckusick |
break out unmounting part so it can be used by mfs |
#
39335 |
| 19-Oct-1989 |
mckusick |
expand vfs_add inline; allow update of mounted file systems |
#
39286 |
| 13-Oct-1989 |
mckusick |
do not return error if source and destination of rename are the same |
#
39242 |
| 01-Oct-1989 |
bostic |
reverse errors returned by rename(dir,file) and rename(file,dir) |
#
39044 |
| 05-Sep-1989 |
mckusick |
add VFS_START call for memory filesystem; have getfsstat skip over locked mount points |
#
38408 |
| 04-Jul-1989 |
mckusick |
pass in system call context pointer instead of using u. area |
#
38399 |
| 03-Jul-1989 |
mckusick |
break vn_access into its constituent parts vn_writechk and VOP_ACCESS |
#
38270 |
| 08-Jun-1989 |
mckusick |
add getfsstat system call |
#
38266 |
| 08-Jun-1989 |
mckusick |
gather nameidata duplication and freeing code into nddup and ndrele |
#
38259 |
| 07-Jun-1989 |
mckusick |
add fchdir, chflags, and fchflags system calls |
#
38145 |
| 27-May-1989 |
mckusick |
return directory locked after mkdir (for benefit of NFS) |
#
38129 |
| 25-May-1989 |
mckusick |
bug fix to getdirentries from Rick Macklem |
#
37741 |
| 09-May-1989 |
mckusick |
merge in vnodes |