diff options
author | rwatson <rwatson@FreeBSD.org> | 2003-06-04 03:57:28 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2003-06-04 03:57:28 +0000 |
commit | df2db1a4c277c2f4250ed3fccc2328a1dd2eded2 (patch) | |
tree | ea0d21d2d63692a39824dcc998643d480fbe458f /lib/libc | |
parent | bf8d163e59fc1ac917f933192757825e7e671d01 (diff) | |
download | FreeBSD-src-df2db1a4c277c2f4250ed3fccc2328a1dd2eded2.zip FreeBSD-src-df2db1a4c277c2f4250ed3fccc2328a1dd2eded2.tar.gz |
Implementations of extattr_list_fd(), extattr_list_file(), and
extattr_list_link() system calls, which return a least of extended
attributes defined for a vnode referenced by a file descriptor
or path name. Currently, we just invoke VOP_GETEXTATTR() since
it will convert a request for an empty name into a query for a
name list, which was the old (more hackish) API. At some point
in the near future, we'll push the distinction between get and
list down to the vnode operation layer, but this provides access
to the new API for applications in the short term.
Pointed out by: Dominic Giampaolo <dbg@apple.com>
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions