Module Name: src Committed By: christos Date: Mon Jul 1 00:58:05 UTC 2024
Modified Files: src/sys/kern: vfs_lookup.c vfs_syscalls.c src/sys/sys: namei.src Log Message: refactor slightly so we don't try to read the buffer supplied by userland. To generate a diff of this commit: cvs rdiff -u -r1.234 -r1.235 src/sys/kern/vfs_lookup.c cvs rdiff -u -r1.563 -r1.564 src/sys/kern/vfs_syscalls.c cvs rdiff -u -r1.64 -r1.65 src/sys/sys/namei.src Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.