Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
Fix return type of extattr_set_* and fix rmextattr(8) utility.
extattr_set_{fd,file,link} is logically a write(2)-like operation and
should return ssize_t, just like extattr_get_*. Also, the user-space
utility was using an int for the return value of extattr_get_* and
extattr_list_*, both of which return an ssize_t.
MFC after: 1 week
Update this manual page to describe the extattr_list_file() and the extattr_list_fd() functions. PR: 108142 Submitted by: Richard Dawe <rich@phekda.gotadsl.co.uk> Reviewed by: kientzle
Remove sys/uio.h include -- this is no longer required by the extattr system call API. MFC after: 3 weeks
Fix the wording in this man page so that it reflects the actual behavior of the API for listing extended attributes. PR: docs/79261 Submitted by: rodrigc Reviewed by: rwatson, kan Approved by: das (mentor)
-document the fact that extattr_get_* can fail if the requested attribute does not exist on the file. -bump document date Reviewed by: rwatson,trhodes MFC after: 1 week
Fixed punctuation in xrefs.
Fix the NAME section making whatis(1) happy in particular.
Document the new explicit listing API for extended attributes; note that the old API (passing "" as the attribute name to the _get_ interface) is now deprecated (and was probably a bad idea). Pointed out by: Dominic Giampaolo <dbg@apple.com> Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
mdoc(7) police: "The .Fa argument.".
mdoc(7) police: Tidy up the syscall language. Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
Uniformly refer to a file system as "file system". Approved by: re
Add brief mention of the extattr_*_link() system call variants. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
mdoc(7) police: punctuation nit.
Part III: Update extended attribute system call interface documentation. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
Fixed missing include in synopsis.
mdoc(7) police: Use the new .In macro for #include statements.
Use ``.Rv -std'' wherever possible. Submitted by: yar
Minor cleanup: sort includes, fix name.
Document the extattr_(get|set|delete)_fd calls, and add a note warning people that these calls are likely to change in the future. Reviewed by: rwatson
A manual page for the extattr_get_file, extattr_set_file, and extattr_delete_file system calls. Reviewed by: rwatson, ru Approved by: nik
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.26 |