Module Name: src Committed By: manu Date: Mon Jun 27 16:34:48 UTC 2011
Modified Files: src/sys/ufs/ffs: ffs_vnops.c src/sys/ufs/ufs: ufs_extattr.c src/usr.bin/extattr: getextattr.c Log Message: Implement extended attribute listing for UFS1. Modify lsextattr(8) so that it does not expect each attribute name to be prefixed by its length. This enable extattr_list_(file|link|fd) to return a buffer matching its documentation. This also makes the interface similar to what Linux and FUSE do, which is nice for interoperability. Note that since we had no EA implementation supporting listing, we do not break anything. To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/sys/ufs/ffs/ffs_vnops.c cvs rdiff -u -r1.32 -r1.33 src/sys/ufs/ufs/ufs_extattr.c cvs rdiff -u -r1.4 -r1.5 src/usr.bin/extattr/getextattr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.