Module Name: src Committed By: dholland Date: Mon Oct 8 23:43:33 UTC 2012
Modified Files: src/sys/kern: vfs_lookup.c src/sys/sys: namei.src Log Message: Add namei-level support for openat() and friends. The way you do it is by calling NDAT(&nd, dirvp) after NDINIT(). Right now the implementation is vile and unspeakable to avoid changing the kernel ABI; this way we can get openat() and friends into 6.1. I will rectify the mess and bump the kernel once things are working. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/kern/vfs_lookup.c cvs rdiff -u -r1.25 -r1.26 src/sys/sys/namei.src Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.