Module Name: src Committed By: msaitoh Date: Mon Nov 3 19:37:58 UTC 2014
Modified Files: src/lib/libperfuse [netbsd-6]: ops.c perfuse.c Log Message: Pull up following revision(s) (requested by manu in ticket #1147): lib/libperfuse/perfuse.c: revision 1.34 lib/libperfuse/ops.c: revision 1.71 Improve POSIX compliance of FUSE filesystems through PERUSE - access denied is EPERM and not EACCES - access to file owned by someone else in a sticy-bit directory should be allowed for the sticy-bit directory owner - setting sticky-bit on a non directory should produce EFTYPE - implement PATHCONF method as much as we can. To generate a diff of this commit: cvs rdiff -u -r1.50.2.9 -r1.50.2.10 src/lib/libperfuse/ops.c cvs rdiff -u -r1.25.2.4 -r1.25.2.5 src/lib/libperfuse/perfuse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.