Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   ad
Date:           Sun Mar 22 14:38:37 UTC 2020

Modified Files:
        src/sys/kern: init_sysctl.c vfs_cache.c vfs_getcwd.c vfs_vnode.c
        src/sys/sys: namei.src vnode_impl.h

Log Message:
Merge vfs_cache.c from the ad-namecache branch.  With this the namecache
index becomes per-directory (initially, a red-black tree).  The remaining
changes on the branch to namei()/getcwd() will be merged in the future.


To generate a diff of this commit:
cvs rdiff -u -r1.224 -r1.225 src/sys/kern/init_sysctl.c
cvs rdiff -u -r1.127 -r1.128 src/sys/kern/vfs_cache.c
cvs rdiff -u -r1.55 -r1.56 src/sys/kern/vfs_getcwd.c
cvs rdiff -u -r1.113 -r1.114 src/sys/kern/vfs_vnode.c
cvs rdiff -u -r1.48 -r1.49 src/sys/sys/namei.src
cvs rdiff -u -r1.22 -r1.23 src/sys/sys/vnode_impl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index