K 10 svn:author V 7 rwatson K 8 svn:date V 27 2003-06-04T03:49:31.000000Z K 7 svn:log V 543 Add system calls to explicitly list extended attributes on a file/directory/link, rather than using a less explicit hack on the extattr retrieval API: extattr_list_fd() extattr_list_file() extattr_list_link() The existing API was counter-intuitive, and poorly documented. The prototypes for these system calls are identical to extattr_get_*(), but without a specific attribute name to leave NULL. Pointed out by: Dominic Giampaolo Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories END