summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-06-04 03:57:28 +0000
committerrwatson <rwatson@FreeBSD.org>2003-06-04 03:57:28 +0000
commitdf2db1a4c277c2f4250ed3fccc2328a1dd2eded2 (patch)
treeea0d21d2d63692a39824dcc998643d480fbe458f /lib/libc
parentbf8d163e59fc1ac917f933192757825e7e671d01 (diff)
downloadFreeBSD-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
OpenPOWER on IntegriCloud