cvs commit: src/sys/kern vnode_if.src
Robert Watson
rwatson at FreeBSD.org
Wed Jun 4 22:53:37 PDT 2003
rwatson 2003/06/04 22:53:35 PDT
FreeBSD src repository
Modified files:
sys/kern vnode_if.src
Log:
Add vop_listextattr(), similar to vop_getextattr() but without a
specific attribute name. It will have the same semantics as the
older vop_getextattr() "retrieve the names" hack, returning
a buffer with ASCII nul-seperated names.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Revision Changes Path
1.61 +12 -0 src/sys/kern/vnode_if.src
More information about the cvs-src
mailing list