CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/15 08:56:45
Modified files:
sys/kern : vfs_lookup.c vfs_syscalls.c
Log message:
Make realpath posixly correct by changing the kernel implementation
to not succeed on final path components that do not exist.
The original implmentation succeeded in these cases.
ok bluhm@
