Module Name: src Committed By: martin Date: Thu Sep 11 12:17:10 UTC 2014
Modified Files: src/lib/libperfuse [netbsd-7]: ops.c perfuse.c Log Message: Pull up following revision(s) (requested by manu in ticket #86): lib/libperfuse/perfuse.c: revision 1.34 lib/libperfuse/ops.c: revision 1.71 Improve POSIX compliance of FUSE filesystems through PERDUSE - 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.66.2.3 -r1.66.2.4 src/lib/libperfuse/ops.c cvs rdiff -u -r1.31.10.1 -r1.31.10.2 src/lib/libperfuse/perfuse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.