summaryrefslogtreecommitdiffstats
path: root/usr.sbin/setextattr/setextattr.c
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to the new EA manipulation utilities.phk2002-09-021-74/+0
| | | | Sponsored by: DARPA & NAI Labs.
* Update userland tools to reflect extattr API changes.rwatson2002-02-101-5/+2
| | | | | | | | Note that getextattr has not yet been updated to dynamically allocate a read buffer, although that can now be done. Obtained from: TrustedBSD Project Sponsored by: NAI Labs
* Prototype usage() and set WARNS?=2jedgar2001-12-041-0/+2
| | | | | Approved by: rwatson Obtained from: TrustedBSD Project
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+2
| | | | builtints (e.g., exit, strcmp).
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-191-4/+4
| | | | | | | reserved word. Submitted by: jkh Obtained from: TrustedBSD Project
* o Update getextattr and setextattr utilities to take into account therwatson2001-03-151-9/+18
| | | | | | | | revised EA interface with explicit namespacing. Link against libutil to provide string/constant conversion for namespaces. Document revised interface. Obtained from: TrustedBSD Project
* Introduce userland utilities to set and get extended attributes. Theserwatson2000-04-161-0/+64
utilities do not present the world's greatest interface, and will undoubtably change soon. However, they do let people experiment with extended attributes, and provide samples of how to use the syscalls. Obtained from: TrustedBSD
OpenPOWER on IntegriCloud